@chrt-inc/typescript-sdk 1.734.0 → 1.749.0

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 (224) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.d.ts +2 -29
  3. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.js +10 -124
  4. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksListV1Request.d.ts +2 -3
  5. package/dist/cjs/api/resources/shipping/client/Client.d.ts +3 -0
  6. package/dist/cjs/api/resources/shipping/client/Client.js +9 -4
  7. package/dist/cjs/api/resources/shipping/resources/index.d.ts +2 -0
  8. package/dist/cjs/api/resources/shipping/resources/index.js +3 -1
  9. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.d.ts +16 -0
  10. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.js +68 -0
  11. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrderDraftsTypeaheadV1Request.d.ts +16 -0
  12. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/index.d.ts +1 -0
  13. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftAddCargoReq.d.ts +1 -1
  14. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.d.ts +0 -16
  15. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.js +0 -68
  16. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/requests/index.d.ts +0 -1
  17. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/task/client/requests/OrderDraftAddTaskReqV1.d.ts +1 -1
  18. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.d.ts +1 -1
  19. package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.ts +1 -1
  20. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.d.ts +25 -41
  21. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.js +51 -125
  22. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.d.ts +2 -4
  23. package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/requests/index.d.ts +0 -2
  24. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.d.ts +64 -0
  25. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.js +196 -0
  26. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/index.d.ts +2 -0
  27. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/index.js +17 -0
  28. package/dist/cjs/api/resources/shipping/resources/orderSchedules/{client → resources/draft/client}/requests/OrderScheduleClientCreate1.d.ts +4 -6
  29. package/dist/cjs/api/resources/shipping/resources/orderSchedules/{client → resources/draft/client}/requests/OrderScheduleClientUpdate1.d.ts +2 -2
  30. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/index.d.ts +2 -0
  31. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/index.js +2 -0
  32. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/index.d.ts +1 -0
  33. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/index.js +17 -0
  34. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/index.d.ts +2 -0
  35. package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/index.js +6 -1
  36. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.d.ts +170 -0
  37. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.js +662 -0
  38. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/index.d.ts +2 -0
  39. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/index.js +17 -0
  40. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.ts +23 -0
  41. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.ts +24 -0
  42. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateRemoveReferenceReq.d.ts +14 -0
  43. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateRemoveReferenceReq.js +5 -0
  44. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.ts +42 -0
  45. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.js +5 -0
  46. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/index.d.ts +4 -0
  47. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/index.js +2 -0
  48. package/dist/cjs/api/resources/shipping/resources/orderTemplates/index.d.ts +1 -0
  49. package/dist/cjs/api/resources/shipping/resources/orderTemplates/index.js +17 -0
  50. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +16 -0
  51. package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +68 -0
  52. package/dist/cjs/api/resources/shipping/resources/{orderDrafts/resources/expanded/client/requests/ExpandedTypeaheadV1Request.d.ts → orders/client/requests/OrdersTypeaheadV1Request.d.ts} +1 -1
  53. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/OrdersTypeaheadV1Request.js +5 -0
  54. package/dist/cjs/api/resources/shipping/resources/orders/client/requests/index.d.ts +1 -0
  55. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +0 -16
  56. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +0 -68
  57. package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.ts +0 -1
  58. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +16 -0
  59. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +68 -0
  60. package/dist/cjs/api/resources/shipping/resources/taskGroups/{resources/expanded/client/requests/ExpandedTypeaheadV1Request.d.ts → client/requests/TaskGroupsTypeaheadV1Request.d.ts} +1 -1
  61. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupsTypeaheadV1Request.js +5 -0
  62. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/index.d.ts +1 -0
  63. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.ts +0 -16
  64. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.js +0 -68
  65. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.ts +0 -1
  66. package/dist/cjs/api/types/Cargo1.d.ts +1 -3
  67. package/dist/cjs/api/types/CargoManifest1.d.ts +6 -0
  68. package/dist/cjs/api/types/OperationsTaskTypeEnum.d.ts +4 -2
  69. package/dist/cjs/api/types/OperationsTaskTypeEnum.js +3 -1
  70. package/dist/cjs/api/types/Order1.d.ts +1 -0
  71. package/dist/cjs/api/types/OrderManifest1.d.ts +2 -2
  72. package/dist/cjs/api/types/OrderSchedule1.d.ts +5 -7
  73. package/dist/cjs/api/types/OrderScheduleAboutRes.d.ts +0 -1
  74. package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleStatus.d.ts +0 -1
  75. package/dist/cjs/api/types/OrderScheduleSortByEnum.d.ts +2 -2
  76. package/dist/cjs/api/types/OrderScheduleSortByEnum.js +1 -1
  77. package/dist/cjs/api/types/OrderScheduleSpec1.d.ts +11 -0
  78. package/dist/cjs/api/types/OrderScheduleSpec1.js +5 -0
  79. package/dist/cjs/api/types/OrderTemplate1.d.ts +24 -0
  80. package/dist/cjs/api/types/OrderTemplate1.js +5 -0
  81. package/dist/cjs/api/types/OrderTemplateExpanded.d.ts +12 -0
  82. package/dist/cjs/api/types/OrderTemplateExpanded.js +5 -0
  83. package/dist/cjs/api/types/OrderTemplateListRes.d.ts +8 -0
  84. package/dist/cjs/api/types/OrderTemplateListRes.js +5 -0
  85. package/dist/cjs/api/types/OrderTemplateOrgRef1.d.ts +10 -0
  86. package/dist/cjs/api/types/OrderTemplateOrgRef1.js +5 -0
  87. package/dist/cjs/api/types/OrderTemplateReferenceColumnEnum1.d.ts +11 -0
  88. package/dist/cjs/api/types/OrderTemplateReferenceColumnEnum1.js +13 -0
  89. package/dist/cjs/api/types/OrderTemplateSortByEnum.d.ts +9 -0
  90. package/dist/cjs/api/types/OrderTemplateSortByEnum.js +11 -0
  91. package/dist/cjs/api/types/OrderTypeaheadResult.d.ts +1 -1
  92. package/dist/cjs/api/types/OrderTypeaheadValue.d.ts +7 -0
  93. package/dist/cjs/api/types/OrderTypeaheadValue.js +5 -0
  94. package/dist/cjs/api/types/Task1.d.ts +2 -4
  95. package/dist/cjs/api/types/TaskArtifact1.d.ts +1 -3
  96. package/dist/cjs/api/types/TaskClientCreate1.d.ts +1 -1
  97. package/dist/cjs/api/types/TaskGroup1.d.ts +1 -3
  98. package/dist/cjs/api/types/TaskGroupManifest1.d.ts +1 -1
  99. package/dist/cjs/api/types/TaskManifest1.d.ts +13 -4
  100. package/dist/cjs/api/types/index.d.ts +8 -1
  101. package/dist/cjs/api/types/index.js +8 -1
  102. package/dist/cjs/version.d.ts +1 -1
  103. package/dist/cjs/version.js +1 -1
  104. package/dist/esm/Client.mjs +2 -2
  105. package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.d.mts +2 -29
  106. package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.mjs +10 -124
  107. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksListV1Request.d.mts +2 -3
  108. package/dist/esm/api/resources/shipping/client/Client.d.mts +3 -0
  109. package/dist/esm/api/resources/shipping/client/Client.mjs +5 -0
  110. package/dist/esm/api/resources/shipping/resources/index.d.mts +2 -0
  111. package/dist/esm/api/resources/shipping/resources/index.mjs +2 -0
  112. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.d.mts +16 -0
  113. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.mjs +68 -0
  114. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrderDraftsTypeaheadV1Request.d.mts +16 -0
  115. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/index.d.mts +1 -0
  116. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftAddCargoReq.d.mts +1 -1
  117. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.d.mts +0 -16
  118. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.mjs +0 -68
  119. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/requests/index.d.mts +0 -1
  120. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/task/client/requests/OrderDraftAddTaskReqV1.d.mts +1 -1
  121. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.d.mts +1 -1
  122. package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.mts +1 -1
  123. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.d.mts +25 -41
  124. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.mjs +49 -123
  125. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.d.mts +2 -4
  126. package/dist/esm/api/resources/shipping/resources/orderSchedules/client/requests/index.d.mts +0 -2
  127. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.d.mts +64 -0
  128. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.mjs +159 -0
  129. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/index.d.mts +2 -0
  130. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/index.mjs +1 -0
  131. package/dist/esm/api/resources/shipping/resources/orderSchedules/{client → resources/draft/client}/requests/OrderScheduleClientCreate1.d.mts +4 -6
  132. package/dist/esm/api/resources/shipping/resources/orderSchedules/{client → resources/draft/client}/requests/OrderScheduleClientUpdate1.d.mts +2 -2
  133. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/index.d.mts +2 -0
  134. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/index.mjs +1 -0
  135. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/index.d.mts +1 -0
  136. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/index.mjs +1 -0
  137. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/index.d.mts +2 -0
  138. package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/index.mjs +2 -0
  139. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.d.mts +170 -0
  140. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.mjs +625 -0
  141. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/index.d.mts +2 -0
  142. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/index.mjs +1 -0
  143. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.mts +23 -0
  144. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.mts +24 -0
  145. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateRemoveReferenceReq.d.mts +14 -0
  146. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateRemoveReferenceReq.mjs +4 -0
  147. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.d.mts +42 -0
  148. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplatesListV1Request.mjs +4 -0
  149. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/index.d.mts +4 -0
  150. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/index.mjs +1 -0
  151. package/dist/esm/api/resources/shipping/resources/orderTemplates/index.d.mts +1 -0
  152. package/dist/esm/api/resources/shipping/resources/orderTemplates/index.mjs +1 -0
  153. package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +16 -0
  154. package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +68 -0
  155. package/dist/esm/api/resources/shipping/resources/{orderDrafts/resources/expanded/client/requests/ExpandedTypeaheadV1Request.d.mts → orders/client/requests/OrdersTypeaheadV1Request.d.mts} +1 -1
  156. package/dist/esm/api/resources/shipping/resources/orders/client/requests/OrdersTypeaheadV1Request.mjs +4 -0
  157. package/dist/esm/api/resources/shipping/resources/orders/client/requests/index.d.mts +1 -0
  158. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +0 -16
  159. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +0 -68
  160. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/index.d.mts +0 -1
  161. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +16 -0
  162. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +68 -0
  163. package/dist/{cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedTypeaheadV1Request.d.ts → esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupsTypeaheadV1Request.d.mts} +1 -1
  164. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupsTypeaheadV1Request.mjs +4 -0
  165. package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/index.d.mts +1 -0
  166. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.mts +0 -16
  167. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.mjs +0 -68
  168. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.mts +0 -1
  169. package/dist/esm/api/types/Cargo1.d.mts +1 -3
  170. package/dist/esm/api/types/CargoManifest1.d.mts +6 -0
  171. package/dist/esm/api/types/OperationsTaskTypeEnum.d.mts +4 -2
  172. package/dist/esm/api/types/OperationsTaskTypeEnum.mjs +3 -1
  173. package/dist/esm/api/types/Order1.d.mts +1 -0
  174. package/dist/esm/api/types/OrderManifest1.d.mts +2 -2
  175. package/dist/esm/api/types/OrderSchedule1.d.mts +5 -7
  176. package/dist/esm/api/types/OrderScheduleAboutRes.d.mts +0 -1
  177. package/dist/esm/api/types/OrderScheduleOrchestratorScheduleStatus.d.mts +0 -1
  178. package/dist/esm/api/types/OrderScheduleSortByEnum.d.mts +2 -2
  179. package/dist/esm/api/types/OrderScheduleSortByEnum.mjs +1 -1
  180. package/dist/esm/api/types/OrderScheduleSpec1.d.mts +11 -0
  181. package/dist/esm/api/types/OrderScheduleSpec1.mjs +4 -0
  182. package/dist/esm/api/types/OrderTemplate1.d.mts +24 -0
  183. package/dist/esm/api/types/OrderTemplate1.mjs +4 -0
  184. package/dist/esm/api/types/OrderTemplateExpanded.d.mts +12 -0
  185. package/dist/esm/api/types/OrderTemplateExpanded.mjs +4 -0
  186. package/dist/esm/api/types/OrderTemplateListRes.d.mts +8 -0
  187. package/dist/esm/api/types/OrderTemplateListRes.mjs +4 -0
  188. package/dist/esm/api/types/OrderTemplateOrgRef1.d.mts +10 -0
  189. package/dist/esm/api/types/OrderTemplateOrgRef1.mjs +4 -0
  190. package/dist/esm/api/types/OrderTemplateReferenceColumnEnum1.d.mts +11 -0
  191. package/dist/esm/api/types/OrderTemplateReferenceColumnEnum1.mjs +10 -0
  192. package/dist/esm/api/types/OrderTemplateSortByEnum.d.mts +9 -0
  193. package/dist/esm/api/types/OrderTemplateSortByEnum.mjs +8 -0
  194. package/dist/esm/api/types/OrderTypeaheadResult.d.mts +1 -1
  195. package/dist/esm/api/types/OrderTypeaheadValue.d.mts +7 -0
  196. package/dist/esm/api/types/OrderTypeaheadValue.mjs +4 -0
  197. package/dist/esm/api/types/Task1.d.mts +2 -4
  198. package/dist/esm/api/types/TaskArtifact1.d.mts +1 -3
  199. package/dist/esm/api/types/TaskClientCreate1.d.mts +1 -1
  200. package/dist/esm/api/types/TaskGroup1.d.mts +1 -3
  201. package/dist/esm/api/types/TaskGroupManifest1.d.mts +1 -1
  202. package/dist/esm/api/types/TaskManifest1.d.mts +13 -4
  203. package/dist/esm/api/types/index.d.mts +8 -1
  204. package/dist/esm/api/types/index.mjs +8 -1
  205. package/dist/esm/version.d.mts +1 -1
  206. package/dist/esm/version.mjs +1 -1
  207. package/package.json +1 -1
  208. package/reference.md +857 -319
  209. package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleStatusEnum1.d.ts +0 -10
  210. package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleStatusEnum1.js +0 -12
  211. package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedTypeaheadV1Request.d.mts +0 -16
  212. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedTypeaheadV1Request.d.mts +0 -16
  213. package/dist/esm/api/types/OrderScheduleOrchestratorScheduleStatusEnum1.d.mts +0 -10
  214. package/dist/esm/api/types/OrderScheduleOrchestratorScheduleStatusEnum1.mjs +0 -9
  215. /package/dist/cjs/api/resources/shipping/resources/orderDrafts/{resources/expanded/client/requests/ExpandedTypeaheadV1Request.js → client/requests/OrderDraftsTypeaheadV1Request.js} +0 -0
  216. /package/dist/cjs/api/resources/shipping/resources/orderSchedules/{client → resources/draft/client}/requests/OrderScheduleClientCreate1.js +0 -0
  217. /package/dist/cjs/api/resources/shipping/resources/orderSchedules/{client → resources/draft/client}/requests/OrderScheduleClientUpdate1.js +0 -0
  218. /package/dist/cjs/api/resources/shipping/resources/{orders/resources/expanded/client/requests/ExpandedTypeaheadV1Request.js → orderTemplates/client/requests/OrderTemplateClientCreate1.js} +0 -0
  219. /package/dist/cjs/api/resources/shipping/resources/{taskGroups/resources/expanded/client/requests/ExpandedTypeaheadV1Request.js → orderTemplates/client/requests/OrderTemplateClientUpdate1.js} +0 -0
  220. /package/dist/esm/api/resources/shipping/resources/orderDrafts/{resources/expanded/client/requests/ExpandedTypeaheadV1Request.mjs → client/requests/OrderDraftsTypeaheadV1Request.mjs} +0 -0
  221. /package/dist/esm/api/resources/shipping/resources/orderSchedules/{client → resources/draft/client}/requests/OrderScheduleClientCreate1.mjs +0 -0
  222. /package/dist/esm/api/resources/shipping/resources/orderSchedules/{client → resources/draft/client}/requests/OrderScheduleClientUpdate1.mjs +0 -0
  223. /package/dist/esm/api/resources/shipping/resources/{orders/resources/expanded/client/requests/ExpandedTypeaheadV1Request.mjs → orderTemplates/client/requests/OrderTemplateClientCreate1.mjs} +0 -0
  224. /package/dist/esm/api/resources/shipping/resources/{taskGroups/resources/expanded/client/requests/ExpandedTypeaheadV1Request.mjs → orderTemplates/client/requests/OrderTemplateClientUpdate1.mjs} +0 -0
@@ -4,6 +4,10 @@
4
4
  import * as Chrt from "../index.js";
5
5
  /**
6
6
  * Cargo template used when generating a scheduled order.
7
+ *
8
+ * Reuses the cargo create shape verbatim (CargoClientCreate1) so the manifest
9
+ * cannot drift from the real cargo model. A scheduled cargo carries no
10
+ * template-specific fields of its own.
7
11
  */
8
12
  export interface CargoManifest1 {
9
13
  schema_version: number;
@@ -16,4 +20,6 @@ export interface CargoManifest1 {
16
20
  turnable?: boolean | null;
17
21
  stackable?: boolean | null;
18
22
  description?: string | null;
23
+ /** IATA Air Waybill number: 3-digit airline prefix + 8-digit serial, e.g. '020-12345678'. */
24
+ awb_number?: string | null;
19
25
  }
@@ -15,10 +15,12 @@
15
15
  * *channel* (call vs. email) — the recipient is what a dispatcher batches
16
16
  * around, and the channel is a title/tag detail.
17
17
  */
18
- export type OperationsTaskTypeEnum = "review_order_details" | "precheck" | "book_cargo" | "track_and_verify" | "contact_customer" | "contact_agent" | "contact_airline" | "contact_other" | "finalize_billing" | "custom" | "other";
18
+ export type OperationsTaskTypeEnum = "review_order_details" | "flight_check" | "facility_check" | "weather_check" | "book_cargo" | "track_and_verify" | "contact_customer" | "contact_agent" | "contact_airline" | "contact_other" | "finalize_billing" | "custom" | "other";
19
19
  export declare const OperationsTaskTypeEnum: {
20
20
  readonly ReviewOrderDetails: "review_order_details";
21
- readonly Precheck: "precheck";
21
+ readonly FlightCheck: "flight_check";
22
+ readonly FacilityCheck: "facility_check";
23
+ readonly WeatherCheck: "weather_check";
22
24
  readonly BookCargo: "book_cargo";
23
25
  readonly TrackAndVerify: "track_and_verify";
24
26
  readonly ContactCustomer: "contact_customer";
@@ -6,7 +6,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.OperationsTaskTypeEnum = void 0;
7
7
  exports.OperationsTaskTypeEnum = {
8
8
  ReviewOrderDetails: "review_order_details",
9
- Precheck: "precheck",
9
+ FlightCheck: "flight_check",
10
+ FacilityCheck: "facility_check",
11
+ WeatherCheck: "weather_check",
10
12
  BookCargo: "book_cargo",
11
13
  TrackAndVerify: "track_and_verify",
12
14
  ContactCustomer: "contact_customer",
@@ -11,6 +11,7 @@ export interface Order1 {
11
11
  off_chrt_reference_id?: string | null;
12
12
  order_schedule_id?: string | null;
13
13
  order_schedule_run_idempotency_key?: string | null;
14
+ order_template_id?: string | null;
14
15
  /** Must be a string starting with `user_` */
15
16
  created_by_user_id?: string | null;
16
17
  /** Must be a string starting with `org_` */
@@ -13,7 +13,7 @@ export interface OrderManifest1 {
13
13
  off_chrt_shipper_org_id?: string | null;
14
14
  /** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
15
15
  off_chrt_reference_id?: string | null;
16
- cargos?: Chrt.CargoManifest1[];
17
- task_groups?: Chrt.TaskGroupManifest1[];
16
+ cargo_manifests?: Chrt.CargoManifest1[];
17
+ task_group_manifests?: Chrt.TaskGroupManifest1[];
18
18
  auto_stage?: boolean;
19
19
  }
@@ -6,8 +6,8 @@ export interface OrderSchedule1 {
6
6
  schema_version: number;
7
7
  name: string;
8
8
  description?: string | null;
9
- order_manifest: Chrt.OrderManifest1;
10
- schedule_spec: Chrt.ScheduleSpec;
9
+ order_manifest?: Chrt.OrderManifest1 | null;
10
+ schedule_spec?: Chrt.OrderScheduleSpec1 | null;
11
11
  _id: string;
12
12
  /** Must be a string starting with `user_` */
13
13
  owned_by_user_id: string;
@@ -16,9 +16,7 @@ export interface OrderSchedule1 {
16
16
  owned_by_org_type: Chrt.OrgTypeEnum;
17
17
  created_at_timestamp: string;
18
18
  last_edited_at_timestamp: string;
19
- status?: Chrt.OrderScheduleStatusEnum1;
20
- orchestrator_schedule_status?: Chrt.OrderScheduleOrchestratorScheduleStatusEnum1;
21
- orchestrator_schedule_id: string;
22
- orchestrator_schedule_paused?: boolean | null;
23
- orchestrator_schedule_created_at_timestamp?: string | null;
19
+ intended_status?: Chrt.OrderScheduleStatusEnum1;
20
+ orchestrator_schedule_id?: string | null;
21
+ orchestrator_schedule_paused?: boolean;
24
22
  }
@@ -3,7 +3,6 @@
3
3
  */
4
4
  import * as Chrt from "../index.js";
5
5
  export interface OrderScheduleAboutRes {
6
- order_schedule: Chrt.OrderSchedule1;
7
6
  orders_created_count: number;
8
7
  orchestrator_schedule_status: Chrt.OrderScheduleOrchestratorScheduleStatus;
9
8
  }
@@ -3,7 +3,6 @@
3
3
  */
4
4
  import * as Chrt from "../index.js";
5
5
  export interface OrderScheduleOrchestratorScheduleStatus {
6
- status: Chrt.OrderScheduleOrchestratorScheduleStatusEnum1;
7
6
  exists: boolean;
8
7
  paused?: boolean | null;
9
8
  actions_count?: number | null;
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export type OrderScheduleSortByEnum = "created_at_timestamp" | "last_edited_at_timestamp" | "name" | "status";
4
+ export type OrderScheduleSortByEnum = "created_at_timestamp" | "last_edited_at_timestamp" | "name" | "intended_status";
5
5
  export declare const OrderScheduleSortByEnum: {
6
6
  readonly CreatedAtTimestamp: "created_at_timestamp";
7
7
  readonly LastEditedAtTimestamp: "last_edited_at_timestamp";
8
8
  readonly Name: "name";
9
- readonly Status: "status";
9
+ readonly IntendedStatus: "intended_status";
10
10
  };
@@ -8,5 +8,5 @@ exports.OrderScheduleSortByEnum = {
8
8
  CreatedAtTimestamp: "created_at_timestamp",
9
9
  LastEditedAtTimestamp: "last_edited_at_timestamp",
10
10
  Name: "name",
11
- Status: "status",
11
+ IntendedStatus: "intended_status",
12
12
  };
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface OrderScheduleSpec1 {
6
+ schedule_calendar_spec?: Chrt.ScheduleCalendarSpec | null;
7
+ start_at?: string | null;
8
+ end_at?: string | null;
9
+ /** IANA time zone name (e.g. `America/New_York`). */
10
+ time_zone_name: string;
11
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,24 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface OrderTemplate1 {
5
+ schema_version: number;
6
+ name: string;
7
+ description?: string | null;
8
+ order_input?: string | null;
9
+ off_chrt_reference_id_str?: string | null;
10
+ /** Must be a string starting with `org_` */
11
+ shipper_org_id?: string | null;
12
+ off_chrt_shipper_org_id?: string | null;
13
+ executor_org_ids?: string[];
14
+ driver_ids?: string[];
15
+ directory_entry_ids?: string[];
16
+ _id: string;
17
+ /** Must be a string starting with `user_` */
18
+ owned_by_user_id: string;
19
+ /** Must be a string starting with `org_` */
20
+ owned_by_org_id: string;
21
+ created_at_timestamp: string;
22
+ last_edited_at_timestamp: string;
23
+ archived_at_timestamp?: string | null;
24
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface OrderTemplateExpanded {
6
+ order_template: Chrt.OrderTemplate1;
7
+ shipper_org?: Chrt.OrderTemplateOrgRef1 | null;
8
+ off_chrt_shipper_org?: Chrt.OffChrtShipperOrg1 | null;
9
+ executor_orgs?: Chrt.OrderTemplateOrgRef1[];
10
+ drivers?: Chrt.Driver1[];
11
+ directory_entries?: Chrt.DirectoryEntry1[];
12
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.js";
5
+ export interface OrderTemplateListRes {
6
+ items: Chrt.OrderTemplate1[];
7
+ total_count: number;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface OrderTemplateOrgRef1 {
5
+ /** Must be a string starting with `org_` */
6
+ org_id: string;
7
+ company_name?: string | null;
8
+ /** Must be a string starting with `@`. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters. */
9
+ handle?: string | null;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type OrderTemplateReferenceColumnEnum1 = "shipper_org_id" | "off_chrt_shipper_org_id" | "executor_org_ids" | "driver_ids" | "directory_entry_ids";
5
+ export declare const OrderTemplateReferenceColumnEnum1: {
6
+ readonly ShipperOrgId: "shipper_org_id";
7
+ readonly OffChrtShipperOrgId: "off_chrt_shipper_org_id";
8
+ readonly ExecutorOrgIds: "executor_org_ids";
9
+ readonly DriverIds: "driver_ids";
10
+ readonly DirectoryEntryIds: "directory_entry_ids";
11
+ };
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.OrderTemplateReferenceColumnEnum1 = void 0;
7
+ exports.OrderTemplateReferenceColumnEnum1 = {
8
+ ShipperOrgId: "shipper_org_id",
9
+ OffChrtShipperOrgId: "off_chrt_shipper_org_id",
10
+ ExecutorOrgIds: "executor_org_ids",
11
+ DriverIds: "driver_ids",
12
+ DirectoryEntryIds: "directory_entry_ids",
13
+ };
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type OrderTemplateSortByEnum = "created_at_timestamp" | "last_edited_at_timestamp" | "name";
5
+ export declare const OrderTemplateSortByEnum: {
6
+ readonly CreatedAtTimestamp: "created_at_timestamp";
7
+ readonly LastEditedAtTimestamp: "last_edited_at_timestamp";
8
+ readonly Name: "name";
9
+ };
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.OrderTemplateSortByEnum = void 0;
7
+ exports.OrderTemplateSortByEnum = {
8
+ CreatedAtTimestamp: "created_at_timestamp",
9
+ LastEditedAtTimestamp: "last_edited_at_timestamp",
10
+ Name: "name",
11
+ };
@@ -4,5 +4,5 @@
4
4
  import * as Chrt from "../index.js";
5
5
  export interface OrderTypeaheadResult {
6
6
  type: Chrt.OrderTypeaheadFieldEnum;
7
- values: string[];
7
+ values: Chrt.OrderTypeaheadValue[];
8
8
  }
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface OrderTypeaheadValue {
5
+ value: string;
6
+ order_ids: string[];
7
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,16 +7,14 @@ export interface Task1 {
7
7
  location?: Chrt.LocationFeature | null;
8
8
  geofence_distance_miles?: number;
9
9
  action?: Task1.Action | null;
10
- datetime_windows?: Chrt.DateTimeWindow1[];
11
10
  order_placer_comments?: string | null;
12
11
  directory_entry_ids?: string[];
12
+ datetime_windows?: Chrt.DateTimeWindow1[];
13
13
  _id: string;
14
14
  order_id: string;
15
15
  order_short_id: string;
16
16
  task_group_id: string;
17
- order_schedule_id?: string | null;
18
- order_schedule_run_idempotency_key?: string | null;
19
- order_schedule_template_path?: string | null;
17
+ order_schedule_template_path_idempotency_key?: string | null;
20
18
  /** Must be a string starting with `org_` */
21
19
  created_by_org_id: string;
22
20
  /** Must be a string starting with `user_` */
@@ -11,9 +11,7 @@ export interface TaskArtifact1 {
11
11
  order_short_id: string;
12
12
  task_group_id: string;
13
13
  task_id: string;
14
- order_schedule_id?: string | null;
15
- order_schedule_run_idempotency_key?: string | null;
16
- order_schedule_template_path?: string | null;
14
+ order_schedule_template_path_idempotency_key?: string | null;
17
15
  task_artifact_s3_object_metadata_ids?: string[];
18
16
  /** Must be a string starting with `org_` */
19
17
  created_by_org_id: string;
@@ -7,9 +7,9 @@ export interface TaskClientCreate1 {
7
7
  location?: Chrt.LocationFeature | null;
8
8
  geofence_distance_miles?: number;
9
9
  action?: TaskClientCreate1.Action | null;
10
- datetime_windows?: Chrt.DateTimeWindow1[];
11
10
  order_placer_comments?: string | null;
12
11
  directory_entry_ids?: string[];
12
+ datetime_windows?: Chrt.DateTimeWindow1[];
13
13
  }
14
14
  export declare namespace TaskClientCreate1 {
15
15
  type Action = Chrt.ChrtGroundProviderTaskActionEnum1 | Chrt.CargoOnFlightTaskActionEnum1 | Chrt.OnboardCourierTaskActionEnum1;
@@ -10,9 +10,7 @@ export interface TaskGroup1 {
10
10
  /** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
11
11
  order_off_chrt_reference_id?: string | null;
12
12
  task_ids?: string[];
13
- order_schedule_id?: string | null;
14
- order_schedule_run_idempotency_key?: string | null;
15
- order_schedule_template_path?: string | null;
13
+ order_schedule_template_path_idempotency_key?: string | null;
16
14
  /** Must be a string starting with `user_` */
17
15
  created_by_user_id?: string | null;
18
16
  /** Must be a string starting with `org_` */
@@ -11,5 +11,5 @@ export interface TaskGroupManifest1 {
11
11
  /** Must be a string starting with `org_` */
12
12
  executor_org_id?: string | null;
13
13
  driver_id?: string | null;
14
- tasks: Chrt.TaskManifest1[];
14
+ task_manifests: Chrt.TaskManifest1[];
15
15
  }
@@ -3,15 +3,24 @@
3
3
  */
4
4
  import * as Chrt from "../index.js";
5
5
  /**
6
- * Task template plus cargo/artifact references within an order manifest.
6
+ * Task template within an order manifest.
7
+ *
8
+ * Inherits the shared task core (TaskCore1) so the physical fields cannot drift
9
+ * from the real task, and adds the template-only fields: relative time windows
10
+ * (resolved against the fire time at build), positional task->cargo references,
11
+ * and the artifact types to create for the task.
7
12
  */
8
13
  export interface TaskManifest1 {
9
14
  schema_version: number;
10
15
  location?: Chrt.LocationFeature | null;
11
- action?: Chrt.ChrtGroundProviderTaskActionEnum1 | null;
12
- time_windows?: Chrt.TimeWindow1[];
16
+ geofence_distance_miles?: number;
17
+ action?: TaskManifest1.Action | null;
13
18
  order_placer_comments?: string | null;
14
19
  directory_entry_ids?: string[];
15
- cargo_template_indices?: number[];
20
+ time_windows?: Chrt.TimeWindow1[];
21
+ cargo_manifest_indices?: number[];
16
22
  task_artifact_types?: Chrt.TaskArtifactTypeEnum1[];
17
23
  }
24
+ export declare namespace TaskManifest1 {
25
+ type Action = Chrt.ChrtGroundProviderTaskActionEnum1 | Chrt.CargoOnFlightTaskActionEnum1 | Chrt.OnboardCourierTaskActionEnum1;
26
+ }
@@ -240,13 +240,20 @@ export * from "./OrderScheduleAboutRes.js";
240
240
  export * from "./OrderScheduleListRes.js";
241
241
  export * from "./OrderScheduleOrchestratorScheduleActionResult.js";
242
242
  export * from "./OrderScheduleOrchestratorScheduleStatus.js";
243
- export * from "./OrderScheduleOrchestratorScheduleStatusEnum1.js";
244
243
  export * from "./OrderScheduleSortByEnum.js";
244
+ export * from "./OrderScheduleSpec1.js";
245
245
  export * from "./OrderScheduleStatusEnum1.js";
246
246
  export * from "./OrderSortByEnum.js";
247
247
  export * from "./OrderStatusEnum1.js";
248
+ export * from "./OrderTemplate1.js";
249
+ export * from "./OrderTemplateExpanded.js";
250
+ export * from "./OrderTemplateListRes.js";
251
+ export * from "./OrderTemplateOrgRef1.js";
252
+ export * from "./OrderTemplateReferenceColumnEnum1.js";
253
+ export * from "./OrderTemplateSortByEnum.js";
248
254
  export * from "./OrderTypeaheadFieldEnum.js";
249
255
  export * from "./OrderTypeaheadResult.js";
256
+ export * from "./OrderTypeaheadValue.js";
250
257
  export * from "./OrdersDraftUpdateRes.js";
251
258
  export * from "./OrdersExpandedListRes.js";
252
259
  export * from "./OrdersNewDraftRes.js";
@@ -256,13 +256,20 @@ __exportStar(require("./OrderScheduleAboutRes.js"), exports);
256
256
  __exportStar(require("./OrderScheduleListRes.js"), exports);
257
257
  __exportStar(require("./OrderScheduleOrchestratorScheduleActionResult.js"), exports);
258
258
  __exportStar(require("./OrderScheduleOrchestratorScheduleStatus.js"), exports);
259
- __exportStar(require("./OrderScheduleOrchestratorScheduleStatusEnum1.js"), exports);
260
259
  __exportStar(require("./OrderScheduleSortByEnum.js"), exports);
260
+ __exportStar(require("./OrderScheduleSpec1.js"), exports);
261
261
  __exportStar(require("./OrderScheduleStatusEnum1.js"), exports);
262
262
  __exportStar(require("./OrderSortByEnum.js"), exports);
263
263
  __exportStar(require("./OrderStatusEnum1.js"), exports);
264
+ __exportStar(require("./OrderTemplate1.js"), exports);
265
+ __exportStar(require("./OrderTemplateExpanded.js"), exports);
266
+ __exportStar(require("./OrderTemplateListRes.js"), exports);
267
+ __exportStar(require("./OrderTemplateOrgRef1.js"), exports);
268
+ __exportStar(require("./OrderTemplateReferenceColumnEnum1.js"), exports);
269
+ __exportStar(require("./OrderTemplateSortByEnum.js"), exports);
264
270
  __exportStar(require("./OrderTypeaheadFieldEnum.js"), exports);
265
271
  __exportStar(require("./OrderTypeaheadResult.js"), exports);
272
+ __exportStar(require("./OrderTypeaheadValue.js"), exports);
266
273
  __exportStar(require("./OrdersDraftUpdateRes.js"), exports);
267
274
  __exportStar(require("./OrdersExpandedListRes.js"), exports);
268
275
  __exportStar(require("./OrdersNewDraftRes.js"), exports);
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.734.0";
1
+ export declare const SDK_VERSION = "1.749.0";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "1.734.0";
4
+ exports.SDK_VERSION = "1.749.0";
@@ -20,8 +20,8 @@ export class ChrtClient {
20
20
  this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
21
21
  "X-Fern-Language": "JavaScript",
22
22
  "X-Fern-SDK-Name": "@chrt-inc/typescript-sdk",
23
- "X-Fern-SDK-Version": "1.734.0",
24
- "User-Agent": "@chrt-inc/typescript-sdk/1.734.0",
23
+ "X-Fern-SDK-Version": "1.749.0",
24
+ "User-Agent": "@chrt-inc/typescript-sdk/1.749.0",
25
25
  "X-Fern-Runtime": core.RUNTIME.type,
26
26
  "X-Fern-Runtime-Version": core.RUNTIME.version,
27
27
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -31,7 +31,7 @@ export declare class OperationsTasks {
31
31
  protected readonly _options: OperationsTasks.Options;
32
32
  constructor(_options?: OperationsTasks.Options);
33
33
  /**
34
- * Lists OperationsTasks for the caller's organization, with order/department/type/status/tag/assignee/deadline filtering, sorting, and pagination. | authz: min_org_role=operator | () -> (OperationsTaskListRes)
34
+ * Lists OperationsTasks for the caller's organization, with order ids / department / type / status / tag / assignee / deadline filtering, sorting, and pagination. | authz: min_org_role=operator | () -> (OperationsTaskListRes)
35
35
  *
36
36
  * @param {Chrt.operations.OperationsTasksListV1Request} request
37
37
  * @param {OperationsTasks.RequestOptions} requestOptions - Request-specific configuration.
@@ -44,7 +44,6 @@ export declare class OperationsTasks {
44
44
  * sort_order: "asc",
45
45
  * page: 1,
46
46
  * page_size: 1,
47
- * filter_order_id: "filter_order_id",
48
47
  * filter_department_id: "filter_department_id",
49
48
  * filter_assigned_user_id: "filter_assigned_user_id",
50
49
  * filter_deadline_gte: "2024-01-15T09:30:00Z",
@@ -80,7 +79,7 @@ export declare class OperationsTasks {
80
79
  deleteV1(taskId: string, requestOptions?: OperationsTasks.RequestOptions): core.HttpResponsePromise<boolean>;
81
80
  private __deleteV1;
82
81
  /**
83
- * Updates scalar fields (title, description, deadline_timestamp) on an OperationsTask. | authz: min_org_role=operator | (OperationsTaskClientUpdate1) -> (bool)
82
+ * Updates editable fields (task_type, title, description, deadline_timestamp, tags, assigned_user_ids) on an OperationsTask. | authz: min_org_role=operator | (OperationsTaskClientUpdate1) -> (bool)
84
83
  *
85
84
  * @param {string} taskId
86
85
  * @param {Chrt.operations.OperationsTaskClientUpdate1} request
@@ -112,32 +111,6 @@ export declare class OperationsTasks {
112
111
  */
113
112
  createV1(request: Chrt.operations.OperationsTaskClientCreate1, requestOptions?: OperationsTasks.RequestOptions): core.HttpResponsePromise<string>;
114
113
  private __createV1;
115
- /**
116
- * Marks an OperationsTask as completed. Idempotent — calling on an already-completed task is a no-op that returns False. | authz: min_org_role=operator | () -> (bool)
117
- *
118
- * @param {string} taskId
119
- * @param {OperationsTasks.RequestOptions} requestOptions - Request-specific configuration.
120
- *
121
- * @throws {@link Chrt.UnprocessableEntityError}
122
- *
123
- * @example
124
- * await client.operations.operationsTasks.completeV1("task_id")
125
- */
126
- completeV1(taskId: string, requestOptions?: OperationsTasks.RequestOptions): core.HttpResponsePromise<boolean>;
127
- private __completeV1;
128
- /**
129
- * Marks a previously-completed OperationsTask as incomplete and clears its completion timestamps. Idempotent — calling on an already-incomplete task is a no-op that returns False. | authz: min_org_role=operator | () -> (bool)
130
- *
131
- * @param {string} taskId
132
- * @param {OperationsTasks.RequestOptions} requestOptions - Request-specific configuration.
133
- *
134
- * @throws {@link Chrt.UnprocessableEntityError}
135
- *
136
- * @example
137
- * await client.operations.operationsTasks.uncompleteV1("task_id")
138
- */
139
- uncompleteV1(taskId: string, requestOptions?: OperationsTasks.RequestOptions): core.HttpResponsePromise<boolean>;
140
- private __uncompleteV1;
141
114
  /**
142
115
  * Sets an OperationsTask's status (not_started / in_progress / completed / skipped). Setting COMPLETED stamps completed_at/by; any other status clears them. | authz: min_org_role=operator | (OperationsTaskStatusReq) -> (bool)
143
116
  *