@chrt-inc/typescript-sdk 1.718.0 → 1.723.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 (235) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/operations/client/Client.d.ts +6 -3
  3. package/dist/cjs/api/resources/operations/client/Client.js +10 -5
  4. package/dist/cjs/api/resources/operations/resources/cases/client/Client.d.ts +5 -125
  5. package/dist/cjs/api/resources/operations/resources/cases/client/Client.js +17 -494
  6. package/dist/cjs/api/resources/operations/resources/cases/client/requests/CaseClientUpdate1.d.ts +1 -0
  7. package/dist/cjs/api/resources/operations/resources/cases/client/requests/CasesListV1Request.d.ts +3 -8
  8. package/dist/cjs/api/resources/operations/resources/cases/client/requests/index.d.ts +0 -4
  9. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/Client.d.ts +76 -0
  10. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/Client.js +246 -0
  11. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.d.ts +19 -0
  12. package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/index.d.ts +1 -0
  13. package/dist/cjs/api/resources/operations/resources/departments/client/Client.d.ts +1 -1
  14. package/dist/cjs/api/resources/operations/resources/departments/client/Client.js +6 -6
  15. package/dist/cjs/api/resources/operations/resources/departments/client/requests/DepartmentClientCreate1.d.ts +2 -2
  16. package/dist/cjs/api/resources/operations/resources/departments/client/requests/DepartmentsListV1Request.d.ts +2 -2
  17. package/dist/cjs/api/resources/operations/resources/index.d.ts +4 -2
  18. package/dist/cjs/api/resources/operations/resources/index.js +5 -3
  19. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/Client.d.ts +181 -0
  20. package/dist/cjs/api/resources/operations/resources/{checklists → operationsTaskLists}/client/Client.js +206 -75
  21. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/index.d.ts +2 -0
  22. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/index.js +17 -0
  23. package/dist/cjs/api/resources/operations/resources/{checklists/client/requests/ChecklistClientCreate1.d.ts → operationsTaskLists/client/requests/OperationsTaskListClientCreate1.d.ts} +3 -2
  24. package/dist/{esm/api/resources/operations/resources/checklists/client/requests/ChecklistClientUpdate1.d.mts → cjs/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListClientUpdate1.d.ts} +2 -1
  25. package/dist/cjs/api/resources/operations/resources/{checklists/client/requests/ChecklistChecksAdd1.d.ts → operationsTaskLists/client/requests/OperationsTaskListEntriesAdd1.d.ts} +2 -2
  26. package/dist/cjs/api/resources/{orgs/resources/connections/client/requests/SetDepartmentReq.d.ts → operations/resources/operationsTaskLists/client/requests/OperationsTaskListEntriesRemove1.d.ts} +2 -2
  27. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListsApplyToCaseV1Request.d.ts +13 -0
  28. package/dist/cjs/api/resources/operations/resources/{checklists/client/requests/ChecklistsListV1Request.d.ts → operationsTaskLists/client/requests/OperationsTaskListsListV1Request.d.ts} +2 -2
  29. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/index.d.ts +6 -0
  30. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/index.js +2 -0
  31. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/index.d.ts +1 -0
  32. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/index.js +17 -0
  33. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.d.ts +23 -5
  34. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.js +108 -14
  35. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientCreate1.d.ts +7 -2
  36. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientUpdate1.d.ts +4 -0
  37. package/dist/cjs/api/resources/operations/resources/{cases/client/requests/CaseStatusReq.d.ts → operationsTasks/client/requests/OperationsTaskStatusReq.d.ts} +3 -3
  38. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksListV1Request.d.ts +15 -6
  39. package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/index.d.ts +1 -0
  40. package/dist/cjs/api/resources/orgs/resources/connections/client/Client.d.ts +0 -14
  41. package/dist/cjs/api/resources/orgs/resources/connections/client/Client.js +0 -63
  42. package/dist/cjs/api/resources/orgs/resources/connections/client/requests/index.d.ts +0 -1
  43. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.d.ts +0 -1
  44. package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.d.ts +0 -2
  45. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.d.ts +0 -1
  46. package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.d.ts +0 -2
  47. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.ts +1 -0
  48. package/dist/cjs/api/types/AiImageDescription.d.ts +1 -1
  49. package/dist/cjs/api/types/Case1.d.ts +1 -12
  50. package/dist/cjs/api/types/CaseSortByEnum.d.ts +1 -2
  51. package/dist/cjs/api/types/CaseSortByEnum.js +0 -1
  52. package/dist/cjs/api/types/Department1.d.ts +2 -1
  53. package/dist/cjs/api/types/DepartmentRoutingRule1.d.ts +16 -0
  54. package/dist/cjs/api/types/DepartmentSortByEnum.d.ts +2 -2
  55. package/dist/cjs/api/types/DepartmentSortByEnum.js +1 -1
  56. package/dist/cjs/api/types/{DepartmentEnum.d.ts → DepartmentTypeEnum.d.ts} +14 -9
  57. package/dist/cjs/api/types/{DepartmentEnum.js → DepartmentTypeEnum.js} +14 -9
  58. package/dist/cjs/api/types/OffChrtProviderOrg1.d.ts +0 -1
  59. package/dist/cjs/api/types/OffChrtShipperOrg1.d.ts +0 -1
  60. package/dist/cjs/api/types/OperationsTask1.d.ts +7 -2
  61. package/dist/cjs/api/types/{Checklist1.d.ts → OperationsTaskList1.d.ts} +3 -2
  62. package/dist/cjs/api/types/OperationsTaskListEntry1.d.ts +23 -0
  63. package/dist/cjs/api/types/{ChecklistListRes.d.ts → OperationsTaskListListRes.d.ts} +2 -2
  64. package/dist/cjs/api/types/OperationsTaskListRemoveFromCaseRes1.d.ts +13 -0
  65. package/dist/{esm/api/types/ChecklistSortByEnum.d.mts → cjs/api/types/OperationsTaskListSortByEnum.d.ts} +2 -2
  66. package/dist/cjs/api/types/{ChecklistSortByEnum.js → OperationsTaskListSortByEnum.js} +2 -2
  67. package/dist/cjs/api/types/OperationsTaskStatusEnum.d.ts +17 -0
  68. package/dist/cjs/api/types/{CheckStatusEnum.js → OperationsTaskStatusEnum.js} +4 -7
  69. package/dist/cjs/api/types/OperationsTaskTypeEnum.d.ts +23 -0
  70. package/dist/cjs/api/types/OperationsTaskTypeEnum.js +20 -0
  71. package/dist/cjs/api/types/ProviderProviderConnection1.d.ts +0 -1
  72. package/dist/cjs/api/types/RoutingCounterpartyTypeEnum.d.ts +8 -0
  73. package/dist/cjs/api/types/RoutingCounterpartyTypeEnum.js +10 -0
  74. package/dist/cjs/api/types/ShipperProviderConnection1.d.ts +0 -1
  75. package/dist/cjs/api/types/index.d.ts +10 -12
  76. package/dist/cjs/api/types/index.js +10 -12
  77. package/dist/cjs/version.d.ts +1 -1
  78. package/dist/cjs/version.js +1 -1
  79. package/dist/esm/Client.mjs +2 -2
  80. package/dist/esm/api/resources/operations/client/Client.d.mts +6 -3
  81. package/dist/esm/api/resources/operations/client/Client.mjs +8 -3
  82. package/dist/esm/api/resources/operations/resources/cases/client/Client.d.mts +5 -125
  83. package/dist/esm/api/resources/operations/resources/cases/client/Client.mjs +17 -494
  84. package/dist/esm/api/resources/operations/resources/cases/client/requests/CaseClientUpdate1.d.mts +1 -0
  85. package/dist/esm/api/resources/operations/resources/cases/client/requests/CasesListV1Request.d.mts +3 -8
  86. package/dist/esm/api/resources/operations/resources/cases/client/requests/index.d.mts +0 -4
  87. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.d.mts +76 -0
  88. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.mjs +209 -0
  89. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.d.mts +19 -0
  90. package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/index.d.mts +1 -0
  91. package/dist/esm/api/resources/operations/resources/departments/client/Client.d.mts +1 -1
  92. package/dist/esm/api/resources/operations/resources/departments/client/Client.mjs +6 -6
  93. package/dist/esm/api/resources/operations/resources/departments/client/requests/DepartmentClientCreate1.d.mts +2 -2
  94. package/dist/esm/api/resources/operations/resources/departments/client/requests/DepartmentsListV1Request.d.mts +2 -2
  95. package/dist/esm/api/resources/operations/resources/index.d.mts +4 -2
  96. package/dist/esm/api/resources/operations/resources/index.mjs +4 -2
  97. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/Client.d.mts +181 -0
  98. package/dist/esm/api/resources/operations/resources/{checklists → operationsTaskLists}/client/Client.mjs +204 -73
  99. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/index.d.mts +2 -0
  100. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/index.mjs +1 -0
  101. package/dist/esm/api/resources/operations/resources/{checklists/client/requests/ChecklistClientCreate1.d.mts → operationsTaskLists/client/requests/OperationsTaskListClientCreate1.d.mts} +3 -2
  102. package/dist/{cjs/api/resources/operations/resources/checklists/client/requests/ChecklistClientUpdate1.d.ts → esm/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListClientUpdate1.d.mts} +2 -1
  103. package/dist/esm/api/resources/operations/resources/{checklists/client/requests/ChecklistChecksAdd1.d.mts → operationsTaskLists/client/requests/OperationsTaskListEntriesAdd1.d.mts} +2 -2
  104. package/dist/esm/api/resources/{orgs/resources/connections/client/requests/SetDepartmentReq.d.mts → operations/resources/operationsTaskLists/client/requests/OperationsTaskListEntriesRemove1.d.mts} +2 -2
  105. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListsApplyToCaseV1Request.d.mts +13 -0
  106. package/dist/esm/api/resources/operations/resources/{checklists/client/requests/ChecklistsListV1Request.d.mts → operationsTaskLists/client/requests/OperationsTaskListsListV1Request.d.mts} +2 -2
  107. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/index.d.mts +6 -0
  108. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/index.mjs +1 -0
  109. package/dist/esm/api/resources/operations/resources/operationsTaskLists/index.d.mts +1 -0
  110. package/dist/esm/api/resources/operations/resources/operationsTaskLists/index.mjs +1 -0
  111. package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.d.mts +23 -5
  112. package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.mjs +108 -14
  113. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientCreate1.d.mts +7 -2
  114. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientUpdate1.d.mts +4 -0
  115. package/dist/esm/api/resources/operations/resources/{cases/client/requests/CaseStatusReq.d.mts → operationsTasks/client/requests/OperationsTaskStatusReq.d.mts} +3 -3
  116. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksListV1Request.d.mts +15 -6
  117. package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/index.d.mts +1 -0
  118. package/dist/esm/api/resources/orgs/resources/connections/client/Client.d.mts +0 -14
  119. package/dist/esm/api/resources/orgs/resources/connections/client/Client.mjs +0 -63
  120. package/dist/esm/api/resources/orgs/resources/connections/client/requests/index.d.mts +0 -1
  121. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.d.mts +0 -1
  122. package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.d.mts +0 -2
  123. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.d.mts +0 -1
  124. package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.d.mts +0 -2
  125. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.mts +1 -0
  126. package/dist/esm/api/types/AiImageDescription.d.mts +1 -1
  127. package/dist/esm/api/types/Case1.d.mts +1 -12
  128. package/dist/esm/api/types/CaseSortByEnum.d.mts +1 -2
  129. package/dist/esm/api/types/CaseSortByEnum.mjs +0 -1
  130. package/dist/esm/api/types/Department1.d.mts +2 -1
  131. package/dist/esm/api/types/DepartmentRoutingRule1.d.mts +16 -0
  132. package/dist/esm/api/types/DepartmentSortByEnum.d.mts +2 -2
  133. package/dist/esm/api/types/DepartmentSortByEnum.mjs +1 -1
  134. package/dist/esm/api/types/{DepartmentEnum.d.mts → DepartmentTypeEnum.d.mts} +14 -9
  135. package/dist/esm/api/types/{DepartmentEnum.mjs → DepartmentTypeEnum.mjs} +13 -8
  136. package/dist/esm/api/types/OffChrtProviderOrg1.d.mts +0 -1
  137. package/dist/esm/api/types/OffChrtShipperOrg1.d.mts +0 -1
  138. package/dist/esm/api/types/OperationsTask1.d.mts +7 -2
  139. package/dist/esm/api/types/{Checklist1.d.mts → OperationsTaskList1.d.mts} +3 -2
  140. package/dist/esm/api/types/OperationsTaskListEntry1.d.mts +23 -0
  141. package/dist/esm/api/types/{ChecklistListRes.d.mts → OperationsTaskListListRes.d.mts} +2 -2
  142. package/dist/esm/api/types/OperationsTaskListRemoveFromCaseRes1.d.mts +13 -0
  143. package/dist/{cjs/api/types/ChecklistSortByEnum.d.ts → esm/api/types/OperationsTaskListSortByEnum.d.mts} +2 -2
  144. package/dist/esm/api/types/{ChecklistSortByEnum.mjs → OperationsTaskListSortByEnum.mjs} +1 -1
  145. package/dist/esm/api/types/OperationsTaskStatusEnum.d.mts +17 -0
  146. package/dist/esm/api/types/OperationsTaskStatusEnum.mjs +9 -0
  147. package/dist/esm/api/types/OperationsTaskTypeEnum.d.mts +23 -0
  148. package/dist/esm/api/types/OperationsTaskTypeEnum.mjs +17 -0
  149. package/dist/esm/api/types/ProviderProviderConnection1.d.mts +0 -1
  150. package/dist/esm/api/types/RoutingCounterpartyTypeEnum.d.mts +8 -0
  151. package/dist/esm/api/types/RoutingCounterpartyTypeEnum.mjs +7 -0
  152. package/dist/esm/api/types/ShipperProviderConnection1.d.mts +0 -1
  153. package/dist/esm/api/types/index.d.mts +10 -12
  154. package/dist/esm/api/types/index.mjs +10 -12
  155. package/dist/esm/version.d.mts +1 -1
  156. package/dist/esm/version.mjs +1 -1
  157. package/package.json +1 -1
  158. package/reference.md +323 -497
  159. package/dist/cjs/api/resources/operations/resources/cases/client/requests/CaseChecksApplyChecklistReq.d.ts +0 -12
  160. package/dist/cjs/api/resources/operations/resources/cases/client/requests/CaseChecksRecordImageAnalysisResultsReq.d.ts +0 -15
  161. package/dist/cjs/api/resources/operations/resources/cases/client/requests/CaseNeedsActionReq.d.ts +0 -12
  162. package/dist/cjs/api/resources/operations/resources/checklists/client/Client.d.ts +0 -150
  163. package/dist/cjs/api/resources/operations/resources/checklists/client/requests/ChecklistChecksRemove1.d.ts +0 -11
  164. package/dist/cjs/api/resources/operations/resources/checklists/client/requests/index.d.ts +0 -5
  165. package/dist/cjs/api/types/CaseChecksDisableReq.d.ts +0 -7
  166. package/dist/cjs/api/types/CaseChecksDismissReq.d.ts +0 -8
  167. package/dist/cjs/api/types/CaseChecksSummary1.d.ts +0 -27
  168. package/dist/cjs/api/types/CaseStatusEnum.d.ts +0 -9
  169. package/dist/cjs/api/types/CaseStatusEnum.js +0 -11
  170. package/dist/cjs/api/types/Check1.d.ts +0 -33
  171. package/dist/cjs/api/types/Check1.js +0 -5
  172. package/dist/cjs/api/types/CheckEnum.d.ts +0 -46
  173. package/dist/cjs/api/types/CheckEnum.js +0 -23
  174. package/dist/cjs/api/types/CheckStatusEnum.d.ts +0 -32
  175. package/dist/cjs/api/types/Checklist1.js +0 -5
  176. package/dist/cjs/api/types/ChecklistCheck1.d.ts +0 -15
  177. package/dist/cjs/api/types/ChecklistCheck1.js +0 -5
  178. package/dist/cjs/api/types/ChecklistListRes.js +0 -5
  179. package/dist/esm/api/resources/operations/resources/cases/client/requests/CaseChecksApplyChecklistReq.d.mts +0 -12
  180. package/dist/esm/api/resources/operations/resources/cases/client/requests/CaseChecksRecordImageAnalysisResultsReq.d.mts +0 -15
  181. package/dist/esm/api/resources/operations/resources/cases/client/requests/CaseNeedsActionReq.d.mts +0 -12
  182. package/dist/esm/api/resources/operations/resources/checklists/client/Client.d.mts +0 -150
  183. package/dist/esm/api/resources/operations/resources/checklists/client/requests/ChecklistChecksRemove1.d.mts +0 -11
  184. package/dist/esm/api/resources/operations/resources/checklists/client/requests/index.d.mts +0 -5
  185. package/dist/esm/api/types/CaseChecksDisableReq.d.mts +0 -7
  186. package/dist/esm/api/types/CaseChecksDismissReq.d.mts +0 -8
  187. package/dist/esm/api/types/CaseChecksSummary1.d.mts +0 -27
  188. package/dist/esm/api/types/CaseStatusEnum.d.mts +0 -9
  189. package/dist/esm/api/types/CaseStatusEnum.mjs +0 -8
  190. package/dist/esm/api/types/Check1.d.mts +0 -33
  191. package/dist/esm/api/types/Check1.mjs +0 -4
  192. package/dist/esm/api/types/CheckEnum.d.mts +0 -46
  193. package/dist/esm/api/types/CheckEnum.mjs +0 -20
  194. package/dist/esm/api/types/CheckStatusEnum.d.mts +0 -32
  195. package/dist/esm/api/types/CheckStatusEnum.mjs +0 -12
  196. package/dist/esm/api/types/Checklist1.mjs +0 -4
  197. package/dist/esm/api/types/ChecklistCheck1.d.mts +0 -15
  198. package/dist/esm/api/types/ChecklistCheck1.mjs +0 -4
  199. package/dist/esm/api/types/ChecklistListRes.mjs +0 -4
  200. /package/dist/cjs/api/resources/operations/resources/{checklists → departmentRoutingRules}/client/index.d.ts +0 -0
  201. /package/dist/cjs/api/resources/operations/resources/{checklists → departmentRoutingRules}/client/index.js +0 -0
  202. /package/dist/cjs/api/resources/operations/resources/{cases/client/requests/CaseChecksApplyChecklistReq.js → departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.js} +0 -0
  203. /package/dist/cjs/api/resources/operations/resources/{checklists → departmentRoutingRules}/client/requests/index.js +0 -0
  204. /package/dist/cjs/api/resources/operations/resources/{checklists → departmentRoutingRules}/index.d.ts +0 -0
  205. /package/dist/cjs/api/resources/operations/resources/{checklists → departmentRoutingRules}/index.js +0 -0
  206. /package/dist/cjs/api/resources/operations/resources/{cases/client/requests/CaseChecksRecordImageAnalysisResultsReq.js → operationsTaskLists/client/requests/OperationsTaskListClientCreate1.js} +0 -0
  207. /package/dist/cjs/api/resources/operations/resources/{cases/client/requests/CaseNeedsActionReq.js → operationsTaskLists/client/requests/OperationsTaskListClientUpdate1.js} +0 -0
  208. /package/dist/cjs/api/resources/operations/resources/{cases/client/requests/CaseStatusReq.js → operationsTaskLists/client/requests/OperationsTaskListEntriesAdd1.js} +0 -0
  209. /package/dist/cjs/api/resources/operations/resources/{checklists/client/requests/ChecklistChecksAdd1.js → operationsTaskLists/client/requests/OperationsTaskListEntriesRemove1.js} +0 -0
  210. /package/dist/cjs/api/resources/operations/resources/{checklists/client/requests/ChecklistChecksRemove1.js → operationsTaskLists/client/requests/OperationsTaskListsApplyToCaseV1Request.js} +0 -0
  211. /package/dist/cjs/api/resources/operations/resources/{checklists/client/requests/ChecklistClientCreate1.js → operationsTaskLists/client/requests/OperationsTaskListsListV1Request.js} +0 -0
  212. /package/dist/cjs/api/resources/operations/resources/{checklists/client/requests/ChecklistClientUpdate1.js → operationsTasks/client/requests/OperationsTaskStatusReq.js} +0 -0
  213. /package/dist/cjs/api/{resources/operations/resources/checklists/client/requests/ChecklistsListV1Request.js → types/DepartmentRoutingRule1.js} +0 -0
  214. /package/dist/cjs/api/{resources/orgs/resources/connections/client/requests/SetDepartmentReq.js → types/OperationsTaskList1.js} +0 -0
  215. /package/dist/cjs/api/types/{CaseChecksDisableReq.js → OperationsTaskListEntry1.js} +0 -0
  216. /package/dist/cjs/api/types/{CaseChecksDismissReq.js → OperationsTaskListListRes.js} +0 -0
  217. /package/dist/cjs/api/types/{CaseChecksSummary1.js → OperationsTaskListRemoveFromCaseRes1.js} +0 -0
  218. /package/dist/esm/api/resources/operations/resources/{checklists → departmentRoutingRules}/client/index.d.mts +0 -0
  219. /package/dist/esm/api/resources/operations/resources/{checklists → departmentRoutingRules}/client/index.mjs +0 -0
  220. /package/dist/esm/api/resources/operations/resources/{cases/client/requests/CaseChecksApplyChecklistReq.mjs → departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.mjs} +0 -0
  221. /package/dist/esm/api/resources/operations/resources/{checklists → departmentRoutingRules}/client/requests/index.mjs +0 -0
  222. /package/dist/esm/api/resources/operations/resources/{checklists → departmentRoutingRules}/index.d.mts +0 -0
  223. /package/dist/esm/api/resources/operations/resources/{checklists → departmentRoutingRules}/index.mjs +0 -0
  224. /package/dist/esm/api/resources/operations/resources/{cases/client/requests/CaseChecksRecordImageAnalysisResultsReq.mjs → operationsTaskLists/client/requests/OperationsTaskListClientCreate1.mjs} +0 -0
  225. /package/dist/esm/api/resources/operations/resources/{cases/client/requests/CaseNeedsActionReq.mjs → operationsTaskLists/client/requests/OperationsTaskListClientUpdate1.mjs} +0 -0
  226. /package/dist/esm/api/resources/operations/resources/{cases/client/requests/CaseStatusReq.mjs → operationsTaskLists/client/requests/OperationsTaskListEntriesAdd1.mjs} +0 -0
  227. /package/dist/esm/api/resources/operations/resources/{checklists/client/requests/ChecklistChecksAdd1.mjs → operationsTaskLists/client/requests/OperationsTaskListEntriesRemove1.mjs} +0 -0
  228. /package/dist/esm/api/resources/operations/resources/{checklists/client/requests/ChecklistChecksRemove1.mjs → operationsTaskLists/client/requests/OperationsTaskListsApplyToCaseV1Request.mjs} +0 -0
  229. /package/dist/esm/api/resources/operations/resources/{checklists/client/requests/ChecklistClientCreate1.mjs → operationsTaskLists/client/requests/OperationsTaskListsListV1Request.mjs} +0 -0
  230. /package/dist/esm/api/resources/operations/resources/{checklists/client/requests/ChecklistClientUpdate1.mjs → operationsTasks/client/requests/OperationsTaskStatusReq.mjs} +0 -0
  231. /package/dist/esm/api/{resources/operations/resources/checklists/client/requests/ChecklistsListV1Request.mjs → types/DepartmentRoutingRule1.mjs} +0 -0
  232. /package/dist/esm/api/{resources/orgs/resources/connections/client/requests/SetDepartmentReq.mjs → types/OperationsTaskList1.mjs} +0 -0
  233. /package/dist/esm/api/types/{CaseChecksDisableReq.mjs → OperationsTaskListEntry1.mjs} +0 -0
  234. /package/dist/esm/api/types/{CaseChecksDismissReq.mjs → OperationsTaskListListRes.mjs} +0 -0
  235. /package/dist/esm/api/types/{CaseChecksSummary1.mjs → OperationsTaskListRemoveFromCaseRes1.mjs} +0 -0
@@ -33,106 +33,6 @@ export declare class Cases {
33
33
  protected _s3Objects: S3Objects | undefined;
34
34
  constructor(_options?: Cases.Options);
35
35
  get s3Objects(): S3Objects;
36
- /**
37
- * Records image-analysis workflow results onto every participating org's Case for the order. Walks task_artifact -> task -> order, authorizes the caller against the shipping graph, then fans out to all Cases keyed on `order_id` — upserting one Check1 per surviving result keyed by (check, task_artifact_id) on each Case whose effective check set (`enabled - disabled`) includes it. Silently drops results for checks not in the image-uploaded event family, results for checks not in a given Case's effective set, and results whose existing row on that Case is DISMISSED. Returns True if any Case was updated. Intended to be called by the shipping_task_image_analysis Temporal workflow via an internal delegation JWT. | authz_personas=[driver_for_executor, executor_org_operators, shipper_org_operators, coordinator_org_operators] | (CaseChecksRecordImageAnalysisResultsReq) -> (bool)
38
- *
39
- * @param {string} taskArtifactId
40
- * @param {Chrt.operations.CaseChecksRecordImageAnalysisResultsReq} request
41
- * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
42
- *
43
- * @throws {@link Chrt.UnprocessableEntityError}
44
- *
45
- * @example
46
- * await client.operations.cases.recordImageAnalysisResultsV1("task_artifact_id", {
47
- * results: {
48
- * "key": "not_started"
49
- * }
50
- * })
51
- */
52
- recordImageAnalysisResultsV1(taskArtifactId: string, request: Chrt.operations.CaseChecksRecordImageAnalysisResultsReq, requestOptions?: Cases.RequestOptions): core.HttpResponsePromise<boolean>;
53
- private __recordImageAnalysisResultsV1;
54
- /**
55
- * Adds the Checklist's checks to the Case's enabled_check_keys (deduped) and records the Checklist id. Does not touch existing check runs. Idempotent. | authz: min_org_role=operator | (CaseChecksApplyChecklistReq) -> (bool)
56
- *
57
- * @param {string} caseId
58
- * @param {Chrt.operations.CaseChecksApplyChecklistReq} request
59
- * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
60
- *
61
- * @throws {@link Chrt.UnprocessableEntityError}
62
- *
63
- * @example
64
- * await client.operations.cases.applyChecklistV1("case_id", {
65
- * checklist_id: "checklist_id"
66
- * })
67
- */
68
- applyChecklistV1(caseId: string, request: Chrt.operations.CaseChecksApplyChecklistReq, requestOptions?: Cases.RequestOptions): core.HttpResponsePromise<boolean>;
69
- private __applyChecklistV1;
70
- /**
71
- * Adds a CheckEnum to the Case's disabled_check_keys (operator override). The Checklist that enabled the check stays applied; the workflow's effective set becomes enabled - disabled. Requires the CheckEnum to currently be in enabled_check_keys; otherwise 400. Existing check runs are untouched — operators dismiss them individually if they also want them out of summary counts. | authz: min_org_role=operator | (CaseChecksDisableReq) -> (bool)
72
- *
73
- * @param {string} caseId
74
- * @param {Chrt.CaseChecksDisableReq} request
75
- * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
76
- *
77
- * @throws {@link Chrt.UnprocessableEntityError}
78
- *
79
- * @example
80
- * await client.operations.cases.disableCheckV1("case_id", {
81
- * check: "shipping.order.placed.order_details_reviewed"
82
- * })
83
- */
84
- disableCheckV1(caseId: string, request: Chrt.CaseChecksDisableReq, requestOptions?: Cases.RequestOptions): core.HttpResponsePromise<boolean>;
85
- private __disableCheckV1;
86
- /**
87
- * Removes a CheckEnum from the Case's disabled_check_keys, restoring it to the workflow's effective set. Inverse of disable. No-op if the CheckEnum isn't currently disabled. | authz: min_org_role=operator | (CaseChecksDisableReq) -> (bool)
88
- *
89
- * @param {string} caseId
90
- * @param {Chrt.CaseChecksDisableReq} request
91
- * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
92
- *
93
- * @throws {@link Chrt.UnprocessableEntityError}
94
- *
95
- * @example
96
- * await client.operations.cases.enableCheckV1("case_id", {
97
- * check: "shipping.order.placed.order_details_reviewed"
98
- * })
99
- */
100
- enableCheckV1(caseId: string, request: Chrt.CaseChecksDisableReq, requestOptions?: Cases.RequestOptions): core.HttpResponsePromise<boolean>;
101
- private __enableCheckV1;
102
- /**
103
- * Transitions one (check, entity_id) Check1 to status=DISMISSED. Does not affect other runs of the same check on different entity_ids. | authz: min_org_role=operator | (CaseChecksDismissReq) -> (bool)
104
- *
105
- * @param {string} caseId
106
- * @param {Chrt.CaseChecksDismissReq} request
107
- * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
108
- *
109
- * @throws {@link Chrt.UnprocessableEntityError}
110
- *
111
- * @example
112
- * await client.operations.cases.dismissCheckV1("case_id", {
113
- * check: "shipping.order.placed.order_details_reviewed",
114
- * entity_id: "entity_id"
115
- * })
116
- */
117
- dismissCheckV1(caseId: string, request: Chrt.CaseChecksDismissReq, requestOptions?: Cases.RequestOptions): core.HttpResponsePromise<boolean>;
118
- private __dismissCheckV1;
119
- /**
120
- * Transitions a DISMISSED (check, entity_id) Check1 back to NOT_STARTED so the next matching event re-evaluates it. No-op if not currently DISMISSED. | authz: min_org_role=operator | (CaseChecksDismissReq) -> (bool)
121
- *
122
- * @param {string} caseId
123
- * @param {Chrt.CaseChecksDismissReq} request
124
- * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
125
- *
126
- * @throws {@link Chrt.UnprocessableEntityError}
127
- *
128
- * @example
129
- * await client.operations.cases.undismissCheckV1("case_id", {
130
- * check: "shipping.order.placed.order_details_reviewed",
131
- * entity_id: "entity_id"
132
- * })
133
- */
134
- undismissCheckV1(caseId: string, request: Chrt.CaseChecksDismissReq, requestOptions?: Cases.RequestOptions): core.HttpResponsePromise<boolean>;
135
- private __undismissCheckV1;
136
36
  /**
137
37
  * Lists cases for the caller's organization with filtering, sorting, and pagination. | authz: min_org_role=operator | () -> (CaseListRes)
138
38
  *
@@ -147,8 +47,7 @@ export declare class Cases {
147
47
  * sort_order: "asc",
148
48
  * page: 1,
149
49
  * page_size: 1,
150
- * filter_assigned_operator_user_id: "filter_assigned_operator_user_id",
151
- * filter_needs_action: true,
50
+ * filter_assigned_user_id: "filter_assigned_user_id",
152
51
  * filter_unassigned: true
153
52
  * })
154
53
  */
@@ -221,37 +120,18 @@ export declare class Cases {
221
120
  getByOrderShortIdV1(orderShortId: string, requestOptions?: Cases.RequestOptions): core.HttpResponsePromise<Chrt.Case1>;
222
121
  private __getByOrderShortIdV1;
223
122
  /**
224
- * Updates whether a case needs action. | authz: min_org_role=operator | (CaseNeedsActionReq) -> (bool)
123
+ * Returns the department this case's order would map to from the shipper connection — a non-binding default for the UI. Department is never auto-applied; the frontend applies it explicitly via the update route. | authz: min_org_role=operator | () -> (PydanticObjectId | None)
225
124
  *
226
125
  * @param {string} caseId
227
- * @param {Chrt.operations.CaseNeedsActionReq} request
228
126
  * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
229
127
  *
230
128
  * @throws {@link Chrt.UnprocessableEntityError}
231
129
  *
232
130
  * @example
233
- * await client.operations.cases.updateNeedsActionV1("case_id", {
234
- * needs_action: true
235
- * })
236
- */
237
- updateNeedsActionV1(caseId: string, request: Chrt.operations.CaseNeedsActionReq, requestOptions?: Cases.RequestOptions): core.HttpResponsePromise<boolean>;
238
- private __updateNeedsActionV1;
239
- /**
240
- * Updates a case's status. Closing a case also clears needs_action. | authz: min_org_role=operator | (CaseStatusReq) -> (bool)
241
- *
242
- * @param {string} caseId
243
- * @param {Chrt.operations.CaseStatusReq} request
244
- * @param {Cases.RequestOptions} requestOptions - Request-specific configuration.
245
- *
246
- * @throws {@link Chrt.UnprocessableEntityError}
247
- *
248
- * @example
249
- * await client.operations.cases.updateStatusV1("case_id", {
250
- * status: "open"
251
- * })
131
+ * await client.operations.cases.getSuggestedDepartmentV1("case_id")
252
132
  */
253
- updateStatusV1(caseId: string, request: Chrt.operations.CaseStatusReq, requestOptions?: Cases.RequestOptions): core.HttpResponsePromise<boolean>;
254
- private __updateStatusV1;
133
+ getSuggestedDepartmentV1(caseId: string, requestOptions?: Cases.RequestOptions): core.HttpResponsePromise<(string | null) | undefined>;
134
+ private __getSuggestedDepartmentV1;
255
135
  /**
256
136
  * Adds operator(s) to a case. | authz: min_org_role=operator | (CaseAssignReq) -> (bool)
257
137
  *