@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
@@ -1,17 +1,22 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export const DepartmentEnum = {
5
- Automotive: "automotive",
6
- Semiconductor: "semiconductor",
7
- Pharmaceutical: "pharmaceutical",
4
+ export const DepartmentTypeEnum = {
8
5
  Aerospace: "aerospace",
9
6
  Agriculture: "agriculture",
10
- Retail: "retail",
11
- Manufacturing: "manufacturing",
12
- Energy: "energy",
13
- FoodAndBeverage: "food_and_beverage",
7
+ Automotive: "automotive",
14
8
  Chemicals: "chemicals",
15
9
  Electronics: "electronics",
10
+ Energy: "energy",
11
+ FoodAndBeverage: "food_and_beverage",
16
12
  General: "general",
13
+ Healthcare: "healthcare",
14
+ Industrials: "industrials",
15
+ LifeSciences: "life_sciences",
16
+ LiveAnimals: "live_animals",
17
+ Manufacturing: "manufacturing",
18
+ Pharmaceutical: "pharmaceutical",
19
+ Radiopharma: "radiopharma",
20
+ Retail: "retail",
21
+ Semiconductor: "semiconductor",
17
22
  };
@@ -6,7 +6,6 @@ export interface OffChrtProviderOrg1 {
6
6
  schema_version: number;
7
7
  company_name?: string | null;
8
8
  industry?: string | null;
9
- department_id?: string | null;
10
9
  street_address?: Chrt.LocationFeature | null;
11
10
  contact_first_name?: string | null;
12
11
  contact_last_name?: string | null;
@@ -6,7 +6,6 @@ export interface OffChrtShipperOrg1 {
6
6
  schema_version: number;
7
7
  company_name?: string | null;
8
8
  industry?: string | null;
9
- department_id?: string | null;
10
9
  street_address?: Chrt.LocationFeature | null;
11
10
  contact_first_name?: string | null;
12
11
  contact_last_name?: string | null;
@@ -4,14 +4,19 @@
4
4
  import * as Chrt from "../index.mjs";
5
5
  export interface OperationsTask1 {
6
6
  schema_version: number;
7
- case_id: string;
7
+ order_id: string;
8
+ task_type: Chrt.OperationsTaskTypeEnum;
8
9
  title: string;
9
10
  description: string;
10
11
  deadline_timestamp?: string;
12
+ tags?: string[];
13
+ assigned_user_ids?: string[];
11
14
  _id: string;
12
15
  /** Must be a string starting with `org_` */
13
16
  org_id: string;
14
- completed?: boolean;
17
+ department_id?: string | null;
18
+ source_task_list_id?: string | null;
19
+ status?: Chrt.OperationsTaskStatusEnum;
15
20
  completed_at_timestamp?: string | null;
16
21
  /** Must be a string starting with `user_` */
17
22
  completed_by_user_id?: string | null;
@@ -2,11 +2,12 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Chrt from "../index.mjs";
5
- export interface Checklist1 {
5
+ export interface OperationsTaskList1 {
6
6
  schema_version: number;
7
7
  name: string;
8
8
  description?: string | null;
9
- checks?: Chrt.ChecklistCheck1[];
9
+ tags?: string[];
10
+ entries?: Chrt.OperationsTaskListEntry1[];
10
11
  _id: string;
11
12
  /** Must be a string starting with `org_` */
12
13
  org_id: string;
@@ -0,0 +1,23 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Chrt from "../index.mjs";
5
+ /**
6
+ * One task declared in a Task List.
7
+ *
8
+ * Materialized into an `OperationsTask` on apply.
9
+ *
10
+ * `deadline_offset_seconds` is an OPTIONAL absolute offset from apply time, in
11
+ * seconds. When set, the materialized task's deadline is
12
+ * `apply_time + deadline_offset_seconds`. When left `None` (the default), the
13
+ * entry is staggered by its position in the list at a default 20-min cadence:
14
+ * the Nth entry (1-based) is due at `apply_time + N * 20min`. An apply-time
15
+ * `overall_deadline_timestamp` overrides both.
16
+ */
17
+ export interface OperationsTaskListEntry1 {
18
+ id?: string;
19
+ task_type: Chrt.OperationsTaskTypeEnum;
20
+ title: string;
21
+ description: string;
22
+ deadline_offset_seconds?: number | null;
23
+ }
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Chrt from "../index.mjs";
5
- export interface ChecklistListRes {
6
- items: Chrt.Checklist1[];
5
+ export interface OperationsTaskListListRes {
6
+ items: Chrt.OperationsTaskList1[];
7
7
  total_count: number;
8
8
  }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Result of removing a Task List from a Case.
6
+ *
7
+ * Only untouched (`not_started`) tasks are deleted; tasks an operator has
8
+ * started, completed, or skipped are preserved and reported as `kept_count`.
9
+ */
10
+ export interface OperationsTaskListRemoveFromCaseRes1 {
11
+ deleted_count: number;
12
+ kept_count: number;
13
+ }
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export type ChecklistSortByEnum = "created_at_timestamp" | "updated_at_timestamp" | "name";
5
- export declare const ChecklistSortByEnum: {
4
+ export type OperationsTaskListSortByEnum = "created_at_timestamp" | "updated_at_timestamp" | "name";
5
+ export declare const OperationsTaskListSortByEnum: {
6
6
  readonly CreatedAtTimestamp: "created_at_timestamp";
7
7
  readonly UpdatedAtTimestamp: "updated_at_timestamp";
8
8
  readonly Name: "name";
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export const ChecklistSortByEnum = {
4
+ export const OperationsTaskListSortByEnum = {
5
5
  CreatedAtTimestamp: "created_at_timestamp",
6
6
  UpdatedAtTimestamp: "updated_at_timestamp",
7
7
  Name: "name",
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Operator-driven lifecycle of an operations task.
6
+ *
7
+ * Manually driven by operators for now (no automatic transitions). Kept
8
+ * structurally parallel to the Check status model in anticipation of the
9
+ * eventual Task <-> Check merge.
10
+ */
11
+ export type OperationsTaskStatusEnum = "not_started" | "in_progress" | "completed" | "skipped";
12
+ export declare const OperationsTaskStatusEnum: {
13
+ readonly NotStarted: "not_started";
14
+ readonly InProgress: "in_progress";
15
+ readonly Completed: "completed";
16
+ readonly Skipped: "skipped";
17
+ };
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export const OperationsTaskStatusEnum = {
5
+ NotStarted: "not_started",
6
+ InProgress: "in_progress",
7
+ Completed: "completed",
8
+ Skipped: "skipped",
9
+ };
@@ -0,0 +1,23 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Coarse functional buckets a dispatcher batch-processes (powers the
6
+ * per-type functional-queue index). Granular SOP specifics live in the Task's
7
+ * `title`/`description` + `tags`, not here.
8
+ */
9
+ export type OperationsTaskTypeEnum = "review_order_details" | "book_cargo" | "dispatch_driver" | "verify_driver_readiness" | "share_instructions" | "monitor_transit" | "monitor_sla" | "call_driver" | "verify_task_artifacts" | "finalize_billing" | "custom" | "other";
10
+ export declare const OperationsTaskTypeEnum: {
11
+ readonly ReviewOrderDetails: "review_order_details";
12
+ readonly BookCargo: "book_cargo";
13
+ readonly DispatchDriver: "dispatch_driver";
14
+ readonly VerifyDriverReadiness: "verify_driver_readiness";
15
+ readonly ShareInstructions: "share_instructions";
16
+ readonly MonitorTransit: "monitor_transit";
17
+ readonly MonitorSla: "monitor_sla";
18
+ readonly CallDriver: "call_driver";
19
+ readonly VerifyTaskArtifacts: "verify_task_artifacts";
20
+ readonly FinalizeBilling: "finalize_billing";
21
+ readonly Custom: "custom";
22
+ readonly Other: "other";
23
+ };
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export const OperationsTaskTypeEnum = {
5
+ ReviewOrderDetails: "review_order_details",
6
+ BookCargo: "book_cargo",
7
+ DispatchDriver: "dispatch_driver",
8
+ VerifyDriverReadiness: "verify_driver_readiness",
9
+ ShareInstructions: "share_instructions",
10
+ MonitorTransit: "monitor_transit",
11
+ MonitorSla: "monitor_sla",
12
+ CallDriver: "call_driver",
13
+ VerifyTaskArtifacts: "verify_task_artifacts",
14
+ FinalizeBilling: "finalize_billing",
15
+ Custom: "custom",
16
+ Other: "other",
17
+ };
@@ -3,7 +3,6 @@
3
3
  */
4
4
  export interface ProviderProviderConnection1 {
5
5
  schema_version: number;
6
- department_id?: string | null;
7
6
  /** Must be a string starting with `org_` */
8
7
  coordinator_org_id: string;
9
8
  /** Must be a string starting with `org_` */
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type RoutingCounterpartyTypeEnum = "shipper_org" | "off_chrt_shipper_org";
5
+ export declare const RoutingCounterpartyTypeEnum: {
6
+ readonly ShipperOrg: "shipper_org";
7
+ readonly OffChrtShipperOrg: "off_chrt_shipper_org";
8
+ };
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export const RoutingCounterpartyTypeEnum = {
5
+ ShipperOrg: "shipper_org",
6
+ OffChrtShipperOrg: "off_chrt_shipper_org",
7
+ };
@@ -3,7 +3,6 @@
3
3
  */
4
4
  export interface ShipperProviderConnection1 {
5
5
  schema_version: number;
6
- department_id?: string | null;
7
6
  /** Must be a string starting with `org_` */
8
7
  shipper_org_id: string;
9
8
  /** Must be a string starting with `org_` */
@@ -86,14 +86,10 @@ export * from "./CargojsonVolumeUnit.mjs";
86
86
  export * from "./CargojsonWeight.mjs";
87
87
  export * from "./CargojsonWeightUnit.mjs";
88
88
  export * from "./Case1.mjs";
89
- export * from "./CaseChecksDisableReq.mjs";
90
- export * from "./CaseChecksDismissReq.mjs";
91
- export * from "./CaseChecksSummary1.mjs";
92
89
  export * from "./CaseListRes.mjs";
93
90
  export * from "./CaseMessage1.mjs";
94
91
  export * from "./CaseS3ObjectMetadata1.mjs";
95
92
  export * from "./CaseSortByEnum.mjs";
96
- export * from "./CaseStatusEnum.mjs";
97
93
  export * from "./ChampAirWaybill1.mjs";
98
94
  export * from "./ChampAirWaybillStatusEnum1.mjs";
99
95
  export * from "./ChampConfirmationReceipt1.mjs";
@@ -101,13 +97,6 @@ export * from "./ChampFlightStatus1.mjs";
101
97
  export * from "./ChampFlightStatusEvent1.mjs";
102
98
  export * from "./ChampOriginAndDestination.mjs";
103
99
  export * from "./ChampQuantity.mjs";
104
- export * from "./Check1.mjs";
105
- export * from "./CheckEnum.mjs";
106
- export * from "./CheckStatusEnum.mjs";
107
- export * from "./Checklist1.mjs";
108
- export * from "./ChecklistCheck1.mjs";
109
- export * from "./ChecklistListRes.mjs";
110
- export * from "./ChecklistSortByEnum.mjs";
111
100
  export * from "./ChrtGroundProviderRateSheet1.mjs";
112
101
  export * from "./ChrtGroundProviderRateSheetListRes.mjs";
113
102
  export * from "./ChrtGroundProviderTaskActionEnum1.mjs";
@@ -119,9 +108,10 @@ export * from "./CreateStripeConnectAccountRes.mjs";
119
108
  export * from "./CredentialInfoRes.mjs";
120
109
  export * from "./DateTimeWindow1.mjs";
121
110
  export * from "./Department1.mjs";
122
- export * from "./DepartmentEnum.mjs";
123
111
  export * from "./DepartmentListRes.mjs";
112
+ export * from "./DepartmentRoutingRule1.mjs";
124
113
  export * from "./DepartmentSortByEnum.mjs";
114
+ export * from "./DepartmentTypeEnum.mjs";
125
115
  export * from "./DeviceExpandedRes.mjs";
126
116
  export * from "./DeviceLimitedForList1.mjs";
127
117
  export * from "./DeviceListRes.mjs";
@@ -210,8 +200,15 @@ export * from "./OperationsCaseOperatorAssignedWebhookPayload.mjs";
210
200
  export * from "./OperationsCaseS3ObjectAddedWebhookPayload.mjs";
211
201
  export * from "./OperationsTask1.mjs";
212
202
  export * from "./OperationsTaskComment1.mjs";
203
+ export * from "./OperationsTaskList1.mjs";
204
+ export * from "./OperationsTaskListEntry1.mjs";
205
+ export * from "./OperationsTaskListListRes.mjs";
206
+ export * from "./OperationsTaskListRemoveFromCaseRes1.mjs";
213
207
  export * from "./OperationsTaskListRes.mjs";
208
+ export * from "./OperationsTaskListSortByEnum.mjs";
214
209
  export * from "./OperationsTaskSortByEnum.mjs";
210
+ export * from "./OperationsTaskStatusEnum.mjs";
211
+ export * from "./OperationsTaskTypeEnum.mjs";
215
212
  export * from "./Order1.mjs";
216
213
  export * from "./OrderAndTaskGroupExpandedReq.mjs";
217
214
  export * from "./OrderBuilderPrecheckRes.mjs";
@@ -274,6 +271,7 @@ export * from "./ProviderOrgProfile1.mjs";
274
271
  export * from "./ProviderProviderConnection1.mjs";
275
272
  export * from "./RateSheetMapping1.mjs";
276
273
  export * from "./RateSheetMappingListRes.mjs";
274
+ export * from "./RoutingCounterpartyTypeEnum.mjs";
277
275
  export * from "./ScanPayloadKindEnum.mjs";
278
276
  export * from "./ScheduleCalendarSpec.mjs";
279
277
  export * from "./ScheduleIntervalSpec.mjs";
@@ -86,14 +86,10 @@ export * from "./CargojsonVolumeUnit.mjs";
86
86
  export * from "./CargojsonWeight.mjs";
87
87
  export * from "./CargojsonWeightUnit.mjs";
88
88
  export * from "./Case1.mjs";
89
- export * from "./CaseChecksDisableReq.mjs";
90
- export * from "./CaseChecksDismissReq.mjs";
91
- export * from "./CaseChecksSummary1.mjs";
92
89
  export * from "./CaseListRes.mjs";
93
90
  export * from "./CaseMessage1.mjs";
94
91
  export * from "./CaseS3ObjectMetadata1.mjs";
95
92
  export * from "./CaseSortByEnum.mjs";
96
- export * from "./CaseStatusEnum.mjs";
97
93
  export * from "./ChampAirWaybill1.mjs";
98
94
  export * from "./ChampAirWaybillStatusEnum1.mjs";
99
95
  export * from "./ChampConfirmationReceipt1.mjs";
@@ -101,13 +97,6 @@ export * from "./ChampFlightStatus1.mjs";
101
97
  export * from "./ChampFlightStatusEvent1.mjs";
102
98
  export * from "./ChampOriginAndDestination.mjs";
103
99
  export * from "./ChampQuantity.mjs";
104
- export * from "./Check1.mjs";
105
- export * from "./CheckEnum.mjs";
106
- export * from "./CheckStatusEnum.mjs";
107
- export * from "./Checklist1.mjs";
108
- export * from "./ChecklistCheck1.mjs";
109
- export * from "./ChecklistListRes.mjs";
110
- export * from "./ChecklistSortByEnum.mjs";
111
100
  export * from "./ChrtGroundProviderRateSheet1.mjs";
112
101
  export * from "./ChrtGroundProviderRateSheetListRes.mjs";
113
102
  export * from "./ChrtGroundProviderTaskActionEnum1.mjs";
@@ -119,9 +108,10 @@ export * from "./CreateStripeConnectAccountRes.mjs";
119
108
  export * from "./CredentialInfoRes.mjs";
120
109
  export * from "./DateTimeWindow1.mjs";
121
110
  export * from "./Department1.mjs";
122
- export * from "./DepartmentEnum.mjs";
123
111
  export * from "./DepartmentListRes.mjs";
112
+ export * from "./DepartmentRoutingRule1.mjs";
124
113
  export * from "./DepartmentSortByEnum.mjs";
114
+ export * from "./DepartmentTypeEnum.mjs";
125
115
  export * from "./DeviceExpandedRes.mjs";
126
116
  export * from "./DeviceLimitedForList1.mjs";
127
117
  export * from "./DeviceListRes.mjs";
@@ -210,8 +200,15 @@ export * from "./OperationsCaseOperatorAssignedWebhookPayload.mjs";
210
200
  export * from "./OperationsCaseS3ObjectAddedWebhookPayload.mjs";
211
201
  export * from "./OperationsTask1.mjs";
212
202
  export * from "./OperationsTaskComment1.mjs";
203
+ export * from "./OperationsTaskList1.mjs";
204
+ export * from "./OperationsTaskListEntry1.mjs";
205
+ export * from "./OperationsTaskListListRes.mjs";
206
+ export * from "./OperationsTaskListRemoveFromCaseRes1.mjs";
213
207
  export * from "./OperationsTaskListRes.mjs";
208
+ export * from "./OperationsTaskListSortByEnum.mjs";
214
209
  export * from "./OperationsTaskSortByEnum.mjs";
210
+ export * from "./OperationsTaskStatusEnum.mjs";
211
+ export * from "./OperationsTaskTypeEnum.mjs";
215
212
  export * from "./Order1.mjs";
216
213
  export * from "./OrderAndTaskGroupExpandedReq.mjs";
217
214
  export * from "./OrderBuilderPrecheckRes.mjs";
@@ -274,6 +271,7 @@ export * from "./ProviderOrgProfile1.mjs";
274
271
  export * from "./ProviderProviderConnection1.mjs";
275
272
  export * from "./RateSheetMapping1.mjs";
276
273
  export * from "./RateSheetMappingListRes.mjs";
274
+ export * from "./RoutingCounterpartyTypeEnum.mjs";
277
275
  export * from "./ScanPayloadKindEnum.mjs";
278
276
  export * from "./ScheduleCalendarSpec.mjs";
279
277
  export * from "./ScheduleIntervalSpec.mjs";
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.718.0";
1
+ export declare const SDK_VERSION = "1.723.0";
@@ -1 +1 @@
1
- export const SDK_VERSION = "1.718.0";
1
+ export const SDK_VERSION = "1.723.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrt-inc/typescript-sdk",
3
- "version": "1.718.0",
3
+ "version": "1.723.0",
4
4
  "private": false,
5
5
  "repository": "github:chrt-inc/typescript-sdk",
6
6
  "type": "commonjs",