@trigger.dev/core 0.0.0-prerelease-streamfix-20260909094302 → 0.0.0-prerelease-20260909121655

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 (293) hide show
  1. package/dist/commonjs/schemas/eventFilter.d.ts +27 -105
  2. package/dist/commonjs/schemas/eventFilter.js +38 -38
  3. package/dist/commonjs/schemas/eventFilter.js.map +1 -1
  4. package/dist/commonjs/schemas/json.d.ts +3 -3
  5. package/dist/commonjs/schemas/json.js +20 -12
  6. package/dist/commonjs/schemas/json.js.map +1 -1
  7. package/dist/commonjs/v3/apiClient/core.d.ts +14 -14
  8. package/dist/commonjs/v3/apiClient/core.js +39 -18
  9. package/dist/commonjs/v3/apiClient/core.js.map +1 -1
  10. package/dist/commonjs/v3/apiClient/encodeTaskIdForPath.d.ts +6 -0
  11. package/dist/commonjs/v3/apiClient/encodeTaskIdForPath.js +20 -0
  12. package/dist/commonjs/v3/apiClient/encodeTaskIdForPath.js.map +1 -0
  13. package/dist/commonjs/v3/apiClient/index.d.ts +83 -184
  14. package/dist/commonjs/v3/apiClient/index.js +27 -8
  15. package/dist/commonjs/v3/apiClient/index.js.map +1 -1
  16. package/dist/commonjs/v3/apiClient/stream.d.ts +4 -4
  17. package/dist/commonjs/v3/apiClient/stream.js.map +1 -1
  18. package/dist/commonjs/v3/errors.d.ts +5 -4
  19. package/dist/commonjs/v3/errors.js.map +1 -1
  20. package/dist/commonjs/v3/index.d.ts +1 -1
  21. package/dist/commonjs/v3/index.js.map +1 -1
  22. package/dist/commonjs/v3/realtimeStreams/sessionStreamInstance.js +3 -0
  23. package/dist/commonjs/v3/realtimeStreams/sessionStreamInstance.js.map +1 -1
  24. package/dist/commonjs/v3/realtimeStreams/streamsWriterV1.js +3 -0
  25. package/dist/commonjs/v3/realtimeStreams/streamsWriterV1.js.map +1 -1
  26. package/dist/commonjs/v3/realtimeStreams/streamsWriterV2.js +4 -0
  27. package/dist/commonjs/v3/realtimeStreams/streamsWriterV2.js.map +1 -1
  28. package/dist/commonjs/v3/runEngineWorker/supervisor/http.d.ts +20 -115
  29. package/dist/commonjs/v3/runEngineWorker/supervisor/http.js +2 -11
  30. package/dist/commonjs/v3/runEngineWorker/supervisor/http.js.map +1 -1
  31. package/dist/commonjs/v3/runEngineWorker/supervisor/schemas.d.ts +558 -4187
  32. package/dist/commonjs/v3/runEngineWorker/supervisor/schemas.js +64 -64
  33. package/dist/commonjs/v3/runEngineWorker/supervisor/schemas.js.map +1 -1
  34. package/dist/commonjs/v3/runEngineWorker/workload/http.d.ts +13 -109
  35. package/dist/commonjs/v3/runEngineWorker/workload/http.js +3 -14
  36. package/dist/commonjs/v3/runEngineWorker/workload/http.js.map +1 -1
  37. package/dist/commonjs/v3/runEngineWorker/workload/schemas.d.ts +443 -3624
  38. package/dist/commonjs/v3/runEngineWorker/workload/schemas.js +9 -9
  39. package/dist/commonjs/v3/runEngineWorker/workload/schemas.js.map +1 -1
  40. package/dist/commonjs/v3/schemas/api.d.ts +1852 -12681
  41. package/dist/commonjs/v3/schemas/api.js +1013 -942
  42. package/dist/commonjs/v3/schemas/api.js.map +1 -1
  43. package/dist/commonjs/v3/schemas/build.d.ts +645 -9115
  44. package/dist/commonjs/v3/schemas/build.js +71 -71
  45. package/dist/commonjs/v3/schemas/build.js.map +1 -1
  46. package/dist/commonjs/v3/schemas/checkpoints.d.ts +112 -461
  47. package/dist/commonjs/v3/schemas/checkpoints.js +11 -11
  48. package/dist/commonjs/v3/schemas/checkpoints.js.map +1 -1
  49. package/dist/commonjs/v3/schemas/common.d.ts +1018 -6499
  50. package/dist/commonjs/v3/schemas/common.js +225 -218
  51. package/dist/commonjs/v3/schemas/common.js.map +1 -1
  52. package/dist/commonjs/v3/schemas/config.d.ts +3 -9
  53. package/dist/commonjs/v3/schemas/config.js +4 -4
  54. package/dist/commonjs/v3/schemas/config.js.map +1 -1
  55. package/dist/commonjs/v3/schemas/errors.d.ts +42 -173
  56. package/dist/commonjs/v3/schemas/errors.js +44 -44
  57. package/dist/commonjs/v3/schemas/errors.js.map +1 -1
  58. package/dist/commonjs/v3/schemas/eventFilter.d.ts +23 -91
  59. package/dist/commonjs/v3/schemas/eventFilter.js +35 -35
  60. package/dist/commonjs/v3/schemas/eventFilter.js.map +1 -1
  61. package/dist/commonjs/v3/schemas/fetch.d.ts +119 -415
  62. package/dist/commonjs/v3/schemas/fetch.js +17 -14
  63. package/dist/commonjs/v3/schemas/fetch.js.map +1 -1
  64. package/dist/commonjs/v3/schemas/messages.d.ts +603 -7438
  65. package/dist/commonjs/v3/schemas/messages.js +50 -50
  66. package/dist/commonjs/v3/schemas/messages.js.map +1 -1
  67. package/dist/commonjs/v3/schemas/openTelemetry.d.ts +50 -401
  68. package/dist/commonjs/v3/schemas/openTelemetry.js +32 -32
  69. package/dist/commonjs/v3/schemas/openTelemetry.js.map +1 -1
  70. package/dist/commonjs/v3/schemas/query.d.ts +51 -273
  71. package/dist/commonjs/v3/schemas/query.js +41 -40
  72. package/dist/commonjs/v3/schemas/query.js.map +1 -1
  73. package/dist/commonjs/v3/schemas/queues.d.ts +29 -100
  74. package/dist/commonjs/v3/schemas/queues.js +22 -22
  75. package/dist/commonjs/v3/schemas/queues.js.map +1 -1
  76. package/dist/commonjs/v3/schemas/reports.d.ts +150 -692
  77. package/dist/commonjs/v3/schemas/reports.js +55 -55
  78. package/dist/commonjs/v3/schemas/reports.js.map +1 -1
  79. package/dist/commonjs/v3/schemas/resources.d.ts +533 -5985
  80. package/dist/commonjs/v3/schemas/resources.js +49 -49
  81. package/dist/commonjs/v3/schemas/resources.js.map +1 -1
  82. package/dist/commonjs/v3/schemas/runEngine.d.ts +456 -1821
  83. package/dist/commonjs/v3/schemas/runEngine.js +108 -107
  84. package/dist/commonjs/v3/schemas/runEngine.js.map +1 -1
  85. package/dist/commonjs/v3/schemas/scheduleWindow.d.ts +2 -2
  86. package/dist/commonjs/v3/schemas/scheduleWindow.js +3 -3
  87. package/dist/commonjs/v3/schemas/scheduleWindow.js.map +1 -1
  88. package/dist/commonjs/v3/schemas/schemas.d.ts +788 -7456
  89. package/dist/commonjs/v3/schemas/schemas.js +133 -132
  90. package/dist/commonjs/v3/schemas/schemas.js.map +1 -1
  91. package/dist/commonjs/v3/schemas/style.d.ts +24 -86
  92. package/dist/commonjs/v3/schemas/style.js +12 -12
  93. package/dist/commonjs/v3/schemas/style.js.map +1 -1
  94. package/dist/commonjs/v3/schemas/tokens.d.ts +5 -31
  95. package/dist/commonjs/v3/schemas/tokens.js +10 -10
  96. package/dist/commonjs/v3/schemas/tokens.js.map +1 -1
  97. package/dist/commonjs/v3/schemas/warmStart.d.ts +2 -8
  98. package/dist/commonjs/v3/schemas/warmStart.js +4 -4
  99. package/dist/commonjs/v3/schemas/warmStart.js.map +1 -1
  100. package/dist/commonjs/v3/schemas/webhookApi.d.ts +75 -249
  101. package/dist/commonjs/v3/schemas/webhookApi.js +41 -41
  102. package/dist/commonjs/v3/schemas/webhookApi.js.map +1 -1
  103. package/dist/commonjs/v3/schemas/webhookConfig.d.ts +473 -3309
  104. package/dist/commonjs/v3/schemas/webhookConfig.js +79 -78
  105. package/dist/commonjs/v3/schemas/webhookConfig.js.map +1 -1
  106. package/dist/commonjs/v3/schemas/webhookFilter.d.ts +16 -4
  107. package/dist/commonjs/v3/schemas/webhookFilter.js +16 -16
  108. package/dist/commonjs/v3/schemas/webhookFilter.js.map +1 -1
  109. package/dist/commonjs/v3/schemas/webhooks.d.ts +247 -2055
  110. package/dist/commonjs/v3/schemas/webhooks.js +116 -115
  111. package/dist/commonjs/v3/schemas/webhooks.js.map +1 -1
  112. package/dist/commonjs/v3/serverOnly/httpServer.d.ts +19 -8
  113. package/dist/commonjs/v3/serverOnly/httpServer.js +6 -3
  114. package/dist/commonjs/v3/serverOnly/httpServer.js.map +1 -1
  115. package/dist/commonjs/v3/sessionStreams/chatSnapshot.d.ts +73 -16
  116. package/dist/commonjs/v3/sessionStreams/chatSnapshot.js +100 -8
  117. package/dist/commonjs/v3/sessionStreams/chatSnapshot.js.map +1 -1
  118. package/dist/commonjs/v3/sessionStreams/wireProtocol.d.ts +15 -0
  119. package/dist/commonjs/v3/sessionStreams/wireProtocol.js +16 -1
  120. package/dist/commonjs/v3/sessionStreams/wireProtocol.js.map +1 -1
  121. package/dist/commonjs/v3/test/test-session-stream-manager.js +5 -1
  122. package/dist/commonjs/v3/test/test-session-stream-manager.js.map +1 -1
  123. package/dist/commonjs/v3/types/schemas.d.ts +21 -1
  124. package/dist/commonjs/v3/types/schemas.js +2 -1
  125. package/dist/commonjs/v3/types/schemas.js.map +1 -1
  126. package/dist/commonjs/v3/types/tools.d.ts +16 -5
  127. package/dist/commonjs/v3/types/tools.js +2 -2
  128. package/dist/commonjs/v3/types/tools.js.map +1 -1
  129. package/dist/commonjs/v3/utils/ioSerialization.js +3 -3
  130. package/dist/commonjs/v3/utils/ioSerialization.js.map +1 -1
  131. package/dist/commonjs/v3/utils/zod.d.ts +8 -0
  132. package/dist/commonjs/v3/utils/zod.js +8 -0
  133. package/dist/commonjs/v3/utils/zod.js.map +1 -0
  134. package/dist/commonjs/v3/workloadDeploymentToken.d.ts +2 -21
  135. package/dist/commonjs/v3/workloadDeploymentToken.js +10 -10
  136. package/dist/commonjs/v3/workloadDeploymentToken.js.map +1 -1
  137. package/dist/commonjs/v3/zodIpc.d.ts +6 -6
  138. package/dist/commonjs/v3/zodIpc.js +20 -18
  139. package/dist/commonjs/v3/zodIpc.js.map +1 -1
  140. package/dist/commonjs/v3/zodMessageHandler.d.ts +14 -21
  141. package/dist/commonjs/v3/zodMessageHandler.js +20 -7
  142. package/dist/commonjs/v3/zodMessageHandler.js.map +1 -1
  143. package/dist/commonjs/v3/zodSocket.d.ts +11 -11
  144. package/dist/commonjs/v3/zodSocket.js +9 -8
  145. package/dist/commonjs/v3/zodSocket.js.map +1 -1
  146. package/dist/commonjs/version.js +1 -1
  147. package/dist/esm/schemas/eventFilter.d.ts +27 -105
  148. package/dist/esm/schemas/eventFilter.js +2 -2
  149. package/dist/esm/schemas/eventFilter.js.map +1 -1
  150. package/dist/esm/schemas/json.d.ts +3 -3
  151. package/dist/esm/schemas/json.js +11 -3
  152. package/dist/esm/schemas/json.js.map +1 -1
  153. package/dist/esm/v3/apiClient/core.d.ts +14 -14
  154. package/dist/esm/v3/apiClient/core.js +38 -17
  155. package/dist/esm/v3/apiClient/core.js.map +1 -1
  156. package/dist/esm/v3/apiClient/encodeTaskIdForPath.d.ts +6 -0
  157. package/dist/esm/v3/apiClient/encodeTaskIdForPath.js +17 -0
  158. package/dist/esm/v3/apiClient/encodeTaskIdForPath.js.map +1 -0
  159. package/dist/esm/v3/apiClient/index.d.ts +83 -184
  160. package/dist/esm/v3/apiClient/index.js +22 -4
  161. package/dist/esm/v3/apiClient/index.js.map +1 -1
  162. package/dist/esm/v3/apiClient/stream.d.ts +4 -4
  163. package/dist/esm/v3/apiClient/stream.js.map +1 -1
  164. package/dist/esm/v3/errors.d.ts +5 -4
  165. package/dist/esm/v3/errors.js.map +1 -1
  166. package/dist/esm/v3/index.d.ts +1 -1
  167. package/dist/esm/v3/index.js.map +1 -1
  168. package/dist/esm/v3/realtimeStreams/sessionStreamInstance.js +3 -0
  169. package/dist/esm/v3/realtimeStreams/sessionStreamInstance.js.map +1 -1
  170. package/dist/esm/v3/realtimeStreams/streamsWriterV1.js +3 -0
  171. package/dist/esm/v3/realtimeStreams/streamsWriterV1.js.map +1 -1
  172. package/dist/esm/v3/realtimeStreams/streamsWriterV2.js +4 -0
  173. package/dist/esm/v3/realtimeStreams/streamsWriterV2.js.map +1 -1
  174. package/dist/esm/v3/runEngineWorker/supervisor/http.d.ts +20 -115
  175. package/dist/esm/v3/runEngineWorker/supervisor/http.js +1 -10
  176. package/dist/esm/v3/runEngineWorker/supervisor/http.js.map +1 -1
  177. package/dist/esm/v3/runEngineWorker/supervisor/schemas.d.ts +558 -4187
  178. package/dist/esm/v3/runEngineWorker/supervisor/schemas.js +5 -5
  179. package/dist/esm/v3/runEngineWorker/supervisor/schemas.js.map +1 -1
  180. package/dist/esm/v3/runEngineWorker/workload/http.d.ts +13 -109
  181. package/dist/esm/v3/runEngineWorker/workload/http.js +3 -14
  182. package/dist/esm/v3/runEngineWorker/workload/http.js.map +1 -1
  183. package/dist/esm/v3/runEngineWorker/workload/schemas.d.ts +443 -3624
  184. package/dist/esm/v3/runEngineWorker/workload/schemas.js +4 -4
  185. package/dist/esm/v3/runEngineWorker/workload/schemas.js.map +1 -1
  186. package/dist/esm/v3/schemas/api.d.ts +1852 -12681
  187. package/dist/esm/v3/schemas/api.js +106 -35
  188. package/dist/esm/v3/schemas/api.js.map +1 -1
  189. package/dist/esm/v3/schemas/build.d.ts +645 -9115
  190. package/dist/esm/v3/schemas/build.js +10 -10
  191. package/dist/esm/v3/schemas/build.js.map +1 -1
  192. package/dist/esm/v3/schemas/checkpoints.d.ts +112 -461
  193. package/dist/esm/v3/schemas/checkpoints.js +1 -1
  194. package/dist/esm/v3/schemas/checkpoints.js.map +1 -1
  195. package/dist/esm/v3/schemas/common.d.ts +1018 -6499
  196. package/dist/esm/v3/schemas/common.js +17 -10
  197. package/dist/esm/v3/schemas/common.js.map +1 -1
  198. package/dist/esm/v3/schemas/config.d.ts +3 -9
  199. package/dist/esm/v3/schemas/config.js +1 -1
  200. package/dist/esm/v3/schemas/config.js.map +1 -1
  201. package/dist/esm/v3/schemas/errors.d.ts +42 -173
  202. package/dist/esm/v3/schemas/errors.js +1 -1
  203. package/dist/esm/v3/schemas/errors.js.map +1 -1
  204. package/dist/esm/v3/schemas/eventFilter.d.ts +23 -91
  205. package/dist/esm/v3/schemas/eventFilter.js +2 -2
  206. package/dist/esm/v3/schemas/eventFilter.js.map +1 -1
  207. package/dist/esm/v3/schemas/fetch.d.ts +119 -415
  208. package/dist/esm/v3/schemas/fetch.js +6 -3
  209. package/dist/esm/v3/schemas/fetch.js.map +1 -1
  210. package/dist/esm/v3/schemas/messages.d.ts +603 -7438
  211. package/dist/esm/v3/schemas/messages.js +3 -3
  212. package/dist/esm/v3/schemas/messages.js.map +1 -1
  213. package/dist/esm/v3/schemas/openTelemetry.d.ts +50 -401
  214. package/dist/esm/v3/schemas/openTelemetry.js +2 -2
  215. package/dist/esm/v3/schemas/openTelemetry.js.map +1 -1
  216. package/dist/esm/v3/schemas/query.d.ts +51 -273
  217. package/dist/esm/v3/schemas/query.js +4 -3
  218. package/dist/esm/v3/schemas/query.js.map +1 -1
  219. package/dist/esm/v3/schemas/queues.d.ts +29 -100
  220. package/dist/esm/v3/schemas/queues.js +1 -1
  221. package/dist/esm/v3/schemas/queues.js.map +1 -1
  222. package/dist/esm/v3/schemas/reports.d.ts +150 -692
  223. package/dist/esm/v3/schemas/reports.js +5 -5
  224. package/dist/esm/v3/schemas/reports.js.map +1 -1
  225. package/dist/esm/v3/schemas/resources.d.ts +533 -5985
  226. package/dist/esm/v3/schemas/resources.js +3 -3
  227. package/dist/esm/v3/schemas/resources.js.map +1 -1
  228. package/dist/esm/v3/schemas/runEngine.d.ts +456 -1821
  229. package/dist/esm/v3/schemas/runEngine.js +4 -3
  230. package/dist/esm/v3/schemas/runEngine.js.map +1 -1
  231. package/dist/esm/v3/schemas/scheduleWindow.d.ts +2 -2
  232. package/dist/esm/v3/schemas/scheduleWindow.js +1 -1
  233. package/dist/esm/v3/schemas/scheduleWindow.js.map +1 -1
  234. package/dist/esm/v3/schemas/schemas.d.ts +788 -7456
  235. package/dist/esm/v3/schemas/schemas.js +11 -10
  236. package/dist/esm/v3/schemas/schemas.js.map +1 -1
  237. package/dist/esm/v3/schemas/style.d.ts +24 -86
  238. package/dist/esm/v3/schemas/style.js +1 -1
  239. package/dist/esm/v3/schemas/style.js.map +1 -1
  240. package/dist/esm/v3/schemas/tokens.d.ts +5 -31
  241. package/dist/esm/v3/schemas/tokens.js +1 -1
  242. package/dist/esm/v3/schemas/tokens.js.map +1 -1
  243. package/dist/esm/v3/schemas/warmStart.d.ts +2 -8
  244. package/dist/esm/v3/schemas/warmStart.js +1 -1
  245. package/dist/esm/v3/schemas/warmStart.js.map +1 -1
  246. package/dist/esm/v3/schemas/webhookApi.d.ts +75 -249
  247. package/dist/esm/v3/schemas/webhookApi.js +2 -2
  248. package/dist/esm/v3/schemas/webhookApi.js.map +1 -1
  249. package/dist/esm/v3/schemas/webhookConfig.d.ts +473 -3309
  250. package/dist/esm/v3/schemas/webhookConfig.js +10 -9
  251. package/dist/esm/v3/schemas/webhookConfig.js.map +1 -1
  252. package/dist/esm/v3/schemas/webhookFilter.d.ts +16 -4
  253. package/dist/esm/v3/schemas/webhookFilter.js +1 -1
  254. package/dist/esm/v3/schemas/webhookFilter.js.map +1 -1
  255. package/dist/esm/v3/schemas/webhooks.d.ts +247 -2055
  256. package/dist/esm/v3/schemas/webhooks.js +3 -2
  257. package/dist/esm/v3/schemas/webhooks.js.map +1 -1
  258. package/dist/esm/v3/serverOnly/httpServer.d.ts +19 -8
  259. package/dist/esm/v3/serverOnly/httpServer.js +5 -2
  260. package/dist/esm/v3/serverOnly/httpServer.js.map +1 -1
  261. package/dist/esm/v3/sessionStreams/chatSnapshot.d.ts +73 -16
  262. package/dist/esm/v3/sessionStreams/chatSnapshot.js +92 -2
  263. package/dist/esm/v3/sessionStreams/chatSnapshot.js.map +1 -1
  264. package/dist/esm/v3/sessionStreams/wireProtocol.d.ts +15 -0
  265. package/dist/esm/v3/sessionStreams/wireProtocol.js +15 -0
  266. package/dist/esm/v3/sessionStreams/wireProtocol.js.map +1 -1
  267. package/dist/esm/v3/test/test-session-stream-manager.js +5 -1
  268. package/dist/esm/v3/test/test-session-stream-manager.js.map +1 -1
  269. package/dist/esm/v3/types/schemas.d.ts +21 -1
  270. package/dist/esm/v3/types/schemas.js +2 -1
  271. package/dist/esm/v3/types/schemas.js.map +1 -1
  272. package/dist/esm/v3/types/tools.d.ts +16 -5
  273. package/dist/esm/v3/types/tools.js +2 -2
  274. package/dist/esm/v3/types/tools.js.map +1 -1
  275. package/dist/esm/v3/utils/ioSerialization.js +1 -1
  276. package/dist/esm/v3/utils/ioSerialization.js.map +1 -1
  277. package/dist/esm/v3/utils/zod.d.ts +8 -0
  278. package/dist/esm/v3/utils/zod.js +5 -0
  279. package/dist/esm/v3/utils/zod.js.map +1 -0
  280. package/dist/esm/v3/workloadDeploymentToken.d.ts +2 -21
  281. package/dist/esm/v3/workloadDeploymentToken.js +1 -1
  282. package/dist/esm/v3/workloadDeploymentToken.js.map +1 -1
  283. package/dist/esm/v3/zodIpc.d.ts +6 -6
  284. package/dist/esm/v3/zodIpc.js +5 -3
  285. package/dist/esm/v3/zodIpc.js.map +1 -1
  286. package/dist/esm/v3/zodMessageHandler.d.ts +14 -21
  287. package/dist/esm/v3/zodMessageHandler.js +16 -3
  288. package/dist/esm/v3/zodMessageHandler.js.map +1 -1
  289. package/dist/esm/v3/zodSocket.d.ts +11 -11
  290. package/dist/esm/v3/zodSocket.js +3 -2
  291. package/dist/esm/v3/zodSocket.js.map +1 -1
  292. package/dist/esm/version.js +1 -1
  293. package/package.json +7 -3
@@ -1,14 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateArtifactResponseBody = exports.CreateArtifactRequestBody = exports.UpsertBranchResponseBody = exports.UpsertBranchRequestBody = exports.DeploymentTriggeredVia = exports.ExternalBuildData = exports.CancelDeploymentRequestBody = exports.ProgressDeploymentRequestBody = exports.BuildServerMetadata = exports.FinalizeDeploymentRequestBody = exports.StartDeploymentIndexingResponseBody = exports.StartDeploymentIndexingRequestBody = exports.GetEnvironmentVariablesResponseBody = exports.RescheduleRunRequestBody = exports.AddTagsRequestBody = exports.GetBatchResponseBody = exports.BatchTriggerTaskResponse = exports.StreamBatchItemsResponse = exports.BatchItemNDJSON = exports.CreateBatchResponse = exports.CreateBatchRequestBody = exports.BatchTriggerTaskV3Response = exports.BatchTriggerTaskV3RequestBody = exports.BatchTriggerTaskV2Response = exports.BatchTriggerTaskV2RequestBody = exports.BatchTriggerTaskItem = exports.BatchTriggerTaskRequestBody = exports.TriggerTaskResponse = exports.TriggerTaskRequestBody = exports.IdempotencyKeyOptionsSchema = exports.RunTags = exports.CreateBackgroundWorkerResponse = exports.CreateBackgroundWorkerRequestBody = exports.GetJWTResponse = exports.GetJWTRequestBody = exports.GetWorkerByTagResponse = exports.GetWorkerTaskResponse = exports.GetProjectEnvironmentsResponseBody = exports.ProjectEnvironment = exports.GetProjectEnvResponse = exports.CreateProjectRequestBody = exports.CreateOrgResponseBody = exports.CreateOrgRequestBody = exports.GetOrgsResponseBody = exports.GetProjectRuntimesResponseBody = exports.NODE_RUNTIME_UPDATE_MAJOR = exports.GetProjectsResponseBody = exports.GetProjectResponseBody = exports.WhoAmIResponseSchema = exports.RunEngineVersion = void 0;
4
- exports.BulkActionStatus = exports.CreateBulkActionRequestBody = exports.ListRunResponse = exports.ListRunResponseItem = exports.RetrieveRunResponse = exports.RelatedRunDetails = exports.TriggerFunction = exports.RunScheduleDetails = exports.RunEnvironmentDetails = exports.AttemptStatus = exports.RunStatus = exports.TimezonesResult = exports.ListScheduleOptions = exports.ListSchedulesResult = exports.DeletedScheduleObject = exports.ScheduleObject = exports.ScheduleGenerator = exports.UpdateScheduleOptions = exports.CreateScheduleOptions = exports.ScheduledTaskPayload = exports.ScheduleType = exports.ResetIdempotencyKeyResponse = exports.CanceledRunResponse = exports.ReplayRunResponse = exports.DevDisconnectResponseBody = exports.DevDisconnectRequestBody = exports.DevDequeueResponseBody = exports.DevDequeueRequestBody = exports.DevConfigResponseBody = exports.WorkersCreateResponseBody = exports.WorkersCreateRequestBody = exports.WorkersListResponseBody = exports.CreateUploadPayloadUrlResponseBody = exports.DeploymentEventFromString = exports.DeploymentEvent = exports.DeploymentFinalizedEvent = exports.DeploymentLogEvent = exports.GetLatestDeploymentResponseBody = exports.GetDeploymentBuildEnvVarsResponseBody = exports.GetDeploymentResponseBody = exports.PromoteDeploymentResponseBody = exports.FailDeploymentResponseBody = exports.FailDeploymentRequestBody = exports.DeploymentErrorData = exports.GenerateRegistryCredentialsResponseBody = exports.RemoteBuildProviderStatusResponseBody = exports.GetDeploySettingsResponseBody = exports.DeployBuildPath = exports.InitializeDeploymentRequestBody = exports.InitializeDeploymentResponseBody = void 0;
5
- exports.WaitForDurationRequestBody = exports.WaitForWaitpointTokenResponseBody = exports.CompleteWaitpointTokenResponseBody = exports.ListSessionsResponseBody = exports.ListedSessionItem = exports.ListSessionsOptions = exports.ListSessionsQueryParams = exports.SessionStatus = exports.CloseSessionRequestBody = exports.UpdateSessionRequestBody = exports.EndAndContinueSessionResponseBody = exports.EndAndContinueSessionRequestBody = exports.RetrieveSessionResponseBody = exports.CreatedSessionResponseBody = exports.SessionItem = exports.CreateSessionRequestBody = exports.SessionTriggerConfig = exports.CompleteWaitpointTokenRequestBody = exports.WaitpointRetrieveTokenResponse = exports.WaitpointListTokenItem = exports.WaitpointTokenItem = exports.WaitpointTokenStatus = exports.waitpointTokenStatuses = exports.CreateSessionStreamWaitpointResponseBody = exports.CreateSessionStreamWaitpointRequestBody = exports.CreateInputStreamWaitpointResponseBody = exports.CreateInputStreamWaitpointRequestBody = exports.CreateWaitpointTokenResponseBody = exports.CreateWaitpointTokenRequestBody = exports.TimePeriod = exports.SubscribeRealtimeStreamChunkRawShape = exports.RetrieveBatchV2Response = exports.RetrieveBatchResponse = exports.BatchStatus = exports.SubscribeRunRawShape = exports.UpdateMetadataResponseBody = exports.UpdateMetadataRequestBody = exports.EnvironmentVariableWithSecret = exports.EnvironmentVariables = exports.EnvironmentVariable = exports.EnvironmentVariableValue = exports.EnvironmentVariableResponseBody = exports.ImportEnvironmentVariablesRequestBody = exports.UpdateEnvironmentVariableRequestBody = exports.CreateEnvironmentVariableRequestBody = exports.ListBulkActionsResponseBody = exports.AbortBulkActionResponseBody = exports.CreateBulkActionResponseBody = exports.BulkActionObject = exports.BulkActionType = void 0;
6
- exports.PromptOverrideCreatedResponseBody = exports.PromptOkResponseBody = exports.ReactivatePromptOverrideRequestBody = exports.UpdatePromptOverrideRequestBody = exports.CreatePromptOverrideRequestBody = exports.PromotePromptVersionRequestBody = exports.ListPromptVersionsResponseBody = exports.ListPromptsResponseBody = exports.ResolvePromptResponseBody = exports.ResolvePromptRequestBody = exports.ReadSessionStreamRecordsResponseBody = exports.SendInputStreamResponseBody = exports.AppendToStreamResponseBody = exports.CreateStreamResponseBody = exports.RetrieveSpanDetailResponseBody = exports.RetrieveRunTraceResponseBody = exports.RetrieveRunTraceSpan = exports.RetrieveRunTraceSpanSchema = exports.ApiBranchListResponseBody = exports.RetrieveCurrentDeploymentResponseBody = exports.ApiDeploymentListResponseItem = exports.ApiDeploymentListSearchParams = exports.ApiDeploymentListOptions = exports.ApiDeploymentListParams = exports.WaitForDurationResponseBody = void 0;
4
+ exports.CreateBulkActionRequestBody = exports.ListRunResponse = exports.ListRunResponseItem = exports.RetrieveRunResponse = exports.RelatedRunDetails = exports.TriggerFunction = exports.RunScheduleDetails = exports.RunEnvironmentDetails = exports.AttemptStatus = exports.RunStatus = exports.TimezonesResult = exports.ListScheduleOptions = exports.ListSchedulesResult = exports.DeletedScheduleObject = exports.ScheduleObject = exports.ScheduleGenerator = exports.UpdateScheduleOptions = exports.CreateScheduleOptions = exports.ScheduledTaskPayload = exports.ScheduleType = exports.ResetIdempotencyKeyResponse = exports.CanceledRunResponse = exports.ReplayRunResponse = exports.DevDisconnectResponseBody = exports.DevDisconnectRequestBody = exports.DevDequeueResponseBody = exports.DevDequeueRequestBody = exports.DevConfigResponseBody = exports.WorkersCreateResponseBody = exports.WorkersCreateRequestBody = exports.WorkersListResponseBody = exports.SessionTranscriptResponseBody = exports.CreateUploadPayloadUrlResponseBody = exports.DeploymentEventFromString = exports.DeploymentEvent = exports.DeploymentFinalizedEvent = exports.DeploymentLogEvent = exports.GetLatestDeploymentResponseBody = exports.GetDeploymentBuildEnvVarsResponseBody = exports.GetDeploymentResponseBody = exports.PromoteDeploymentResponseBody = exports.FailDeploymentResponseBody = exports.FailDeploymentRequestBody = exports.DeploymentErrorData = exports.GenerateRegistryCredentialsResponseBody = exports.RemoteBuildProviderStatusResponseBody = exports.GetDeploySettingsResponseBody = exports.DeployBuildPath = exports.InitializeDeploymentRequestBody = exports.InitializeDeploymentResponseBody = void 0;
5
+ exports.WaitForWaitpointTokenResponseBody = exports.CompleteWaitpointTokenResponseBody = exports.ListSessionsResponseBody = exports.ListedSessionItem = exports.ListSessionsOptions = exports.ListSessionsQueryParams = exports.SessionStatus = exports.CloseSessionRequestBody = exports.UpdateSessionRequestBody = exports.EndAndContinueSessionResponseBody = exports.EndAndContinueSessionRequestBody = exports.RetrieveSessionResponseBody = exports.CreatedSessionResponseBody = exports.SessionItem = exports.CreateSessionRequestBody = exports.SessionTriggerConfig = exports.CompleteWaitpointTokenRequestBody = exports.WaitpointRetrieveTokenResponse = exports.WaitpointListTokenItem = exports.WaitpointTokenItem = exports.WaitpointTokenStatus = exports.waitpointTokenStatuses = exports.CreateSessionStreamWaitpointResponseBody = exports.CreateSessionStreamWaitpointRequestBody = exports.CreateInputStreamWaitpointResponseBody = exports.CreateInputStreamWaitpointRequestBody = exports.CreateWaitpointTokenResponseBody = exports.CreateWaitpointTokenRequestBody = exports.TimePeriod = exports.SubscribeRealtimeStreamChunkRawShape = exports.RetrieveBatchV2Response = exports.RetrieveBatchResponse = exports.BatchStatus = exports.SubscribeRunRawShape = exports.UpdateMetadataResponseBody = exports.UpdateMetadataRequestBody = exports.EnvironmentVariableWithSecret = exports.EnvironmentVariables = exports.EnvironmentVariable = exports.EnvironmentVariableValue = exports.EnvironmentVariableResponseBody = exports.ImportEnvironmentVariablesRequestBody = exports.UpdateEnvironmentVariableRequestBody = exports.CreateEnvironmentVariableRequestBody = exports.ListBulkActionsResponseBody = exports.AbortBulkActionResponseBody = exports.CreateBulkActionResponseBody = exports.BulkActionObject = exports.BulkActionType = exports.BulkActionStatus = void 0;
6
+ exports.PromptOverrideCreatedResponseBody = exports.PromptOkResponseBody = exports.ReactivatePromptOverrideRequestBody = exports.UpdatePromptOverrideRequestBody = exports.CreatePromptOverrideRequestBody = exports.PromotePromptVersionRequestBody = exports.ListPromptVersionsResponseBody = exports.ListPromptsResponseBody = exports.ResolvePromptResponseBody = exports.ResolvePromptRequestBody = exports.ReadSessionStreamRecordsResponseBody = exports.SendInputStreamResponseBody = exports.AppendToStreamResponseBody = exports.CreateStreamResponseBody = exports.RetrieveSpanDetailResponseBody = exports.RetrieveRunTraceResponseBody = exports.RetrieveRunTraceSpan = exports.RetrieveRunTraceSpanSchema = exports.ApiBranchListResponseBody = exports.RetrieveCurrentDeploymentResponseBody = exports.ApiDeploymentListResponseItem = exports.ApiDeploymentListSearchParams = exports.ApiDeploymentListOptions = exports.ApiDeploymentListParams = exports.WaitForDurationResponseBody = exports.WaitForDurationRequestBody = void 0;
7
7
  exports.nodeMajor = nodeMajor;
8
8
  exports.needsNodeRuntimeUpdate = needsNodeRuntimeUpdate;
9
9
  exports.isWaitpointOutputTimeout = isWaitpointOutputTimeout;
10
10
  exports.timeoutError = timeoutError;
11
- const zod_1 = require("zod");
11
+ const v4_1 = require("zod/v4");
12
+ const zod_js_1 = require("../utils/zod.js");
12
13
  const json_js_1 = require("../../schemas/json.js");
13
14
  const externalDeploymentId_js_1 = require("../externalDeploymentId.js");
14
15
  const common_js_1 = require("./common.js");
@@ -17,40 +18,40 @@ const runEngine_js_1 = require("./runEngine.js");
17
18
  const queues_js_1 = require("./queues.js");
18
19
  const schemas_js_1 = require("./schemas.js");
19
20
  const build_js_1 = require("./build.js");
20
- exports.RunEngineVersion = zod_1.z.union([zod_1.z.literal("V1"), zod_1.z.literal("V2")]);
21
- exports.WhoAmIResponseSchema = zod_1.z.object({
22
- userId: zod_1.z.string(),
23
- email: zod_1.z.string().email(),
24
- dashboardUrl: zod_1.z.string(),
25
- project: zod_1.z
21
+ exports.RunEngineVersion = v4_1.z.union([v4_1.z.literal("V1"), v4_1.z.literal("V2")]);
22
+ exports.WhoAmIResponseSchema = v4_1.z.object({
23
+ userId: v4_1.z.string(),
24
+ email: v4_1.z.string().email(),
25
+ dashboardUrl: v4_1.z.string(),
26
+ project: v4_1.z
26
27
  .object({
27
- name: zod_1.z.string(),
28
- url: zod_1.z.string(),
29
- orgTitle: zod_1.z.string(),
28
+ name: v4_1.z.string(),
29
+ url: v4_1.z.string(),
30
+ orgTitle: v4_1.z.string(),
30
31
  })
31
32
  .optional(),
32
33
  });
33
- exports.GetProjectResponseBody = zod_1.z.object({
34
- id: zod_1.z.string(),
35
- externalRef: zod_1.z
34
+ exports.GetProjectResponseBody = v4_1.z.object({
35
+ id: v4_1.z.string(),
36
+ externalRef: v4_1.z
36
37
  .string()
37
38
  .describe("The external reference for the project, also known as the project ref, a unique identifier starting with proj_"),
38
- name: zod_1.z.string(),
39
- slug: zod_1.z.string(),
40
- createdAt: zod_1.z.coerce.date(),
39
+ name: v4_1.z.string(),
40
+ slug: v4_1.z.string(),
41
+ createdAt: v4_1.z.coerce.date(),
41
42
  // Worker-group name of the project's default region, or null when unset
42
43
  // (the project falls back to the global platform default). Optional so a
43
44
  // newer client still parses responses from an older server that omits it.
44
- defaultRegion: zod_1.z.string().nullable().optional(),
45
+ defaultRegion: v4_1.z.string().nullable().optional(),
45
46
  defaultRuntime: build_js_1.BuildRuntime.nullable().optional(),
46
- organization: zod_1.z.object({
47
- id: zod_1.z.string(),
48
- title: zod_1.z.string(),
49
- slug: zod_1.z.string(),
50
- createdAt: zod_1.z.coerce.date(),
47
+ organization: v4_1.z.object({
48
+ id: v4_1.z.string(),
49
+ title: v4_1.z.string(),
50
+ slug: v4_1.z.string(),
51
+ createdAt: v4_1.z.coerce.date(),
51
52
  }),
52
53
  });
53
- exports.GetProjectsResponseBody = zod_1.z.array(exports.GetProjectResponseBody);
54
+ exports.GetProjectsResponseBody = v4_1.z.array(exports.GetProjectResponseBody);
54
55
  /** The Node.js major version currently targeted by the runtime update report. */
55
56
  exports.NODE_RUNTIME_UPDATE_MAJOR = 21;
56
57
  /**
@@ -80,169 +81,175 @@ function needsNodeRuntimeUpdate(runtime, runtimeVersion) {
80
81
  ? Number(configuredMajorMatch[1]) === exports.NODE_RUNTIME_UPDATE_MAJOR
81
82
  : false;
82
83
  }
83
- exports.GetProjectRuntimesResponseBody = zod_1.z.array(zod_1.z.object({
84
- organization: zod_1.z.object({
85
- title: zod_1.z.string(),
86
- slug: zod_1.z.string(),
84
+ exports.GetProjectRuntimesResponseBody = v4_1.z.array(v4_1.z.object({
85
+ organization: v4_1.z.object({
86
+ title: v4_1.z.string(),
87
+ slug: v4_1.z.string(),
87
88
  }),
88
- project: zod_1.z.object({
89
- name: zod_1.z.string(),
90
- slug: zod_1.z.string(),
91
- externalRef: zod_1.z.string(),
89
+ project: v4_1.z.object({
90
+ name: v4_1.z.string(),
91
+ slug: v4_1.z.string(),
92
+ externalRef: v4_1.z.string(),
92
93
  }),
93
- environment: zod_1.z.object({
94
- slug: zod_1.z.string(),
94
+ environment: v4_1.z.object({
95
+ slug: v4_1.z.string(),
95
96
  }),
96
- deployment: zod_1.z
97
+ deployment: v4_1.z
97
98
  .object({
98
- runtime: zod_1.z.string().nullable(),
99
- runtimeVersion: zod_1.z.string().nullable(),
100
- nodeMajor: zod_1.z.number().int().positive().nullable(),
101
- deployedAt: zod_1.z.coerce.date().nullable(),
102
- shortCode: zod_1.z.string(),
99
+ runtime: v4_1.z.string().nullable(),
100
+ runtimeVersion: v4_1.z.string().nullable(),
101
+ nodeMajor: v4_1.z.number().int().positive().nullable(),
102
+ deployedAt: v4_1.z.coerce.date().nullable(),
103
+ shortCode: v4_1.z.string(),
103
104
  })
104
105
  .nullable(),
105
106
  }));
106
- exports.GetOrgsResponseBody = zod_1.z.array(zod_1.z.object({
107
- id: zod_1.z.string(),
108
- title: zod_1.z.string(),
109
- slug: zod_1.z.string(),
110
- createdAt: zod_1.z.coerce.date(),
107
+ exports.GetOrgsResponseBody = v4_1.z.array(v4_1.z.object({
108
+ id: v4_1.z.string(),
109
+ title: v4_1.z.string(),
110
+ slug: v4_1.z.string(),
111
+ createdAt: v4_1.z.coerce.date(),
111
112
  }));
112
- exports.CreateOrgRequestBody = zod_1.z.object({
113
- title: zod_1.z.string().trim().min(3).max(50),
114
- companySize: zod_1.z.string().optional(),
115
- companyUrl: zod_1.z.string().optional(),
116
- });
117
- exports.CreateOrgResponseBody = zod_1.z.object({
118
- id: zod_1.z.string(),
119
- title: zod_1.z.string(),
120
- slug: zod_1.z.string(),
121
- createdAt: zod_1.z.coerce.date(),
122
- });
123
- exports.CreateProjectRequestBody = zod_1.z.object({
124
- name: zod_1.z
113
+ exports.CreateOrgRequestBody = v4_1.z.object({
114
+ title: v4_1.z.string().trim().min(3).max(50),
115
+ companySize: v4_1.z.string().optional(),
116
+ companyUrl: v4_1.z.string().optional(),
117
+ });
118
+ exports.CreateOrgResponseBody = v4_1.z.object({
119
+ id: v4_1.z.string(),
120
+ title: v4_1.z.string(),
121
+ slug: v4_1.z.string(),
122
+ createdAt: v4_1.z.coerce.date(),
123
+ });
124
+ exports.CreateProjectRequestBody = v4_1.z.object({
125
+ name: v4_1.z
125
126
  .string()
126
127
  .trim()
127
128
  .min(1, "Name is required")
128
129
  .max(255, "Name must be less than 255 characters"),
129
130
  });
130
- exports.GetProjectEnvResponse = zod_1.z.object({
131
- apiKey: zod_1.z.string(),
132
- name: zod_1.z.string(),
133
- apiUrl: zod_1.z.string(),
134
- projectId: zod_1.z.string(),
131
+ exports.GetProjectEnvResponse = v4_1.z.object({
132
+ apiKey: v4_1.z.string(),
133
+ name: v4_1.z.string(),
134
+ apiUrl: v4_1.z.string(),
135
+ projectId: v4_1.z.string(),
135
136
  defaultRuntime: build_js_1.BuildRuntime.nullable().optional(),
136
137
  });
137
- exports.ProjectEnvironment = zod_1.z.object({
138
- id: zod_1.z.string(),
138
+ exports.ProjectEnvironment = v4_1.z.object({
139
+ id: v4_1.z.string(),
139
140
  /// The slug used as the environment identifier in env var endpoints (e.g. "dev", "stg", "prod", "preview")
140
- slug: zod_1.z.string(),
141
- type: zod_1.z.enum(["DEVELOPMENT", "STAGING", "PREVIEW", "PRODUCTION"]),
141
+ slug: v4_1.z.string(),
142
+ type: v4_1.z.enum(["DEVELOPMENT", "STAGING", "PREVIEW", "PRODUCTION"]),
142
143
  /// Whether this is the branchable parent (preview); individual branches are not returned
143
- isBranchableEnvironment: zod_1.z.boolean(),
144
- branchName: zod_1.z.string().nullable(),
145
- paused: zod_1.z.boolean(),
144
+ isBranchableEnvironment: v4_1.z.boolean(),
145
+ branchName: v4_1.z.string().nullable(),
146
+ paused: v4_1.z.boolean(),
146
147
  });
147
- exports.GetProjectEnvironmentsResponseBody = zod_1.z.array(exports.ProjectEnvironment);
148
+ exports.GetProjectEnvironmentsResponseBody = v4_1.z.array(exports.ProjectEnvironment);
148
149
  // Zod schema for the response body type
149
- exports.GetWorkerTaskResponse = zod_1.z.object({
150
- id: zod_1.z.string(),
151
- slug: zod_1.z.string(),
152
- filePath: zod_1.z.string(),
153
- triggerSource: zod_1.z.string(),
154
- createdAt: zod_1.z.coerce.date(),
155
- payloadSchema: zod_1.z.any().nullish(),
156
- queueConfig: zod_1.z.any().nullish(),
157
- });
158
- exports.GetWorkerByTagResponse = zod_1.z.object({
159
- worker: zod_1.z.object({
160
- id: zod_1.z.string(),
161
- version: zod_1.z.string(),
162
- engine: zod_1.z.string().nullish(),
163
- sdkVersion: zod_1.z.string().nullish(),
164
- cliVersion: zod_1.z.string().nullish(),
165
- tasks: zod_1.z.array(exports.GetWorkerTaskResponse),
150
+ exports.GetWorkerTaskResponse = v4_1.z.object({
151
+ id: v4_1.z.string(),
152
+ slug: v4_1.z.string(),
153
+ filePath: v4_1.z.string(),
154
+ triggerSource: v4_1.z.string(),
155
+ createdAt: v4_1.z.coerce.date(),
156
+ payloadSchema: v4_1.z.any().nullish(),
157
+ queueConfig: v4_1.z.any().nullish(),
158
+ });
159
+ exports.GetWorkerByTagResponse = v4_1.z.object({
160
+ worker: v4_1.z.object({
161
+ id: v4_1.z.string(),
162
+ version: v4_1.z.string(),
163
+ engine: v4_1.z.string().nullish(),
164
+ sdkVersion: v4_1.z.string().nullish(),
165
+ cliVersion: v4_1.z.string().nullish(),
166
+ tasks: v4_1.z.array(exports.GetWorkerTaskResponse),
166
167
  }),
167
- urls: zod_1.z.object({
168
- runs: zod_1.z.string(),
168
+ urls: v4_1.z.object({
169
+ runs: v4_1.z.string(),
169
170
  }),
170
171
  });
171
- exports.GetJWTRequestBody = zod_1.z.object({
172
- claims: zod_1.z
172
+ exports.GetJWTRequestBody = v4_1.z.object({
173
+ claims: v4_1.z
173
174
  .object({
174
- scopes: zod_1.z.array(zod_1.z.string()).default([]),
175
+ scopes: v4_1.z.array(v4_1.z.string()).default([]),
175
176
  })
176
177
  .optional(),
177
- expirationTime: zod_1.z.union([zod_1.z.number(), zod_1.z.string()]).optional(),
178
+ expirationTime: v4_1.z.union([v4_1.z.number(), v4_1.z.string()]).optional(),
178
179
  });
179
- exports.GetJWTResponse = zod_1.z.object({
180
- token: zod_1.z.string(),
180
+ exports.GetJWTResponse = v4_1.z.object({
181
+ token: v4_1.z.string(),
182
+ // The environment the exchange resolved, so a caller that named a slug learns the id.
183
+ environmentId: v4_1.z.string().optional(),
181
184
  });
182
- exports.CreateBackgroundWorkerRequestBody = zod_1.z.object({
183
- localOnly: zod_1.z.boolean(),
185
+ exports.CreateBackgroundWorkerRequestBody = v4_1.z.object({
186
+ localOnly: v4_1.z.boolean(),
184
187
  metadata: resources_js_1.BackgroundWorkerMetadata,
185
188
  engine: exports.RunEngineVersion.optional(),
186
- supportsLazyAttempts: zod_1.z.boolean().optional(),
187
- buildPlatform: zod_1.z.string().optional(),
188
- targetPlatform: zod_1.z.string().optional(),
189
+ supportsLazyAttempts: v4_1.z.boolean().optional(),
190
+ buildPlatform: v4_1.z.string().optional(),
191
+ targetPlatform: v4_1.z.string().optional(),
189
192
  });
190
- exports.CreateBackgroundWorkerResponse = zod_1.z.object({
191
- id: zod_1.z.string(),
192
- version: zod_1.z.string(),
193
- contentHash: zod_1.z.string(),
193
+ exports.CreateBackgroundWorkerResponse = v4_1.z.object({
194
+ id: v4_1.z.string(),
195
+ version: v4_1.z.string(),
196
+ contentHash: v4_1.z.string(),
194
197
  });
195
198
  //an array of 1, 2, or 3 strings
196
- const RunTag = zod_1.z.string().max(128, "Tags must be less than 128 characters");
197
- exports.RunTags = zod_1.z.union([RunTag, RunTag.array()]);
199
+ const RunTag = v4_1.z.string().max(128, "Tags must be less than 128 characters");
200
+ exports.RunTags = v4_1.z.union([RunTag, RunTag.array()]);
198
201
  /** Stores the original user-provided idempotency key and scope */
199
- exports.IdempotencyKeyOptionsSchema = zod_1.z.object({
200
- key: zod_1.z.string(),
201
- scope: zod_1.z.enum(["run", "attempt", "global"]),
202
+ exports.IdempotencyKeyOptionsSchema = v4_1.z.object({
203
+ key: v4_1.z.string(),
204
+ scope: v4_1.z.enum(["run", "attempt", "global"]),
202
205
  });
203
206
  // Coerces user-supplied concurrencyKey values to string. The downstream Prisma
204
207
  // column is String?, so passing a number (a common foot-gun when callers do
205
208
  // `concurrencyKey: payload.userId`) used to fail at `prisma.taskRun.create`
206
209
  // with PrismaClientValidationError. Accept the intent and stringify here.
207
- const ConcurrencyKeySchema = zod_1.z.union([zod_1.z.string(), zod_1.z.number()]).transform((value) => String(value));
208
- const ExternalDeploymentId = zod_1.z.preprocess((value) => {
210
+ const ConcurrencyKeySchema = v4_1.z.union([v4_1.z.string(), v4_1.z.number()]).transform((value) => String(value));
211
+ const ExternalDeploymentId = v4_1.z.preprocess((value) => {
212
+ // `null` is the opt-out sentinel callers write; treat it as absent, not a validation error.
213
+ if (value === null) {
214
+ return undefined;
215
+ }
209
216
  if (typeof value !== "string") {
210
217
  return value;
211
218
  }
212
219
  const trimmed = value.trim();
213
220
  return trimmed === "" ? undefined : trimmed;
214
- }, zod_1.z.string().max(externalDeploymentId_js_1.EXTERNAL_DEPLOYMENT_ID_MAX_LENGTH, `externalId must be at most ${externalDeploymentId_js_1.EXTERNAL_DEPLOYMENT_ID_MAX_LENGTH} characters`).optional());
215
- exports.TriggerTaskRequestBody = zod_1.z
221
+ }, v4_1.z.string().max(externalDeploymentId_js_1.EXTERNAL_DEPLOYMENT_ID_MAX_LENGTH, `externalId must be at most ${externalDeploymentId_js_1.EXTERNAL_DEPLOYMENT_ID_MAX_LENGTH} characters`).optional());
222
+ exports.TriggerTaskRequestBody = v4_1.z
216
223
  .object({
217
- payload: zod_1.z.any(),
218
- context: zod_1.z.any(),
219
- options: zod_1.z
224
+ payload: v4_1.z.any().optional(),
225
+ context: v4_1.z.any().optional(),
226
+ options: v4_1.z
220
227
  .object({
221
228
  /** @deprecated engine v1 only */
222
- dependentAttempt: zod_1.z.string().optional(),
229
+ dependentAttempt: v4_1.z.string().optional(),
223
230
  /** @deprecated engine v1 only */
224
- parentAttempt: zod_1.z.string().optional(),
231
+ parentAttempt: v4_1.z.string().optional(),
225
232
  /** @deprecated engine v1 only */
226
- dependentBatch: zod_1.z.string().optional(),
233
+ dependentBatch: v4_1.z.string().optional(),
227
234
  /**
228
235
  * If triggered in a batch, this is the BatchTaskRun id
229
236
  */
230
- parentBatch: zod_1.z.string().optional(),
237
+ parentBatch: v4_1.z.string().optional(),
231
238
  /**
232
239
  * RunEngine v2
233
240
  * If triggered inside another run, the parentRunId is the friendly ID of the parent run.
234
241
  */
235
- parentRunId: zod_1.z.string().optional(),
242
+ parentRunId: v4_1.z.string().optional(),
236
243
  /**
237
244
  * RunEngine v2
238
245
  * Should be `true` if `triggerAndWait` or `batchTriggerAndWait`
239
246
  */
240
- resumeParentOnCompletion: zod_1.z.boolean().optional(),
247
+ resumeParentOnCompletion: v4_1.z.boolean().optional(),
241
248
  /**
242
249
  * Locks the version to the passed value.
243
250
  * Automatically set when using `triggerAndWait` or `batchTriggerAndWait`
244
251
  */
245
- lockToVersion: zod_1.z.string().optional(),
252
+ lockToVersion: v4_1.z.string().optional(),
246
253
  /**
247
254
  * The external deployment id the calling application belongs to — a commit SHA, a
248
255
  * CI run id, a release tag. Independent of `lockToVersion`: the SDK reports every
@@ -251,49 +258,49 @@ exports.TriggerTaskRequestBody = zod_1.z
251
258
  * deployment that has not landed yet parks the run rather than failing it.
252
259
  */
253
260
  externalDeploymentId: ExternalDeploymentId,
254
- queue: zod_1.z
261
+ queue: v4_1.z
255
262
  .object({
256
- name: zod_1.z.string(),
263
+ name: v4_1.z.string(),
257
264
  // @deprecated, this is now specified on the queue
258
- concurrencyLimit: zod_1.z.number().int().optional(),
265
+ concurrencyLimit: v4_1.z.number().int().optional(),
259
266
  })
260
267
  .optional(),
261
268
  concurrencyKey: ConcurrencyKeySchema.optional(),
262
- delay: zod_1.z.string().or(zod_1.z.coerce.date()).optional(),
263
- idempotencyKey: zod_1.z
269
+ delay: v4_1.z.string().or(v4_1.z.coerce.date()).optional(),
270
+ idempotencyKey: v4_1.z
264
271
  .string()
265
272
  // Caps user-supplied keys before they reach the unique idempotency index
266
273
  // on the underlying table — values past this fail at the database layer
267
274
  // rather than returning a clean 400.
268
275
  .max(2048, "idempotencyKey must be 2048 characters or less")
269
276
  .optional(),
270
- idempotencyKeyTTL: zod_1.z.string().optional(),
277
+ idempotencyKeyTTL: v4_1.z.string().optional(),
271
278
  /** The original user-provided idempotency key and scope */
272
279
  idempotencyKeyOptions: exports.IdempotencyKeyOptionsSchema.optional(),
273
280
  machine: common_js_1.MachinePresetName.optional(),
274
- maxAttempts: zod_1.z.number().int().optional(),
275
- maxDuration: zod_1.z.number().optional(),
276
- metadata: zod_1.z.any(),
277
- metadataType: zod_1.z.string().optional(),
278
- payloadType: zod_1.z.string().optional(),
281
+ maxAttempts: v4_1.z.number().int().optional(),
282
+ maxDuration: v4_1.z.number().optional(),
283
+ metadata: v4_1.z.any().optional(),
284
+ metadataType: v4_1.z.string().optional(),
285
+ payloadType: v4_1.z.string().optional(),
279
286
  /**
280
287
  * Byte size of the (pre-offload) serialized payload, measured by the caller
281
288
  * before any object-store offload. Lets the pipeline know how large a payload
282
289
  * is without downloading an "application/store" reference.
283
290
  */
284
- payloadSize: zod_1.z.number().int().nonnegative().optional(),
291
+ payloadSize: v4_1.z.number().int().nonnegative().optional(),
285
292
  tags: exports.RunTags.optional(),
286
- test: zod_1.z.boolean().optional(),
287
- ttl: zod_1.z.string().or(zod_1.z.number().nonnegative().int()).optional(),
288
- priority: zod_1.z.number().optional(),
289
- bulkActionId: zod_1.z.string().optional(),
290
- region: zod_1.z.string().optional(),
291
- debounce: zod_1.z
293
+ test: v4_1.z.boolean().optional(),
294
+ ttl: v4_1.z.string().or(v4_1.z.number().nonnegative().int()).optional(),
295
+ priority: v4_1.z.number().optional(),
296
+ bulkActionId: v4_1.z.string().optional(),
297
+ region: v4_1.z.string().optional(),
298
+ debounce: v4_1.z
292
299
  .object({
293
- key: zod_1.z.string().max(512),
294
- delay: zod_1.z.string(),
295
- mode: zod_1.z.enum(["leading", "trailing"]).optional(),
296
- maxDelay: zod_1.z.string().optional(),
300
+ key: v4_1.z.string().max(512),
301
+ delay: v4_1.z.string(),
302
+ mode: v4_1.z.enum(["leading", "trailing"]).optional(),
303
+ maxDelay: v4_1.z.string().optional(),
297
304
  })
298
305
  .optional(),
299
306
  })
@@ -305,113 +312,113 @@ exports.TriggerTaskRequestBody = zod_1.z
305
312
  }
306
313
  if (typeof value.payload !== "string" || value.payload.length === 0) {
307
314
  ctx.addIssue({
308
- code: zod_1.z.ZodIssueCode.custom,
315
+ code: v4_1.z.ZodIssueCode.custom,
309
316
  message: "payload must be a non-empty string when options.payloadType is application/store",
310
317
  path: ["payload"],
311
318
  });
312
319
  }
313
320
  });
314
- exports.TriggerTaskResponse = zod_1.z.object({
315
- id: zod_1.z.string(),
316
- isCached: zod_1.z.boolean().optional(),
321
+ exports.TriggerTaskResponse = v4_1.z.object({
322
+ id: v4_1.z.string(),
323
+ isCached: v4_1.z.boolean().optional(),
317
324
  });
318
- exports.BatchTriggerTaskRequestBody = zod_1.z.object({
325
+ exports.BatchTriggerTaskRequestBody = v4_1.z.object({
319
326
  items: exports.TriggerTaskRequestBody.array(),
320
- dependentAttempt: zod_1.z.string().optional(),
327
+ dependentAttempt: v4_1.z.string().optional(),
321
328
  });
322
- exports.BatchTriggerTaskItem = zod_1.z.object({
323
- task: zod_1.z.string(),
324
- payload: zod_1.z.any(),
325
- context: zod_1.z.any(),
326
- options: zod_1.z
329
+ exports.BatchTriggerTaskItem = v4_1.z.object({
330
+ task: v4_1.z.string(),
331
+ payload: v4_1.z.any().optional(),
332
+ context: v4_1.z.any().optional(),
333
+ options: v4_1.z
327
334
  .object({
328
335
  concurrencyKey: ConcurrencyKeySchema.optional(),
329
- delay: zod_1.z.string().or(zod_1.z.coerce.date()).optional(),
330
- idempotencyKey: zod_1.z
336
+ delay: v4_1.z.string().or(v4_1.z.coerce.date()).optional(),
337
+ idempotencyKey: v4_1.z
331
338
  .string()
332
339
  // Caps user-supplied keys before they reach the unique idempotency index
333
340
  // on the underlying table — values past this fail at the database layer
334
341
  // rather than returning a clean 400.
335
342
  .max(2048, "idempotencyKey must be 2048 characters or less")
336
343
  .optional(),
337
- idempotencyKeyTTL: zod_1.z.string().optional(),
344
+ idempotencyKeyTTL: v4_1.z.string().optional(),
338
345
  /** The original user-provided idempotency key and scope */
339
346
  idempotencyKeyOptions: exports.IdempotencyKeyOptionsSchema.optional(),
340
- lockToVersion: zod_1.z.string().optional(),
347
+ lockToVersion: v4_1.z.string().optional(),
341
348
  /** See `TriggerTaskRequestBody.options.externalDeploymentId`. */
342
349
  externalDeploymentId: ExternalDeploymentId,
343
350
  machine: common_js_1.MachinePresetName.optional(),
344
- maxAttempts: zod_1.z.number().int().optional(),
345
- maxDuration: zod_1.z.number().optional(),
346
- metadata: zod_1.z.any(),
347
- metadataType: zod_1.z.string().optional(),
348
- parentAttempt: zod_1.z.string().optional(),
349
- payloadType: zod_1.z.string().optional(),
351
+ maxAttempts: v4_1.z.number().int().optional(),
352
+ maxDuration: v4_1.z.number().optional(),
353
+ metadata: v4_1.z.any().optional(),
354
+ metadataType: v4_1.z.string().optional(),
355
+ parentAttempt: v4_1.z.string().optional(),
356
+ payloadType: v4_1.z.string().optional(),
350
357
  /** Byte size of the (pre-offload) serialized payload for this item. */
351
- payloadSize: zod_1.z.number().int().nonnegative().optional(),
352
- queue: zod_1.z
358
+ payloadSize: v4_1.z.number().int().nonnegative().optional(),
359
+ queue: v4_1.z
353
360
  .object({
354
- name: zod_1.z.string(),
361
+ name: v4_1.z.string(),
355
362
  })
356
363
  .optional(),
357
364
  tags: exports.RunTags.optional(),
358
- test: zod_1.z.boolean().optional(),
359
- ttl: zod_1.z.string().or(zod_1.z.number().nonnegative().int()).optional(),
360
- priority: zod_1.z.number().optional(),
361
- region: zod_1.z.string().optional(),
362
- debounce: zod_1.z
365
+ test: v4_1.z.boolean().optional(),
366
+ ttl: v4_1.z.string().or(v4_1.z.number().nonnegative().int()).optional(),
367
+ priority: v4_1.z.number().optional(),
368
+ region: v4_1.z.string().optional(),
369
+ debounce: v4_1.z
363
370
  .object({
364
- key: zod_1.z.string().max(512),
365
- delay: zod_1.z.string(),
366
- mode: zod_1.z.enum(["leading", "trailing"]).optional(),
367
- maxDelay: zod_1.z.string().optional(),
371
+ key: v4_1.z.string().max(512),
372
+ delay: v4_1.z.string(),
373
+ mode: v4_1.z.enum(["leading", "trailing"]).optional(),
374
+ maxDelay: v4_1.z.string().optional(),
368
375
  })
369
376
  .optional(),
370
377
  })
371
378
  .optional(),
372
379
  });
373
- exports.BatchTriggerTaskV2RequestBody = zod_1.z.object({
380
+ exports.BatchTriggerTaskV2RequestBody = v4_1.z.object({
374
381
  items: exports.BatchTriggerTaskItem.array(),
375
382
  /** @deprecated engine v1 only */
376
- dependentAttempt: zod_1.z.string().optional(),
383
+ dependentAttempt: v4_1.z.string().optional(),
377
384
  /**
378
385
  * RunEngine v2
379
386
  * If triggered inside another run, the parentRunId is the friendly ID of the parent run.
380
387
  */
381
- parentRunId: zod_1.z.string().optional(),
388
+ parentRunId: v4_1.z.string().optional(),
382
389
  /**
383
390
  * RunEngine v2
384
391
  * Should be `true` if `triggerAndWait` or `batchTriggerAndWait`
385
392
  */
386
- resumeParentOnCompletion: zod_1.z.boolean().optional(),
387
- });
388
- exports.BatchTriggerTaskV2Response = zod_1.z.object({
389
- id: zod_1.z.string(),
390
- isCached: zod_1.z.boolean(),
391
- idempotencyKey: zod_1.z.string().optional(),
392
- runs: zod_1.z.array(zod_1.z.object({
393
- id: zod_1.z.string(),
394
- taskIdentifier: zod_1.z.string(),
395
- isCached: zod_1.z.boolean(),
396
- idempotencyKey: zod_1.z.string().optional(),
393
+ resumeParentOnCompletion: v4_1.z.boolean().optional(),
394
+ });
395
+ exports.BatchTriggerTaskV2Response = v4_1.z.object({
396
+ id: v4_1.z.string(),
397
+ isCached: v4_1.z.boolean(),
398
+ idempotencyKey: v4_1.z.string().optional(),
399
+ runs: v4_1.z.array(v4_1.z.object({
400
+ id: v4_1.z.string(),
401
+ taskIdentifier: v4_1.z.string(),
402
+ isCached: v4_1.z.boolean(),
403
+ idempotencyKey: v4_1.z.string().optional(),
397
404
  })),
398
405
  });
399
- exports.BatchTriggerTaskV3RequestBody = zod_1.z.object({
406
+ exports.BatchTriggerTaskV3RequestBody = v4_1.z.object({
400
407
  items: exports.BatchTriggerTaskItem.array(),
401
408
  /**
402
409
  * RunEngine v2
403
410
  * If triggered inside another run, the parentRunId is the friendly ID of the parent run.
404
411
  */
405
- parentRunId: zod_1.z.string().optional(),
412
+ parentRunId: v4_1.z.string().optional(),
406
413
  /**
407
414
  * RunEngine v2
408
415
  * Should be `true` if `triggerAndWait` or `batchTriggerAndWait`
409
416
  */
410
- resumeParentOnCompletion: zod_1.z.boolean().optional(),
417
+ resumeParentOnCompletion: v4_1.z.boolean().optional(),
411
418
  });
412
- exports.BatchTriggerTaskV3Response = zod_1.z.object({
413
- id: zod_1.z.string(),
414
- runCount: zod_1.z.number(),
419
+ exports.BatchTriggerTaskV3Response = v4_1.z.object({
420
+ id: v4_1.z.string(),
421
+ runCount: v4_1.z.number(),
415
422
  });
416
423
  // ============================================================================
417
424
  // 2-Phase Batch API (v3) - Streaming NDJSON Support
@@ -420,17 +427,17 @@ exports.BatchTriggerTaskV3Response = zod_1.z.object({
420
427
  * Phase 1: Create batch request body
421
428
  * Creates the batch record and optionally blocks parent run for batchTriggerAndWait
422
429
  */
423
- exports.CreateBatchRequestBody = zod_1.z.object({
430
+ exports.CreateBatchRequestBody = v4_1.z.object({
424
431
  /** Expected number of items in the batch */
425
- runCount: zod_1.z.number().int().positive(),
432
+ runCount: v4_1.z.number().int().positive(),
426
433
  /** Distinct task identifiers expected in the item stream */
427
- taskIdentifiers: zod_1.z.array(zod_1.z.string().min(1)).min(1).optional(),
434
+ taskIdentifiers: v4_1.z.array(v4_1.z.string().min(1)).min(1).optional(),
428
435
  /** Parent run ID for batchTriggerAndWait (friendly ID) */
429
- parentRunId: zod_1.z.string().optional(),
436
+ parentRunId: v4_1.z.string().optional(),
430
437
  /** Whether to resume parent on completion (true for batchTriggerAndWait) */
431
- resumeParentOnCompletion: zod_1.z.boolean().optional(),
438
+ resumeParentOnCompletion: v4_1.z.boolean().optional(),
432
439
  /** Idempotency key for the batch */
433
- idempotencyKey: zod_1.z
440
+ idempotencyKey: v4_1.z
434
441
  .string()
435
442
  // Caps user-supplied keys before they reach the unique idempotency index
436
443
  // on the underlying table — values past this fail at the database layer
@@ -443,15 +450,15 @@ exports.CreateBatchRequestBody = zod_1.z.object({
443
450
  /**
444
451
  * Phase 1: Create batch response
445
452
  */
446
- exports.CreateBatchResponse = zod_1.z.object({
453
+ exports.CreateBatchResponse = v4_1.z.object({
447
454
  /** The batch ID (friendly ID) */
448
- id: zod_1.z.string(),
455
+ id: v4_1.z.string(),
449
456
  /** The expected run count */
450
- runCount: zod_1.z.number(),
457
+ runCount: v4_1.z.number(),
451
458
  /** Whether this response came from a cached/idempotent batch */
452
- isCached: zod_1.z.boolean(),
459
+ isCached: v4_1.z.boolean(),
453
460
  /** The idempotency key if provided */
454
- idempotencyKey: zod_1.z.string().optional(),
461
+ idempotencyKey: v4_1.z.string().optional(),
455
462
  });
456
463
  /**
457
464
  * Phase 2: Individual item in the NDJSON stream
@@ -459,16 +466,16 @@ exports.CreateBatchResponse = zod_1.z.object({
459
466
  *
460
467
  * `options` reuses the strict shape from BatchTriggerTaskItem so that the
461
468
  * Phase-2 streaming path validates option fields identically to the V2/V3
462
- * batch trigger endpoints — historically this used z.record(z.unknown()) and
469
+ * batch trigger endpoints — historically this used z.record(z.string(), z.unknown()) and
463
470
  * let invalid values (e.g. numeric concurrencyKey) reach Prisma.
464
471
  */
465
- exports.BatchItemNDJSON = zod_1.z.object({
472
+ exports.BatchItemNDJSON = v4_1.z.object({
466
473
  /** Zero-based index of this item (used for idempotency and ordering) */
467
- index: zod_1.z.number().int().nonnegative(),
474
+ index: v4_1.z.number().int().nonnegative(),
468
475
  /** The task identifier to trigger */
469
- task: zod_1.z.string(),
476
+ task: v4_1.z.string(),
470
477
  /** The payload for this task run */
471
- payload: zod_1.z.unknown().optional(),
478
+ payload: v4_1.z.unknown().optional(),
472
479
  /** Options for this specific item */
473
480
  options: exports.BatchTriggerTaskItem.shape.options,
474
481
  });
@@ -476,81 +483,81 @@ exports.BatchItemNDJSON = zod_1.z.object({
476
483
  * Phase 2: Stream items response
477
484
  * Returned after the NDJSON stream completes
478
485
  */
479
- exports.StreamBatchItemsResponse = zod_1.z.object({
486
+ exports.StreamBatchItemsResponse = v4_1.z.object({
480
487
  /** The batch ID */
481
- id: zod_1.z.string(),
488
+ id: v4_1.z.string(),
482
489
  /** Number of items successfully accepted */
483
- itemsAccepted: zod_1.z.number(),
490
+ itemsAccepted: v4_1.z.number(),
484
491
  /** Number of items that were deduplicated (already enqueued) */
485
- itemsDeduplicated: zod_1.z.number(),
492
+ itemsDeduplicated: v4_1.z.number(),
486
493
  /** Whether the batch was sealed and is ready for processing.
487
494
  * If false, the batch needs more items before processing can start.
488
495
  * Clients should check this field and retry with missing items if needed. */
489
- sealed: zod_1.z.boolean(),
496
+ sealed: v4_1.z.boolean(),
490
497
  /** Total items currently enqueued (only present when sealed=false to help with retries) */
491
- enqueuedCount: zod_1.z.number().optional(),
498
+ enqueuedCount: v4_1.z.number().optional(),
492
499
  /** Expected total item count (only present when sealed=false to help with retries) */
493
- expectedCount: zod_1.z.number().optional(),
494
- });
495
- exports.BatchTriggerTaskResponse = zod_1.z.object({
496
- batchId: zod_1.z.string(),
497
- runs: zod_1.z.string().array(),
498
- });
499
- exports.GetBatchResponseBody = zod_1.z.object({
500
- id: zod_1.z.string(),
501
- items: zod_1.z.array(zod_1.z.object({
502
- id: zod_1.z.string(),
503
- taskRunId: zod_1.z.string(),
504
- status: zod_1.z.enum(["PENDING", "CANCELED", "COMPLETED", "FAILED"]),
500
+ expectedCount: v4_1.z.number().optional(),
501
+ });
502
+ exports.BatchTriggerTaskResponse = v4_1.z.object({
503
+ batchId: v4_1.z.string(),
504
+ runs: v4_1.z.string().array(),
505
+ });
506
+ exports.GetBatchResponseBody = v4_1.z.object({
507
+ id: v4_1.z.string(),
508
+ items: v4_1.z.array(v4_1.z.object({
509
+ id: v4_1.z.string(),
510
+ taskRunId: v4_1.z.string(),
511
+ status: v4_1.z.enum(["PENDING", "CANCELED", "COMPLETED", "FAILED"]),
505
512
  })),
506
513
  });
507
- exports.AddTagsRequestBody = zod_1.z.object({
514
+ exports.AddTagsRequestBody = v4_1.z.object({
508
515
  tags: exports.RunTags,
509
516
  });
510
- exports.RescheduleRunRequestBody = zod_1.z.object({
511
- delay: zod_1.z.string().or(zod_1.z.coerce.date()),
517
+ exports.RescheduleRunRequestBody = v4_1.z.object({
518
+ delay: v4_1.z.string().or(v4_1.z.coerce.date()),
512
519
  });
513
- exports.GetEnvironmentVariablesResponseBody = zod_1.z.object({
514
- variables: zod_1.z.record(zod_1.z.string()),
520
+ exports.GetEnvironmentVariablesResponseBody = v4_1.z.object({
521
+ variables: v4_1.z.record(v4_1.z.string(), v4_1.z.string()),
515
522
  });
516
- exports.StartDeploymentIndexingRequestBody = zod_1.z.object({
517
- imageReference: zod_1.z.string(),
518
- selfHosted: zod_1.z.boolean().optional(),
523
+ exports.StartDeploymentIndexingRequestBody = v4_1.z.object({
524
+ imageReference: v4_1.z.string(),
525
+ selfHosted: v4_1.z.boolean().optional(),
519
526
  });
520
- exports.StartDeploymentIndexingResponseBody = zod_1.z.object({
521
- id: zod_1.z.string(),
522
- contentHash: zod_1.z.string(),
527
+ exports.StartDeploymentIndexingResponseBody = v4_1.z.object({
528
+ id: v4_1.z.string(),
529
+ contentHash: v4_1.z.string(),
523
530
  });
524
- exports.FinalizeDeploymentRequestBody = zod_1.z.object({
525
- skipPromotion: zod_1.z.boolean().optional(),
526
- imageDigest: zod_1.z.string().optional(),
527
- skipPushToRegistry: zod_1.z.boolean().optional(),
531
+ exports.FinalizeDeploymentRequestBody = v4_1.z.object({
532
+ skipPromotion: v4_1.z.boolean().optional(),
533
+ imageDigest: v4_1.z.string().optional(),
534
+ skipPushToRegistry: v4_1.z.boolean().optional(),
528
535
  });
529
- exports.BuildServerMetadata = zod_1.z.object({
530
- buildId: zod_1.z.string().optional(),
531
- isNativeBuild: zod_1.z.boolean().optional(),
532
- artifactKey: zod_1.z.string().optional(),
533
- skipPromotion: zod_1.z.boolean().optional(),
534
- configFilePath: zod_1.z.string().optional(),
535
- skipEnqueue: zod_1.z.boolean().optional(),
536
- fromBundle: zod_1.z.boolean().optional(),
536
+ exports.BuildServerMetadata = v4_1.z.object({
537
+ buildId: v4_1.z.string().optional(),
538
+ isNativeBuild: v4_1.z.boolean().optional(),
539
+ artifactKey: v4_1.z.string().optional(),
540
+ skipPromotion: v4_1.z.boolean().optional(),
541
+ configFilePath: v4_1.z.string().optional(),
542
+ skipEnqueue: v4_1.z.boolean().optional(),
543
+ fromBundle: v4_1.z.boolean().optional(),
537
544
  });
538
- exports.ProgressDeploymentRequestBody = zod_1.z.object({
539
- contentHash: zod_1.z.string().optional(),
545
+ exports.ProgressDeploymentRequestBody = v4_1.z.object({
546
+ contentHash: v4_1.z.string().optional(),
540
547
  gitMeta: common_js_1.GitMeta.optional(),
541
- runtime: zod_1.z.string().optional(),
548
+ runtime: v4_1.z.string().optional(),
542
549
  buildServerMetadata: exports.BuildServerMetadata.optional(),
543
550
  });
544
- exports.CancelDeploymentRequestBody = zod_1.z.object({
545
- reason: zod_1.z.string().max(200, "Reason must be less than 200 characters").optional(),
551
+ exports.CancelDeploymentRequestBody = v4_1.z.object({
552
+ reason: v4_1.z.string().max(200, "Reason must be less than 200 characters").optional(),
546
553
  });
547
- exports.ExternalBuildData = zod_1.z.object({
548
- buildId: zod_1.z.string(),
549
- buildToken: zod_1.z.string(),
550
- projectId: zod_1.z.string(),
554
+ exports.ExternalBuildData = v4_1.z.object({
555
+ buildId: v4_1.z.string(),
556
+ buildToken: v4_1.z.string(),
557
+ projectId: v4_1.z.string(),
551
558
  });
552
- const anyString = zod_1.z.custom((v) => typeof v === "string");
553
- exports.DeploymentTriggeredVia = zod_1.z
559
+ const anyString = v4_1.z.custom((v) => typeof v === "string");
560
+ exports.DeploymentTriggeredVia = v4_1.z
554
561
  .enum([
555
562
  "cli:manual",
556
563
  "cli:ci_other",
@@ -568,76 +575,76 @@ exports.DeploymentTriggeredVia = zod_1.z
568
575
  .or(anyString);
569
576
  // TriggerSource, TriggerAction, and RunAnnotations are defined in runEngine.ts
570
577
  // They are re-exported through the schemas barrel (index.ts)
571
- exports.UpsertBranchRequestBody = zod_1.z.object({
578
+ exports.UpsertBranchRequestBody = v4_1.z.object({
572
579
  git: common_js_1.GitMeta.optional(),
573
- env: zod_1.z.enum(["preview", "development"]),
574
- branch: zod_1.z.string(),
575
- });
576
- exports.UpsertBranchResponseBody = zod_1.z.object({
577
- id: zod_1.z.string(),
578
- });
579
- exports.CreateArtifactRequestBody = zod_1.z.object({
580
- type: zod_1.z.enum(["deployment_context", "deployment_bundle"]).default("deployment_context"),
581
- contentType: zod_1.z.string().default("application/gzip"),
582
- contentLength: zod_1.z.number().optional(),
583
- });
584
- exports.CreateArtifactResponseBody = zod_1.z.object({
585
- artifactKey: zod_1.z.string(),
586
- uploadUrl: zod_1.z.string(),
587
- uploadFields: zod_1.z.record(zod_1.z.string()),
588
- expiresAt: zod_1.z.string().datetime(),
589
- });
590
- exports.InitializeDeploymentResponseBody = zod_1.z.object({
591
- id: zod_1.z.string(),
592
- contentHash: zod_1.z.string(),
593
- shortCode: zod_1.z.string(),
594
- version: zod_1.z.string(),
595
- imageTag: zod_1.z.string(),
596
- imagePlatform: zod_1.z.string(),
597
- externalId: zod_1.z.string().optional(),
598
- outcome: zod_1.z.enum(["created", "existing"]).optional(),
599
- isPromoted: zod_1.z.boolean().optional(),
580
+ env: v4_1.z.enum(["preview", "development"]),
581
+ branch: v4_1.z.string(),
582
+ });
583
+ exports.UpsertBranchResponseBody = v4_1.z.object({
584
+ id: v4_1.z.string(),
585
+ });
586
+ exports.CreateArtifactRequestBody = v4_1.z.object({
587
+ type: v4_1.z.enum(["deployment_context", "deployment_bundle"]).default("deployment_context"),
588
+ contentType: v4_1.z.string().default("application/gzip"),
589
+ contentLength: v4_1.z.number().optional(),
590
+ });
591
+ exports.CreateArtifactResponseBody = v4_1.z.object({
592
+ artifactKey: v4_1.z.string(),
593
+ uploadUrl: v4_1.z.string(),
594
+ uploadFields: v4_1.z.record(v4_1.z.string(), v4_1.z.string()),
595
+ expiresAt: v4_1.z.string().datetime(),
596
+ });
597
+ exports.InitializeDeploymentResponseBody = v4_1.z.object({
598
+ id: v4_1.z.string(),
599
+ contentHash: v4_1.z.string(),
600
+ shortCode: v4_1.z.string(),
601
+ version: v4_1.z.string(),
602
+ imageTag: v4_1.z.string(),
603
+ imagePlatform: v4_1.z.string(),
604
+ externalId: v4_1.z.string().optional(),
605
+ outcome: v4_1.z.enum(["created", "existing"]).optional(),
606
+ isPromoted: v4_1.z.boolean().optional(),
600
607
  externalBuildData: exports.ExternalBuildData.optional().nullable(),
601
- canceledDeployments: zod_1.z.array(zod_1.z.object({ version: zod_1.z.string(), shortCode: zod_1.z.string() })).optional(),
602
- eventStream: zod_1.z
608
+ canceledDeployments: v4_1.z.array(v4_1.z.object({ version: v4_1.z.string(), shortCode: v4_1.z.string() })).optional(),
609
+ eventStream: v4_1.z
603
610
  .object({
604
- s2: zod_1.z.object({
605
- basin: zod_1.z.string(),
606
- stream: zod_1.z.string(),
607
- accessToken: zod_1.z.string(),
611
+ s2: v4_1.z.object({
612
+ basin: v4_1.z.string(),
613
+ stream: v4_1.z.string(),
614
+ accessToken: v4_1.z.string(),
608
615
  }),
609
616
  })
610
617
  .optional(),
611
618
  });
612
- const InitializeDeploymentRequestBodyBase = zod_1.z.object({
613
- contentHash: zod_1.z.string(),
614
- userId: zod_1.z.string().optional(),
619
+ const InitializeDeploymentRequestBodyBase = v4_1.z.object({
620
+ contentHash: v4_1.z.string(),
621
+ userId: v4_1.z.string().optional(),
615
622
  /** @deprecated This is now determined by the webapp. This is only used to warn users with old CLI versions. */
616
- selfHosted: zod_1.z.boolean().optional(),
623
+ selfHosted: v4_1.z.boolean().optional(),
617
624
  gitMeta: common_js_1.GitMeta.optional(),
618
- type: zod_1.z.enum(["MANAGED", "UNMANAGED", "V1"]).optional(),
619
- runtime: zod_1.z.string().optional(),
620
- initialStatus: zod_1.z.enum(["PENDING", "BUILDING"]).optional(),
621
- isLocalBuild: zod_1.z.boolean().optional(),
625
+ type: v4_1.z.enum(["MANAGED", "UNMANAGED", "V1"]).optional(),
626
+ runtime: v4_1.z.string().optional(),
627
+ initialStatus: v4_1.z.enum(["PENDING", "BUILDING"]).optional(),
628
+ isLocalBuild: v4_1.z.boolean().optional(),
622
629
  triggeredVia: exports.DeploymentTriggeredVia.optional(),
623
- buildId: zod_1.z.string().optional(),
630
+ buildId: v4_1.z.string().optional(),
624
631
  externalId: ExternalDeploymentId,
625
- force: zod_1.z.boolean().optional(),
632
+ force: v4_1.z.boolean().optional(),
626
633
  });
627
634
  const InitializeDeploymentRequestBodyFull = InitializeDeploymentRequestBodyBase.extend({
628
- isNativeBuild: zod_1.z.boolean().default(false),
629
- skipPromotion: zod_1.z.boolean().optional(),
630
- artifactKey: zod_1.z.string().optional(),
631
- configFilePath: zod_1.z.string().optional(),
632
- skipEnqueue: zod_1.z.boolean().optional().default(false),
635
+ isNativeBuild: v4_1.z.boolean().default(false),
636
+ skipPromotion: v4_1.z.boolean().optional(),
637
+ artifactKey: v4_1.z.string().optional(),
638
+ configFilePath: v4_1.z.string().optional(),
639
+ skipEnqueue: v4_1.z.boolean().optional().default(false),
633
640
  // The artifact is a pre-built bundle; the build server only runs the container build
634
- fromBundle: zod_1.z.boolean().optional(),
641
+ fromBundle: v4_1.z.boolean().optional(),
635
642
  // Build-time env var values for fromBundle deploys, stored encrypted on the deployment
636
- buildEnvVars: zod_1.z.record(zod_1.z.string()).optional(),
643
+ buildEnvVars: v4_1.z.record(v4_1.z.string(), v4_1.z.string()).optional(),
637
644
  }).superRefine((data, ctx) => {
638
645
  if (data.force && !data.externalId) {
639
646
  ctx.addIssue({
640
- code: zod_1.z.ZodIssueCode.custom,
647
+ code: v4_1.z.ZodIssueCode.custom,
641
648
  path: ["force"],
642
649
  message: "force requires externalId",
643
650
  });
@@ -650,40 +657,40 @@ exports.InitializeDeploymentRequestBody = InitializeDeploymentRequestBodyFull.tr
650
657
  const { skipPromotion, artifactKey, configFilePath, skipEnqueue, fromBundle, buildEnvVars, ...rest } = data;
651
658
  return { ...rest, isNativeBuild: false };
652
659
  });
653
- exports.DeployBuildPath = zod_1.z.enum(["depot", "native", "native_local_bundle"]);
654
- exports.GetDeploySettingsResponseBody = zod_1.z.object({
660
+ exports.DeployBuildPath = v4_1.z.enum(["depot", "native", "native_local_bundle"]);
661
+ exports.GetDeploySettingsResponseBody = v4_1.z.object({
655
662
  build_path: exports.DeployBuildPath,
656
663
  });
657
- exports.RemoteBuildProviderStatusResponseBody = zod_1.z.object({
658
- status: zod_1.z.enum(["operational", "degraded", "unknown"]),
659
- message: zod_1.z.string(),
664
+ exports.RemoteBuildProviderStatusResponseBody = v4_1.z.object({
665
+ status: v4_1.z.enum(["operational", "degraded", "unknown"]),
666
+ message: v4_1.z.string(),
660
667
  });
661
- exports.GenerateRegistryCredentialsResponseBody = zod_1.z.object({
662
- username: zod_1.z.string(),
663
- password: zod_1.z.string(),
664
- expiresAt: zod_1.z.string(),
665
- repositoryUri: zod_1.z.string(),
668
+ exports.GenerateRegistryCredentialsResponseBody = v4_1.z.object({
669
+ username: v4_1.z.string(),
670
+ password: v4_1.z.string(),
671
+ expiresAt: v4_1.z.string(),
672
+ repositoryUri: v4_1.z.string(),
666
673
  });
667
- exports.DeploymentErrorData = zod_1.z.object({
668
- name: zod_1.z.string(),
669
- message: zod_1.z.string(),
670
- stack: zod_1.z.string().optional(),
671
- stderr: zod_1.z.string().optional(),
674
+ exports.DeploymentErrorData = v4_1.z.object({
675
+ name: v4_1.z.string(),
676
+ message: v4_1.z.string(),
677
+ stack: v4_1.z.string().optional(),
678
+ stderr: v4_1.z.string().optional(),
672
679
  });
673
- exports.FailDeploymentRequestBody = zod_1.z.object({
680
+ exports.FailDeploymentRequestBody = v4_1.z.object({
674
681
  error: exports.DeploymentErrorData,
675
682
  });
676
- exports.FailDeploymentResponseBody = zod_1.z.object({
677
- id: zod_1.z.string(),
683
+ exports.FailDeploymentResponseBody = v4_1.z.object({
684
+ id: v4_1.z.string(),
678
685
  });
679
- exports.PromoteDeploymentResponseBody = zod_1.z.object({
680
- id: zod_1.z.string(),
681
- version: zod_1.z.string(),
682
- shortCode: zod_1.z.string(),
686
+ exports.PromoteDeploymentResponseBody = v4_1.z.object({
687
+ id: v4_1.z.string(),
688
+ version: v4_1.z.string(),
689
+ shortCode: v4_1.z.string(),
683
690
  });
684
- exports.GetDeploymentResponseBody = zod_1.z.object({
685
- id: zod_1.z.string(),
686
- status: zod_1.z.enum([
691
+ exports.GetDeploymentResponseBody = v4_1.z.object({
692
+ id: v4_1.z.string(),
693
+ status: v4_1.z.enum([
687
694
  "PENDING",
688
695
  "INSTALLING",
689
696
  "BUILDING",
@@ -693,139 +700,160 @@ exports.GetDeploymentResponseBody = zod_1.z.object({
693
700
  "CANCELED",
694
701
  "TIMED_OUT",
695
702
  ]),
696
- contentHash: zod_1.z.string(),
697
- shortCode: zod_1.z.string(),
698
- version: zod_1.z.string(),
699
- imageReference: zod_1.z.string().nullish(),
700
- imagePlatform: zod_1.z.string(),
701
- commitSHA: zod_1.z.string().nullish(),
703
+ contentHash: v4_1.z.string(),
704
+ shortCode: v4_1.z.string(),
705
+ version: v4_1.z.string(),
706
+ imageReference: v4_1.z.string().nullish(),
707
+ imagePlatform: v4_1.z.string(),
708
+ commitSHA: v4_1.z.string().nullish(),
709
+ /**
710
+ * The `--external-id` this deployment was deployed under, used by version skew
711
+ * protection to pin runs. Distinct from `commitSHA`, which is git metadata.
712
+ *
713
+ * `optional`, not `nullish`, to stay assignable to the CLI's narrower
714
+ * `InitializeDeploymentResponseBody` shape, which this is spread into on the
715
+ * attach-to-existing-deployment path (`cli-v3/src/commands/deploy.ts:1156`).
716
+ */
717
+ externalId: v4_1.z.string().optional(),
702
718
  externalBuildData: exports.ExternalBuildData.optional().nullable(),
703
719
  errorData: exports.DeploymentErrorData.nullish(),
704
- canceledReason: zod_1.z.string().nullish(),
705
- worker: zod_1.z
720
+ canceledReason: v4_1.z.string().nullish(),
721
+ worker: v4_1.z
706
722
  .object({
707
- id: zod_1.z.string(),
708
- version: zod_1.z.string(),
709
- tasks: zod_1.z.array(zod_1.z.object({
710
- id: zod_1.z.string(),
711
- slug: zod_1.z.string(),
712
- filePath: zod_1.z.string(),
713
- exportName: zod_1.z.string().optional(),
723
+ id: v4_1.z.string(),
724
+ version: v4_1.z.string(),
725
+ tasks: v4_1.z.array(v4_1.z.object({
726
+ id: v4_1.z.string(),
727
+ slug: v4_1.z.string(),
728
+ filePath: v4_1.z.string(),
729
+ exportName: v4_1.z.string().optional(),
714
730
  })),
715
731
  })
716
732
  .optional(),
717
- integrationDeployments: zod_1.z
718
- .array(zod_1.z.object({
719
- id: zod_1.z.string(),
720
- integrationName: zod_1.z.string(),
721
- integrationDeploymentId: zod_1.z.string(),
722
- commitSHA: zod_1.z.string(),
723
- createdAt: zod_1.z.coerce.date(),
733
+ integrationDeployments: v4_1.z
734
+ .array(v4_1.z.object({
735
+ id: v4_1.z.string(),
736
+ integrationName: v4_1.z.string(),
737
+ integrationDeploymentId: v4_1.z.string(),
738
+ commitSHA: v4_1.z.string(),
739
+ createdAt: v4_1.z.coerce.date(),
724
740
  }))
725
741
  .nullish(),
726
742
  });
727
743
  // Secret material, deliberately kept off GetDeploymentResponseBody
728
- exports.GetDeploymentBuildEnvVarsResponseBody = zod_1.z.object({
729
- variables: zod_1.z.record(zod_1.z.string()),
744
+ exports.GetDeploymentBuildEnvVarsResponseBody = v4_1.z.object({
745
+ variables: v4_1.z.record(v4_1.z.string(), v4_1.z.string()),
730
746
  });
731
747
  exports.GetLatestDeploymentResponseBody = exports.GetDeploymentResponseBody.omit({
732
748
  worker: true,
733
749
  });
734
- exports.DeploymentLogEvent = zod_1.z.object({
735
- type: zod_1.z.literal("log"),
736
- data: zod_1.z.object({
737
- level: zod_1.z.enum(["debug", "info", "warn", "error"]).optional().default("info"),
738
- message: zod_1.z.string(),
750
+ exports.DeploymentLogEvent = v4_1.z.object({
751
+ type: v4_1.z.literal("log"),
752
+ data: v4_1.z.object({
753
+ level: v4_1.z.enum(["debug", "info", "warn", "error"]).optional().default("info"),
754
+ message: v4_1.z.string(),
739
755
  }),
740
756
  });
741
- exports.DeploymentFinalizedEvent = zod_1.z.object({
742
- type: zod_1.z.literal("finalized"),
743
- data: zod_1.z.object({
744
- result: zod_1.z.enum(["succeeded", "failed", "timed_out", "canceled"]).or(anyString),
745
- message: zod_1.z.string().optional(),
757
+ exports.DeploymentFinalizedEvent = v4_1.z.object({
758
+ type: v4_1.z.literal("finalized"),
759
+ data: v4_1.z.object({
760
+ result: v4_1.z.enum(["succeeded", "failed", "timed_out", "canceled"]).or(anyString),
761
+ message: v4_1.z.string().optional(),
746
762
  }),
747
763
  });
748
- exports.DeploymentEvent = zod_1.z.discriminatedUnion("type", [
764
+ exports.DeploymentEvent = (0, zod_js_1.discriminatedUnion)("type", [
749
765
  exports.DeploymentLogEvent,
750
766
  exports.DeploymentFinalizedEvent,
751
767
  ]);
752
- exports.DeploymentEventFromString = zod_1.z
768
+ exports.DeploymentEventFromString = v4_1.z
753
769
  .string()
754
770
  .transform((s, ctx) => {
755
771
  try {
756
772
  return JSON.parse(s);
757
773
  }
758
774
  catch {
759
- ctx.addIssue({ code: zod_1.z.ZodIssueCode.custom, message: "Invalid JSON" });
760
- return zod_1.z.NEVER;
775
+ ctx.addIssue({ code: v4_1.z.ZodIssueCode.custom, message: "Invalid JSON" });
776
+ return v4_1.z.NEVER;
761
777
  }
762
778
  })
763
779
  .pipe(exports.DeploymentEvent);
764
- exports.CreateUploadPayloadUrlResponseBody = zod_1.z.object({
765
- presignedUrl: zod_1.z.string(),
780
+ exports.CreateUploadPayloadUrlResponseBody = v4_1.z.object({
781
+ presignedUrl: v4_1.z.string(),
766
782
  /** Present on `/api/v2/packets` PUT (upload handshake); omitted on v1 GET download presign. */
767
- storagePath: zod_1.z.string().optional(),
783
+ storagePath: v4_1.z.string().optional(),
768
784
  });
769
- exports.WorkersListResponseBody = zod_1.z
785
+ /** One page of a `chat.agent` session transcript, from `GET /api/v1/sessions/{id}/transcript`. */
786
+ exports.SessionTranscriptResponseBody = v4_1.z.object({
787
+ messages: v4_1.z.array(v4_1.z.unknown()),
788
+ state: v4_1.z.unknown().nullable(),
789
+ cursors: v4_1.z
790
+ .object({
791
+ lastOutEventId: v4_1.z.string().optional(),
792
+ lastInEventId: v4_1.z.string().optional(),
793
+ })
794
+ .optional(),
795
+ nextCursor: v4_1.z.string().optional(),
796
+ });
797
+ exports.WorkersListResponseBody = v4_1.z
770
798
  .object({
771
- type: zod_1.z.string(),
772
- name: zod_1.z.string(),
773
- description: zod_1.z.string().nullish(),
774
- latestVersion: zod_1.z.string().nullish(),
775
- lastHeartbeatAt: zod_1.z.string().nullish(),
776
- isDefault: zod_1.z.boolean(),
777
- updatedAt: zod_1.z.coerce.date(),
799
+ type: v4_1.z.string(),
800
+ name: v4_1.z.string(),
801
+ description: v4_1.z.string().nullish(),
802
+ latestVersion: v4_1.z.string().nullish(),
803
+ lastHeartbeatAt: v4_1.z.string().nullish(),
804
+ isDefault: v4_1.z.boolean(),
805
+ updatedAt: v4_1.z.coerce.date(),
778
806
  })
779
807
  .array();
780
- exports.WorkersCreateRequestBody = zod_1.z.object({
781
- name: zod_1.z.string().optional(),
782
- description: zod_1.z.string().optional(),
783
- });
784
- exports.WorkersCreateResponseBody = zod_1.z.object({
785
- workerGroup: zod_1.z.object({
786
- name: zod_1.z.string(),
787
- description: zod_1.z.string().nullish(),
808
+ exports.WorkersCreateRequestBody = v4_1.z.object({
809
+ name: v4_1.z.string().optional(),
810
+ description: v4_1.z.string().optional(),
811
+ });
812
+ exports.WorkersCreateResponseBody = v4_1.z.object({
813
+ workerGroup: v4_1.z.object({
814
+ name: v4_1.z.string(),
815
+ description: v4_1.z.string().nullish(),
788
816
  }),
789
- token: zod_1.z.object({
790
- plaintext: zod_1.z.string(),
817
+ token: v4_1.z.object({
818
+ plaintext: v4_1.z.string(),
791
819
  }),
792
820
  });
793
- exports.DevConfigResponseBody = zod_1.z.object({
794
- environmentId: zod_1.z.string(),
795
- dequeueIntervalWithRun: zod_1.z.number(),
796
- dequeueIntervalWithoutRun: zod_1.z.number(),
797
- maxConcurrentRuns: zod_1.z.number(),
798
- engineUrl: zod_1.z.string(),
821
+ exports.DevConfigResponseBody = v4_1.z.object({
822
+ environmentId: v4_1.z.string(),
823
+ dequeueIntervalWithRun: v4_1.z.number(),
824
+ dequeueIntervalWithoutRun: v4_1.z.number(),
825
+ maxConcurrentRuns: v4_1.z.number(),
826
+ engineUrl: v4_1.z.string(),
799
827
  });
800
- exports.DevDequeueRequestBody = zod_1.z.object({
801
- currentWorker: zod_1.z.string(),
802
- oldWorkers: zod_1.z.string().array(),
828
+ exports.DevDequeueRequestBody = v4_1.z.object({
829
+ currentWorker: v4_1.z.string(),
830
+ oldWorkers: v4_1.z.string().array(),
803
831
  maxResources: runEngine_js_1.MachineResources.optional(),
804
832
  });
805
- exports.DevDequeueResponseBody = zod_1.z.object({
833
+ exports.DevDequeueResponseBody = v4_1.z.object({
806
834
  dequeuedMessages: runEngine_js_1.DequeuedMessage.array(),
807
835
  });
808
- exports.DevDisconnectRequestBody = zod_1.z.object({
809
- runFriendlyIds: zod_1.z.string().array(),
836
+ exports.DevDisconnectRequestBody = v4_1.z.object({
837
+ runFriendlyIds: v4_1.z.string().array(),
810
838
  });
811
- exports.DevDisconnectResponseBody = zod_1.z.object({
812
- cancelled: zod_1.z.number(),
813
- bulkActionId: zod_1.z.string().optional(),
839
+ exports.DevDisconnectResponseBody = v4_1.z.object({
840
+ cancelled: v4_1.z.number(),
841
+ bulkActionId: v4_1.z.string().optional(),
814
842
  });
815
- exports.ReplayRunResponse = zod_1.z.object({
816
- id: zod_1.z.string(),
843
+ exports.ReplayRunResponse = v4_1.z.object({
844
+ id: v4_1.z.string(),
817
845
  });
818
- exports.CanceledRunResponse = zod_1.z.object({
819
- id: zod_1.z.string(),
846
+ exports.CanceledRunResponse = v4_1.z.object({
847
+ id: v4_1.z.string(),
820
848
  });
821
- exports.ResetIdempotencyKeyResponse = zod_1.z.object({
822
- id: zod_1.z.string(),
849
+ exports.ResetIdempotencyKeyResponse = v4_1.z.object({
850
+ id: v4_1.z.string(),
823
851
  });
824
- exports.ScheduleType = zod_1.z.union([zod_1.z.literal("DECLARATIVE"), zod_1.z.literal("IMPERATIVE")]);
825
- exports.ScheduledTaskPayload = zod_1.z.object({
852
+ exports.ScheduleType = v4_1.z.union([v4_1.z.literal("DECLARATIVE"), v4_1.z.literal("IMPERATIVE")]);
853
+ exports.ScheduledTaskPayload = v4_1.z.object({
826
854
  /** The schedule id associated with this run (you can have many schedules for the same task).
827
855
  You can use this to remove the schedule, update it, etc */
828
- scheduleId: zod_1.z.string(),
856
+ scheduleId: v4_1.z.string(),
829
857
  /** The type of schedule – `"DECLARATIVE"` or `"IMPERATIVE"`.
830
858
  *
831
859
  * **DECLARATIVE** – defined inline on your `schedules.task` using the `cron` property. They can only be created, updated or deleted by modifying the `cron` property on your task.
@@ -842,24 +870,24 @@ exports.ScheduledTaskPayload = zod_1.z.object({
842
870
  timeZone: payload.timezone,
843
871
  });
844
872
  ``` */
845
- timestamp: zod_1.z.date(),
873
+ timestamp: v4_1.z.date(),
846
874
  /** When the task was last run (it has been).
847
875
  This can be undefined if it's never been run. This date is UTC. */
848
- lastTimestamp: zod_1.z.date().optional(),
876
+ lastTimestamp: v4_1.z.date().optional(),
849
877
  /** You can optionally provide an external id when creating the schedule.
850
878
  Usually you would use a userId or some other unique identifier.
851
879
  This defaults to undefined if you didn't provide one. */
852
- externalId: zod_1.z.string().optional(),
880
+ externalId: v4_1.z.string().optional(),
853
881
  /** The IANA timezone the schedule is set to. The default is UTC.
854
882
  * You can see the full list of supported timezones here: https://cloud.trigger.dev/timezones
855
883
  */
856
- timezone: zod_1.z.string(),
884
+ timezone: v4_1.z.string(),
857
885
  /** The next 5 dates this task is scheduled to run */
858
- upcoming: zod_1.z.array(zod_1.z.date()),
886
+ upcoming: v4_1.z.array(v4_1.z.date()),
859
887
  });
860
- exports.CreateScheduleOptions = zod_1.z.object({
888
+ exports.CreateScheduleOptions = v4_1.z.object({
861
889
  /** The id of the task you want to attach to. */
862
- task: zod_1.z.string(),
890
+ task: v4_1.z.string(),
863
891
  /** The schedule in CRON format.
864
892
  *
865
893
  * ```txt
@@ -876,16 +904,16 @@ exports.CreateScheduleOptions = zod_1.z.object({
876
904
  "L" means the last. In the "day of week" field, 1L means the last Monday of the month. In the day of month field, L means the last day of the month.
877
905
 
878
906
  */
879
- cron: zod_1.z.string(),
907
+ cron: v4_1.z.string(),
880
908
  /** You can only create one schedule with this key. If you use it twice, the second call will update the schedule.
881
909
  *
882
910
  * This is required to prevent you from creating duplicate schedules. */
883
- deduplicationKey: zod_1.z.string(),
911
+ deduplicationKey: v4_1.z.string(),
884
912
  /** Optionally, you can specify your own IDs (like a user ID) and then use it inside the run function of your task.
885
913
  *
886
914
  * This allows you to have per-user CRON tasks.
887
915
  */
888
- externalId: zod_1.z.string().optional(),
916
+ externalId: v4_1.z.string().optional(),
889
917
  /** Optionally, you can specify a timezone in the IANA format. If unset it will use UTC.
890
918
  * If specified then the CRON will be evaluated in that timezone and will respect daylight savings.
891
919
  *
@@ -896,7 +924,7 @@ exports.CreateScheduleOptions = zod_1.z.object({
896
924
  * @example "America/New_York", "Europe/London", "Asia/Tokyo", "Africa/Cairo"
897
925
  *
898
926
  */
899
- timezone: zod_1.z.string().optional(),
927
+ timezone: v4_1.z.string().optional(),
900
928
  /** Optionally delay each occurrence by a stable amount within this window.
901
929
  * Absolute windows use whole minutes or hours up to 24 hours and are capped at the next
902
930
  * nominal interval. Percentages are relative to each nominal interval.
@@ -906,50 +934,61 @@ exports.CreateScheduleOptions = zod_1.z.object({
906
934
  window: schemas_js_1.ScheduleWindow.optional(),
907
935
  });
908
936
  exports.UpdateScheduleOptions = exports.CreateScheduleOptions.omit({ deduplicationKey: true });
909
- exports.ScheduleGenerator = zod_1.z.object({
910
- type: zod_1.z.literal("CRON"),
911
- expression: zod_1.z.string(),
912
- description: zod_1.z.string(),
937
+ exports.ScheduleGenerator = v4_1.z.object({
938
+ type: v4_1.z.literal("CRON"),
939
+ expression: v4_1.z.string(),
940
+ description: v4_1.z.string(),
913
941
  });
914
- exports.ScheduleObject = zod_1.z.object({
915
- id: zod_1.z.string(),
942
+ exports.ScheduleObject = v4_1.z.object({
943
+ id: v4_1.z.string(),
916
944
  type: exports.ScheduleType,
917
- task: zod_1.z.string(),
918
- active: zod_1.z.boolean(),
919
- deduplicationKey: zod_1.z.string().nullish(),
920
- externalId: zod_1.z.string().nullish(),
945
+ task: v4_1.z.string(),
946
+ active: v4_1.z.boolean(),
947
+ deduplicationKey: v4_1.z.string().nullish(),
948
+ externalId: v4_1.z.string().nullish(),
921
949
  generator: exports.ScheduleGenerator,
922
- timezone: zod_1.z.string(),
950
+ timezone: v4_1.z.string(),
923
951
  window: schemas_js_1.ScheduleWindow.optional(),
924
952
  /** The next nominal CRON time. */
925
- nextRun: zod_1.z.coerce.date().nullish(),
953
+ nextRun: v4_1.z.coerce.date().nullish(),
926
954
  /** The stable assigned time for the next nominal CRON time. */
927
- nextRunEffectiveAt: zod_1.z.coerce.date().nullish(),
928
- environments: zod_1.z.array(zod_1.z.object({
929
- id: zod_1.z.string(),
930
- type: zod_1.z.string(),
931
- userName: zod_1.z.string().nullish(),
955
+ nextRunEffectiveAt: v4_1.z.coerce.date().nullish(),
956
+ /**
957
+ * Present when a non-overridable plan policy applies a minimum window to this schedule (e.g.
958
+ * a free-plan schedule's 60-minute minimum). The configured `window` is returned separately
959
+ * and unchanged; this describes the floor applied on top of it.
960
+ */
961
+ appliedSchedulePolicy: v4_1.z
962
+ .object({
963
+ minimumWindowSeconds: v4_1.z.number(),
964
+ reason: v4_1.z.literal("free_schedule"),
965
+ })
966
+ .optional(),
967
+ environments: v4_1.z.array(v4_1.z.object({
968
+ id: v4_1.z.string(),
969
+ type: v4_1.z.string(),
970
+ userName: v4_1.z.string().nullish(),
932
971
  })),
933
972
  });
934
- exports.DeletedScheduleObject = zod_1.z.object({
935
- id: zod_1.z.string(),
973
+ exports.DeletedScheduleObject = v4_1.z.object({
974
+ id: v4_1.z.string(),
936
975
  });
937
- exports.ListSchedulesResult = zod_1.z.object({
938
- data: zod_1.z.array(exports.ScheduleObject),
939
- pagination: zod_1.z.object({
940
- currentPage: zod_1.z.number(),
941
- totalPages: zod_1.z.number(),
942
- count: zod_1.z.number(),
976
+ exports.ListSchedulesResult = v4_1.z.object({
977
+ data: v4_1.z.array(exports.ScheduleObject),
978
+ pagination: v4_1.z.object({
979
+ currentPage: v4_1.z.number(),
980
+ totalPages: v4_1.z.number(),
981
+ count: v4_1.z.number(),
943
982
  }),
944
983
  });
945
- exports.ListScheduleOptions = zod_1.z.object({
946
- page: zod_1.z.number().optional(),
947
- perPage: zod_1.z.number().optional(),
984
+ exports.ListScheduleOptions = v4_1.z.object({
985
+ page: v4_1.z.number().optional(),
986
+ perPage: v4_1.z.number().optional(),
948
987
  });
949
- exports.TimezonesResult = zod_1.z.object({
950
- timezones: zod_1.z.array(zod_1.z.string()),
988
+ exports.TimezonesResult = v4_1.z.object({
989
+ timezones: v4_1.z.array(v4_1.z.string()),
951
990
  });
952
- exports.RunStatus = zod_1.z.enum([
991
+ exports.RunStatus = v4_1.z.enum([
953
992
  /// Task is waiting for a version update because it cannot execute without additional information (task, queue, etc.)
954
993
  "PENDING_VERSION",
955
994
  /// Task is waiting to be executed by a worker
@@ -977,7 +1016,7 @@ exports.RunStatus = zod_1.z.enum([
977
1016
  /// Task has reached it's maxDuration and has been stopped
978
1017
  "TIMED_OUT",
979
1018
  ]);
980
- exports.AttemptStatus = zod_1.z.enum([
1019
+ exports.AttemptStatus = v4_1.z.enum([
981
1020
  "PENDING",
982
1021
  "EXECUTING",
983
1022
  "PAUSED",
@@ -985,102 +1024,102 @@ exports.AttemptStatus = zod_1.z.enum([
985
1024
  "FAILED",
986
1025
  "CANCELED",
987
1026
  ]);
988
- exports.RunEnvironmentDetails = zod_1.z.object({
989
- id: zod_1.z.string(),
990
- name: zod_1.z.string(),
991
- user: zod_1.z.string().optional(),
992
- });
993
- exports.RunScheduleDetails = zod_1.z.object({
994
- id: zod_1.z.string(),
995
- externalId: zod_1.z.string().optional(),
996
- deduplicationKey: zod_1.z.string().optional(),
1027
+ exports.RunEnvironmentDetails = v4_1.z.object({
1028
+ id: v4_1.z.string(),
1029
+ name: v4_1.z.string(),
1030
+ user: v4_1.z.string().optional(),
1031
+ });
1032
+ exports.RunScheduleDetails = v4_1.z.object({
1033
+ id: v4_1.z.string(),
1034
+ externalId: v4_1.z.string().optional(),
1035
+ deduplicationKey: v4_1.z.string().optional(),
997
1036
  generator: exports.ScheduleGenerator,
998
1037
  });
999
- exports.TriggerFunction = zod_1.z.enum([
1038
+ exports.TriggerFunction = v4_1.z.enum([
1000
1039
  "triggerAndWait",
1001
1040
  "trigger",
1002
1041
  "batchTriggerAndWait",
1003
1042
  "batchTrigger",
1004
1043
  ]);
1005
1044
  const CommonRunFields = {
1006
- id: zod_1.z.string(),
1045
+ id: v4_1.z.string(),
1007
1046
  status: exports.RunStatus,
1008
- taskIdentifier: zod_1.z.string(),
1009
- idempotencyKey: zod_1.z.string().optional(),
1010
- version: zod_1.z.string().optional(),
1011
- isQueued: zod_1.z.boolean(),
1012
- isExecuting: zod_1.z.boolean(),
1013
- isWaiting: zod_1.z.boolean(),
1014
- isCompleted: zod_1.z.boolean(),
1015
- isSuccess: zod_1.z.boolean(),
1016
- isFailed: zod_1.z.boolean(),
1017
- isCancelled: zod_1.z.boolean(),
1018
- isTest: zod_1.z.boolean(),
1019
- createdAt: zod_1.z.coerce.date(),
1020
- updatedAt: zod_1.z.coerce.date(),
1021
- startedAt: zod_1.z.coerce.date().optional(),
1022
- finishedAt: zod_1.z.coerce.date().optional(),
1023
- delayedUntil: zod_1.z.coerce.date().optional(),
1024
- ttl: zod_1.z.string().optional(),
1025
- expiredAt: zod_1.z.coerce.date().optional(),
1026
- tags: zod_1.z.string().array(),
1027
- costInCents: zod_1.z.number(),
1028
- baseCostInCents: zod_1.z.number(),
1029
- durationMs: zod_1.z.number(),
1030
- metadata: zod_1.z.record(zod_1.z.any()).optional(),
1031
- taskKind: zod_1.z.string().optional(),
1032
- region: zod_1.z.string().optional(),
1047
+ taskIdentifier: v4_1.z.string(),
1048
+ idempotencyKey: v4_1.z.string().optional(),
1049
+ version: v4_1.z.string().optional(),
1050
+ isQueued: v4_1.z.boolean(),
1051
+ isExecuting: v4_1.z.boolean(),
1052
+ isWaiting: v4_1.z.boolean(),
1053
+ isCompleted: v4_1.z.boolean(),
1054
+ isSuccess: v4_1.z.boolean(),
1055
+ isFailed: v4_1.z.boolean(),
1056
+ isCancelled: v4_1.z.boolean(),
1057
+ isTest: v4_1.z.boolean(),
1058
+ createdAt: v4_1.z.coerce.date(),
1059
+ updatedAt: v4_1.z.coerce.date(),
1060
+ startedAt: v4_1.z.coerce.date().optional(),
1061
+ finishedAt: v4_1.z.coerce.date().optional(),
1062
+ delayedUntil: v4_1.z.coerce.date().optional(),
1063
+ ttl: v4_1.z.string().optional(),
1064
+ expiredAt: v4_1.z.coerce.date().optional(),
1065
+ tags: v4_1.z.string().array(),
1066
+ costInCents: v4_1.z.number(),
1067
+ baseCostInCents: v4_1.z.number(),
1068
+ durationMs: v4_1.z.number(),
1069
+ metadata: v4_1.z.record(v4_1.z.string(), v4_1.z.any()).optional(),
1070
+ taskKind: v4_1.z.string().optional(),
1071
+ region: v4_1.z.string().optional(),
1033
1072
  };
1034
1073
  const RetrieveRunCommandFields = {
1035
1074
  ...CommonRunFields,
1036
- depth: zod_1.z.number(),
1037
- triggerFunction: zod_1.z.enum(["triggerAndWait", "trigger", "batchTriggerAndWait", "batchTrigger"]),
1038
- batchId: zod_1.z.string().optional(),
1075
+ depth: v4_1.z.number(),
1076
+ triggerFunction: v4_1.z.enum(["triggerAndWait", "trigger", "batchTriggerAndWait", "batchTrigger"]),
1077
+ batchId: v4_1.z.string().optional(),
1039
1078
  };
1040
- exports.RelatedRunDetails = zod_1.z.object(RetrieveRunCommandFields);
1041
- exports.RetrieveRunResponse = zod_1.z.object({
1079
+ exports.RelatedRunDetails = v4_1.z.object(RetrieveRunCommandFields);
1080
+ exports.RetrieveRunResponse = v4_1.z.object({
1042
1081
  ...RetrieveRunCommandFields,
1043
- payload: zod_1.z.any().optional(),
1044
- payloadPresignedUrl: zod_1.z.string().optional(),
1045
- output: zod_1.z.any().optional(),
1046
- outputPresignedUrl: zod_1.z.string().optional(),
1082
+ payload: v4_1.z.any().optional(),
1083
+ payloadPresignedUrl: v4_1.z.string().optional(),
1084
+ output: v4_1.z.any().optional(),
1085
+ outputPresignedUrl: v4_1.z.string().optional(),
1047
1086
  error: common_js_1.SerializedError.optional(),
1048
1087
  schedule: exports.RunScheduleDetails.optional(),
1049
- relatedRuns: zod_1.z.object({
1088
+ relatedRuns: v4_1.z.object({
1050
1089
  root: exports.RelatedRunDetails.optional(),
1051
1090
  parent: exports.RelatedRunDetails.optional(),
1052
- children: zod_1.z.array(exports.RelatedRunDetails).optional(),
1091
+ children: v4_1.z.array(exports.RelatedRunDetails).optional(),
1053
1092
  }),
1054
- attemptCount: zod_1.z.number().default(0),
1093
+ attemptCount: v4_1.z.number().default(0),
1055
1094
  });
1056
- exports.ListRunResponseItem = zod_1.z.object({
1095
+ exports.ListRunResponseItem = v4_1.z.object({
1057
1096
  ...CommonRunFields,
1058
1097
  env: exports.RunEnvironmentDetails,
1059
1098
  });
1060
- exports.ListRunResponse = zod_1.z.object({
1061
- data: zod_1.z.array(exports.ListRunResponseItem),
1062
- pagination: zod_1.z.object({
1063
- next: zod_1.z.string().optional(),
1064
- previous: zod_1.z.string().optional(),
1099
+ exports.ListRunResponse = v4_1.z.object({
1100
+ data: v4_1.z.array(exports.ListRunResponseItem),
1101
+ pagination: v4_1.z.object({
1102
+ next: v4_1.z.string().optional(),
1103
+ previous: v4_1.z.string().optional(),
1065
1104
  }),
1066
1105
  });
1067
- const StringOrStringArray = zod_1.z.union([zod_1.z.string(), zod_1.z.array(zod_1.z.string())]);
1068
- const MachineOrMachineArray = zod_1.z.union([common_js_1.MachinePresetName, zod_1.z.array(common_js_1.MachinePresetName)]);
1069
- const QueueOrQueueArray = zod_1.z.union([queues_js_1.QueueTypeName, zod_1.z.array(queues_js_1.QueueTypeName)]);
1070
- const DateOrNumber = zod_1.z.union([zod_1.z.coerce.date(), zod_1.z.number()]);
1071
- const BulkActionFilterRequestBody = zod_1.z
1106
+ const StringOrStringArray = v4_1.z.union([v4_1.z.string(), v4_1.z.array(v4_1.z.string())]);
1107
+ const MachineOrMachineArray = v4_1.z.union([common_js_1.MachinePresetName, v4_1.z.array(common_js_1.MachinePresetName)]);
1108
+ const QueueOrQueueArray = v4_1.z.union([queues_js_1.QueueTypeName, v4_1.z.array(queues_js_1.QueueTypeName)]);
1109
+ const DateOrNumber = v4_1.z.union([v4_1.z.coerce.date(), v4_1.z.number()]);
1110
+ const BulkActionFilterRequestBody = v4_1.z
1072
1111
  .object({
1073
- status: zod_1.z.union([exports.RunStatus, zod_1.z.array(exports.RunStatus)]).optional(),
1112
+ status: v4_1.z.union([exports.RunStatus, v4_1.z.array(exports.RunStatus)]).optional(),
1074
1113
  taskIdentifier: StringOrStringArray.optional(),
1075
1114
  version: StringOrStringArray.optional(),
1076
1115
  from: DateOrNumber.optional(),
1077
1116
  to: DateOrNumber.optional(),
1078
- period: zod_1.z.string().optional(),
1079
- bulkAction: zod_1.z.string().optional(),
1117
+ period: v4_1.z.string().optional(),
1118
+ bulkAction: v4_1.z.string().optional(),
1080
1119
  tag: StringOrStringArray.optional(),
1081
- schedule: zod_1.z.string().optional(),
1082
- isTest: zod_1.z.boolean().optional(),
1083
- batch: zod_1.z.string().optional(),
1120
+ schedule: v4_1.z.string().optional(),
1121
+ isTest: v4_1.z.boolean().optional(),
1122
+ batch: v4_1.z.string().optional(),
1084
1123
  queue: QueueOrQueueArray.optional(),
1085
1124
  machine: MachineOrMachineArray.optional(),
1086
1125
  region: StringOrStringArray.optional(),
@@ -1103,91 +1142,87 @@ function isNonEmptyBulkActionFilterValue(value) {
1103
1142
  }
1104
1143
  const BulkActionSelectionRequestBody = {
1105
1144
  filter: BulkActionFilterRequestBody.optional(),
1106
- runIds: zod_1.z.array(zod_1.z.string()).min(1).optional(),
1107
- name: zod_1.z.string().max(255, "Name must be less than 255 characters").optional(),
1145
+ runIds: v4_1.z.array(v4_1.z.string()).min(1).optional(),
1146
+ name: v4_1.z.string().max(255, "Name must be less than 255 characters").optional(),
1108
1147
  };
1109
- exports.CreateBulkActionRequestBody = zod_1.z
1110
- .discriminatedUnion("action", [
1111
- zod_1.z.object({
1112
- action: zod_1.z.literal("cancel"),
1113
- targetRegion: zod_1.z.never().optional(),
1148
+ exports.CreateBulkActionRequestBody = (0, zod_js_1.discriminatedUnion)("action", [
1149
+ v4_1.z.object({
1150
+ action: v4_1.z.literal("cancel"),
1151
+ targetRegion: v4_1.z.never().optional(),
1114
1152
  ...BulkActionSelectionRequestBody,
1115
1153
  }),
1116
- zod_1.z.object({
1117
- action: zod_1.z.literal("replay"),
1118
- targetRegion: zod_1.z.string().optional(),
1154
+ v4_1.z.object({
1155
+ action: v4_1.z.literal("replay"),
1156
+ targetRegion: v4_1.z.string().optional(),
1119
1157
  ...BulkActionSelectionRequestBody,
1120
1158
  }),
1121
- ])
1122
- .refine((body) => (body.filter ? 1 : 0) + (body.runIds ? 1 : 0) === 1, {
1159
+ ]).refine((body) => (body.filter ? 1 : 0) + (body.runIds ? 1 : 0) === 1, {
1123
1160
  message: "Exactly one of filter or runIds must be provided",
1124
1161
  });
1125
- exports.BulkActionStatus = zod_1.z.enum(["PENDING", "COMPLETED", "ABORTED"]);
1126
- exports.BulkActionType = zod_1.z.enum(["CANCEL", "REPLAY"]);
1127
- exports.BulkActionObject = zod_1.z.object({
1128
- id: zod_1.z.string(),
1129
- name: zod_1.z.string().optional(),
1162
+ exports.BulkActionStatus = v4_1.z.enum(["PENDING", "COMPLETED", "ABORTED"]);
1163
+ exports.BulkActionType = v4_1.z.enum(["CANCEL", "REPLAY"]);
1164
+ exports.BulkActionObject = v4_1.z.object({
1165
+ id: v4_1.z.string(),
1166
+ name: v4_1.z.string().optional(),
1130
1167
  type: exports.BulkActionType,
1131
1168
  status: exports.BulkActionStatus,
1132
- counts: zod_1.z.object({
1133
- total: zod_1.z.number(),
1134
- success: zod_1.z.number(),
1135
- failure: zod_1.z.number(),
1169
+ counts: v4_1.z.object({
1170
+ total: v4_1.z.number(),
1171
+ success: v4_1.z.number(),
1172
+ failure: v4_1.z.number(),
1136
1173
  }),
1137
- createdAt: zod_1.z.coerce.date(),
1138
- completedAt: zod_1.z.coerce.date().optional(),
1174
+ createdAt: v4_1.z.coerce.date(),
1175
+ completedAt: v4_1.z.coerce.date().optional(),
1139
1176
  });
1140
- exports.CreateBulkActionResponseBody = zod_1.z.object({
1141
- id: zod_1.z.string(),
1177
+ exports.CreateBulkActionResponseBody = v4_1.z.object({
1178
+ id: v4_1.z.string(),
1142
1179
  });
1143
- exports.AbortBulkActionResponseBody = zod_1.z.object({
1144
- id: zod_1.z.string(),
1180
+ exports.AbortBulkActionResponseBody = v4_1.z.object({
1181
+ id: v4_1.z.string(),
1145
1182
  });
1146
- exports.ListBulkActionsResponseBody = zod_1.z.object({
1147
- data: zod_1.z.array(exports.BulkActionObject),
1148
- pagination: zod_1.z.object({
1149
- next: zod_1.z.string().optional(),
1150
- previous: zod_1.z.string().optional(),
1183
+ exports.ListBulkActionsResponseBody = v4_1.z.object({
1184
+ data: v4_1.z.array(exports.BulkActionObject),
1185
+ pagination: v4_1.z.object({
1186
+ next: v4_1.z.string().optional(),
1187
+ previous: v4_1.z.string().optional(),
1151
1188
  }),
1152
1189
  });
1153
- exports.CreateEnvironmentVariableRequestBody = zod_1.z.object({
1154
- name: zod_1.z.string(),
1155
- value: zod_1.z.string(),
1190
+ exports.CreateEnvironmentVariableRequestBody = v4_1.z.object({
1191
+ name: v4_1.z.string(),
1192
+ value: v4_1.z.string(),
1156
1193
  // When omitted, the variable defaults to non-secret (the DB default is false).
1157
- isSecret: zod_1.z.boolean().optional(),
1194
+ isSecret: v4_1.z.boolean().optional(),
1158
1195
  });
1159
- exports.UpdateEnvironmentVariableRequestBody = zod_1.z.object({
1160
- value: zod_1.z.string(),
1196
+ exports.UpdateEnvironmentVariableRequestBody = v4_1.z.object({
1197
+ value: v4_1.z.string(),
1161
1198
  });
1162
- exports.ImportEnvironmentVariablesRequestBody = zod_1.z.object({
1163
- variables: zod_1.z.record(zod_1.z.string()),
1164
- parentVariables: zod_1.z.record(zod_1.z.string()).optional(),
1165
- override: zod_1.z.boolean().optional(),
1199
+ exports.ImportEnvironmentVariablesRequestBody = v4_1.z.object({
1200
+ variables: v4_1.z.record(v4_1.z.string(), v4_1.z.string()),
1201
+ parentVariables: v4_1.z.record(v4_1.z.string(), v4_1.z.string()).optional(),
1202
+ override: v4_1.z.boolean().optional(),
1166
1203
  // When omitted, variables default to non-secret (the DB default is false).
1167
- isSecret: zod_1.z.boolean().optional(),
1168
- source: zod_1.z
1169
- .discriminatedUnion("type", [
1170
- zod_1.z.object({ type: zod_1.z.literal("user"), userId: zod_1.z.string() }),
1171
- zod_1.z.object({ type: zod_1.z.literal("integration"), integration: zod_1.z.string() }),
1172
- ])
1173
- .optional(),
1204
+ isSecret: v4_1.z.boolean().optional(),
1205
+ source: (0, zod_js_1.discriminatedUnion)("type", [
1206
+ v4_1.z.object({ type: v4_1.z.literal("user"), userId: v4_1.z.string() }),
1207
+ v4_1.z.object({ type: v4_1.z.literal("integration"), integration: v4_1.z.string() }),
1208
+ ]).optional(),
1174
1209
  });
1175
- exports.EnvironmentVariableResponseBody = zod_1.z.object({
1176
- success: zod_1.z.boolean(),
1210
+ exports.EnvironmentVariableResponseBody = v4_1.z.object({
1211
+ success: v4_1.z.boolean(),
1177
1212
  });
1178
- exports.EnvironmentVariableValue = zod_1.z.object({
1179
- value: zod_1.z.string(),
1213
+ exports.EnvironmentVariableValue = v4_1.z.object({
1214
+ value: v4_1.z.string(),
1180
1215
  });
1181
- exports.EnvironmentVariable = zod_1.z.object({
1182
- name: zod_1.z.string(),
1183
- value: zod_1.z.string(),
1216
+ exports.EnvironmentVariable = v4_1.z.object({
1217
+ name: v4_1.z.string(),
1218
+ value: v4_1.z.string(),
1184
1219
  });
1185
- exports.EnvironmentVariables = zod_1.z.array(exports.EnvironmentVariable);
1186
- exports.EnvironmentVariableWithSecret = zod_1.z.object({
1220
+ exports.EnvironmentVariables = v4_1.z.array(exports.EnvironmentVariable);
1221
+ exports.EnvironmentVariableWithSecret = v4_1.z.object({
1187
1222
  /** The name of the env var, e.g. `DATABASE_URL` */
1188
- name: zod_1.z.string(),
1223
+ name: v4_1.z.string(),
1189
1224
  /** The value of the env var. If it's a secret, this will be a redacted value, not the real value. */
1190
- value: zod_1.z.string(),
1225
+ value: v4_1.z.string(),
1191
1226
  /**
1192
1227
  * Whether the env var is a secret or not.
1193
1228
  * When you create env vars you can mark them as secrets.
@@ -1195,25 +1230,25 @@ exports.EnvironmentVariableWithSecret = zod_1.z.object({
1195
1230
  * You can't view the value of a secret env var after setting it initially.
1196
1231
  * For a secret env var, the value will be redacted.
1197
1232
  */
1198
- isSecret: zod_1.z.boolean(),
1233
+ isSecret: v4_1.z.boolean(),
1199
1234
  });
1200
1235
  exports.UpdateMetadataRequestBody = common_js_1.FlushedRunMetadata;
1201
- exports.UpdateMetadataResponseBody = zod_1.z.object({
1202
- metadata: zod_1.z.record(json_js_1.DeserializedJsonSchema),
1236
+ exports.UpdateMetadataResponseBody = v4_1.z.object({
1237
+ metadata: v4_1.z.record(v4_1.z.string(), json_js_1.DeserializedJsonSchema),
1203
1238
  });
1204
- const RawShapeDate = zod_1.z
1239
+ const RawShapeDate = v4_1.z
1205
1240
  .string()
1206
1241
  .transform((val) => `${val}Z`)
1207
- .pipe(zod_1.z.coerce.date());
1208
- const RawOptionalShapeDate = zod_1.z
1242
+ .pipe(v4_1.z.coerce.date());
1243
+ const RawOptionalShapeDate = v4_1.z
1209
1244
  .string()
1210
1245
  .nullish()
1211
1246
  .transform((val) => (val ? new Date(`${val}Z`) : val));
1212
- exports.SubscribeRunRawShape = zod_1.z.object({
1213
- id: zod_1.z.string(),
1214
- taskIdentifier: zod_1.z.string(),
1215
- friendlyId: zod_1.z.string(),
1216
- status: zod_1.z.string(),
1247
+ exports.SubscribeRunRawShape = v4_1.z.object({
1248
+ id: v4_1.z.string(),
1249
+ taskIdentifier: v4_1.z.string(),
1250
+ friendlyId: v4_1.z.string(),
1251
+ status: v4_1.z.string(),
1217
1252
  createdAt: RawShapeDate,
1218
1253
  updatedAt: RawShapeDate,
1219
1254
  startedAt: RawOptionalShapeDate,
@@ -1221,74 +1256,74 @@ exports.SubscribeRunRawShape = zod_1.z.object({
1221
1256
  queuedAt: RawOptionalShapeDate,
1222
1257
  expiredAt: RawOptionalShapeDate,
1223
1258
  completedAt: RawOptionalShapeDate,
1224
- idempotencyKey: zod_1.z.string().nullish(),
1225
- number: zod_1.z.number().default(0),
1226
- isTest: zod_1.z.boolean().default(false),
1227
- usageDurationMs: zod_1.z.number().default(0),
1228
- costInCents: zod_1.z.number().default(0),
1229
- baseCostInCents: zod_1.z.number().default(0),
1230
- ttl: zod_1.z.string().nullish(),
1231
- payload: zod_1.z.string().nullish(),
1232
- payloadType: zod_1.z.string().nullish(),
1233
- metadata: zod_1.z.string().nullish(),
1234
- metadataType: zod_1.z.string().nullish(),
1235
- output: zod_1.z.string().nullish(),
1236
- outputType: zod_1.z.string().nullish(),
1237
- runTags: zod_1.z.array(zod_1.z.string()).nullish().default([]),
1259
+ idempotencyKey: v4_1.z.string().nullish(),
1260
+ number: v4_1.z.number().default(0),
1261
+ isTest: v4_1.z.boolean().default(false),
1262
+ usageDurationMs: v4_1.z.number().default(0),
1263
+ costInCents: v4_1.z.number().default(0),
1264
+ baseCostInCents: v4_1.z.number().default(0),
1265
+ ttl: v4_1.z.string().nullish(),
1266
+ payload: v4_1.z.string().nullish(),
1267
+ payloadType: v4_1.z.string().nullish(),
1268
+ metadata: v4_1.z.string().nullish(),
1269
+ metadataType: v4_1.z.string().nullish(),
1270
+ output: v4_1.z.string().nullish(),
1271
+ outputType: v4_1.z.string().nullish(),
1272
+ runTags: v4_1.z.array(v4_1.z.string()).nullish().default([]),
1238
1273
  error: common_js_1.TaskRunError.nullish(),
1239
- realtimeStreams: zod_1.z.array(zod_1.z.string()).nullish().default([]),
1274
+ realtimeStreams: v4_1.z.array(v4_1.z.string()).nullish().default([]),
1240
1275
  });
1241
- exports.BatchStatus = zod_1.z.enum([
1276
+ exports.BatchStatus = v4_1.z.enum([
1242
1277
  "PENDING",
1243
1278
  "PROCESSING",
1244
1279
  "COMPLETED",
1245
1280
  "PARTIAL_FAILED",
1246
1281
  "ABORTED",
1247
1282
  ]);
1248
- exports.RetrieveBatchResponse = zod_1.z.object({
1249
- id: zod_1.z.string(),
1283
+ exports.RetrieveBatchResponse = v4_1.z.object({
1284
+ id: v4_1.z.string(),
1250
1285
  status: exports.BatchStatus,
1251
- idempotencyKey: zod_1.z.string().optional(),
1252
- createdAt: zod_1.z.coerce.date(),
1253
- updatedAt: zod_1.z.coerce.date(),
1254
- runCount: zod_1.z.number(),
1255
- runs: zod_1.z.array(zod_1.z.string()),
1256
- });
1257
- exports.RetrieveBatchV2Response = zod_1.z.object({
1258
- id: zod_1.z.string(),
1286
+ idempotencyKey: v4_1.z.string().optional(),
1287
+ createdAt: v4_1.z.coerce.date(),
1288
+ updatedAt: v4_1.z.coerce.date(),
1289
+ runCount: v4_1.z.number(),
1290
+ runs: v4_1.z.array(v4_1.z.string()),
1291
+ });
1292
+ exports.RetrieveBatchV2Response = v4_1.z.object({
1293
+ id: v4_1.z.string(),
1259
1294
  status: exports.BatchStatus,
1260
- idempotencyKey: zod_1.z.string().optional(),
1261
- createdAt: zod_1.z.coerce.date(),
1262
- updatedAt: zod_1.z.coerce.date(),
1263
- runCount: zod_1.z.number(),
1264
- runs: zod_1.z.array(zod_1.z.string()),
1265
- processing: zod_1.z.object({
1266
- completedAt: zod_1.z.coerce.date().optional(),
1267
- errors: zod_1.z.array(zod_1.z.object({
1268
- index: zod_1.z.number(),
1269
- taskIdentifier: zod_1.z.string(),
1270
- error: zod_1.z.string(),
1271
- errorCode: zod_1.z.string().optional(),
1295
+ idempotencyKey: v4_1.z.string().optional(),
1296
+ createdAt: v4_1.z.coerce.date(),
1297
+ updatedAt: v4_1.z.coerce.date(),
1298
+ runCount: v4_1.z.number(),
1299
+ runs: v4_1.z.array(v4_1.z.string()),
1300
+ processing: v4_1.z.object({
1301
+ completedAt: v4_1.z.coerce.date().optional(),
1302
+ errors: v4_1.z.array(v4_1.z.object({
1303
+ index: v4_1.z.number(),
1304
+ taskIdentifier: v4_1.z.string(),
1305
+ error: v4_1.z.string(),
1306
+ errorCode: v4_1.z.string().optional(),
1272
1307
  })),
1273
1308
  }),
1274
1309
  });
1275
- exports.SubscribeRealtimeStreamChunkRawShape = zod_1.z.object({
1276
- id: zod_1.z.string(),
1277
- runId: zod_1.z.string(),
1278
- sequence: zod_1.z.number(),
1279
- key: zod_1.z.string(),
1280
- value: zod_1.z.string(),
1281
- createdAt: zod_1.z.coerce.date(),
1310
+ exports.SubscribeRealtimeStreamChunkRawShape = v4_1.z.object({
1311
+ id: v4_1.z.string(),
1312
+ runId: v4_1.z.string(),
1313
+ sequence: v4_1.z.number(),
1314
+ key: v4_1.z.string(),
1315
+ value: v4_1.z.string(),
1316
+ createdAt: v4_1.z.coerce.date(),
1282
1317
  });
1283
- exports.TimePeriod = zod_1.z.string().or(zod_1.z.coerce.date());
1284
- exports.CreateWaitpointTokenRequestBody = zod_1.z.object({
1318
+ exports.TimePeriod = v4_1.z.string().or(v4_1.z.coerce.date());
1319
+ exports.CreateWaitpointTokenRequestBody = v4_1.z.object({
1285
1320
  /**
1286
1321
  * An optional idempotency key for the waitpoint.
1287
1322
  * If you use the same key twice (and the key hasn't expired), you will get the original waitpoint back.
1288
1323
  *
1289
1324
  * Note: This waitpoint may already be complete, in which case when you wait for it, it will immediately continue.
1290
1325
  */
1291
- idempotencyKey: zod_1.z
1326
+ idempotencyKey: v4_1.z
1292
1327
  .string()
1293
1328
  // Caps user-supplied keys before they reach the unique idempotency index
1294
1329
  // on the underlying table — values past this fail at the database layer
@@ -1299,7 +1334,7 @@ exports.CreateWaitpointTokenRequestBody = zod_1.z.object({
1299
1334
  * When set, this means the passed in idempotency key will expire after this time.
1300
1335
  * This means after that time if you pass the same idempotency key again, you will get a new waitpoint.
1301
1336
  */
1302
- idempotencyKeyTTL: zod_1.z.string().optional(),
1337
+ idempotencyKeyTTL: v4_1.z.string().optional(),
1303
1338
  /** The resume token will timeout after this time.
1304
1339
  * If you are waiting for the token in a run, the token will return a result where `ok` is false.
1305
1340
  *
@@ -1321,33 +1356,33 @@ exports.CreateWaitpointTokenRequestBody = zod_1.z.object({
1321
1356
  */
1322
1357
  tags: exports.RunTags.optional(),
1323
1358
  });
1324
- exports.CreateWaitpointTokenResponseBody = zod_1.z.object({
1325
- id: zod_1.z.string(),
1326
- isCached: zod_1.z.boolean(),
1327
- url: zod_1.z.string(),
1359
+ exports.CreateWaitpointTokenResponseBody = v4_1.z.object({
1360
+ id: v4_1.z.string(),
1361
+ isCached: v4_1.z.boolean(),
1362
+ url: v4_1.z.string(),
1328
1363
  });
1329
- exports.CreateInputStreamWaitpointRequestBody = zod_1.z.object({
1330
- streamId: zod_1.z.string(),
1331
- timeout: zod_1.z.string().optional(),
1332
- idempotencyKey: zod_1.z
1364
+ exports.CreateInputStreamWaitpointRequestBody = v4_1.z.object({
1365
+ streamId: v4_1.z.string(),
1366
+ timeout: v4_1.z.string().optional(),
1367
+ idempotencyKey: v4_1.z
1333
1368
  .string()
1334
1369
  // Caps user-supplied keys before they reach the unique idempotency index
1335
1370
  // on the underlying table — values past this fail at the database layer
1336
1371
  // rather than returning a clean 400.
1337
1372
  .max(2048, "idempotencyKey must be 2048 characters or less")
1338
1373
  .optional(),
1339
- idempotencyKeyTTL: zod_1.z.string().optional(),
1340
- tags: zod_1.z.union([zod_1.z.string(), zod_1.z.array(zod_1.z.string())]).optional(),
1374
+ idempotencyKeyTTL: v4_1.z.string().optional(),
1375
+ tags: v4_1.z.union([v4_1.z.string(), v4_1.z.array(v4_1.z.string())]).optional(),
1341
1376
  /**
1342
1377
  * The last S2 sequence number the client has seen on this input stream.
1343
1378
  * Used to check for data that arrived before .wait() was called.
1344
1379
  * If undefined, the server checks from the beginning of the stream.
1345
1380
  */
1346
- lastSeqNum: zod_1.z.number().optional(),
1381
+ lastSeqNum: v4_1.z.number().optional(),
1347
1382
  });
1348
- exports.CreateInputStreamWaitpointResponseBody = zod_1.z.object({
1349
- waitpointId: zod_1.z.string(),
1350
- isCached: zod_1.z.boolean(),
1383
+ exports.CreateInputStreamWaitpointResponseBody = v4_1.z.object({
1384
+ waitpointId: v4_1.z.string(),
1385
+ isCached: v4_1.z.boolean(),
1351
1386
  });
1352
1387
  /**
1353
1388
  * Create a run-scoped waitpoint that completes when the next record lands on
@@ -1355,55 +1390,55 @@ exports.CreateInputStreamWaitpointResponseBody = zod_1.z.object({
1355
1390
  * but keyed by `{sessionId, io}` instead of `{runId, streamId}`. The run is
1356
1391
  * still the thing being suspended — Session only supplies the trigger source.
1357
1392
  */
1358
- exports.CreateSessionStreamWaitpointRequestBody = zod_1.z.object({
1393
+ exports.CreateSessionStreamWaitpointRequestBody = v4_1.z.object({
1359
1394
  /** Session friendlyId (`session_*`) or user-supplied externalId. */
1360
- session: zod_1.z.string(),
1361
- io: zod_1.z.enum(["out", "in"]),
1362
- timeout: zod_1.z.string().optional(),
1363
- idempotencyKey: zod_1.z
1395
+ session: v4_1.z.string(),
1396
+ io: v4_1.z.enum(["out", "in"]),
1397
+ timeout: v4_1.z.string().optional(),
1398
+ idempotencyKey: v4_1.z
1364
1399
  .string()
1365
1400
  // Caps user-supplied keys before they reach the unique idempotency index
1366
1401
  // on the underlying table — values past this fail at the database layer
1367
1402
  // rather than returning a clean 400.
1368
1403
  .max(2048, "idempotencyKey must be 2048 characters or less")
1369
1404
  .optional(),
1370
- idempotencyKeyTTL: zod_1.z.string().optional(),
1371
- tags: zod_1.z.union([zod_1.z.string(), zod_1.z.array(zod_1.z.string())]).optional(),
1405
+ idempotencyKeyTTL: v4_1.z.string().optional(),
1406
+ tags: v4_1.z.union([v4_1.z.string(), v4_1.z.array(v4_1.z.string())]).optional(),
1372
1407
  /**
1373
1408
  * Last S2 sequence number the client has seen on this session channel.
1374
1409
  * Used to catch data that arrived before `.wait()` was called.
1375
1410
  */
1376
- lastSeqNum: zod_1.z.number().optional(),
1411
+ lastSeqNum: v4_1.z.number().optional(),
1377
1412
  });
1378
- exports.CreateSessionStreamWaitpointResponseBody = zod_1.z.object({
1379
- waitpointId: zod_1.z.string(),
1380
- isCached: zod_1.z.boolean(),
1413
+ exports.CreateSessionStreamWaitpointResponseBody = v4_1.z.object({
1414
+ waitpointId: v4_1.z.string(),
1415
+ isCached: v4_1.z.boolean(),
1381
1416
  });
1382
1417
  exports.waitpointTokenStatuses = ["WAITING", "COMPLETED", "TIMED_OUT"];
1383
- exports.WaitpointTokenStatus = zod_1.z.enum(exports.waitpointTokenStatuses);
1384
- exports.WaitpointTokenItem = zod_1.z.object({
1385
- id: zod_1.z.string(),
1418
+ exports.WaitpointTokenStatus = v4_1.z.enum(exports.waitpointTokenStatuses);
1419
+ exports.WaitpointTokenItem = v4_1.z.object({
1420
+ id: v4_1.z.string(),
1386
1421
  /** If you make a POST request to this URL, it will complete the waitpoint. */
1387
- url: zod_1.z.string(),
1422
+ url: v4_1.z.string(),
1388
1423
  status: exports.WaitpointTokenStatus,
1389
- completedAt: zod_1.z.coerce.date().optional(),
1390
- completedAfter: zod_1.z.coerce.date().optional(),
1391
- timeoutAt: zod_1.z.coerce.date().optional(),
1392
- idempotencyKey: zod_1.z.string().optional(),
1393
- idempotencyKeyExpiresAt: zod_1.z.coerce.date().optional(),
1394
- tags: zod_1.z.array(zod_1.z.string()),
1395
- createdAt: zod_1.z.coerce.date(),
1424
+ completedAt: v4_1.z.coerce.date().optional(),
1425
+ completedAfter: v4_1.z.coerce.date().optional(),
1426
+ timeoutAt: v4_1.z.coerce.date().optional(),
1427
+ idempotencyKey: v4_1.z.string().optional(),
1428
+ idempotencyKeyExpiresAt: v4_1.z.coerce.date().optional(),
1429
+ tags: v4_1.z.array(v4_1.z.string()),
1430
+ createdAt: v4_1.z.coerce.date(),
1396
1431
  });
1397
1432
  exports.WaitpointListTokenItem = exports.WaitpointTokenItem.omit({
1398
1433
  completedAfter: true,
1399
1434
  });
1400
- exports.WaitpointRetrieveTokenResponse = exports.WaitpointListTokenItem.and(zod_1.z.object({
1401
- output: zod_1.z.string().optional(),
1402
- outputType: zod_1.z.string().optional(),
1403
- outputIsError: zod_1.z.boolean().optional(),
1435
+ exports.WaitpointRetrieveTokenResponse = exports.WaitpointListTokenItem.and(v4_1.z.object({
1436
+ output: v4_1.z.string().optional(),
1437
+ outputType: v4_1.z.string().optional(),
1438
+ outputIsError: v4_1.z.boolean().optional(),
1404
1439
  }));
1405
- exports.CompleteWaitpointTokenRequestBody = zod_1.z.object({
1406
- data: zod_1.z.any().nullish(),
1440
+ exports.CompleteWaitpointTokenRequestBody = v4_1.z.object({
1441
+ data: v4_1.z.any().nullish(),
1407
1442
  });
1408
1443
  /**
1409
1444
  * Trigger config persisted on a Session. Drives every run the session
@@ -1412,20 +1447,27 @@ exports.CompleteWaitpointTokenRequestBody = zod_1.z.object({
1412
1447
  * `trigger: "preload" | "trigger"` are merged on top per-call by the
1413
1448
  * server's trigger machinery.
1414
1449
  */
1415
- exports.SessionTriggerConfig = zod_1.z.object({
1416
- basePayload: zod_1.z.record(zod_1.z.unknown()),
1450
+ exports.SessionTriggerConfig = v4_1.z.object({
1451
+ basePayload: v4_1.z.record(v4_1.z.string(), v4_1.z.unknown()),
1417
1452
  machine: common_js_1.MachinePresetName.optional(),
1418
- queue: zod_1.z.string().max(128).optional(),
1419
- tags: zod_1.z.array(zod_1.z.string().max(128)).max(10).optional(),
1420
- maxAttempts: zod_1.z.number().int().positive().max(10).optional(),
1453
+ queue: v4_1.z.string().max(128).optional(),
1454
+ tags: v4_1.z.array(v4_1.z.string().max(128)).max(10).optional(),
1455
+ maxAttempts: v4_1.z.number().int().positive().max(10).optional(),
1421
1456
  /** Per-run wall-clock cap (seconds). Forwarded to `TaskRunOptions.maxDuration`. */
1422
- maxDuration: zod_1.z.number().int().positive().optional(),
1457
+ maxDuration: v4_1.z.number().int().positive().optional(),
1423
1458
  /** Pin every run to a specific worker version. Forwarded to `TaskRunOptions.lockToVersion`. */
1424
- lockToVersion: zod_1.z.string().optional(),
1459
+ lockToVersion: v4_1.z.string().optional(),
1460
+ /**
1461
+ * Pin every run the session schedules to the deployment carrying this id, refreshed by each
1462
+ * `sessions.start`. Independent of `lockToVersion`, which wins.
1463
+ */
1464
+ externalDeploymentId: ExternalDeploymentId,
1425
1465
  /** Region to schedule runs in. Forwarded to `TaskRunOptions.region`. */
1426
- region: zod_1.z.string().optional(),
1466
+ region: v4_1.z.string().optional(),
1427
1467
  /** Convenience field surfaced to chat.agent via the wire payload. */
1428
- idleTimeoutInSeconds: zod_1.z.number().int().positive().max(3600).optional(),
1468
+ idleTimeoutInSeconds: v4_1.z.number().int().positive().max(3600).optional(),
1469
+ /** How long a run may sit undequeued before it expires. Forwarded to `TaskRunOptions.ttl`. */
1470
+ ttl: v4_1.z.string().or(v4_1.z.number().nonnegative().int()).optional(),
1429
1471
  });
1430
1472
  /**
1431
1473
  * Request body for `POST /api/v1/sessions`. Creates a Session and
@@ -1434,11 +1476,11 @@ exports.SessionTriggerConfig = zod_1.z.object({
1434
1476
  * (after run termination, after `end-and-continue`) reuse the same
1435
1477
  * config.
1436
1478
  */
1437
- exports.CreateSessionRequestBody = zod_1.z.object({
1479
+ exports.CreateSessionRequestBody = v4_1.z.object({
1438
1480
  /** Plain string discriminator — e.g. `"chat.agent"`. Not validated against an enum on the server. */
1439
- type: zod_1.z.string().min(1).max(64),
1481
+ type: v4_1.z.string().min(1).max(64),
1440
1482
  /** User-supplied idempotency key. Unique per environment. Empty strings are rejected. */
1441
- externalId: zod_1.z
1483
+ externalId: v4_1.z
1442
1484
  .string()
1443
1485
  .trim()
1444
1486
  .min(1)
@@ -1448,21 +1490,21 @@ exports.CreateSessionRequestBody = zod_1.z.object({
1448
1490
  })
1449
1491
  .optional(),
1450
1492
  /** Task this session triggers runs against. Required. */
1451
- taskIdentifier: zod_1.z.string().min(1).max(128),
1493
+ taskIdentifier: v4_1.z.string().min(1).max(128),
1452
1494
  /** Trigger config used for every run scheduled by this session. */
1453
1495
  triggerConfig: exports.SessionTriggerConfig,
1454
1496
  /** Up to 10 tags for dashboard filtering. */
1455
- tags: zod_1.z.array(zod_1.z.string().max(128)).max(10).optional(),
1497
+ tags: v4_1.z.array(v4_1.z.string().max(128)).max(10).optional(),
1456
1498
  /** Arbitrary JSON metadata. */
1457
- metadata: zod_1.z.record(zod_1.z.unknown()).optional(),
1499
+ metadata: v4_1.z.record(v4_1.z.string(), v4_1.z.unknown()).optional(),
1458
1500
  /** Absolute expiry timestamp for retention. */
1459
- expiresAt: zod_1.z.coerce.date().optional(),
1501
+ expiresAt: v4_1.z.coerce.date().optional(),
1460
1502
  });
1461
- exports.SessionItem = zod_1.z.object({
1462
- id: zod_1.z.string(),
1463
- externalId: zod_1.z.string().nullable(),
1464
- type: zod_1.z.string(),
1465
- taskIdentifier: zod_1.z.string(),
1503
+ exports.SessionItem = v4_1.z.object({
1504
+ id: v4_1.z.string(),
1505
+ externalId: v4_1.z.string().nullable(),
1506
+ type: v4_1.z.string(),
1507
+ taskIdentifier: v4_1.z.string(),
1466
1508
  /**
1467
1509
  * Optional on the wire because some surfaces (the list endpoint backed
1468
1510
  * by ClickHouse, list-page rendering) don't carry triggerConfig.
@@ -1475,22 +1517,27 @@ exports.SessionItem = zod_1.z.object({
1475
1517
  * `SessionItem` are responsible for resolving the friendly form
1476
1518
  * from the underlying cuid before returning.
1477
1519
  */
1478
- currentRunId: zod_1.z.string().nullable().optional(),
1479
- tags: zod_1.z.array(zod_1.z.string()),
1480
- metadata: zod_1.z.record(zod_1.z.unknown()).nullable(),
1481
- closedAt: zod_1.z.coerce.date().nullable(),
1482
- closedReason: zod_1.z.string().nullable(),
1483
- expiresAt: zod_1.z.coerce.date().nullable(),
1484
- createdAt: zod_1.z.coerce.date(),
1485
- updatedAt: zod_1.z.coerce.date(),
1520
+ currentRunId: v4_1.z.string().nullable().optional(),
1521
+ tags: v4_1.z.array(v4_1.z.string()),
1522
+ metadata: v4_1.z.record(v4_1.z.string(), v4_1.z.unknown()).nullable(),
1523
+ closedAt: v4_1.z.coerce.date().nullable(),
1524
+ closedReason: v4_1.z.string().nullable(),
1525
+ expiresAt: v4_1.z.coerce.date().nullable(),
1526
+ createdAt: v4_1.z.coerce.date(),
1527
+ updatedAt: v4_1.z.coerce.date(),
1486
1528
  });
1487
1529
  exports.CreatedSessionResponseBody = exports.SessionItem.extend({
1488
1530
  /** Friendly id of the first run triggered alongside session create. */
1489
- runId: zod_1.z.string(),
1531
+ runId: v4_1.z.string(),
1490
1532
  /** Session-scoped public access token: `read:sessions:{ext} + write:sessions:{ext}`. */
1491
- publicAccessToken: zod_1.z.string(),
1533
+ publicAccessToken: v4_1.z.string(),
1492
1534
  /** True if the session existed already (idempotent upsert), false if newly created. */
1493
- isCached: zod_1.z.boolean(),
1535
+ isCached: v4_1.z.boolean(),
1536
+ /**
1537
+ * The session's live run is parked waiting for a deployment carrying its external deployment
1538
+ * id. Messages sent meanwhile are durable. Optional, so older servers read as `false`.
1539
+ */
1540
+ pendingVersion: v4_1.z.boolean().optional(),
1494
1541
  });
1495
1542
  exports.RetrieveSessionResponseBody = exports.SessionItem;
1496
1543
  /**
@@ -1500,31 +1547,42 @@ exports.RetrieveSessionResponseBody = exports.SessionItem;
1500
1547
  * server triggers a new run, atomically swaps `currentRunId`, and the
1501
1548
  * caller exits.
1502
1549
  */
1503
- exports.EndAndContinueSessionRequestBody = zod_1.z.object({
1550
+ exports.EndAndContinueSessionRequestBody = v4_1.z.object({
1504
1551
  /** The friendlyId of the run requesting the handoff. */
1505
- callingRunId: zod_1.z.string(),
1552
+ callingRunId: v4_1.z.string(),
1506
1553
  /** Free-form label for the SessionRun audit row. e.g. `"upgrade"`. */
1507
- reason: zod_1.z.string().max(64),
1554
+ reason: v4_1.z.string().max(64),
1555
+ /**
1556
+ * Re-pin the session to this id instead of clearing the pin. Only read when `reason` is
1557
+ * `"upgrade"`. `lockToVersion` is never cleared.
1558
+ */
1559
+ externalDeploymentId: ExternalDeploymentId,
1508
1560
  });
1509
- exports.EndAndContinueSessionResponseBody = zod_1.z.object({
1561
+ exports.EndAndContinueSessionResponseBody = v4_1.z.object({
1510
1562
  /** friendlyId of the run that has taken over the session. */
1511
- runId: zod_1.z.string(),
1563
+ runId: v4_1.z.string(),
1512
1564
  /**
1513
1565
  * False when the swap was preempted (a different run was already
1514
1566
  * running by the time we tried to claim). The caller should treat
1515
1567
  * this as "someone else moved on" — exit cleanly without expecting
1516
1568
  * to drive the next run.
1517
1569
  */
1518
- swapped: zod_1.z.boolean(),
1570
+ swapped: v4_1.z.boolean(),
1571
+ /**
1572
+ * The run that took over is parked waiting for its deployment. Surface this so a
1573
+ * handoff onto a version that has not landed reads as a deploy in progress rather
1574
+ * than a chat that went quiet.
1575
+ */
1576
+ pendingVersion: v4_1.z.boolean().optional(),
1519
1577
  });
1520
- exports.UpdateSessionRequestBody = zod_1.z.object({
1521
- tags: zod_1.z.array(zod_1.z.string().max(128)).max(10).optional(),
1522
- metadata: zod_1.z.record(zod_1.z.unknown()).nullable().optional(),
1578
+ exports.UpdateSessionRequestBody = v4_1.z.object({
1579
+ tags: v4_1.z.array(v4_1.z.string().max(128)).max(10).optional(),
1580
+ metadata: v4_1.z.record(v4_1.z.string(), v4_1.z.unknown()).nullable().optional(),
1523
1581
  // Null explicitly clears the externalId; non-null values must be non-empty.
1524
- externalId: zod_1.z
1582
+ externalId: v4_1.z
1525
1583
  .union([
1526
- zod_1.z.literal(null),
1527
- zod_1.z
1584
+ v4_1.z.literal(null),
1585
+ v4_1.z
1528
1586
  .string()
1529
1587
  .trim()
1530
1588
  .min(1)
@@ -1535,10 +1593,17 @@ exports.UpdateSessionRequestBody = zod_1.z.object({
1535
1593
  ])
1536
1594
  .optional(),
1537
1595
  });
1538
- exports.CloseSessionRequestBody = zod_1.z.object({
1539
- reason: zod_1.z.string().max(256).optional(),
1596
+ exports.CloseSessionRequestBody = v4_1.z.object({
1597
+ reason: v4_1.z.string().max(256).optional(),
1598
+ /**
1599
+ * The friendlyId of the run requesting the close, when the close comes
1600
+ * from inside the session's own run (`chat.close()`). That run is already
1601
+ * exiting, so the server skips appending the wake-up close record to `.in`
1602
+ * for it. Omitted for an external close (dashboard, `sessions.close()`, MCP).
1603
+ */
1604
+ callingRunId: v4_1.z.string().optional(),
1540
1605
  });
1541
- exports.SessionStatus = zod_1.z.enum(["ACTIVE", "CLOSED", "EXPIRED"]);
1606
+ exports.SessionStatus = v4_1.z.enum(["ACTIVE", "CLOSED", "EXPIRED"]);
1542
1607
  /**
1543
1608
  * Server-side validation schema for `GET /api/v1/sessions`. Follows the same
1544
1609
  * cursor-pagination convention as runs/waitpoints (`page[size]`,
@@ -1546,19 +1611,19 @@ exports.SessionStatus = zod_1.z.enum(["ACTIVE", "CLOSED", "EXPIRED"]);
1546
1611
  * narrowing fields — both produced automatically by `zodfetchCursorPage`
1547
1612
  * and the matching client-side search-query helper.
1548
1613
  */
1549
- exports.ListSessionsQueryParams = zod_1.z
1614
+ exports.ListSessionsQueryParams = v4_1.z
1550
1615
  .object({
1551
- "page[size]": zod_1.z.coerce.number().int().min(1).max(100).default(20),
1552
- "page[after]": zod_1.z.string().optional(),
1553
- "page[before]": zod_1.z.string().optional(),
1554
- "filter[type]": zod_1.z.union([zod_1.z.string(), zod_1.z.array(zod_1.z.string())]).optional(),
1555
- "filter[tags]": zod_1.z.union([zod_1.z.string(), zod_1.z.array(zod_1.z.string())]).optional(),
1556
- "filter[taskIdentifier]": zod_1.z.union([zod_1.z.string(), zod_1.z.array(zod_1.z.string())]).optional(),
1557
- "filter[externalId]": zod_1.z.string().optional(),
1558
- "filter[status]": zod_1.z.union([exports.SessionStatus, zod_1.z.array(exports.SessionStatus)]).optional(),
1559
- "filter[createdAt][period]": zod_1.z.string().optional(),
1560
- "filter[createdAt][from]": zod_1.z.coerce.number().int().optional(),
1561
- "filter[createdAt][to]": zod_1.z.coerce.number().int().optional(),
1616
+ "page[size]": v4_1.z.coerce.number().int().min(1).max(100).default(20),
1617
+ "page[after]": v4_1.z.string().optional(),
1618
+ "page[before]": v4_1.z.string().optional(),
1619
+ "filter[type]": v4_1.z.union([v4_1.z.string(), v4_1.z.array(v4_1.z.string())]).optional(),
1620
+ "filter[tags]": v4_1.z.union([v4_1.z.string(), v4_1.z.array(v4_1.z.string())]).optional(),
1621
+ "filter[taskIdentifier]": v4_1.z.union([v4_1.z.string(), v4_1.z.array(v4_1.z.string())]).optional(),
1622
+ "filter[externalId]": v4_1.z.string().optional(),
1623
+ "filter[status]": v4_1.z.union([exports.SessionStatus, v4_1.z.array(exports.SessionStatus)]).optional(),
1624
+ "filter[createdAt][period]": v4_1.z.string().optional(),
1625
+ "filter[createdAt][from]": v4_1.z.coerce.number().int().optional(),
1626
+ "filter[createdAt][to]": v4_1.z.coerce.number().int().optional(),
1562
1627
  })
1563
1628
  .refine((value) => !(value["page[after]"] && value["page[before]"]), {
1564
1629
  message: "Cannot pass both page[after] and page[before] on the same request",
@@ -1569,41 +1634,41 @@ exports.ListSessionsQueryParams = zod_1.z
1569
1634
  * {@link ApiClient.listSessions} converts into the `filter[*]` / `page[*]`
1570
1635
  * query string before sending.
1571
1636
  */
1572
- exports.ListSessionsOptions = zod_1.z.object({
1573
- limit: zod_1.z.number().int().min(1).max(100).optional(),
1574
- after: zod_1.z.string().optional(),
1575
- before: zod_1.z.string().optional(),
1576
- type: zod_1.z.union([zod_1.z.string(), zod_1.z.array(zod_1.z.string())]).optional(),
1577
- tag: zod_1.z.union([zod_1.z.string(), zod_1.z.array(zod_1.z.string())]).optional(),
1578
- taskIdentifier: zod_1.z.union([zod_1.z.string(), zod_1.z.array(zod_1.z.string())]).optional(),
1579
- externalId: zod_1.z.string().optional(),
1580
- status: zod_1.z.union([exports.SessionStatus, zod_1.z.array(exports.SessionStatus)]).optional(),
1581
- period: zod_1.z.string().optional(),
1582
- from: zod_1.z.union([zod_1.z.number(), zod_1.z.date()]).optional(),
1583
- to: zod_1.z.union([zod_1.z.number(), zod_1.z.date()]).optional(),
1637
+ exports.ListSessionsOptions = v4_1.z.object({
1638
+ limit: v4_1.z.number().int().min(1).max(100).optional(),
1639
+ after: v4_1.z.string().optional(),
1640
+ before: v4_1.z.string().optional(),
1641
+ type: v4_1.z.union([v4_1.z.string(), v4_1.z.array(v4_1.z.string())]).optional(),
1642
+ tag: v4_1.z.union([v4_1.z.string(), v4_1.z.array(v4_1.z.string())]).optional(),
1643
+ taskIdentifier: v4_1.z.union([v4_1.z.string(), v4_1.z.array(v4_1.z.string())]).optional(),
1644
+ externalId: v4_1.z.string().optional(),
1645
+ status: v4_1.z.union([exports.SessionStatus, v4_1.z.array(exports.SessionStatus)]).optional(),
1646
+ period: v4_1.z.string().optional(),
1647
+ from: v4_1.z.union([v4_1.z.number(), v4_1.z.date()]).optional(),
1648
+ to: v4_1.z.union([v4_1.z.number(), v4_1.z.date()]).optional(),
1584
1649
  });
1585
1650
  exports.ListedSessionItem = exports.SessionItem;
1586
- exports.ListSessionsResponseBody = zod_1.z.object({
1587
- data: zod_1.z.array(exports.ListedSessionItem),
1588
- pagination: zod_1.z.object({
1589
- next: zod_1.z.string().optional(),
1590
- previous: zod_1.z.string().optional(),
1651
+ exports.ListSessionsResponseBody = v4_1.z.object({
1652
+ data: v4_1.z.array(exports.ListedSessionItem),
1653
+ pagination: v4_1.z.object({
1654
+ next: v4_1.z.string().optional(),
1655
+ previous: v4_1.z.string().optional(),
1591
1656
  }),
1592
1657
  });
1593
- exports.CompleteWaitpointTokenResponseBody = zod_1.z.object({
1594
- success: zod_1.z.literal(true),
1658
+ exports.CompleteWaitpointTokenResponseBody = v4_1.z.object({
1659
+ success: v4_1.z.literal(true),
1595
1660
  });
1596
- exports.WaitForWaitpointTokenResponseBody = zod_1.z.object({
1597
- success: zod_1.z.boolean(),
1661
+ exports.WaitForWaitpointTokenResponseBody = v4_1.z.object({
1662
+ success: v4_1.z.boolean(),
1598
1663
  });
1599
- exports.WaitForDurationRequestBody = zod_1.z.object({
1664
+ exports.WaitForDurationRequestBody = v4_1.z.object({
1600
1665
  /**
1601
1666
  * An optional idempotency key for the waitpoint.
1602
1667
  * If you use the same key twice (and the key hasn't expired), you will get the original waitpoint back.
1603
1668
  *
1604
1669
  * Note: This waitpoint may already be complete, in which case when you wait for it, it will immediately continue.
1605
1670
  */
1606
- idempotencyKey: zod_1.z
1671
+ idempotencyKey: v4_1.z
1607
1672
  .string()
1608
1673
  // Caps user-supplied keys before they reach the unique idempotency index
1609
1674
  // on the underlying table — values past this fail at the database layer
@@ -1614,20 +1679,20 @@ exports.WaitForDurationRequestBody = zod_1.z.object({
1614
1679
  * When set, this means the passed in idempotency key will expire after this time.
1615
1680
  * This means after that time if you pass the same idempotency key again, you will get a new waitpoint.
1616
1681
  */
1617
- idempotencyKeyTTL: zod_1.z.string().optional(),
1682
+ idempotencyKeyTTL: v4_1.z.string().optional(),
1618
1683
  /**
1619
1684
  * The date that the waitpoint will complete.
1620
1685
  */
1621
- date: zod_1.z.coerce.date(),
1686
+ date: v4_1.z.coerce.date(),
1622
1687
  });
1623
- exports.WaitForDurationResponseBody = zod_1.z.object({
1688
+ exports.WaitForDurationResponseBody = v4_1.z.object({
1624
1689
  /**
1625
1690
  If you pass an idempotencyKey, you may actually not need to wait.
1626
1691
  Use this date to determine when to continue.
1627
1692
  */
1628
- waitUntil: zod_1.z.coerce.date(),
1629
- waitpoint: zod_1.z.object({
1630
- id: zod_1.z.string(),
1693
+ waitUntil: v4_1.z.coerce.date(),
1694
+ waitpoint: v4_1.z.object({
1695
+ id: v4_1.z.string(),
1631
1696
  }),
1632
1697
  });
1633
1698
  const WAITPOINT_TIMEOUT_ERROR_CODE = "TRIGGER_WAITPOINT_TIMEOUT";
@@ -1647,19 +1712,19 @@ function timeoutError(timeout) {
1647
1712
  };
1648
1713
  }
1649
1714
  const ApiDeploymentCommonShape = {
1650
- from: zod_1.z.string().describe("The date to start the search from, in ISO 8601 format").optional(),
1651
- to: zod_1.z.string().describe("The date to end the search, in ISO 8601 format").optional(),
1652
- period: zod_1.z.string().describe("The period to search within (e.g. 1d, 7d, 3h, etc.)").optional(),
1653
- status: zod_1.z
1715
+ from: v4_1.z.string().describe("The date to start the search from, in ISO 8601 format").optional(),
1716
+ to: v4_1.z.string().describe("The date to end the search, in ISO 8601 format").optional(),
1717
+ period: v4_1.z.string().describe("The period to search within (e.g. 1d, 7d, 3h, etc.)").optional(),
1718
+ status: v4_1.z
1654
1719
  .enum(["PENDING", "BUILDING", "DEPLOYING", "DEPLOYED", "FAILED", "CANCELED", "TIMED_OUT"])
1655
1720
  .describe("Filter deployments that are in this status")
1656
1721
  .optional(),
1657
1722
  };
1658
- const ApiDeploymentListPaginationCursor = zod_1.z
1723
+ const ApiDeploymentListPaginationCursor = v4_1.z
1659
1724
  .string()
1660
1725
  .describe("The deployment ID to start the search from, to get the next page")
1661
1726
  .optional();
1662
- const ApiDeploymentListPaginationLimit = zod_1.z.coerce
1727
+ const ApiDeploymentListPaginationLimit = v4_1.z.coerce
1663
1728
  .number()
1664
1729
  .describe("The number of deployments to return, defaults to 20 (max 100)")
1665
1730
  .min(1, "Limit must be at least 1")
@@ -1670,20 +1735,20 @@ exports.ApiDeploymentListParams = {
1670
1735
  cursor: ApiDeploymentListPaginationCursor,
1671
1736
  limit: ApiDeploymentListPaginationLimit,
1672
1737
  };
1673
- exports.ApiDeploymentListOptions = zod_1.z.object(exports.ApiDeploymentListParams);
1674
- exports.ApiDeploymentListSearchParams = zod_1.z.object({
1738
+ exports.ApiDeploymentListOptions = v4_1.z.object(exports.ApiDeploymentListParams);
1739
+ exports.ApiDeploymentListSearchParams = v4_1.z.object({
1675
1740
  ...ApiDeploymentCommonShape,
1676
1741
  "page[after]": ApiDeploymentListPaginationCursor,
1677
1742
  "page[size]": ApiDeploymentListPaginationLimit,
1678
1743
  });
1679
- exports.ApiDeploymentListResponseItem = zod_1.z.object({
1680
- id: zod_1.z.string(),
1681
- createdAt: zod_1.z.coerce.date(),
1682
- shortCode: zod_1.z.string(),
1683
- version: zod_1.z.string(),
1684
- runtime: zod_1.z.string().nullable(),
1685
- runtimeVersion: zod_1.z.string().nullable(),
1686
- status: zod_1.z.enum([
1744
+ exports.ApiDeploymentListResponseItem = v4_1.z.object({
1745
+ id: v4_1.z.string(),
1746
+ createdAt: v4_1.z.coerce.date(),
1747
+ shortCode: v4_1.z.string(),
1748
+ version: v4_1.z.string(),
1749
+ runtime: v4_1.z.string().nullable(),
1750
+ runtimeVersion: v4_1.z.string().nullable(),
1751
+ status: v4_1.z.enum([
1687
1752
  "PENDING",
1688
1753
  "BUILDING",
1689
1754
  "DEPLOYING",
@@ -1692,106 +1757,112 @@ exports.ApiDeploymentListResponseItem = zod_1.z.object({
1692
1757
  "CANCELED",
1693
1758
  "TIMED_OUT",
1694
1759
  ]),
1695
- deployedAt: zod_1.z.coerce.date().optional(),
1696
- git: zod_1.z.record(zod_1.z.any()).optional(),
1760
+ deployedAt: v4_1.z.coerce.date().optional(),
1761
+ git: v4_1.z.record(v4_1.z.string(), v4_1.z.any()).optional(),
1697
1762
  error: exports.DeploymentErrorData.optional(),
1763
+ /**
1764
+ * The `--external-id` this deployment was deployed under, used by version skew
1765
+ * protection to pin runs. Nullish on deployments created without one, and on
1766
+ * servers older than this field.
1767
+ */
1768
+ externalId: v4_1.z.string().nullish(),
1698
1769
  });
1699
1770
  exports.RetrieveCurrentDeploymentResponseBody = exports.ApiDeploymentListResponseItem;
1700
- exports.ApiBranchListResponseBody = zod_1.z.object({
1701
- branches: zod_1.z.array(zod_1.z.object({
1702
- id: zod_1.z.string(),
1703
- name: zod_1.z.string(),
1704
- createdAt: zod_1.z.coerce.date(),
1705
- updatedAt: zod_1.z.coerce.date(),
1706
- git: zod_1.z.record(zod_1.z.any()).optional(),
1707
- isPaused: zod_1.z.boolean(),
1771
+ exports.ApiBranchListResponseBody = v4_1.z.object({
1772
+ branches: v4_1.z.array(v4_1.z.object({
1773
+ id: v4_1.z.string(),
1774
+ name: v4_1.z.string(),
1775
+ createdAt: v4_1.z.coerce.date(),
1776
+ updatedAt: v4_1.z.coerce.date(),
1777
+ git: v4_1.z.record(v4_1.z.string(), v4_1.z.any()).optional(),
1778
+ isPaused: v4_1.z.boolean(),
1708
1779
  })),
1709
1780
  });
1710
- exports.RetrieveRunTraceSpanSchema = zod_1.z.object({
1711
- id: zod_1.z.string(),
1712
- parentId: zod_1.z.string().optional(),
1713
- runId: zod_1.z.string(),
1714
- data: zod_1.z.object({
1715
- message: zod_1.z.string(),
1716
- taskSlug: zod_1.z.string().optional(),
1717
- taskPath: zod_1.z.string().optional(),
1718
- events: zod_1.z.array(zod_1.z.any()).optional(),
1719
- startTime: zod_1.z.coerce.date(),
1720
- duration: zod_1.z.number(),
1721
- isError: zod_1.z.boolean(),
1722
- isPartial: zod_1.z.boolean(),
1723
- isCancelled: zod_1.z.boolean(),
1724
- level: zod_1.z.string(),
1725
- workerVersion: zod_1.z.string().optional(),
1726
- queueName: zod_1.z.string().optional(),
1727
- machinePreset: zod_1.z.string().optional(),
1728
- properties: zod_1.z.record(zod_1.z.any()).optional(),
1729
- output: zod_1.z.unknown().optional(),
1781
+ exports.RetrieveRunTraceSpanSchema = v4_1.z.object({
1782
+ id: v4_1.z.string(),
1783
+ parentId: v4_1.z.string().optional(),
1784
+ runId: v4_1.z.string(),
1785
+ data: v4_1.z.object({
1786
+ message: v4_1.z.string(),
1787
+ taskSlug: v4_1.z.string().optional(),
1788
+ taskPath: v4_1.z.string().optional(),
1789
+ events: v4_1.z.array(v4_1.z.any()).optional(),
1790
+ startTime: v4_1.z.coerce.date(),
1791
+ duration: v4_1.z.number(),
1792
+ isError: v4_1.z.boolean(),
1793
+ isPartial: v4_1.z.boolean(),
1794
+ isCancelled: v4_1.z.boolean(),
1795
+ level: v4_1.z.string(),
1796
+ workerVersion: v4_1.z.string().optional(),
1797
+ queueName: v4_1.z.string().optional(),
1798
+ machinePreset: v4_1.z.string().optional(),
1799
+ properties: v4_1.z.record(v4_1.z.string(), v4_1.z.any()).optional(),
1800
+ output: v4_1.z.unknown().optional(),
1730
1801
  }),
1731
1802
  });
1732
1803
  exports.RetrieveRunTraceSpan = exports.RetrieveRunTraceSpanSchema.extend({
1733
- children: zod_1.z.lazy(() => exports.RetrieveRunTraceSpan.array()),
1804
+ children: v4_1.z.lazy(() => exports.RetrieveRunTraceSpan.array()),
1734
1805
  });
1735
- exports.RetrieveRunTraceResponseBody = zod_1.z.object({
1736
- trace: zod_1.z.object({
1737
- traceId: zod_1.z.string(),
1806
+ exports.RetrieveRunTraceResponseBody = v4_1.z.object({
1807
+ trace: v4_1.z.object({
1808
+ traceId: v4_1.z.string(),
1738
1809
  rootSpan: exports.RetrieveRunTraceSpan,
1739
1810
  }),
1740
1811
  });
1741
- exports.RetrieveSpanDetailResponseBody = zod_1.z.object({
1742
- spanId: zod_1.z.string(),
1743
- parentId: zod_1.z.string().nullable(),
1744
- runId: zod_1.z.string(),
1745
- message: zod_1.z.string(),
1746
- isError: zod_1.z.boolean(),
1747
- isPartial: zod_1.z.boolean(),
1748
- isCancelled: zod_1.z.boolean(),
1749
- level: zod_1.z.string(),
1750
- startTime: zod_1.z.coerce.date(),
1751
- durationMs: zod_1.z.number(),
1752
- properties: zod_1.z.record(zod_1.z.any()).optional(),
1753
- events: zod_1.z.array(zod_1.z.any()).optional(),
1754
- entityType: zod_1.z.string().optional(),
1755
- ai: zod_1.z
1812
+ exports.RetrieveSpanDetailResponseBody = v4_1.z.object({
1813
+ spanId: v4_1.z.string(),
1814
+ parentId: v4_1.z.string().nullable(),
1815
+ runId: v4_1.z.string(),
1816
+ message: v4_1.z.string(),
1817
+ isError: v4_1.z.boolean(),
1818
+ isPartial: v4_1.z.boolean(),
1819
+ isCancelled: v4_1.z.boolean(),
1820
+ level: v4_1.z.string(),
1821
+ startTime: v4_1.z.coerce.date(),
1822
+ durationMs: v4_1.z.number(),
1823
+ properties: v4_1.z.record(v4_1.z.string(), v4_1.z.any()).optional(),
1824
+ events: v4_1.z.array(v4_1.z.any()).optional(),
1825
+ entityType: v4_1.z.string().optional(),
1826
+ ai: v4_1.z
1756
1827
  .object({
1757
- model: zod_1.z.string(),
1758
- provider: zod_1.z.string(),
1759
- operationName: zod_1.z.string(),
1760
- inputTokens: zod_1.z.number(),
1761
- outputTokens: zod_1.z.number(),
1762
- totalTokens: zod_1.z.number(),
1763
- cachedTokens: zod_1.z.number().optional(),
1764
- reasoningTokens: zod_1.z.number().optional(),
1765
- inputCost: zod_1.z.number().optional(),
1766
- outputCost: zod_1.z.number().optional(),
1767
- totalCost: zod_1.z.number().optional(),
1768
- cachedCost: zod_1.z.number().optional(),
1769
- cacheCreationCost: zod_1.z.number().optional(),
1770
- tokensPerSecond: zod_1.z.number().optional(),
1771
- msToFirstChunk: zod_1.z.number().optional(),
1772
- durationMs: zod_1.z.number(),
1773
- finishReason: zod_1.z.string().optional(),
1774
- responseText: zod_1.z.string().optional(),
1828
+ model: v4_1.z.string(),
1829
+ provider: v4_1.z.string(),
1830
+ operationName: v4_1.z.string(),
1831
+ inputTokens: v4_1.z.number(),
1832
+ outputTokens: v4_1.z.number(),
1833
+ totalTokens: v4_1.z.number(),
1834
+ cachedTokens: v4_1.z.number().optional(),
1835
+ reasoningTokens: v4_1.z.number().optional(),
1836
+ inputCost: v4_1.z.number().optional(),
1837
+ outputCost: v4_1.z.number().optional(),
1838
+ totalCost: v4_1.z.number().optional(),
1839
+ cachedCost: v4_1.z.number().optional(),
1840
+ cacheCreationCost: v4_1.z.number().optional(),
1841
+ tokensPerSecond: v4_1.z.number().optional(),
1842
+ msToFirstChunk: v4_1.z.number().optional(),
1843
+ durationMs: v4_1.z.number(),
1844
+ finishReason: v4_1.z.string().optional(),
1845
+ responseText: v4_1.z.string().optional(),
1775
1846
  })
1776
1847
  .optional(),
1777
- triggeredRuns: zod_1.z
1778
- .array(zod_1.z.object({
1779
- runId: zod_1.z.string(),
1780
- taskIdentifier: zod_1.z.string(),
1781
- status: zod_1.z.string(),
1782
- createdAt: zod_1.z.coerce.date(),
1848
+ triggeredRuns: v4_1.z
1849
+ .array(v4_1.z.object({
1850
+ runId: v4_1.z.string(),
1851
+ taskIdentifier: v4_1.z.string(),
1852
+ status: v4_1.z.string(),
1853
+ createdAt: v4_1.z.coerce.date(),
1783
1854
  }))
1784
1855
  .optional(),
1785
1856
  });
1786
- exports.CreateStreamResponseBody = zod_1.z.object({
1787
- version: zod_1.z.string(),
1857
+ exports.CreateStreamResponseBody = v4_1.z.object({
1858
+ version: v4_1.z.string(),
1788
1859
  });
1789
- exports.AppendToStreamResponseBody = zod_1.z.object({
1790
- ok: zod_1.z.boolean(),
1791
- message: zod_1.z.string().optional(),
1860
+ exports.AppendToStreamResponseBody = v4_1.z.object({
1861
+ ok: v4_1.z.boolean(),
1862
+ message: v4_1.z.string().optional(),
1792
1863
  });
1793
- exports.SendInputStreamResponseBody = zod_1.z.object({
1794
- ok: zod_1.z.boolean(),
1864
+ exports.SendInputStreamResponseBody = v4_1.z.object({
1865
+ ok: v4_1.z.boolean(),
1795
1866
  });
1796
1867
  /**
1797
1868
  * Response body for `GET /realtime/v1/sessions/:id/:io/records`. A non-SSE,
@@ -1808,80 +1879,80 @@ exports.SendInputStreamResponseBody = zod_1.z.object({
1808
1879
  * already runtime-check on the discriminator and tolerate malformed
1809
1880
  * records by skipping them.
1810
1881
  */
1811
- exports.ReadSessionStreamRecordsResponseBody = zod_1.z.object({
1812
- records: zod_1.z.array(zod_1.z.object({
1813
- data: zod_1.z.unknown(),
1814
- id: zod_1.z.string(),
1815
- seqNum: zod_1.z.number(),
1882
+ exports.ReadSessionStreamRecordsResponseBody = v4_1.z.object({
1883
+ records: v4_1.z.array(v4_1.z.object({
1884
+ data: v4_1.z.unknown(),
1885
+ id: v4_1.z.string(),
1886
+ seqNum: v4_1.z.number(),
1816
1887
  // S2 record headers — present on Trigger control records (e.g.
1817
1888
  // `trigger-control: turn-complete` plus sibling headers). The
1818
1889
  // server has always serialized them; older schemas stripped them
1819
1890
  // client-side, so treat as optional.
1820
- headers: zod_1.z.array(zod_1.z.tuple([zod_1.z.string(), zod_1.z.string()])).optional(),
1891
+ headers: v4_1.z.array(v4_1.z.tuple([v4_1.z.string(), v4_1.z.string()])).optional(),
1821
1892
  })),
1822
1893
  });
1823
- exports.ResolvePromptRequestBody = zod_1.z.object({
1824
- variables: zod_1.z.record(zod_1.z.unknown()).default({}),
1825
- label: zod_1.z.string().optional(),
1826
- version: zod_1.z.number().optional(),
1827
- });
1828
- exports.ResolvePromptResponseBody = zod_1.z.object({
1829
- data: zod_1.z.object({
1830
- promptId: zod_1.z.string(),
1831
- slug: zod_1.z.string(),
1832
- version: zod_1.z.number(),
1833
- labels: zod_1.z.array(zod_1.z.string()),
1834
- template: zod_1.z.string().optional(),
1835
- text: zod_1.z.string().optional(),
1836
- model: zod_1.z.string().optional().nullable(),
1837
- config: zod_1.z.record(zod_1.z.unknown()).optional().nullable(),
1894
+ exports.ResolvePromptRequestBody = v4_1.z.object({
1895
+ variables: v4_1.z.record(v4_1.z.string(), v4_1.z.unknown()).default({}),
1896
+ label: v4_1.z.string().optional(),
1897
+ version: v4_1.z.number().optional(),
1898
+ });
1899
+ exports.ResolvePromptResponseBody = v4_1.z.object({
1900
+ data: v4_1.z.object({
1901
+ promptId: v4_1.z.string(),
1902
+ slug: v4_1.z.string(),
1903
+ version: v4_1.z.number(),
1904
+ labels: v4_1.z.array(v4_1.z.string()),
1905
+ template: v4_1.z.string().optional(),
1906
+ text: v4_1.z.string().optional(),
1907
+ model: v4_1.z.string().optional().nullable(),
1908
+ config: v4_1.z.record(v4_1.z.string(), v4_1.z.unknown()).optional().nullable(),
1838
1909
  }),
1839
1910
  });
1840
- exports.ListPromptsResponseBody = zod_1.z.object({
1841
- data: zod_1.z.array(zod_1.z.object({
1842
- slug: zod_1.z.string(),
1843
- friendlyId: zod_1.z.string(),
1844
- description: zod_1.z.string().nullable(),
1845
- tags: zod_1.z.array(zod_1.z.string()),
1846
- defaultModel: zod_1.z.string().nullable(),
1847
- currentVersion: zod_1.z.number().nullable(),
1848
- hasOverride: zod_1.z.boolean(),
1849
- updatedAt: zod_1.z.string(),
1911
+ exports.ListPromptsResponseBody = v4_1.z.object({
1912
+ data: v4_1.z.array(v4_1.z.object({
1913
+ slug: v4_1.z.string(),
1914
+ friendlyId: v4_1.z.string(),
1915
+ description: v4_1.z.string().nullable(),
1916
+ tags: v4_1.z.array(v4_1.z.string()),
1917
+ defaultModel: v4_1.z.string().nullable(),
1918
+ currentVersion: v4_1.z.number().nullable(),
1919
+ hasOverride: v4_1.z.boolean(),
1920
+ updatedAt: v4_1.z.string(),
1850
1921
  })),
1851
1922
  });
1852
- exports.ListPromptVersionsResponseBody = zod_1.z.object({
1853
- data: zod_1.z.array(zod_1.z.object({
1854
- id: zod_1.z.string(),
1855
- version: zod_1.z.number(),
1856
- labels: zod_1.z.array(zod_1.z.string()),
1857
- source: zod_1.z.string(),
1858
- model: zod_1.z.string().nullable(),
1859
- textContent: zod_1.z.string().nullable(),
1860
- commitMessage: zod_1.z.string().nullable(),
1861
- contentHash: zod_1.z.string(),
1862
- createdAt: zod_1.z.string(),
1923
+ exports.ListPromptVersionsResponseBody = v4_1.z.object({
1924
+ data: v4_1.z.array(v4_1.z.object({
1925
+ id: v4_1.z.string(),
1926
+ version: v4_1.z.number(),
1927
+ labels: v4_1.z.array(v4_1.z.string()),
1928
+ source: v4_1.z.string(),
1929
+ model: v4_1.z.string().nullable(),
1930
+ textContent: v4_1.z.string().nullable(),
1931
+ commitMessage: v4_1.z.string().nullable(),
1932
+ contentHash: v4_1.z.string(),
1933
+ createdAt: v4_1.z.string(),
1863
1934
  })),
1864
1935
  });
1865
- exports.PromotePromptVersionRequestBody = zod_1.z.object({
1866
- version: zod_1.z.number().int().positive(),
1936
+ exports.PromotePromptVersionRequestBody = v4_1.z.object({
1937
+ version: v4_1.z.number().int().positive(),
1867
1938
  });
1868
- exports.CreatePromptOverrideRequestBody = zod_1.z.object({
1869
- textContent: zod_1.z.string(),
1870
- model: zod_1.z.string().optional(),
1871
- commitMessage: zod_1.z.string().optional(),
1872
- source: zod_1.z.string().optional(),
1939
+ exports.CreatePromptOverrideRequestBody = v4_1.z.object({
1940
+ textContent: v4_1.z.string(),
1941
+ model: v4_1.z.string().optional(),
1942
+ commitMessage: v4_1.z.string().optional(),
1943
+ source: v4_1.z.string().optional(),
1873
1944
  });
1874
- exports.UpdatePromptOverrideRequestBody = zod_1.z.object({
1875
- textContent: zod_1.z.string().optional(),
1876
- model: zod_1.z.string().optional(),
1877
- commitMessage: zod_1.z.string().optional(),
1945
+ exports.UpdatePromptOverrideRequestBody = v4_1.z.object({
1946
+ textContent: v4_1.z.string().optional(),
1947
+ model: v4_1.z.string().optional(),
1948
+ commitMessage: v4_1.z.string().optional(),
1878
1949
  });
1879
- exports.ReactivatePromptOverrideRequestBody = zod_1.z.object({
1880
- version: zod_1.z.number().int().positive(),
1950
+ exports.ReactivatePromptOverrideRequestBody = v4_1.z.object({
1951
+ version: v4_1.z.number().int().positive(),
1881
1952
  });
1882
- exports.PromptOkResponseBody = zod_1.z.object({ ok: zod_1.z.boolean() });
1883
- exports.PromptOverrideCreatedResponseBody = zod_1.z.object({
1884
- ok: zod_1.z.boolean(),
1885
- version: zod_1.z.number(),
1953
+ exports.PromptOkResponseBody = v4_1.z.object({ ok: v4_1.z.boolean() });
1954
+ exports.PromptOverrideCreatedResponseBody = v4_1.z.object({
1955
+ ok: v4_1.z.boolean(),
1956
+ version: v4_1.z.number(),
1886
1957
  });
1887
1958
  //# sourceMappingURL=api.js.map