@chrt-inc/typescript-sdk 1.772.0 → 1.794.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 (76) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.d.ts +35 -0
  3. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.js +133 -0
  4. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.ts +23 -0
  5. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.ts +24 -0
  6. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.js +5 -0
  7. package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/index.d.ts +2 -0
  8. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/Client.d.ts +46 -9
  9. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/Client.js +148 -16
  10. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListClientCreate1.d.ts +1 -1
  11. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListReorderEntries1.d.ts +1 -1
  12. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/index.d.ts +0 -1
  13. package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.d.ts +4 -4
  14. package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.js +11 -3
  15. package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriversListV1Request.d.ts +2 -0
  16. package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.ts +2 -0
  17. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.ts +1 -0
  18. package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.ts +1 -0
  19. package/dist/cjs/api/types/Driver1.d.ts +0 -1
  20. package/dist/cjs/api/types/DriverListRes.d.ts +1 -1
  21. package/dist/cjs/api/types/DriverWithActiveTaskGroupIds1.d.ts +35 -0
  22. package/dist/cjs/api/types/DriverWithActiveTaskGroupIds1.js +5 -0
  23. package/dist/cjs/api/types/LineItem1.d.ts +1 -0
  24. package/dist/cjs/api/types/OperationsTaskListEntry1.d.ts +4 -12
  25. package/dist/cjs/api/types/OperationsTaskListEntryClientCreate1.d.ts +15 -0
  26. package/dist/cjs/api/types/OperationsTaskListEntryClientCreate1.js +5 -0
  27. package/dist/cjs/api/types/OrderDraftValidationRequirements.d.ts +1 -0
  28. package/dist/cjs/api/types/OrderManifestValidationRequirements.d.ts +1 -0
  29. package/dist/cjs/api/types/OrderTemplate1.d.ts +1 -0
  30. package/dist/cjs/api/types/OrderTemplateCore1.d.ts +1 -0
  31. package/dist/cjs/api/types/OrgMembersAndDrivers.d.ts +1 -1
  32. package/dist/cjs/api/types/index.d.ts +2 -0
  33. package/dist/cjs/api/types/index.js +2 -0
  34. package/dist/cjs/version.d.ts +1 -1
  35. package/dist/cjs/version.js +1 -1
  36. package/dist/esm/Client.mjs +2 -2
  37. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.d.mts +35 -0
  38. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.mjs +133 -0
  39. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.mts +23 -0
  40. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.mts +24 -0
  41. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.mjs +4 -0
  42. package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/index.d.mts +2 -0
  43. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/Client.d.mts +46 -9
  44. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/Client.mjs +148 -16
  45. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListClientCreate1.d.mts +1 -1
  46. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListReorderEntries1.d.mts +1 -1
  47. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/index.d.mts +0 -1
  48. package/dist/esm/api/resources/shipping/resources/drivers/client/Client.d.mts +4 -4
  49. package/dist/esm/api/resources/shipping/resources/drivers/client/Client.mjs +11 -3
  50. package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriversListV1Request.d.mts +2 -0
  51. package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.mts +2 -0
  52. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.mts +1 -0
  53. package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.mts +1 -0
  54. package/dist/esm/api/types/Driver1.d.mts +0 -1
  55. package/dist/esm/api/types/DriverListRes.d.mts +1 -1
  56. package/dist/esm/api/types/DriverWithActiveTaskGroupIds1.d.mts +35 -0
  57. package/dist/esm/api/types/DriverWithActiveTaskGroupIds1.mjs +4 -0
  58. package/dist/esm/api/types/LineItem1.d.mts +1 -0
  59. package/dist/esm/api/types/OperationsTaskListEntry1.d.mts +4 -12
  60. package/dist/esm/api/types/OperationsTaskListEntryClientCreate1.d.mts +15 -0
  61. package/dist/esm/api/types/OperationsTaskListEntryClientCreate1.mjs +4 -0
  62. package/dist/esm/api/types/OrderDraftValidationRequirements.d.mts +1 -0
  63. package/dist/esm/api/types/OrderManifestValidationRequirements.d.mts +1 -0
  64. package/dist/esm/api/types/OrderTemplate1.d.mts +1 -0
  65. package/dist/esm/api/types/OrderTemplateCore1.d.mts +1 -0
  66. package/dist/esm/api/types/OrgMembersAndDrivers.d.mts +1 -1
  67. package/dist/esm/api/types/index.d.mts +2 -0
  68. package/dist/esm/api/types/index.mjs +2 -0
  69. package/dist/esm/version.d.mts +1 -1
  70. package/dist/esm/version.mjs +1 -1
  71. package/package.json +1 -1
  72. package/reference.md +304 -11
  73. package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListSetEntries1.d.ts +0 -11
  74. package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListSetEntries1.d.mts +0 -11
  75. /package/dist/cjs/api/resources/{operations/resources/operationsTaskLists/client/requests/OperationsTaskListSetEntries1.js → billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.js} +0 -0
  76. /package/dist/esm/api/resources/{operations/resources/operationsTaskLists/client/requests/OperationsTaskListSetEntries1.mjs → billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.mjs} +0 -0
package/reference.md CHANGED
@@ -2090,6 +2090,141 @@ await client.billing.lineItemGroups.fromRateSheetCreateForProviderPayDriverV1({
2090
2090
  </dl>
2091
2091
  </details>
2092
2092
 
2093
+ <details><summary><code>client.billing.lineItemGroups.<a href="/src/api/resources/billing/resources/lineItemGroups/client/Client.ts">sharedTaskGroupMileageCreateV1</a>({ ...params }) -> Chrt.LineItemGroup1</code></summary>
2094
+ <dl>
2095
+ <dd>
2096
+
2097
+ #### 📝 Description
2098
+
2099
+ <dl>
2100
+ <dd>
2101
+
2102
+ <dl>
2103
+ <dd>
2104
+
2105
+ Prices a single driver's combined trip across several task groups once. Recomputes route mileage from the ordered task locations (plus optional start/end legs), applies the CHRT-ground rate sheet, and atomically creates an OrderGroup-anchored LineItemGroup, its mileage LineItems, and the LineItemCalculation that records how the charges were derived. The LIG is detached on create (task_group_id is None) — attach to a Statement afterwards. | authz: allowed_org_types=[provider], min_org_role=operator | (SharedTaskGroupMileageCreateForProviderPayDriverClientReq) -> (LineItemGroup1)
2106
+
2107
+ </dd>
2108
+ </dl>
2109
+ </dd>
2110
+ </dl>
2111
+
2112
+ #### 🔌 Usage
2113
+
2114
+ <dl>
2115
+ <dd>
2116
+
2117
+ <dl>
2118
+ <dd>
2119
+
2120
+ ```typescript
2121
+ await client.billing.lineItemGroups.sharedTaskGroupMileageCreateV1({
2122
+ order_group_id: "order_group_id",
2123
+ rate_sheet_id: "rate_sheet_id",
2124
+ payment_destination_driver_id: "payment_destination_driver_id",
2125
+ task_ids: ["task_ids"],
2126
+ });
2127
+ ```
2128
+
2129
+ </dd>
2130
+ </dl>
2131
+ </dd>
2132
+ </dl>
2133
+
2134
+ #### ⚙️ Parameters
2135
+
2136
+ <dl>
2137
+ <dd>
2138
+
2139
+ <dl>
2140
+ <dd>
2141
+
2142
+ **request:** `Chrt.billing.SharedTaskGroupMileageCreateForProviderPayDriverClientReq`
2143
+
2144
+ </dd>
2145
+ </dl>
2146
+
2147
+ <dl>
2148
+ <dd>
2149
+
2150
+ **requestOptions:** `LineItemGroups.RequestOptions`
2151
+
2152
+ </dd>
2153
+ </dl>
2154
+ </dd>
2155
+ </dl>
2156
+
2157
+ </dd>
2158
+ </dl>
2159
+ </details>
2160
+
2161
+ <details><summary><code>client.billing.lineItemGroups.<a href="/src/api/resources/billing/resources/lineItemGroups/client/Client.ts">sharedTaskGroupMileageCreateForProviderPayProviderV1</a>({ ...params }) -> Chrt.LineItemGroup1</code></summary>
2162
+ <dl>
2163
+ <dd>
2164
+
2165
+ #### 📝 Description
2166
+
2167
+ <dl>
2168
+ <dd>
2169
+
2170
+ <dl>
2171
+ <dd>
2172
+
2173
+ Prices a single agent's combined trip across several task groups once, on the provider_pay_provider vector — a coordinator paying the executor (commonly an off-chrt agent) that ran the route. Recomputes route mileage from the ordered task locations (plus optional start/end legs), applies the CHRT-ground rate sheet, and atomically creates an OrderGroup-anchored LineItemGroup, its mileage LineItems, and the LineItemCalculation that records how the charges were derived. The LIG is detached on create (task_group_id is None) — attach to a Statement afterwards. | authz: allowed_org_types=[provider], min_org_role=operator | (SharedTaskGroupMileageCreateForProviderPayProviderClientReq) -> (LineItemGroup1)
2174
+
2175
+ </dd>
2176
+ </dl>
2177
+ </dd>
2178
+ </dl>
2179
+
2180
+ #### 🔌 Usage
2181
+
2182
+ <dl>
2183
+ <dd>
2184
+
2185
+ <dl>
2186
+ <dd>
2187
+
2188
+ ```typescript
2189
+ await client.billing.lineItemGroups.sharedTaskGroupMileageCreateForProviderPayProviderV1({
2190
+ order_group_id: "order_group_id",
2191
+ rate_sheet_id: "rate_sheet_id",
2192
+ task_ids: ["task_ids"],
2193
+ });
2194
+ ```
2195
+
2196
+ </dd>
2197
+ </dl>
2198
+ </dd>
2199
+ </dl>
2200
+
2201
+ #### ⚙️ Parameters
2202
+
2203
+ <dl>
2204
+ <dd>
2205
+
2206
+ <dl>
2207
+ <dd>
2208
+
2209
+ **request:** `Chrt.billing.SharedTaskGroupMileageCreateForProviderPayProviderClientReq`
2210
+
2211
+ </dd>
2212
+ </dl>
2213
+
2214
+ <dl>
2215
+ <dd>
2216
+
2217
+ **requestOptions:** `LineItemGroups.RequestOptions`
2218
+
2219
+ </dd>
2220
+ </dl>
2221
+ </dd>
2222
+ </dl>
2223
+
2224
+ </dd>
2225
+ </dl>
2226
+ </details>
2227
+
2093
2228
  ## Billing ChrtGroundProviderRateSheets
2094
2229
 
2095
2230
  <details><summary><code>client.billing.chrtGroundProviderRateSheets.<a href="/src/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.ts">getByIdV1</a>(id) -> Chrt.ChrtGroundProviderRateSheet1</code></summary>
@@ -12921,7 +13056,165 @@ await client.operations.operationsTaskLists.createV1({
12921
13056
  </dl>
12922
13057
  </details>
12923
13058
 
12924
- <details><summary><code>client.operations.operationsTaskLists.<a href="/src/api/resources/operations/resources/operationsTaskLists/client/Client.ts">setEntriesV1</a>(taskListId, { ...params }) -> boolean</code></summary>
13059
+ <details><summary><code>client.operations.operationsTaskLists.<a href="/src/api/resources/operations/resources/operationsTaskLists/client/Client.ts">addEntryV1</a>(taskListId, { ...params }) -> string</code></summary>
13060
+ <dl>
13061
+ <dd>
13062
+
13063
+ #### 📝 Description
13064
+
13065
+ <dl>
13066
+ <dd>
13067
+
13068
+ <dl>
13069
+ <dd>
13070
+
13071
+ Appends a new entry to an OperationsTaskList's `entries` array. The server assigns a fresh UUID and returns it. Order is load-bearing for from_previous_task-anchored deadlines. | authz: min_org_role=operator | (OperationsTaskListEntryClientCreate1) -> (str)
13072
+
13073
+ </dd>
13074
+ </dl>
13075
+ </dd>
13076
+ </dl>
13077
+
13078
+ #### 🔌 Usage
13079
+
13080
+ <dl>
13081
+ <dd>
13082
+
13083
+ <dl>
13084
+ <dd>
13085
+
13086
+ ```typescript
13087
+ await client.operations.operationsTaskLists.addEntryV1("task_list_id", {
13088
+ task_type: "review_order_details",
13089
+ title: "title",
13090
+ description: "description",
13091
+ });
13092
+ ```
13093
+
13094
+ </dd>
13095
+ </dl>
13096
+ </dd>
13097
+ </dl>
13098
+
13099
+ #### ⚙️ Parameters
13100
+
13101
+ <dl>
13102
+ <dd>
13103
+
13104
+ <dl>
13105
+ <dd>
13106
+
13107
+ **taskListId:** `string`
13108
+
13109
+ </dd>
13110
+ </dl>
13111
+
13112
+ <dl>
13113
+ <dd>
13114
+
13115
+ **request:** `Chrt.OperationsTaskListEntryClientCreate1`
13116
+
13117
+ </dd>
13118
+ </dl>
13119
+
13120
+ <dl>
13121
+ <dd>
13122
+
13123
+ **requestOptions:** `OperationsTaskLists.RequestOptions`
13124
+
13125
+ </dd>
13126
+ </dl>
13127
+ </dd>
13128
+ </dl>
13129
+
13130
+ </dd>
13131
+ </dl>
13132
+ </details>
13133
+
13134
+ <details><summary><code>client.operations.operationsTaskLists.<a href="/src/api/resources/operations/resources/operationsTaskLists/client/Client.ts">editEntryV1</a>(taskListId, entryUuid, { ...params }) -> boolean</code></summary>
13135
+ <dl>
13136
+ <dd>
13137
+
13138
+ #### 📝 Description
13139
+
13140
+ <dl>
13141
+ <dd>
13142
+
13143
+ <dl>
13144
+ <dd>
13145
+
13146
+ Replaces the entry with the given uuid in an OperationsTaskList's `entries` array. The stored uuid is preserved regardless of the request body. 404 if no entry matches. | authz: min_org_role=operator | (OperationsTaskListEntryClientCreate1) -> (bool)
13147
+
13148
+ </dd>
13149
+ </dl>
13150
+ </dd>
13151
+ </dl>
13152
+
13153
+ #### 🔌 Usage
13154
+
13155
+ <dl>
13156
+ <dd>
13157
+
13158
+ <dl>
13159
+ <dd>
13160
+
13161
+ ```typescript
13162
+ await client.operations.operationsTaskLists.editEntryV1("task_list_id", "entry_uuid", {
13163
+ task_type: "review_order_details",
13164
+ title: "title",
13165
+ description: "description",
13166
+ });
13167
+ ```
13168
+
13169
+ </dd>
13170
+ </dl>
13171
+ </dd>
13172
+ </dl>
13173
+
13174
+ #### ⚙️ Parameters
13175
+
13176
+ <dl>
13177
+ <dd>
13178
+
13179
+ <dl>
13180
+ <dd>
13181
+
13182
+ **taskListId:** `string`
13183
+
13184
+ </dd>
13185
+ </dl>
13186
+
13187
+ <dl>
13188
+ <dd>
13189
+
13190
+ **entryUuid:** `string`
13191
+
13192
+ </dd>
13193
+ </dl>
13194
+
13195
+ <dl>
13196
+ <dd>
13197
+
13198
+ **request:** `Chrt.OperationsTaskListEntryClientCreate1`
13199
+
13200
+ </dd>
13201
+ </dl>
13202
+
13203
+ <dl>
13204
+ <dd>
13205
+
13206
+ **requestOptions:** `OperationsTaskLists.RequestOptions`
13207
+
13208
+ </dd>
13209
+ </dl>
13210
+ </dd>
13211
+ </dl>
13212
+
13213
+ </dd>
13214
+ </dl>
13215
+ </details>
13216
+
13217
+ <details><summary><code>client.operations.operationsTaskLists.<a href="/src/api/resources/operations/resources/operationsTaskLists/client/Client.ts">removeEntryV1</a>(taskListId, entryUuid) -> boolean</code></summary>
12925
13218
  <dl>
12926
13219
  <dd>
12927
13220
 
@@ -12933,7 +13226,7 @@ await client.operations.operationsTaskLists.createV1({
12933
13226
  <dl>
12934
13227
  <dd>
12935
13228
 
12936
- Replaces an OperationsTaskList's `entries` array wholesale — covering add, remove, reorder, and edit in one operation. Order is load-bearing for from_previous_task-anchored deadlines. | authz: min_org_role=operator | (OperationsTaskListSetEntries1) -> (bool)
13229
+ Removes the entry with the given uuid from an OperationsTaskList's `entries` array, closing the gap in order. 404 if no entry matches. | authz: min_org_role=operator | () -> (bool)
12937
13230
 
12938
13231
  </dd>
12939
13232
  </dl>
@@ -12949,7 +13242,7 @@ Replaces an OperationsTaskList's `entries` array wholesale — covering add, rem
12949
13242
  <dd>
12950
13243
 
12951
13244
  ```typescript
12952
- await client.operations.operationsTaskLists.setEntriesV1("task_list_id");
13245
+ await client.operations.operationsTaskLists.removeEntryV1("task_list_id", "entry_uuid");
12953
13246
  ```
12954
13247
 
12955
13248
  </dd>
@@ -12973,7 +13266,7 @@ await client.operations.operationsTaskLists.setEntriesV1("task_list_id");
12973
13266
  <dl>
12974
13267
  <dd>
12975
13268
 
12976
- **request:** `Chrt.operations.OperationsTaskListSetEntries1`
13269
+ **entryUuid:** `string`
12977
13270
 
12978
13271
  </dd>
12979
13272
  </dl>
@@ -13004,7 +13297,7 @@ await client.operations.operationsTaskLists.setEntriesV1("task_list_id");
13004
13297
  <dl>
13005
13298
  <dd>
13006
13299
 
13007
- Reorders an OperationsTaskList's existing entries. `entry_ids` must be an exact permutation of the list's current entry ids (every id present, no extras, no duplicates), so a reorder can never drop, add, or mutate an entry. | authz: min_org_role=operator | (OperationsTaskListReorderEntries1) -> (bool)
13300
+ Reorders an OperationsTaskList's existing entries. `entry_uuids` must be an exact permutation of the list's current entry uuids (every uuid present, no extras, no duplicates), so a reorder can never drop, add, or mutate an entry. | authz: min_org_role=operator | (OperationsTaskListReorderEntries1) -> (bool)
13008
13301
 
13009
13302
  </dd>
13010
13303
  </dl>
@@ -13270,7 +13563,7 @@ await client.operations.operationsTaskLists.applyToCaseV1("task_list_id", "case_
13270
13563
  </dl>
13271
13564
  </details>
13272
13565
 
13273
- <details><summary><code>client.operations.operationsTaskLists.<a href="/src/api/resources/operations/resources/operationsTaskLists/client/Client.ts">removeFromCaseV1</a>(taskListId, caseId) -> Chrt.OperationsTaskListRemoveFromCaseRes1</code></summary>
13566
+ <details><summary><code>client.operations.operationsTaskLists.<a href="/src/api/resources/operations/resources/operationsTaskLists/client/Client.ts">removeNotStartedTasksFromCaseV1</a>(taskListId, caseId) -> Chrt.OperationsTaskListRemoveFromCaseRes1</code></summary>
13274
13567
  <dl>
13275
13568
  <dd>
13276
13569
 
@@ -13298,7 +13591,7 @@ Removes the OperationsTasks this OperationsTaskList added to the Case (matched b
13298
13591
  <dd>
13299
13592
 
13300
13593
  ```typescript
13301
- await client.operations.operationsTaskLists.removeFromCaseV1("task_list_id", "case_id");
13594
+ await client.operations.operationsTaskLists.removeNotStartedTasksFromCaseV1("task_list_id", "case_id");
13302
13595
  ```
13303
13596
 
13304
13597
  </dd>
@@ -17635,7 +17928,7 @@ await client.shipping.drivers.deleteSelfReportedHoursAndMileageV1("driver_id", "
17635
17928
  </dl>
17636
17929
  </details>
17637
17930
 
17638
- <details><summary><code>client.shipping.drivers.<a href="/src/api/resources/shipping/resources/drivers/client/Client.ts">getForCallerV1</a>() -> Chrt.Driver1</code></summary>
17931
+ <details><summary><code>client.shipping.drivers.<a href="/src/api/resources/shipping/resources/drivers/client/Client.ts">getForCallerV1</a>() -> Chrt.DriverWithActiveTaskGroupIds1</code></summary>
17639
17932
  <dl>
17640
17933
  <dd>
17641
17934
 
@@ -17647,7 +17940,7 @@ await client.shipping.drivers.deleteSelfReportedHoursAndMileageV1("driver_id", "
17647
17940
  <dl>
17648
17941
  <dd>
17649
17942
 
17650
- Retrieves driver information for the caller within their organization. | () -> (Driver1)
17943
+ Retrieves driver information for the caller within their organization. | () -> (DriverWithActiveTaskGroupIds1)
17651
17944
 
17652
17945
  </dd>
17653
17946
  </dl>
@@ -17690,7 +17983,7 @@ await client.shipping.drivers.getForCallerV1();
17690
17983
  </dl>
17691
17984
  </details>
17692
17985
 
17693
- <details><summary><code>client.shipping.drivers.<a href="/src/api/resources/shipping/resources/drivers/client/Client.ts">getByDriverIdV1</a>(driverId) -> Chrt.Driver1</code></summary>
17986
+ <details><summary><code>client.shipping.drivers.<a href="/src/api/resources/shipping/resources/drivers/client/Client.ts">getByDriverIdV1</a>(driverId) -> Chrt.DriverWithActiveTaskGroupIds1</code></summary>
17694
17987
  <dl>
17695
17988
  <dd>
17696
17989
 
@@ -17702,7 +17995,7 @@ await client.shipping.drivers.getForCallerV1();
17702
17995
  <dl>
17703
17996
  <dd>
17704
17997
 
17705
- Retrieves detailed driver information by driver ID within the organization. | () -> (Driver1)
17998
+ Retrieves detailed driver information by driver ID within the organization. | () -> (DriverWithActiveTaskGroupIds1)
17706
17999
 
17707
18000
  </dd>
17708
18001
  </dl>
@@ -1,11 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Chrt from "../../../../../../index.js";
5
- /**
6
- * @example
7
- * {}
8
- */
9
- export interface OperationsTaskListSetEntries1 {
10
- entries?: Chrt.OperationsTaskListEntry1[];
11
- }
@@ -1,11 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Chrt from "../../../../../../index.mjs";
5
- /**
6
- * @example
7
- * {}
8
- */
9
- export interface OperationsTaskListSetEntries1 {
10
- entries?: Chrt.OperationsTaskListEntry1[];
11
- }