@chrt-inc/typescript-sdk 1.887.0 → 1.891.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 (196) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/orgs/resources/accounts/client/Client.d.ts +1 -0
  3. package/dist/cjs/api/resources/orgs/resources/accounts/client/Client.js +5 -1
  4. package/dist/cjs/api/resources/orgs/resources/accounts/client/requests/AccountsListV1Request.d.ts +3 -0
  5. package/dist/cjs/api/resources/orgs/resources/contacts/client/Client.d.ts +30 -0
  6. package/dist/cjs/api/resources/orgs/resources/contacts/client/Client.js +125 -0
  7. package/dist/cjs/api/resources/orgs/resources/contacts/client/requests/ContactAccountAddReq.d.ts +12 -0
  8. package/dist/cjs/api/resources/orgs/resources/contacts/client/requests/ContactAccountAddReq.js +5 -0
  9. package/dist/cjs/api/resources/orgs/resources/contacts/client/requests/ContactClientCreate1.d.ts +1 -1
  10. package/dist/cjs/api/resources/orgs/resources/contacts/client/requests/index.d.ts +1 -0
  11. package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.d.ts +53 -0
  12. package/dist/cjs/api/resources/shipping/resources/cargos/client/Client.js +200 -0
  13. package/dist/cjs/api/resources/shipping/resources/cargos/client/index.d.ts +1 -0
  14. package/dist/cjs/api/resources/shipping/resources/cargos/client/index.js +15 -0
  15. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/CargoAddToOrderReq.d.ts +18 -0
  16. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/CargoAddToOrderReq.js +5 -0
  17. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/CargoAssociateWithTaskReq.d.ts +16 -0
  18. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/CargoAssociateWithTaskReq.js +5 -0
  19. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/CargoUnassociateWithTaskReq.d.ts +16 -0
  20. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/CargoUnassociateWithTaskReq.js +5 -0
  21. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/index.d.ts +3 -0
  22. package/dist/cjs/api/resources/shipping/resources/cargos/client/requests/index.js +2 -0
  23. package/dist/cjs/api/resources/shipping/resources/index.d.ts +1 -0
  24. package/dist/cjs/api/resources/shipping/resources/index.js +1 -0
  25. package/dist/cjs/api/resources/trackingIntegrations/client/Client.d.ts +3 -0
  26. package/dist/cjs/api/resources/trackingIntegrations/client/Client.js +7 -2
  27. package/dist/cjs/api/resources/trackingIntegrations/resources/index.d.ts +1 -0
  28. package/dist/cjs/api/resources/trackingIntegrations/resources/index.js +2 -1
  29. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/Client.d.ts +29 -0
  30. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/Client.js +27 -0
  31. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/index.d.ts +1 -0
  32. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/client/index.js +2 -0
  33. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/index.d.ts +2 -0
  34. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/index.js +18 -0
  35. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.ts +93 -0
  36. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.js +328 -0
  37. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/index.d.ts +2 -0
  38. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/index.js +17 -0
  39. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/AssetsListV1Request.d.ts +21 -0
  40. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/AssetsListV1Request.js +5 -0
  41. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientUpdate1.d.ts +14 -0
  42. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientUpdate1.js +5 -0
  43. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.d.ts +2 -0
  44. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.js +2 -0
  45. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/index.d.ts +1 -0
  46. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/index.js +17 -0
  47. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/index.d.ts +6 -0
  48. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/index.js +45 -0
  49. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.d.ts +51 -0
  50. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.js +135 -0
  51. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/index.d.ts +2 -0
  52. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/index.js +17 -0
  53. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesDataPointsV1Request.d.ts +14 -0
  54. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesDataPointsV1Request.js +5 -0
  55. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.d.ts +1 -0
  56. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.js +2 -0
  57. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/index.d.ts +1 -0
  58. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/index.js +17 -0
  59. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.d.ts +62 -0
  60. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.js +197 -0
  61. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.d.ts +2 -0
  62. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.js +17 -0
  63. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.d.ts +21 -0
  64. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.js +5 -0
  65. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.d.ts +1 -0
  66. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.js +2 -0
  67. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.d.ts +1 -0
  68. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.js +17 -0
  69. package/dist/cjs/api/types/Contact1.d.ts +1 -1
  70. package/dist/cjs/api/types/ReelablesAsset1.d.ts +22 -0
  71. package/dist/cjs/api/types/ReelablesAsset1.js +5 -0
  72. package/dist/cjs/api/types/ReelablesAssetListRes.d.ts +8 -0
  73. package/dist/cjs/api/types/ReelablesAssetListRes.js +5 -0
  74. package/dist/cjs/api/types/ReelablesAssetSortByEnum.d.ts +8 -0
  75. package/dist/cjs/api/types/ReelablesAssetSortByEnum.js +10 -0
  76. package/dist/cjs/api/types/ReelablesAssetSyncRes.d.ts +8 -0
  77. package/dist/cjs/api/types/ReelablesAssetSyncRes.js +5 -0
  78. package/dist/cjs/api/types/ReelablesDataPoint1.d.ts +12 -0
  79. package/dist/cjs/api/types/ReelablesDataPoint1.js +5 -0
  80. package/dist/cjs/api/types/ReelablesDataPointMetadata1.d.ts +6 -0
  81. package/dist/cjs/api/types/ReelablesDataPointMetadata1.js +5 -0
  82. package/dist/cjs/api/types/ReelablesLabel1.d.ts +9 -0
  83. package/dist/cjs/api/types/ReelablesLabel1.js +5 -0
  84. package/dist/cjs/api/types/ReelablesTimeseriesRes.d.ts +7 -0
  85. package/dist/cjs/api/types/ReelablesTimeseriesRes.js +5 -0
  86. package/dist/cjs/api/types/ReelablesWorkspace1.d.ts +13 -0
  87. package/dist/cjs/api/types/ReelablesWorkspace1.js +5 -0
  88. package/dist/cjs/api/types/ReelablesWorkspaceListRes.d.ts +8 -0
  89. package/dist/cjs/api/types/ReelablesWorkspaceListRes.js +5 -0
  90. package/dist/cjs/api/types/ReelablesWorkspaceSortByEnum.d.ts +4 -0
  91. package/dist/cjs/api/types/ReelablesWorkspaceSortByEnum.js +5 -0
  92. package/dist/cjs/api/types/ReelablesWorkspaceSyncRes.d.ts +9 -0
  93. package/dist/cjs/api/types/ReelablesWorkspaceSyncRes.js +5 -0
  94. package/dist/cjs/api/types/index.d.ts +12 -0
  95. package/dist/cjs/api/types/index.js +12 -0
  96. package/dist/cjs/version.d.ts +1 -1
  97. package/dist/cjs/version.js +1 -1
  98. package/dist/esm/Client.mjs +2 -2
  99. package/dist/esm/api/resources/orgs/resources/accounts/client/Client.d.mts +1 -0
  100. package/dist/esm/api/resources/orgs/resources/accounts/client/Client.mjs +5 -1
  101. package/dist/esm/api/resources/orgs/resources/accounts/client/requests/AccountsListV1Request.d.mts +3 -0
  102. package/dist/esm/api/resources/orgs/resources/contacts/client/Client.d.mts +30 -0
  103. package/dist/esm/api/resources/orgs/resources/contacts/client/Client.mjs +125 -0
  104. package/dist/esm/api/resources/orgs/resources/contacts/client/requests/ContactAccountAddReq.d.mts +12 -0
  105. package/dist/esm/api/resources/orgs/resources/contacts/client/requests/ContactAccountAddReq.mjs +4 -0
  106. package/dist/esm/api/resources/orgs/resources/contacts/client/requests/ContactClientCreate1.d.mts +1 -1
  107. package/dist/esm/api/resources/orgs/resources/contacts/client/requests/index.d.mts +1 -0
  108. package/dist/esm/api/resources/shipping/resources/cargos/client/Client.d.mts +53 -0
  109. package/dist/esm/api/resources/shipping/resources/cargos/client/Client.mjs +200 -0
  110. package/dist/esm/api/resources/shipping/resources/cargos/client/index.d.mts +1 -0
  111. package/dist/esm/api/resources/shipping/resources/cargos/client/index.mjs +1 -1
  112. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/CargoAddToOrderReq.d.mts +18 -0
  113. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/CargoAddToOrderReq.mjs +4 -0
  114. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/CargoAssociateWithTaskReq.d.mts +16 -0
  115. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/CargoAssociateWithTaskReq.mjs +4 -0
  116. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/CargoUnassociateWithTaskReq.d.mts +16 -0
  117. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/CargoUnassociateWithTaskReq.mjs +4 -0
  118. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/index.d.mts +3 -0
  119. package/dist/esm/api/resources/shipping/resources/cargos/client/requests/index.mjs +1 -0
  120. package/dist/esm/api/resources/shipping/resources/index.d.mts +1 -0
  121. package/dist/esm/api/resources/shipping/resources/index.mjs +1 -0
  122. package/dist/esm/api/resources/trackingIntegrations/client/Client.d.mts +3 -0
  123. package/dist/esm/api/resources/trackingIntegrations/client/Client.mjs +5 -0
  124. package/dist/esm/api/resources/trackingIntegrations/resources/index.d.mts +1 -0
  125. package/dist/esm/api/resources/trackingIntegrations/resources/index.mjs +1 -0
  126. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/Client.d.mts +29 -0
  127. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/Client.mjs +23 -0
  128. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/index.d.mts +1 -0
  129. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/client/index.mjs +1 -0
  130. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/index.d.mts +2 -0
  131. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/index.mjs +2 -0
  132. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.mts +93 -0
  133. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.mjs +291 -0
  134. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/index.d.mts +2 -0
  135. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/index.mjs +1 -0
  136. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/AssetsListV1Request.d.mts +21 -0
  137. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/AssetsListV1Request.mjs +4 -0
  138. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientUpdate1.d.mts +14 -0
  139. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/ReelablesAssetClientUpdate1.mjs +4 -0
  140. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.d.mts +2 -0
  141. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/requests/index.mjs +1 -0
  142. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/index.d.mts +1 -0
  143. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/index.mjs +1 -0
  144. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/index.d.mts +6 -0
  145. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/index.mjs +6 -0
  146. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.d.mts +51 -0
  147. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.mjs +98 -0
  148. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/index.d.mts +2 -0
  149. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/index.mjs +1 -0
  150. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesDataPointsV1Request.d.mts +14 -0
  151. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/TimeseriesDataPointsV1Request.mjs +4 -0
  152. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.d.mts +1 -0
  153. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/requests/index.mjs +1 -0
  154. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/index.d.mts +1 -0
  155. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/index.mjs +1 -0
  156. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.d.mts +62 -0
  157. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.mjs +160 -0
  158. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.d.mts +2 -0
  159. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/index.mjs +1 -0
  160. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.d.mts +21 -0
  161. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/WorkspacesListV1Request.mjs +4 -0
  162. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.d.mts +1 -0
  163. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/requests/index.mjs +1 -0
  164. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.d.mts +1 -0
  165. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/index.mjs +1 -0
  166. package/dist/esm/api/types/Contact1.d.mts +1 -1
  167. package/dist/esm/api/types/ReelablesAsset1.d.mts +22 -0
  168. package/dist/esm/api/types/ReelablesAsset1.mjs +4 -0
  169. package/dist/esm/api/types/ReelablesAssetListRes.d.mts +8 -0
  170. package/dist/esm/api/types/ReelablesAssetListRes.mjs +4 -0
  171. package/dist/esm/api/types/ReelablesAssetSortByEnum.d.mts +8 -0
  172. package/dist/esm/api/types/ReelablesAssetSortByEnum.mjs +7 -0
  173. package/dist/esm/api/types/ReelablesAssetSyncRes.d.mts +8 -0
  174. package/dist/esm/api/types/ReelablesAssetSyncRes.mjs +4 -0
  175. package/dist/esm/api/types/ReelablesDataPoint1.d.mts +12 -0
  176. package/dist/esm/api/types/ReelablesDataPoint1.mjs +4 -0
  177. package/dist/esm/api/types/ReelablesDataPointMetadata1.d.mts +6 -0
  178. package/dist/esm/api/types/ReelablesDataPointMetadata1.mjs +4 -0
  179. package/dist/esm/api/types/ReelablesLabel1.d.mts +9 -0
  180. package/dist/esm/api/types/ReelablesLabel1.mjs +4 -0
  181. package/dist/esm/api/types/ReelablesTimeseriesRes.d.mts +7 -0
  182. package/dist/esm/api/types/ReelablesTimeseriesRes.mjs +4 -0
  183. package/dist/esm/api/types/ReelablesWorkspace1.d.mts +13 -0
  184. package/dist/esm/api/types/ReelablesWorkspace1.mjs +4 -0
  185. package/dist/esm/api/types/ReelablesWorkspaceListRes.d.mts +8 -0
  186. package/dist/esm/api/types/ReelablesWorkspaceListRes.mjs +4 -0
  187. package/dist/esm/api/types/ReelablesWorkspaceSortByEnum.d.mts +4 -0
  188. package/dist/esm/api/types/ReelablesWorkspaceSortByEnum.mjs +4 -0
  189. package/dist/esm/api/types/ReelablesWorkspaceSyncRes.d.mts +9 -0
  190. package/dist/esm/api/types/ReelablesWorkspaceSyncRes.mjs +4 -0
  191. package/dist/esm/api/types/index.d.mts +12 -0
  192. package/dist/esm/api/types/index.mjs +12 -0
  193. package/dist/esm/version.d.mts +1 -1
  194. package/dist/esm/version.mjs +1 -1
  195. package/package.json +1 -1
  196. package/reference.md +888 -64
package/reference.md CHANGED
@@ -14040,6 +14040,7 @@ Lists coordinator-created shipper accounts with association filters, name search
14040
14040
  ```typescript
14041
14041
  await client.orgs.accounts.listV1({
14042
14042
  search: "search",
14043
+ filter_account_id: "filter_account_id",
14043
14044
  filter_org_id: "filter_org_id",
14044
14045
  filter_off_chrt_org_data_id: "filter_off_chrt_org_data_id",
14045
14046
  sort_by: "name",
@@ -15223,6 +15224,150 @@ await client.orgs.connections.listShippersForCoordinatorV1({
15223
15224
 
15224
15225
  ## Orgs Contacts
15225
15226
 
15227
+ <details><summary><code>client.orgs.contacts.<a href="/src/api/resources/orgs/resources/contacts/client/Client.ts">accountAddV1</a>(contactId, { ...params }) -> boolean</code></summary>
15228
+ <dl>
15229
+ <dd>
15230
+
15231
+ #### 📝 Description
15232
+
15233
+ <dl>
15234
+ <dd>
15235
+
15236
+ <dl>
15237
+ <dd>
15238
+
15239
+ Associates an account from the contact's organization. | authz: min_org_role=operator | (ContactAccountAddReq) -> (bool)
15240
+
15241
+ </dd>
15242
+ </dl>
15243
+ </dd>
15244
+ </dl>
15245
+
15246
+ #### 🔌 Usage
15247
+
15248
+ <dl>
15249
+ <dd>
15250
+
15251
+ <dl>
15252
+ <dd>
15253
+
15254
+ ```typescript
15255
+ await client.orgs.contacts.accountAddV1("contact_id", {
15256
+ account_id: "account_id",
15257
+ });
15258
+ ```
15259
+
15260
+ </dd>
15261
+ </dl>
15262
+ </dd>
15263
+ </dl>
15264
+
15265
+ #### ⚙️ Parameters
15266
+
15267
+ <dl>
15268
+ <dd>
15269
+
15270
+ <dl>
15271
+ <dd>
15272
+
15273
+ **contactId:** `string`
15274
+
15275
+ </dd>
15276
+ </dl>
15277
+
15278
+ <dl>
15279
+ <dd>
15280
+
15281
+ **request:** `Chrt.orgs.ContactAccountAddReq`
15282
+
15283
+ </dd>
15284
+ </dl>
15285
+
15286
+ <dl>
15287
+ <dd>
15288
+
15289
+ **requestOptions:** `Contacts.RequestOptions`
15290
+
15291
+ </dd>
15292
+ </dl>
15293
+ </dd>
15294
+ </dl>
15295
+
15296
+ </dd>
15297
+ </dl>
15298
+ </details>
15299
+
15300
+ <details><summary><code>client.orgs.contacts.<a href="/src/api/resources/orgs/resources/contacts/client/Client.ts">accountRemoveV1</a>(contactId, accountId) -> boolean</code></summary>
15301
+ <dl>
15302
+ <dd>
15303
+
15304
+ #### 📝 Description
15305
+
15306
+ <dl>
15307
+ <dd>
15308
+
15309
+ <dl>
15310
+ <dd>
15311
+
15312
+ Removes an account association from an organization-created contact. | authz: min_org_role=operator | () -> (bool)
15313
+
15314
+ </dd>
15315
+ </dl>
15316
+ </dd>
15317
+ </dl>
15318
+
15319
+ #### 🔌 Usage
15320
+
15321
+ <dl>
15322
+ <dd>
15323
+
15324
+ <dl>
15325
+ <dd>
15326
+
15327
+ ```typescript
15328
+ await client.orgs.contacts.accountRemoveV1("contact_id", "account_id");
15329
+ ```
15330
+
15331
+ </dd>
15332
+ </dl>
15333
+ </dd>
15334
+ </dl>
15335
+
15336
+ #### ⚙️ Parameters
15337
+
15338
+ <dl>
15339
+ <dd>
15340
+
15341
+ <dl>
15342
+ <dd>
15343
+
15344
+ **contactId:** `string`
15345
+
15346
+ </dd>
15347
+ </dl>
15348
+
15349
+ <dl>
15350
+ <dd>
15351
+
15352
+ **accountId:** `string`
15353
+
15354
+ </dd>
15355
+ </dl>
15356
+
15357
+ <dl>
15358
+ <dd>
15359
+
15360
+ **requestOptions:** `Contacts.RequestOptions`
15361
+
15362
+ </dd>
15363
+ </dl>
15364
+ </dd>
15365
+ </dl>
15366
+
15367
+ </dd>
15368
+ </dl>
15369
+ </details>
15370
+
15226
15371
  <details><summary><code>client.orgs.contacts.<a href="/src/api/resources/orgs/resources/contacts/client/Client.ts">createV1</a>({ ...params }) -> string</code></summary>
15227
15372
  <dl>
15228
15373
  <dd>
@@ -16732,7 +16877,7 @@ await client.orgs.connections.shippers.typeaheadV1({
16732
16877
 
16733
16878
  ## Shipping Cargos
16734
16879
 
16735
- <details><summary><code>client.shipping.cargos.<a href="/src/api/resources/shipping/resources/cargos/client/Client.ts">updateV1</a>(cargoId, { ...params }) -> string</code></summary>
16880
+ <details><summary><code>client.shipping.cargos.<a href="/src/api/resources/shipping/resources/cargos/client/Client.ts">addV1</a>({ ...params }) -> string</code></summary>
16736
16881
  <dl>
16737
16882
  <dd>
16738
16883
 
@@ -16744,7 +16889,7 @@ await client.orgs.connections.shippers.typeaheadV1({
16744
16889
  <dl>
16745
16890
  <dd>
16746
16891
 
16747
- Updates cargo details and synchronizes its parent order's AWB list. Cargo must be in STAGED, IN_TRANSIT, DELIVERED, SKIPPED, or EXCEPTION status. | authz_personas=[lig_owner_operators] | (CargoClientUpdate1) -> (PydanticObjectId)
16892
+ Adds cargo to a non-DRAFT order. Cargo added to a terminal order starts terminal; otherwise it starts STAGED. | authz_personas=[coordinator_org_operators] | (CargoAddToOrderReq) -> (PydanticObjectId)
16748
16893
 
16749
16894
  </dd>
16750
16895
  </dl>
@@ -16760,7 +16905,13 @@ Updates cargo details and synchronizes its parent order's AWB list. Cargo must b
16760
16905
  <dd>
16761
16906
 
16762
16907
  ```typescript
16763
- await client.shipping.cargos.updateV1("cargo_id", {});
16908
+ await client.shipping.cargos.addV1({
16909
+ cargo: {
16910
+ cargo_type: "spare_parts",
16911
+ schema_version: 1,
16912
+ },
16913
+ order_id: "order_id",
16914
+ });
16764
16915
  ```
16765
16916
 
16766
16917
  </dd>
@@ -16776,15 +16927,7 @@ await client.shipping.cargos.updateV1("cargo_id", {});
16776
16927
  <dl>
16777
16928
  <dd>
16778
16929
 
16779
- **cargoId:** `string`
16780
-
16781
- </dd>
16782
- </dl>
16783
-
16784
- <dl>
16785
- <dd>
16786
-
16787
- **request:** `Chrt.CargoClientUpdate1`
16930
+ **request:** `Chrt.shipping.CargoAddToOrderReq`
16788
16931
 
16789
16932
  </dd>
16790
16933
  </dl>
@@ -16803,9 +16946,7 @@ await client.shipping.cargos.updateV1("cargo_id", {});
16803
16946
  </dl>
16804
16947
  </details>
16805
16948
 
16806
- ## Shipping Drivers
16807
-
16808
- <details><summary><code>client.shipping.drivers.<a href="/src/api/resources/shipping/resources/drivers/client/Client.ts">createV1</a>({ ...params }) -> string</code></summary>
16949
+ <details><summary><code>client.shipping.cargos.<a href="/src/api/resources/shipping/resources/cargos/client/Client.ts">associateWithTaskV1</a>({ ...params }) -> boolean</code></summary>
16809
16950
  <dl>
16810
16951
  <dd>
16811
16952
 
@@ -16817,7 +16958,7 @@ await client.shipping.cargos.updateV1("cargo_id", {});
16817
16958
  <dl>
16818
16959
  <dd>
16819
16960
 
16820
- Creates a new driver profile for the target user (defaults to caller). Drivers can create themselves; operators+ can create any org member. Provider orgs only. | (DriverClientCreate1) -> (PydanticObjectId)
16961
+ Associates cargo with a task on a non-DRAFT order, then derives cargo status from all associated tasks in the order's task sequence. | authz_personas=[coordinator_org_operators] | (CargoAssociateWithTaskReq) -> (bool)
16821
16962
 
16822
16963
  </dd>
16823
16964
  </dl>
@@ -16833,9 +16974,10 @@ Creates a new driver profile for the target user (defaults to caller). Drivers c
16833
16974
  <dd>
16834
16975
 
16835
16976
  ```typescript
16836
- await client.shipping.drivers.createV1({
16837
- target_user_id: "target_user_id",
16838
- schema_version: 1,
16977
+ await client.shipping.cargos.associateWithTaskV1({
16978
+ cargo_id: "cargo_id",
16979
+ order_id: "order_id",
16980
+ task_id: "task_id",
16839
16981
  });
16840
16982
  ```
16841
16983
 
@@ -16852,7 +16994,7 @@ await client.shipping.drivers.createV1({
16852
16994
  <dl>
16853
16995
  <dd>
16854
16996
 
16855
- **request:** `Chrt.shipping.DriverClientCreate1`
16997
+ **request:** `Chrt.shipping.CargoAssociateWithTaskReq`
16856
16998
 
16857
16999
  </dd>
16858
17000
  </dl>
@@ -16860,7 +17002,7 @@ await client.shipping.drivers.createV1({
16860
17002
  <dl>
16861
17003
  <dd>
16862
17004
 
16863
- **requestOptions:** `Drivers.RequestOptions`
17005
+ **requestOptions:** `Cargos.RequestOptions`
16864
17006
 
16865
17007
  </dd>
16866
17008
  </dl>
@@ -16871,7 +17013,7 @@ await client.shipping.drivers.createV1({
16871
17013
  </dl>
16872
17014
  </details>
16873
17015
 
16874
- <details><summary><code>client.shipping.drivers.<a href="/src/api/resources/shipping/resources/drivers/client/Client.ts">getForCallerV1</a>() -> Chrt.DriverWithActiveTaskGroupIds1</code></summary>
17016
+ <details><summary><code>client.shipping.cargos.<a href="/src/api/resources/shipping/resources/cargos/client/Client.ts">unassociateWithTaskV1</a>({ ...params }) -> boolean</code></summary>
16875
17017
  <dl>
16876
17018
  <dd>
16877
17019
 
@@ -16883,7 +17025,7 @@ await client.shipping.drivers.createV1({
16883
17025
  <dl>
16884
17026
  <dd>
16885
17027
 
16886
- Retrieves driver information for the caller within their organization. | () -> (DriverWithActiveTaskGroupIds1)
17028
+ Removes a cargo association from a task on a non-DRAFT order, then derives cargo status from the remaining associated tasks in the order's task sequence. | authz_personas=[coordinator_org_operators] | (CargoUnassociateWithTaskReq) -> (bool)
16887
17029
 
16888
17030
  </dd>
16889
17031
  </dl>
@@ -16899,7 +17041,11 @@ Retrieves driver information for the caller within their organization. | () -> (
16899
17041
  <dd>
16900
17042
 
16901
17043
  ```typescript
16902
- await client.shipping.drivers.getForCallerV1();
17044
+ await client.shipping.cargos.unassociateWithTaskV1({
17045
+ cargo_id: "cargo_id",
17046
+ order_id: "order_id",
17047
+ task_id: "task_id",
17048
+ });
16903
17049
  ```
16904
17050
 
16905
17051
  </dd>
@@ -16915,7 +17061,15 @@ await client.shipping.drivers.getForCallerV1();
16915
17061
  <dl>
16916
17062
  <dd>
16917
17063
 
16918
- **requestOptions:** `Drivers.RequestOptions`
17064
+ **request:** `Chrt.shipping.CargoUnassociateWithTaskReq`
17065
+
17066
+ </dd>
17067
+ </dl>
17068
+
17069
+ <dl>
17070
+ <dd>
17071
+
17072
+ **requestOptions:** `Cargos.RequestOptions`
16919
17073
 
16920
17074
  </dd>
16921
17075
  </dl>
@@ -16926,7 +17080,7 @@ await client.shipping.drivers.getForCallerV1();
16926
17080
  </dl>
16927
17081
  </details>
16928
17082
 
16929
- <details><summary><code>client.shipping.drivers.<a href="/src/api/resources/shipping/resources/drivers/client/Client.ts">clearLastSeenV1</a>() -> boolean</code></summary>
17083
+ <details><summary><code>client.shipping.cargos.<a href="/src/api/resources/shipping/resources/cargos/client/Client.ts">updateV1</a>(cargoId, { ...params }) -> string</code></summary>
16930
17084
  <dl>
16931
17085
  <dd>
16932
17086
 
@@ -16938,7 +17092,7 @@ await client.shipping.drivers.getForCallerV1();
16938
17092
  <dl>
16939
17093
  <dd>
16940
17094
 
16941
- Clears the driver's last known location and timestamp. | () -> (bool)
17095
+ Updates cargo details and synchronizes its parent order's AWB list. Cargo must be in STAGED, IN_TRANSIT, DELIVERED, SKIPPED, or EXCEPTION status. | authz_personas=[lig_owner_operators] | (CargoClientUpdate1) -> (PydanticObjectId)
16942
17096
 
16943
17097
  </dd>
16944
17098
  </dl>
@@ -16954,7 +17108,7 @@ Clears the driver's last known location and timestamp. | () -> (bool)
16954
17108
  <dd>
16955
17109
 
16956
17110
  ```typescript
16957
- await client.shipping.drivers.clearLastSeenV1();
17111
+ await client.shipping.cargos.updateV1("cargo_id", {});
16958
17112
  ```
16959
17113
 
16960
17114
  </dd>
@@ -16970,7 +17124,23 @@ await client.shipping.drivers.clearLastSeenV1();
16970
17124
  <dl>
16971
17125
  <dd>
16972
17126
 
16973
- **requestOptions:** `Drivers.RequestOptions`
17127
+ **cargoId:** `string`
17128
+
17129
+ </dd>
17130
+ </dl>
17131
+
17132
+ <dl>
17133
+ <dd>
17134
+
17135
+ **request:** `Chrt.CargoClientUpdate1`
17136
+
17137
+ </dd>
17138
+ </dl>
17139
+
17140
+ <dl>
17141
+ <dd>
17142
+
17143
+ **requestOptions:** `Cargos.RequestOptions`
16974
17144
 
16975
17145
  </dd>
16976
17146
  </dl>
@@ -16981,7 +17151,9 @@ await client.shipping.drivers.clearLastSeenV1();
16981
17151
  </dl>
16982
17152
  </details>
16983
17153
 
16984
- <details><summary><code>client.shipping.drivers.<a href="/src/api/resources/shipping/resources/drivers/client/Client.ts">listV1</a>({ ...params }) -> Chrt.DriverListRes</code></summary>
17154
+ ## Shipping Drivers
17155
+
17156
+ <details><summary><code>client.shipping.drivers.<a href="/src/api/resources/shipping/resources/drivers/client/Client.ts">createV1</a>({ ...params }) -> string</code></summary>
16985
17157
  <dl>
16986
17158
  <dd>
16987
17159
 
@@ -16993,7 +17165,7 @@ await client.shipping.drivers.clearLastSeenV1();
16993
17165
  <dl>
16994
17166
  <dd>
16995
17167
 
16996
- Lists all drivers belonging to the caller's organization with filtering, sorting, pagination, and optional full-text search. | () -> (DriverListRes)
17168
+ Creates a new driver profile for the target user (defaults to caller). Drivers can create themselves; operators+ can create any org member. Provider orgs only. | (DriverClientCreate1) -> (PydanticObjectId)
16997
17169
 
16998
17170
  </dd>
16999
17171
  </dl>
@@ -17009,13 +17181,9 @@ Lists all drivers belonging to the caller's organization with filtering, sorting
17009
17181
  <dd>
17010
17182
 
17011
17183
  ```typescript
17012
- await client.shipping.drivers.listV1({
17013
- sort_order: "asc",
17014
- page: 1,
17015
- page_size: 1,
17016
- search: "search",
17017
- filter_available_according_to_driver: true,
17018
- filter_available_according_to_operators: true,
17184
+ await client.shipping.drivers.createV1({
17185
+ target_user_id: "target_user_id",
17186
+ schema_version: 1,
17019
17187
  });
17020
17188
  ```
17021
17189
 
@@ -17032,7 +17200,7 @@ await client.shipping.drivers.listV1({
17032
17200
  <dl>
17033
17201
  <dd>
17034
17202
 
17035
- **request:** `Chrt.shipping.DriversListV1Request`
17203
+ **request:** `Chrt.shipping.DriverClientCreate1`
17036
17204
 
17037
17205
  </dd>
17038
17206
  </dl>
@@ -17051,7 +17219,7 @@ await client.shipping.drivers.listV1({
17051
17219
  </dl>
17052
17220
  </details>
17053
17221
 
17054
- <details><summary><code>client.shipping.drivers.<a href="/src/api/resources/shipping/resources/drivers/client/Client.ts">listOrgMembersAndDriversV1</a>({ ...params }) -> Chrt.OrgMembersAndDriversListRes</code></summary>
17222
+ <details><summary><code>client.shipping.drivers.<a href="/src/api/resources/shipping/resources/drivers/client/Client.ts">getForCallerV1</a>() -> Chrt.DriverWithActiveTaskGroupIds1</code></summary>
17055
17223
  <dl>
17056
17224
  <dd>
17057
17225
 
@@ -17063,7 +17231,7 @@ await client.shipping.drivers.listV1({
17063
17231
  <dl>
17064
17232
  <dd>
17065
17233
 
17066
- Lists all organization members paired with their driver information if they are drivers. Supports search by name, filtering, sorting, and pagination. | () -> (OrgMembersAndDriversListRes)
17234
+ Retrieves driver information for the caller within their organization. | () -> (DriverWithActiveTaskGroupIds1)
17067
17235
 
17068
17236
  </dd>
17069
17237
  </dl>
@@ -17079,15 +17247,7 @@ Lists all organization members paired with their driver information if they are
17079
17247
  <dd>
17080
17248
 
17081
17249
  ```typescript
17082
- await client.shipping.drivers.listOrgMembersAndDriversV1({
17083
- search: "search",
17084
- filter_available_according_to_driver: true,
17085
- filter_available_according_to_operators: true,
17086
- sort_by: "first_name",
17087
- sort_order: "asc",
17088
- page: 1,
17089
- page_size: 1,
17090
- });
17250
+ await client.shipping.drivers.getForCallerV1();
17091
17251
  ```
17092
17252
 
17093
17253
  </dd>
@@ -17103,14 +17263,6 @@ await client.shipping.drivers.listOrgMembersAndDriversV1({
17103
17263
  <dl>
17104
17264
  <dd>
17105
17265
 
17106
- **request:** `Chrt.shipping.DriversListOrgMembersAndDriversV1Request`
17107
-
17108
- </dd>
17109
- </dl>
17110
-
17111
- <dl>
17112
- <dd>
17113
-
17114
17266
  **requestOptions:** `Drivers.RequestOptions`
17115
17267
 
17116
17268
  </dd>
@@ -17122,7 +17274,7 @@ await client.shipping.drivers.listOrgMembersAndDriversV1({
17122
17274
  </dl>
17123
17275
  </details>
17124
17276
 
17125
- <details><summary><code>client.shipping.drivers.<a href="/src/api/resources/shipping/resources/drivers/client/Client.ts">createSelfReportedHoursAndMileageV1</a>({ ...params }) -> Chrt.DriverSelfReportedHoursAndMileage1</code></summary>
17277
+ <details><summary><code>client.shipping.drivers.<a href="/src/api/resources/shipping/resources/drivers/client/Client.ts">clearLastSeenV1</a>() -> boolean</code></summary>
17126
17278
  <dl>
17127
17279
  <dd>
17128
17280
 
@@ -17134,7 +17286,7 @@ await client.shipping.drivers.listOrgMembersAndDriversV1({
17134
17286
  <dl>
17135
17287
  <dd>
17136
17288
 
17137
- Creates a driver's self-reported hours worked and miles driven for a single calendar day. Caller must be the driver themselves. | authz: allowed_org_types=[provider], min_org_role=driver | (DriverSelfReportedHoursAndMileageClientCreate1) -> (DriverSelfReportedHoursAndMileage1)
17289
+ Clears the driver's last known location and timestamp. | () -> (bool)
17138
17290
 
17139
17291
  </dd>
17140
17292
  </dl>
@@ -17150,10 +17302,206 @@ Creates a driver's self-reported hours worked and miles driven for a single cale
17150
17302
  <dd>
17151
17303
 
17152
17304
  ```typescript
17153
- await client.shipping.drivers.createSelfReportedHoursAndMileageV1({
17154
- date: "date",
17155
- driver_id: "driver_id",
17156
- schema_version: 1,
17305
+ await client.shipping.drivers.clearLastSeenV1();
17306
+ ```
17307
+
17308
+ </dd>
17309
+ </dl>
17310
+ </dd>
17311
+ </dl>
17312
+
17313
+ #### ⚙️ Parameters
17314
+
17315
+ <dl>
17316
+ <dd>
17317
+
17318
+ <dl>
17319
+ <dd>
17320
+
17321
+ **requestOptions:** `Drivers.RequestOptions`
17322
+
17323
+ </dd>
17324
+ </dl>
17325
+ </dd>
17326
+ </dl>
17327
+
17328
+ </dd>
17329
+ </dl>
17330
+ </details>
17331
+
17332
+ <details><summary><code>client.shipping.drivers.<a href="/src/api/resources/shipping/resources/drivers/client/Client.ts">listV1</a>({ ...params }) -> Chrt.DriverListRes</code></summary>
17333
+ <dl>
17334
+ <dd>
17335
+
17336
+ #### 📝 Description
17337
+
17338
+ <dl>
17339
+ <dd>
17340
+
17341
+ <dl>
17342
+ <dd>
17343
+
17344
+ Lists all drivers belonging to the caller's organization with filtering, sorting, pagination, and optional full-text search. | () -> (DriverListRes)
17345
+
17346
+ </dd>
17347
+ </dl>
17348
+ </dd>
17349
+ </dl>
17350
+
17351
+ #### 🔌 Usage
17352
+
17353
+ <dl>
17354
+ <dd>
17355
+
17356
+ <dl>
17357
+ <dd>
17358
+
17359
+ ```typescript
17360
+ await client.shipping.drivers.listV1({
17361
+ sort_order: "asc",
17362
+ page: 1,
17363
+ page_size: 1,
17364
+ search: "search",
17365
+ filter_available_according_to_driver: true,
17366
+ filter_available_according_to_operators: true,
17367
+ });
17368
+ ```
17369
+
17370
+ </dd>
17371
+ </dl>
17372
+ </dd>
17373
+ </dl>
17374
+
17375
+ #### ⚙️ Parameters
17376
+
17377
+ <dl>
17378
+ <dd>
17379
+
17380
+ <dl>
17381
+ <dd>
17382
+
17383
+ **request:** `Chrt.shipping.DriversListV1Request`
17384
+
17385
+ </dd>
17386
+ </dl>
17387
+
17388
+ <dl>
17389
+ <dd>
17390
+
17391
+ **requestOptions:** `Drivers.RequestOptions`
17392
+
17393
+ </dd>
17394
+ </dl>
17395
+ </dd>
17396
+ </dl>
17397
+
17398
+ </dd>
17399
+ </dl>
17400
+ </details>
17401
+
17402
+ <details><summary><code>client.shipping.drivers.<a href="/src/api/resources/shipping/resources/drivers/client/Client.ts">listOrgMembersAndDriversV1</a>({ ...params }) -> Chrt.OrgMembersAndDriversListRes</code></summary>
17403
+ <dl>
17404
+ <dd>
17405
+
17406
+ #### 📝 Description
17407
+
17408
+ <dl>
17409
+ <dd>
17410
+
17411
+ <dl>
17412
+ <dd>
17413
+
17414
+ Lists all organization members paired with their driver information if they are drivers. Supports search by name, filtering, sorting, and pagination. | () -> (OrgMembersAndDriversListRes)
17415
+
17416
+ </dd>
17417
+ </dl>
17418
+ </dd>
17419
+ </dl>
17420
+
17421
+ #### 🔌 Usage
17422
+
17423
+ <dl>
17424
+ <dd>
17425
+
17426
+ <dl>
17427
+ <dd>
17428
+
17429
+ ```typescript
17430
+ await client.shipping.drivers.listOrgMembersAndDriversV1({
17431
+ search: "search",
17432
+ filter_available_according_to_driver: true,
17433
+ filter_available_according_to_operators: true,
17434
+ sort_by: "first_name",
17435
+ sort_order: "asc",
17436
+ page: 1,
17437
+ page_size: 1,
17438
+ });
17439
+ ```
17440
+
17441
+ </dd>
17442
+ </dl>
17443
+ </dd>
17444
+ </dl>
17445
+
17446
+ #### ⚙️ Parameters
17447
+
17448
+ <dl>
17449
+ <dd>
17450
+
17451
+ <dl>
17452
+ <dd>
17453
+
17454
+ **request:** `Chrt.shipping.DriversListOrgMembersAndDriversV1Request`
17455
+
17456
+ </dd>
17457
+ </dl>
17458
+
17459
+ <dl>
17460
+ <dd>
17461
+
17462
+ **requestOptions:** `Drivers.RequestOptions`
17463
+
17464
+ </dd>
17465
+ </dl>
17466
+ </dd>
17467
+ </dl>
17468
+
17469
+ </dd>
17470
+ </dl>
17471
+ </details>
17472
+
17473
+ <details><summary><code>client.shipping.drivers.<a href="/src/api/resources/shipping/resources/drivers/client/Client.ts">createSelfReportedHoursAndMileageV1</a>({ ...params }) -> Chrt.DriverSelfReportedHoursAndMileage1</code></summary>
17474
+ <dl>
17475
+ <dd>
17476
+
17477
+ #### 📝 Description
17478
+
17479
+ <dl>
17480
+ <dd>
17481
+
17482
+ <dl>
17483
+ <dd>
17484
+
17485
+ Creates a driver's self-reported hours worked and miles driven for a single calendar day. Caller must be the driver themselves. | authz: allowed_org_types=[provider], min_org_role=driver | (DriverSelfReportedHoursAndMileageClientCreate1) -> (DriverSelfReportedHoursAndMileage1)
17486
+
17487
+ </dd>
17488
+ </dl>
17489
+ </dd>
17490
+ </dl>
17491
+
17492
+ #### 🔌 Usage
17493
+
17494
+ <dl>
17495
+ <dd>
17496
+
17497
+ <dl>
17498
+ <dd>
17499
+
17500
+ ```typescript
17501
+ await client.shipping.drivers.createSelfReportedHoursAndMileageV1({
17502
+ date: "date",
17503
+ driver_id: "driver_id",
17504
+ schema_version: 1,
17157
17505
  });
17158
17506
  ```
17159
17507
 
@@ -31495,6 +31843,482 @@ await client.tracking.timeseries.taskGroupByDriver.lastSeenPublicV1({
31495
31843
  </dl>
31496
31844
  </details>
31497
31845
 
31846
+ ## TrackingIntegrations Reelables Assets
31847
+
31848
+ <details><summary><code>client.trackingIntegrations.reelables.assets.<a href="/src/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.ts">getV1</a>(assetId) -> Chrt.ReelablesAsset1</code></summary>
31849
+ <dl>
31850
+ <dd>
31851
+
31852
+ #### 📝 Description
31853
+
31854
+ <dl>
31855
+ <dd>
31856
+
31857
+ <dl>
31858
+ <dd>
31859
+
31860
+ Refreshes and retrieves a Reelables asset by its external ID. | authz: min_org_role=operator | () -> (ReelablesAsset1)
31861
+
31862
+ </dd>
31863
+ </dl>
31864
+ </dd>
31865
+ </dl>
31866
+
31867
+ #### 🔌 Usage
31868
+
31869
+ <dl>
31870
+ <dd>
31871
+
31872
+ <dl>
31873
+ <dd>
31874
+
31875
+ ```typescript
31876
+ await client.trackingIntegrations.reelables.assets.getV1("asset_id");
31877
+ ```
31878
+
31879
+ </dd>
31880
+ </dl>
31881
+ </dd>
31882
+ </dl>
31883
+
31884
+ #### ⚙️ Parameters
31885
+
31886
+ <dl>
31887
+ <dd>
31888
+
31889
+ <dl>
31890
+ <dd>
31891
+
31892
+ **assetId:** `string`
31893
+
31894
+ </dd>
31895
+ </dl>
31896
+
31897
+ <dl>
31898
+ <dd>
31899
+
31900
+ **requestOptions:** `Assets.RequestOptions`
31901
+
31902
+ </dd>
31903
+ </dl>
31904
+ </dd>
31905
+ </dl>
31906
+
31907
+ </dd>
31908
+ </dl>
31909
+ </details>
31910
+
31911
+ <details><summary><code>client.trackingIntegrations.reelables.assets.<a href="/src/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.ts">listV1</a>(workspaceId, { ...params }) -> Chrt.ReelablesAssetListRes</code></summary>
31912
+ <dl>
31913
+ <dd>
31914
+
31915
+ #### 📝 Description
31916
+
31917
+ <dl>
31918
+ <dd>
31919
+
31920
+ <dl>
31921
+ <dd>
31922
+
31923
+ Lists cached Reelables assets for a workspace. | authz: min_org_role=operator | () -> (ReelablesAssetListRes)
31924
+
31925
+ </dd>
31926
+ </dl>
31927
+ </dd>
31928
+ </dl>
31929
+
31930
+ #### 🔌 Usage
31931
+
31932
+ <dl>
31933
+ <dd>
31934
+
31935
+ <dl>
31936
+ <dd>
31937
+
31938
+ ```typescript
31939
+ await client.trackingIntegrations.reelables.assets.listV1("workspace_id", {
31940
+ sort_by: "asset_id",
31941
+ sort_order: "asc",
31942
+ page: 1,
31943
+ page_size: 1,
31944
+ });
31945
+ ```
31946
+
31947
+ </dd>
31948
+ </dl>
31949
+ </dd>
31950
+ </dl>
31951
+
31952
+ #### ⚙️ Parameters
31953
+
31954
+ <dl>
31955
+ <dd>
31956
+
31957
+ <dl>
31958
+ <dd>
31959
+
31960
+ **workspaceId:** `string`
31961
+
31962
+ </dd>
31963
+ </dl>
31964
+
31965
+ <dl>
31966
+ <dd>
31967
+
31968
+ **request:** `Chrt.trackingIntegrations.reelables.AssetsListV1Request`
31969
+
31970
+ </dd>
31971
+ </dl>
31972
+
31973
+ <dl>
31974
+ <dd>
31975
+
31976
+ **requestOptions:** `Assets.RequestOptions`
31977
+
31978
+ </dd>
31979
+ </dl>
31980
+ </dd>
31981
+ </dl>
31982
+
31983
+ </dd>
31984
+ </dl>
31985
+ </details>
31986
+
31987
+ <details><summary><code>client.trackingIntegrations.reelables.assets.<a href="/src/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.ts">syncV1</a>(workspaceId) -> Chrt.ReelablesAssetSyncRes</code></summary>
31988
+ <dl>
31989
+ <dd>
31990
+
31991
+ #### 📝 Description
31992
+
31993
+ <dl>
31994
+ <dd>
31995
+
31996
+ <dl>
31997
+ <dd>
31998
+
31999
+ Synchronizes all Reelables assets for a cached workspace. | authz: min_org_role=operator | () -> (ReelablesAssetSyncRes)
32000
+
32001
+ </dd>
32002
+ </dl>
32003
+ </dd>
32004
+ </dl>
32005
+
32006
+ #### 🔌 Usage
32007
+
32008
+ <dl>
32009
+ <dd>
32010
+
32011
+ <dl>
32012
+ <dd>
32013
+
32014
+ ```typescript
32015
+ await client.trackingIntegrations.reelables.assets.syncV1("workspace_id");
32016
+ ```
32017
+
32018
+ </dd>
32019
+ </dl>
32020
+ </dd>
32021
+ </dl>
32022
+
32023
+ #### ⚙️ Parameters
32024
+
32025
+ <dl>
32026
+ <dd>
32027
+
32028
+ <dl>
32029
+ <dd>
32030
+
32031
+ **workspaceId:** `string`
32032
+
32033
+ </dd>
32034
+ </dl>
32035
+
32036
+ <dl>
32037
+ <dd>
32038
+
32039
+ **requestOptions:** `Assets.RequestOptions`
32040
+
32041
+ </dd>
32042
+ </dl>
32043
+ </dd>
32044
+ </dl>
32045
+
32046
+ </dd>
32047
+ </dl>
32048
+ </details>
32049
+
32050
+ <details><summary><code>client.trackingIntegrations.reelables.assets.<a href="/src/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.ts">updateV1</a>(assetId, { ...params }) -> Chrt.ReelablesAsset1</code></summary>
32051
+ <dl>
32052
+ <dd>
32053
+
32054
+ #### 📝 Description
32055
+
32056
+ <dl>
32057
+ <dd>
32058
+
32059
+ <dl>
32060
+ <dd>
32061
+
32062
+ Updates a Reelables asset, applying name changes upstream before updating CHRT. | authz: min_org_role=operator | (ReelablesAssetClientUpdate1) -> (ReelablesAsset1)
32063
+
32064
+ </dd>
32065
+ </dl>
32066
+ </dd>
32067
+ </dl>
32068
+
32069
+ #### 🔌 Usage
32070
+
32071
+ <dl>
32072
+ <dd>
32073
+
32074
+ <dl>
32075
+ <dd>
32076
+
32077
+ ```typescript
32078
+ await client.trackingIntegrations.reelables.assets.updateV1("asset_id");
32079
+ ```
32080
+
32081
+ </dd>
32082
+ </dl>
32083
+ </dd>
32084
+ </dl>
32085
+
32086
+ #### ⚙️ Parameters
32087
+
32088
+ <dl>
32089
+ <dd>
32090
+
32091
+ <dl>
32092
+ <dd>
32093
+
32094
+ **assetId:** `string`
32095
+
32096
+ </dd>
32097
+ </dl>
32098
+
32099
+ <dl>
32100
+ <dd>
32101
+
32102
+ **request:** `Chrt.trackingIntegrations.reelables.ReelablesAssetClientUpdate1`
32103
+
32104
+ </dd>
32105
+ </dl>
32106
+
32107
+ <dl>
32108
+ <dd>
32109
+
32110
+ **requestOptions:** `Assets.RequestOptions`
32111
+
32112
+ </dd>
32113
+ </dl>
32114
+ </dd>
32115
+ </dl>
32116
+
32117
+ </dd>
32118
+ </dl>
32119
+ </details>
32120
+
32121
+ ## TrackingIntegrations Reelables Timeseries
32122
+
32123
+ <details><summary><code>client.trackingIntegrations.reelables.timeseries.<a href="/src/api/resources/trackingIntegrations/resources/reelables/resources/timeseries/client/Client.ts">dataPointsV1</a>(assetId, { ...params }) -> Chrt.ReelablesTimeseriesRes</code></summary>
32124
+ <dl>
32125
+ <dd>
32126
+
32127
+ #### 📝 Description
32128
+
32129
+ <dl>
32130
+ <dd>
32131
+
32132
+ <dl>
32133
+ <dd>
32134
+
32135
+ Refreshes and returns Reelables location data points within the requested time range. | authz: min_org_role=operator | () -> (ReelablesTimeseriesRes)
32136
+
32137
+ </dd>
32138
+ </dl>
32139
+ </dd>
32140
+ </dl>
32141
+
32142
+ #### 🔌 Usage
32143
+
32144
+ <dl>
32145
+ <dd>
32146
+
32147
+ <dl>
32148
+ <dd>
32149
+
32150
+ ```typescript
32151
+ await client.trackingIntegrations.reelables.timeseries.dataPointsV1("asset_id", {
32152
+ start_timestamp: "2024-01-15T09:30:00Z",
32153
+ end_timestamp: "2024-01-15T09:30:00Z",
32154
+ });
32155
+ ```
32156
+
32157
+ </dd>
32158
+ </dl>
32159
+ </dd>
32160
+ </dl>
32161
+
32162
+ #### ⚙️ Parameters
32163
+
32164
+ <dl>
32165
+ <dd>
32166
+
32167
+ <dl>
32168
+ <dd>
32169
+
32170
+ **assetId:** `string`
32171
+
32172
+ </dd>
32173
+ </dl>
32174
+
32175
+ <dl>
32176
+ <dd>
32177
+
32178
+ **request:** `Chrt.trackingIntegrations.reelables.TimeseriesDataPointsV1Request`
32179
+
32180
+ </dd>
32181
+ </dl>
32182
+
32183
+ <dl>
32184
+ <dd>
32185
+
32186
+ **requestOptions:** `Timeseries.RequestOptions`
32187
+
32188
+ </dd>
32189
+ </dl>
32190
+ </dd>
32191
+ </dl>
32192
+
32193
+ </dd>
32194
+ </dl>
32195
+ </details>
32196
+
32197
+ ## TrackingIntegrations Reelables Workspaces
32198
+
32199
+ <details><summary><code>client.trackingIntegrations.reelables.workspaces.<a href="/src/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.ts">listV1</a>({ ...params }) -> Chrt.ReelablesWorkspaceListRes</code></summary>
32200
+ <dl>
32201
+ <dd>
32202
+
32203
+ #### 📝 Description
32204
+
32205
+ <dl>
32206
+ <dd>
32207
+
32208
+ <dl>
32209
+ <dd>
32210
+
32211
+ Lists cached Reelables workspaces for the caller's organization. | authz: min_org_role=operator | () -> (ReelablesWorkspaceListRes)
32212
+
32213
+ </dd>
32214
+ </dl>
32215
+ </dd>
32216
+ </dl>
32217
+
32218
+ #### 🔌 Usage
32219
+
32220
+ <dl>
32221
+ <dd>
32222
+
32223
+ <dl>
32224
+ <dd>
32225
+
32226
+ ```typescript
32227
+ await client.trackingIntegrations.reelables.workspaces.listV1({
32228
+ sort_by: "name",
32229
+ sort_order: "asc",
32230
+ page: 1,
32231
+ page_size: 1,
32232
+ });
32233
+ ```
32234
+
32235
+ </dd>
32236
+ </dl>
32237
+ </dd>
32238
+ </dl>
32239
+
32240
+ #### ⚙️ Parameters
32241
+
32242
+ <dl>
32243
+ <dd>
32244
+
32245
+ <dl>
32246
+ <dd>
32247
+
32248
+ **request:** `Chrt.trackingIntegrations.reelables.WorkspacesListV1Request`
32249
+
32250
+ </dd>
32251
+ </dl>
32252
+
32253
+ <dl>
32254
+ <dd>
32255
+
32256
+ **requestOptions:** `Workspaces.RequestOptions`
32257
+
32258
+ </dd>
32259
+ </dl>
32260
+ </dd>
32261
+ </dl>
32262
+
32263
+ </dd>
32264
+ </dl>
32265
+ </details>
32266
+
32267
+ <details><summary><code>client.trackingIntegrations.reelables.workspaces.<a href="/src/api/resources/trackingIntegrations/resources/reelables/resources/workspaces/client/Client.ts">syncV1</a>() -> Chrt.ReelablesWorkspaceSyncRes</code></summary>
32268
+ <dl>
32269
+ <dd>
32270
+
32271
+ #### 📝 Description
32272
+
32273
+ <dl>
32274
+ <dd>
32275
+
32276
+ <dl>
32277
+ <dd>
32278
+
32279
+ Synchronizes Reelables workspaces available to the caller's organization without deleting missing workspaces. | authz: min_org_role=operator | () -> (ReelablesWorkspaceSyncRes)
32280
+
32281
+ </dd>
32282
+ </dl>
32283
+ </dd>
32284
+ </dl>
32285
+
32286
+ #### 🔌 Usage
32287
+
32288
+ <dl>
32289
+ <dd>
32290
+
32291
+ <dl>
32292
+ <dd>
32293
+
32294
+ ```typescript
32295
+ await client.trackingIntegrations.reelables.workspaces.syncV1();
32296
+ ```
32297
+
32298
+ </dd>
32299
+ </dl>
32300
+ </dd>
32301
+ </dl>
32302
+
32303
+ #### ⚙️ Parameters
32304
+
32305
+ <dl>
32306
+ <dd>
32307
+
32308
+ <dl>
32309
+ <dd>
32310
+
32311
+ **requestOptions:** `Workspaces.RequestOptions`
32312
+
32313
+ </dd>
32314
+ </dl>
32315
+ </dd>
32316
+ </dl>
32317
+
32318
+ </dd>
32319
+ </dl>
32320
+ </details>
32321
+
31498
32322
  ## TrackingIntegrations Tive Devices
31499
32323
 
31500
32324
  <details><summary><code>client.trackingIntegrations.tive.devices.<a href="/src/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.ts">getV1</a>({ ...params }) -> Chrt.TiveDevice1</code></summary>