@chrt-inc/typescript-sdk 1.303.0 → 1.304.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 (163) hide show
  1. package/README.md +0 -604
  2. package/dist/cjs/Client.js +2 -2
  3. package/dist/cjs/api/resources/connections/client/Client.d.ts +3 -3
  4. package/dist/cjs/api/resources/connections/client/Client.js +3 -3
  5. package/dist/cjs/api/resources/connections/resources/connectionToCourier/client/Client.d.ts +1 -1
  6. package/dist/cjs/api/resources/connections/resources/connectionToCourier/client/Client.js +1 -1
  7. package/dist/cjs/api/resources/connections/resources/connectionToForwarder/client/Client.d.ts +1 -1
  8. package/dist/cjs/api/resources/connections/resources/connectionToForwarder/client/Client.js +1 -1
  9. package/dist/cjs/api/resources/connections/resources/connectionToShipper/client/Client.d.ts +1 -1
  10. package/dist/cjs/api/resources/connections/resources/connectionToShipper/client/Client.js +1 -1
  11. package/dist/cjs/api/resources/dev/client/Client.d.ts +9 -9
  12. package/dist/cjs/api/resources/dev/client/Client.js +9 -9
  13. package/dist/cjs/api/resources/notifications/resources/courier/client/Client.d.ts +2 -2
  14. package/dist/cjs/api/resources/notifications/resources/courier/client/Client.js +2 -2
  15. package/dist/cjs/api/resources/notifications/resources/shipper/client/Client.d.ts +2 -2
  16. package/dist/cjs/api/resources/notifications/resources/shipper/client/Client.js +2 -2
  17. package/dist/cjs/api/resources/orderDrafts/client/Client.d.ts +27 -0
  18. package/dist/cjs/api/resources/orderDrafts/client/Client.js +125 -0
  19. package/dist/cjs/api/resources/orderDrafts/client/requests/index.d.ts +2 -0
  20. package/dist/cjs/api/resources/orders/client/Client.d.ts +0 -3
  21. package/dist/cjs/api/resources/orders/client/Client.js +0 -5
  22. package/dist/cjs/api/resources/orders/resources/index.d.ts +0 -1
  23. package/dist/cjs/api/resources/orders/resources/index.js +1 -2
  24. package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/Client.d.ts +3 -3
  25. package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/Client.js +3 -3
  26. package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/Client.d.ts +3 -3
  27. package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/Client.js +3 -3
  28. package/dist/cjs/api/resources/orgProfiles/client/Client.d.ts +7 -7
  29. package/dist/cjs/api/resources/orgProfiles/client/Client.js +7 -7
  30. package/dist/cjs/api/resources/orgs/client/Client.d.ts +8 -8
  31. package/dist/cjs/api/resources/orgs/client/Client.js +7 -7
  32. package/dist/cjs/api/resources/root/client/Client.d.ts +8 -8
  33. package/dist/cjs/api/resources/root/client/Client.js +5 -5
  34. package/dist/cjs/api/resources/taskArtifactNotifications/client/Client.d.ts +2 -2
  35. package/dist/cjs/api/resources/taskArtifactNotifications/client/Client.js +2 -2
  36. package/dist/cjs/api/resources/tracking/resources/cargoByDevice/client/Client.d.ts +1 -1
  37. package/dist/cjs/api/resources/tracking/resources/cargoByDevice/client/Client.js +1 -1
  38. package/dist/cjs/api/resources/tracking/resources/cargoByDriver/client/Client.d.ts +1 -1
  39. package/dist/cjs/api/resources/tracking/resources/cargoByDriver/client/Client.js +1 -1
  40. package/dist/cjs/api/resources/tracking/resources/devices/client/Client.d.ts +7 -7
  41. package/dist/cjs/api/resources/tracking/resources/devices/client/Client.js +7 -7
  42. package/dist/cjs/api/resources/tracking/resources/driver/client/Client.d.ts +2 -2
  43. package/dist/cjs/api/resources/tracking/resources/driver/client/Client.js +1 -1
  44. package/dist/cjs/api/resources/tracking/resources/sessionByDevice/client/Client.d.ts +14 -14
  45. package/dist/cjs/api/resources/tracking/resources/sessionByDevice/client/Client.js +14 -14
  46. package/dist/cjs/api/resources/tracking/resources/taskGroupByDriver/client/Client.d.ts +1 -1
  47. package/dist/cjs/api/resources/tracking/resources/taskGroupByDriver/client/Client.js +1 -1
  48. package/dist/cjs/api/resources/users/client/Client.d.ts +1 -1
  49. package/dist/cjs/api/resources/users/client/Client.js +1 -1
  50. package/dist/cjs/api/resources/utils/client/Client.d.ts +1 -1
  51. package/dist/cjs/api/resources/utils/client/Client.js +1 -1
  52. package/dist/cjs/api/types/Cargo1.d.ts +1 -1
  53. package/dist/cjs/api/types/CargoClientCreate1.d.ts +1 -1
  54. package/dist/cjs/api/types/CargoClientUpdate1.d.ts +1 -1
  55. package/dist/{esm/api/types/DriverUpdateResp.d.mts → cjs/api/types/DriverUpdateRes.d.ts} +1 -1
  56. package/dist/cjs/api/types/TaskClientUpdate1.d.ts +0 -1
  57. package/dist/cjs/api/types/index.d.ts +1 -1
  58. package/dist/cjs/api/types/index.js +1 -1
  59. package/dist/cjs/version.d.ts +1 -1
  60. package/dist/cjs/version.js +1 -1
  61. package/dist/esm/Client.mjs +2 -2
  62. package/dist/esm/api/resources/connections/client/Client.d.mts +3 -3
  63. package/dist/esm/api/resources/connections/client/Client.mjs +3 -3
  64. package/dist/esm/api/resources/connections/resources/connectionToCourier/client/Client.d.mts +1 -1
  65. package/dist/esm/api/resources/connections/resources/connectionToCourier/client/Client.mjs +1 -1
  66. package/dist/esm/api/resources/connections/resources/connectionToForwarder/client/Client.d.mts +1 -1
  67. package/dist/esm/api/resources/connections/resources/connectionToForwarder/client/Client.mjs +1 -1
  68. package/dist/esm/api/resources/connections/resources/connectionToShipper/client/Client.d.mts +1 -1
  69. package/dist/esm/api/resources/connections/resources/connectionToShipper/client/Client.mjs +1 -1
  70. package/dist/esm/api/resources/dev/client/Client.d.mts +9 -9
  71. package/dist/esm/api/resources/dev/client/Client.mjs +9 -9
  72. package/dist/esm/api/resources/notifications/resources/courier/client/Client.d.mts +2 -2
  73. package/dist/esm/api/resources/notifications/resources/courier/client/Client.mjs +2 -2
  74. package/dist/esm/api/resources/notifications/resources/shipper/client/Client.d.mts +2 -2
  75. package/dist/esm/api/resources/notifications/resources/shipper/client/Client.mjs +2 -2
  76. package/dist/esm/api/resources/orderDrafts/client/Client.d.mts +27 -0
  77. package/dist/esm/api/resources/orderDrafts/client/Client.mjs +125 -0
  78. package/dist/esm/api/resources/orderDrafts/client/requests/index.d.mts +2 -0
  79. package/dist/esm/api/resources/orders/client/Client.d.mts +0 -3
  80. package/dist/esm/api/resources/orders/client/Client.mjs +0 -5
  81. package/dist/esm/api/resources/orders/resources/index.d.mts +0 -1
  82. package/dist/esm/api/resources/orders/resources/index.mjs +0 -1
  83. package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/Client.d.mts +3 -3
  84. package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/Client.mjs +3 -3
  85. package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/Client.d.mts +3 -3
  86. package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/Client.mjs +3 -3
  87. package/dist/esm/api/resources/orgProfiles/client/Client.d.mts +7 -7
  88. package/dist/esm/api/resources/orgProfiles/client/Client.mjs +7 -7
  89. package/dist/esm/api/resources/orgs/client/Client.d.mts +8 -8
  90. package/dist/esm/api/resources/orgs/client/Client.mjs +7 -7
  91. package/dist/esm/api/resources/root/client/Client.d.mts +8 -8
  92. package/dist/esm/api/resources/root/client/Client.mjs +5 -5
  93. package/dist/esm/api/resources/taskArtifactNotifications/client/Client.d.mts +2 -2
  94. package/dist/esm/api/resources/taskArtifactNotifications/client/Client.mjs +2 -2
  95. package/dist/esm/api/resources/tracking/resources/cargoByDevice/client/Client.d.mts +1 -1
  96. package/dist/esm/api/resources/tracking/resources/cargoByDevice/client/Client.mjs +1 -1
  97. package/dist/esm/api/resources/tracking/resources/cargoByDriver/client/Client.d.mts +1 -1
  98. package/dist/esm/api/resources/tracking/resources/cargoByDriver/client/Client.mjs +1 -1
  99. package/dist/esm/api/resources/tracking/resources/devices/client/Client.d.mts +7 -7
  100. package/dist/esm/api/resources/tracking/resources/devices/client/Client.mjs +7 -7
  101. package/dist/esm/api/resources/tracking/resources/driver/client/Client.d.mts +2 -2
  102. package/dist/esm/api/resources/tracking/resources/driver/client/Client.mjs +1 -1
  103. package/dist/esm/api/resources/tracking/resources/sessionByDevice/client/Client.d.mts +14 -14
  104. package/dist/esm/api/resources/tracking/resources/sessionByDevice/client/Client.mjs +14 -14
  105. package/dist/esm/api/resources/tracking/resources/taskGroupByDriver/client/Client.d.mts +1 -1
  106. package/dist/esm/api/resources/tracking/resources/taskGroupByDriver/client/Client.mjs +1 -1
  107. package/dist/esm/api/resources/users/client/Client.d.mts +1 -1
  108. package/dist/esm/api/resources/users/client/Client.mjs +1 -1
  109. package/dist/esm/api/resources/utils/client/Client.d.mts +1 -1
  110. package/dist/esm/api/resources/utils/client/Client.mjs +1 -1
  111. package/dist/esm/api/types/Cargo1.d.mts +1 -1
  112. package/dist/esm/api/types/CargoClientCreate1.d.mts +1 -1
  113. package/dist/esm/api/types/CargoClientUpdate1.d.mts +1 -1
  114. package/dist/{cjs/api/types/DriverUpdateResp.d.ts → esm/api/types/DriverUpdateRes.d.mts} +1 -1
  115. package/dist/esm/api/types/TaskClientUpdate1.d.mts +0 -1
  116. package/dist/esm/api/types/index.d.mts +1 -1
  117. package/dist/esm/api/types/index.mjs +1 -1
  118. package/dist/esm/version.d.mts +1 -1
  119. package/dist/esm/version.mjs +1 -1
  120. package/package.json +1 -1
  121. package/reference.md +212 -214
  122. package/dist/cjs/api/resources/orders/resources/draft/client/Client.d.ts +0 -23
  123. package/dist/cjs/api/resources/orders/resources/draft/client/Client.js +0 -17
  124. package/dist/cjs/api/resources/orders/resources/draft/client/index.d.ts +0 -1
  125. package/dist/cjs/api/resources/orders/resources/draft/client/index.js +0 -2
  126. package/dist/cjs/api/resources/orders/resources/draft/index.d.ts +0 -2
  127. package/dist/cjs/api/resources/orders/resources/draft/index.js +0 -18
  128. package/dist/cjs/api/resources/orders/resources/draft/resources/expanded/client/Client.d.ts +0 -61
  129. package/dist/cjs/api/resources/orders/resources/draft/resources/expanded/client/Client.js +0 -193
  130. package/dist/cjs/api/resources/orders/resources/draft/resources/expanded/client/index.d.ts +0 -2
  131. package/dist/cjs/api/resources/orders/resources/draft/resources/expanded/client/index.js +0 -17
  132. package/dist/cjs/api/resources/orders/resources/draft/resources/expanded/client/requests/index.d.ts +0 -2
  133. package/dist/cjs/api/resources/orders/resources/draft/resources/expanded/client/requests/index.js +0 -2
  134. package/dist/cjs/api/resources/orders/resources/draft/resources/expanded/index.d.ts +0 -1
  135. package/dist/cjs/api/resources/orders/resources/draft/resources/expanded/index.js +0 -17
  136. package/dist/cjs/api/resources/orders/resources/draft/resources/index.d.ts +0 -2
  137. package/dist/cjs/api/resources/orders/resources/draft/resources/index.js +0 -41
  138. package/dist/esm/api/resources/orders/resources/draft/client/Client.d.mts +0 -23
  139. package/dist/esm/api/resources/orders/resources/draft/client/Client.mjs +0 -13
  140. package/dist/esm/api/resources/orders/resources/draft/client/index.d.mts +0 -1
  141. package/dist/esm/api/resources/orders/resources/draft/client/index.mjs +0 -1
  142. package/dist/esm/api/resources/orders/resources/draft/index.d.mts +0 -2
  143. package/dist/esm/api/resources/orders/resources/draft/index.mjs +0 -2
  144. package/dist/esm/api/resources/orders/resources/draft/resources/expanded/client/Client.d.mts +0 -61
  145. package/dist/esm/api/resources/orders/resources/draft/resources/expanded/client/Client.mjs +0 -156
  146. package/dist/esm/api/resources/orders/resources/draft/resources/expanded/client/index.d.mts +0 -2
  147. package/dist/esm/api/resources/orders/resources/draft/resources/expanded/client/index.mjs +0 -1
  148. package/dist/esm/api/resources/orders/resources/draft/resources/expanded/client/requests/index.d.mts +0 -2
  149. package/dist/esm/api/resources/orders/resources/draft/resources/expanded/client/requests/index.mjs +0 -1
  150. package/dist/esm/api/resources/orders/resources/draft/resources/expanded/index.d.mts +0 -1
  151. package/dist/esm/api/resources/orders/resources/draft/resources/expanded/index.mjs +0 -1
  152. package/dist/esm/api/resources/orders/resources/draft/resources/index.d.mts +0 -2
  153. package/dist/esm/api/resources/orders/resources/draft/resources/index.mjs +0 -2
  154. /package/dist/cjs/api/resources/{orders/resources/draft/resources/expanded → orderDrafts}/client/requests/OrderDraftExpandedListReq.d.ts +0 -0
  155. /package/dist/cjs/api/resources/{orders/resources/draft/resources/expanded → orderDrafts}/client/requests/OrderDraftExpandedListReq.js +0 -0
  156. /package/dist/cjs/api/resources/{orders/resources/draft/resources/expanded → orderDrafts}/client/requests/OrderDraftExpandedReq.d.ts +0 -0
  157. /package/dist/cjs/api/resources/{orders/resources/draft/resources/expanded → orderDrafts}/client/requests/OrderDraftExpandedReq.js +0 -0
  158. /package/dist/cjs/api/types/{DriverUpdateResp.js → DriverUpdateRes.js} +0 -0
  159. /package/dist/esm/api/resources/{orders/resources/draft/resources/expanded → orderDrafts}/client/requests/OrderDraftExpandedListReq.d.mts +0 -0
  160. /package/dist/esm/api/resources/{orders/resources/draft/resources/expanded → orderDrafts}/client/requests/OrderDraftExpandedListReq.mjs +0 -0
  161. /package/dist/esm/api/resources/{orders/resources/draft/resources/expanded → orderDrafts}/client/requests/OrderDraftExpandedReq.d.mts +0 -0
  162. /package/dist/esm/api/resources/{orders/resources/draft/resources/expanded → orderDrafts}/client/requests/OrderDraftExpandedReq.mjs +0 -0
  163. /package/dist/esm/api/types/{DriverUpdateResp.mjs → DriverUpdateRes.mjs} +0 -0
@@ -31,7 +31,7 @@ export declare class OrgProfiles {
31
31
  protected readonly _options: OrgProfiles.Options;
32
32
  constructor(_options?: OrgProfiles.Options);
33
33
  /**
34
- * Retrieves the courier or forwarder organization profile for the authenticated organization.
34
+ * Retrieves the courier or forwarder organization profile for the authenticated organization. | () -> (OrgProfileRes1)
35
35
  *
36
36
  * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
37
37
  *
@@ -41,7 +41,7 @@ export declare class OrgProfiles {
41
41
  getV1(requestOptions?: OrgProfiles.RequestOptions): core.HttpResponsePromise<Chrt.OrgProfileRes1>;
42
42
  private __getV1;
43
43
  /**
44
- * Creates a new courier organization profile. Fails if a profile already exists for the organization.
44
+ * Creates a new courier organization profile. Fails if a profile already exists for the organization. | (CourierOrgProfileClientCreate1) -> (PydanticObjectId)
45
45
  *
46
46
  * @param {Chrt.CourierOrgProfileClientCreate1} request
47
47
  * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
@@ -59,7 +59,7 @@ export declare class OrgProfiles {
59
59
  createCourierV1(request: Chrt.CourierOrgProfileClientCreate1, requestOptions?: OrgProfiles.RequestOptions): core.HttpResponsePromise<string>;
60
60
  private __createCourierV1;
61
61
  /**
62
- * Creates a new forwarder organization profile. Fails if a profile already exists for the organization.
62
+ * Creates a new forwarder organization profile. Fails if a profile already exists for the organization. | (ForwarderOrgProfileClientCreate1) -> (PydanticObjectId)
63
63
  *
64
64
  * @param {Chrt.ForwarderOrgProfileClientCreate1} request
65
65
  * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
@@ -77,7 +77,7 @@ export declare class OrgProfiles {
77
77
  createForwarderV1(request: Chrt.ForwarderOrgProfileClientCreate1, requestOptions?: OrgProfiles.RequestOptions): core.HttpResponsePromise<string>;
78
78
  private __createForwarderV1;
79
79
  /**
80
- * Updates an existing courier organization profile. Can update one or more fields.
80
+ * Updates an existing courier organization profile. Can update one or more fields. | (CourierOrgProfileClientUpdate1) -> (bool)
81
81
  *
82
82
  * @param {Chrt.CourierOrgProfileClientUpdate1} request
83
83
  * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
@@ -90,7 +90,7 @@ export declare class OrgProfiles {
90
90
  updateCourierV1(request?: Chrt.CourierOrgProfileClientUpdate1, requestOptions?: OrgProfiles.RequestOptions): core.HttpResponsePromise<boolean>;
91
91
  private __updateCourierV1;
92
92
  /**
93
- * Updates an existing forwarder organization profile. Can update one or more fields.
93
+ * Updates an existing forwarder organization profile. Can update one or more fields. | (ForwarderOrgProfileClientUpdate1) -> (bool)
94
94
  *
95
95
  * @param {Chrt.ForwarderOrgProfileClientUpdate1} request
96
96
  * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
@@ -103,7 +103,7 @@ export declare class OrgProfiles {
103
103
  updateForwarderV1(request?: Chrt.ForwarderOrgProfileClientUpdate1, requestOptions?: OrgProfiles.RequestOptions): core.HttpResponsePromise<boolean>;
104
104
  private __updateForwarderV1;
105
105
  /**
106
- * Retrieves a courier or forwarder organization profile using the organization's handle for public profile viewing.
106
+ * Retrieves a courier or forwarder organization profile using the organization's handle for public profile viewing. | () -> (OrgProfileRes1)
107
107
  *
108
108
  * @param {string} handle
109
109
  * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
@@ -116,7 +116,7 @@ export declare class OrgProfiles {
116
116
  getByHandleV1(handle: string, requestOptions?: OrgProfiles.RequestOptions): core.HttpResponsePromise<Chrt.OrgProfileRes1>;
117
117
  private __getByHandleV1;
118
118
  /**
119
- * Returns the organization avatar image URL from Clerk or a placeholder if not found.
119
+ * Returns the organization avatar image URL from Clerk or a placeholder if not found. | () -> (str)
120
120
  *
121
121
  * @param {string} handle
122
122
  * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
@@ -56,7 +56,7 @@ class OrgProfiles {
56
56
  this._options = _options;
57
57
  }
58
58
  /**
59
- * Retrieves the courier or forwarder organization profile for the authenticated organization.
59
+ * Retrieves the courier or forwarder organization profile for the authenticated organization. | () -> (OrgProfileRes1)
60
60
  *
61
61
  * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
62
62
  *
@@ -107,7 +107,7 @@ class OrgProfiles {
107
107
  });
108
108
  }
109
109
  /**
110
- * Creates a new courier organization profile. Fails if a profile already exists for the organization.
110
+ * Creates a new courier organization profile. Fails if a profile already exists for the organization. | (CourierOrgProfileClientCreate1) -> (PydanticObjectId)
111
111
  *
112
112
  * @param {Chrt.CourierOrgProfileClientCreate1} request
113
113
  * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
@@ -174,7 +174,7 @@ class OrgProfiles {
174
174
  });
175
175
  }
176
176
  /**
177
- * Creates a new forwarder organization profile. Fails if a profile already exists for the organization.
177
+ * Creates a new forwarder organization profile. Fails if a profile already exists for the organization. | (ForwarderOrgProfileClientCreate1) -> (PydanticObjectId)
178
178
  *
179
179
  * @param {Chrt.ForwarderOrgProfileClientCreate1} request
180
180
  * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
@@ -241,7 +241,7 @@ class OrgProfiles {
241
241
  });
242
242
  }
243
243
  /**
244
- * Updates an existing courier organization profile. Can update one or more fields.
244
+ * Updates an existing courier organization profile. Can update one or more fields. | (CourierOrgProfileClientUpdate1) -> (bool)
245
245
  *
246
246
  * @param {Chrt.CourierOrgProfileClientUpdate1} request
247
247
  * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
@@ -303,7 +303,7 @@ class OrgProfiles {
303
303
  });
304
304
  }
305
305
  /**
306
- * Updates an existing forwarder organization profile. Can update one or more fields.
306
+ * Updates an existing forwarder organization profile. Can update one or more fields. | (ForwarderOrgProfileClientUpdate1) -> (bool)
307
307
  *
308
308
  * @param {Chrt.ForwarderOrgProfileClientUpdate1} request
309
309
  * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
@@ -365,7 +365,7 @@ class OrgProfiles {
365
365
  });
366
366
  }
367
367
  /**
368
- * Retrieves a courier or forwarder organization profile using the organization's handle for public profile viewing.
368
+ * Retrieves a courier or forwarder organization profile using the organization's handle for public profile viewing. | () -> (OrgProfileRes1)
369
369
  *
370
370
  * @param {string} handle
371
371
  * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
@@ -424,7 +424,7 @@ class OrgProfiles {
424
424
  });
425
425
  }
426
426
  /**
427
- * Returns the organization avatar image URL from Clerk or a placeholder if not found.
427
+ * Returns the organization avatar image URL from Clerk or a placeholder if not found. | () -> (str)
428
428
  *
429
429
  * @param {string} handle
430
430
  * @param {OrgProfiles.RequestOptions} requestOptions - Request-specific configuration.
@@ -31,17 +31,17 @@ export declare class Orgs {
31
31
  protected readonly _options: Orgs.Options;
32
32
  constructor(_options?: Orgs.Options);
33
33
  /**
34
- * Retrieves basic organization information from the authentication service.
34
+ * Retrieves basic organization information from the authentication service. | () -> (dict)
35
35
  *
36
36
  * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
37
37
  *
38
38
  * @example
39
39
  * await client.orgs.getInfoV1()
40
40
  */
41
- getInfoV1(requestOptions?: Orgs.RequestOptions): core.HttpResponsePromise<unknown>;
41
+ getInfoV1(requestOptions?: Orgs.RequestOptions): core.HttpResponsePromise<Record<string, unknown>>;
42
42
  private __getInfoV1;
43
43
  /**
44
- * Lists all members of the authenticated organization with their roles and details.
44
+ * Lists all members of the authenticated organization with their roles and details. | () -> (list[OrgMemberDetails])
45
45
  *
46
46
  * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
47
47
  *
@@ -51,7 +51,7 @@ export declare class Orgs {
51
51
  listMembersV1(requestOptions?: Orgs.RequestOptions): core.HttpResponsePromise<Chrt.OrgMemberDetails[]>;
52
52
  private __listMembersV1;
53
53
  /**
54
- * Retrieves public organization data for the authenticated organization.
54
+ * Retrieves public organization data for the authenticated organization. | () -> (OrgPublicData1)
55
55
  *
56
56
  * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
57
57
  *
@@ -61,7 +61,7 @@ export declare class Orgs {
61
61
  getOrgPublicDataV1(requestOptions?: Orgs.RequestOptions): core.HttpResponsePromise<Chrt.OrgPublicData1>;
62
62
  private __getOrgPublicDataV1;
63
63
  /**
64
- * Creates an org_public_data document for the authenticated organization.
64
+ * Creates an org_public_data document for the authenticated organization. | (CreateOrgPublicDataReq) -> (PydanticObjectId)
65
65
  *
66
66
  * @param {Chrt.CreateOrgPublicDataReq} request
67
67
  * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
@@ -76,7 +76,7 @@ export declare class Orgs {
76
76
  createOrgPublicDataV1(request: Chrt.CreateOrgPublicDataReq, requestOptions?: Orgs.RequestOptions): core.HttpResponsePromise<string>;
77
77
  private __createOrgPublicDataV1;
78
78
  /**
79
- * Updates the handle and/or company_name for the authenticated organization.
79
+ * Updates the handle and/or company_name for the authenticated organization. | (UpdateOrgPublicDataReq) -> (bool)
80
80
  *
81
81
  * @param {Chrt.UpdateOrgPublicDataReq} request
82
82
  * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
@@ -89,7 +89,7 @@ export declare class Orgs {
89
89
  updateOrgPublicDataV1(request?: Chrt.UpdateOrgPublicDataReq, requestOptions?: Orgs.RequestOptions): core.HttpResponsePromise<boolean>;
90
90
  private __updateOrgPublicDataV1;
91
91
  /**
92
- * Retrieves public organization data for a specific organization by ID.
92
+ * Retrieves public organization data for a specific organization by ID. | () -> (OrgPublicData1)
93
93
  *
94
94
  * @param {string} orgId
95
95
  * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
@@ -102,7 +102,7 @@ export declare class Orgs {
102
102
  getOrgPublicDataByOrgIdV1(orgId: string, requestOptions?: Orgs.RequestOptions): core.HttpResponsePromise<Chrt.OrgPublicData1>;
103
103
  private __getOrgPublicDataByOrgIdV1;
104
104
  /**
105
- * Returns True when the provided handle is available, otherwise False.
105
+ * Returns True when the provided handle is available, otherwise False. | () -> (bool)
106
106
  *
107
107
  * @param {string} handle
108
108
  * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
@@ -56,7 +56,7 @@ class Orgs {
56
56
  this._options = _options;
57
57
  }
58
58
  /**
59
- * Retrieves basic organization information from the authentication service.
59
+ * Retrieves basic organization information from the authentication service. | () -> (dict)
60
60
  *
61
61
  * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
62
62
  *
@@ -107,7 +107,7 @@ class Orgs {
107
107
  });
108
108
  }
109
109
  /**
110
- * Lists all members of the authenticated organization with their roles and details.
110
+ * Lists all members of the authenticated organization with their roles and details. | () -> (list[OrgMemberDetails])
111
111
  *
112
112
  * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
113
113
  *
@@ -158,7 +158,7 @@ class Orgs {
158
158
  });
159
159
  }
160
160
  /**
161
- * Retrieves public organization data for the authenticated organization.
161
+ * Retrieves public organization data for the authenticated organization. | () -> (OrgPublicData1)
162
162
  *
163
163
  * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
164
164
  *
@@ -209,7 +209,7 @@ class Orgs {
209
209
  });
210
210
  }
211
211
  /**
212
- * Creates an org_public_data document for the authenticated organization.
212
+ * Creates an org_public_data document for the authenticated organization. | (CreateOrgPublicDataReq) -> (PydanticObjectId)
213
213
  *
214
214
  * @param {Chrt.CreateOrgPublicDataReq} request
215
215
  * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
@@ -273,7 +273,7 @@ class Orgs {
273
273
  });
274
274
  }
275
275
  /**
276
- * Updates the handle and/or company_name for the authenticated organization.
276
+ * Updates the handle and/or company_name for the authenticated organization. | (UpdateOrgPublicDataReq) -> (bool)
277
277
  *
278
278
  * @param {Chrt.UpdateOrgPublicDataReq} request
279
279
  * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
@@ -335,7 +335,7 @@ class Orgs {
335
335
  });
336
336
  }
337
337
  /**
338
- * Retrieves public organization data for a specific organization by ID.
338
+ * Retrieves public organization data for a specific organization by ID. | () -> (OrgPublicData1)
339
339
  *
340
340
  * @param {string} orgId
341
341
  * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
@@ -394,7 +394,7 @@ class Orgs {
394
394
  });
395
395
  }
396
396
  /**
397
- * Returns True when the provided handle is available, otherwise False.
397
+ * Returns True when the provided handle is available, otherwise False. | () -> (bool)
398
398
  *
399
399
  * @param {string} handle
400
400
  * @param {Orgs.RequestOptions} requestOptions - Request-specific configuration.
@@ -30,7 +30,7 @@ export declare class Root {
30
30
  protected readonly _options: Root.Options;
31
31
  constructor(_options?: Root.Options);
32
32
  /**
33
- * Test endpoint for authenticated requests that requires valid authentication tokens.
33
+ * Test endpoint for authenticated requests that requires valid authentication tokens. | () -> (dict[str, str])
34
34
  *
35
35
  * @param {Root.RequestOptions} requestOptions - Request-specific configuration.
36
36
  *
@@ -40,37 +40,37 @@ export declare class Root {
40
40
  pingAuthd(requestOptions?: Root.RequestOptions): core.HttpResponsePromise<Record<string, string>>;
41
41
  private __pingAuthd;
42
42
  /**
43
- * Test endpoint for optionally authenticated requests that works with or without authentication.
43
+ * Test endpoint for optionally authenticated requests that works with or without authentication. | () -> (dict)
44
44
  *
45
45
  * @param {Root.RequestOptions} requestOptions - Request-specific configuration.
46
46
  *
47
47
  * @example
48
48
  * await client.root.pingOptionallyAuthd()
49
49
  */
50
- pingOptionallyAuthd(requestOptions?: Root.RequestOptions): core.HttpResponsePromise<unknown>;
50
+ pingOptionallyAuthd(requestOptions?: Root.RequestOptions): core.HttpResponsePromise<Record<string, unknown>>;
51
51
  private __pingOptionallyAuthd;
52
52
  /**
53
- * Returns a greeting message to verify the API is accessible.
53
+ * Returns a greeting message to verify the API is accessible. | () -> (dict)
54
54
  *
55
55
  * @param {Root.RequestOptions} requestOptions - Request-specific configuration.
56
56
  *
57
57
  * @example
58
58
  * await client.root.pingUnauthd()
59
59
  */
60
- pingUnauthd(requestOptions?: Root.RequestOptions): core.HttpResponsePromise<unknown>;
60
+ pingUnauthd(requestOptions?: Root.RequestOptions): core.HttpResponsePromise<Record<string, unknown>>;
61
61
  private __pingUnauthd;
62
62
  /**
63
- * Returns a health status message used for monitoring system availability and uptime.
63
+ * Returns a health status message used for monitoring system availability and uptime. | () -> (dict)
64
64
  *
65
65
  * @param {Root.RequestOptions} requestOptions - Request-specific configuration.
66
66
  *
67
67
  * @example
68
68
  * await client.root.health()
69
69
  */
70
- health(requestOptions?: Root.RequestOptions): core.HttpResponsePromise<unknown>;
70
+ health(requestOptions?: Root.RequestOptions): core.HttpResponsePromise<Record<string, unknown>>;
71
71
  private __health;
72
72
  /**
73
- * Test endpoint that intentionally fails for error handling validation and monitoring purposes.
73
+ * Test endpoint that intentionally fails for error handling validation and monitoring purposes. | () -> (None)
74
74
  *
75
75
  * @param {Root.RequestOptions} requestOptions - Request-specific configuration.
76
76
  *
@@ -55,7 +55,7 @@ class Root {
55
55
  this._options = _options;
56
56
  }
57
57
  /**
58
- * Test endpoint for authenticated requests that requires valid authentication tokens.
58
+ * Test endpoint for authenticated requests that requires valid authentication tokens. | () -> (dict[str, str])
59
59
  *
60
60
  * @param {Root.RequestOptions} requestOptions - Request-specific configuration.
61
61
  *
@@ -106,7 +106,7 @@ class Root {
106
106
  });
107
107
  }
108
108
  /**
109
- * Test endpoint for optionally authenticated requests that works with or without authentication.
109
+ * Test endpoint for optionally authenticated requests that works with or without authentication. | () -> (dict)
110
110
  *
111
111
  * @param {Root.RequestOptions} requestOptions - Request-specific configuration.
112
112
  *
@@ -157,7 +157,7 @@ class Root {
157
157
  });
158
158
  }
159
159
  /**
160
- * Returns a greeting message to verify the API is accessible.
160
+ * Returns a greeting message to verify the API is accessible. | () -> (dict)
161
161
  *
162
162
  * @param {Root.RequestOptions} requestOptions - Request-specific configuration.
163
163
  *
@@ -208,7 +208,7 @@ class Root {
208
208
  });
209
209
  }
210
210
  /**
211
- * Returns a health status message used for monitoring system availability and uptime.
211
+ * Returns a health status message used for monitoring system availability and uptime. | () -> (dict)
212
212
  *
213
213
  * @param {Root.RequestOptions} requestOptions - Request-specific configuration.
214
214
  *
@@ -259,7 +259,7 @@ class Root {
259
259
  });
260
260
  }
261
261
  /**
262
- * Test endpoint that intentionally fails for error handling validation and monitoring purposes.
262
+ * Test endpoint that intentionally fails for error handling validation and monitoring purposes. | () -> (None)
263
263
  *
264
264
  * @param {Root.RequestOptions} requestOptions - Request-specific configuration.
265
265
  *
@@ -31,7 +31,7 @@ export declare class TaskArtifactNotifications {
31
31
  protected readonly _options: TaskArtifactNotifications.Options;
32
32
  constructor(_options?: TaskArtifactNotifications.Options);
33
33
  /**
34
- * Retrieves task_artifact notification preferences for the authenticated organization.
34
+ * Retrieves task_artifact notification preferences for the authenticated organization. | () -> (TaskArtifactNotificationPreferences1)
35
35
  *
36
36
  * @param {TaskArtifactNotifications.RequestOptions} requestOptions - Request-specific configuration.
37
37
  *
@@ -41,7 +41,7 @@ export declare class TaskArtifactNotifications {
41
41
  getPreferencesV1(requestOptions?: TaskArtifactNotifications.RequestOptions): core.HttpResponsePromise<Chrt.TaskArtifactNotificationPreferences1>;
42
42
  private __getPreferencesV1;
43
43
  /**
44
- * Creates or updates task_artifact notification preferences for the authenticated organization.
44
+ * Creates or updates task_artifact notification preferences for the authenticated organization. | (TaskArtifactNotificationPreferencesClientCreate1) -> (PydanticObjectId)
45
45
  *
46
46
  * @param {Chrt.TaskArtifactNotificationPreferencesClientCreate1} request
47
47
  * @param {TaskArtifactNotifications.RequestOptions} requestOptions - Request-specific configuration.
@@ -56,7 +56,7 @@ class TaskArtifactNotifications {
56
56
  this._options = _options;
57
57
  }
58
58
  /**
59
- * Retrieves task_artifact notification preferences for the authenticated organization.
59
+ * Retrieves task_artifact notification preferences for the authenticated organization. | () -> (TaskArtifactNotificationPreferences1)
60
60
  *
61
61
  * @param {TaskArtifactNotifications.RequestOptions} requestOptions - Request-specific configuration.
62
62
  *
@@ -110,7 +110,7 @@ class TaskArtifactNotifications {
110
110
  });
111
111
  }
112
112
  /**
113
- * Creates or updates task_artifact notification preferences for the authenticated organization.
113
+ * Creates or updates task_artifact notification preferences for the authenticated organization. | (TaskArtifactNotificationPreferencesClientCreate1) -> (PydanticObjectId)
114
114
  *
115
115
  * @param {Chrt.TaskArtifactNotificationPreferencesClientCreate1} request
116
116
  * @param {TaskArtifactNotifications.RequestOptions} requestOptions - Request-specific configuration.
@@ -31,7 +31,7 @@ export declare class CargoByDevice {
31
31
  protected readonly _options: CargoByDevice.Options;
32
32
  constructor(_options?: CargoByDevice.Options);
33
33
  /**
34
- * Returns the most recent device location data point for cargo within a task group. Access granted to courier or shipper organization.
34
+ * Returns the most recent device location data point for cargo within a task group. Access granted to courier or shipper organization. | () -> (TrackingCargoByDeviceDataPoint1 | None)
35
35
  *
36
36
  * @param {Chrt.tracking.CargoByDeviceLastSeenV1Request} request
37
37
  * @param {CargoByDevice.RequestOptions} requestOptions - Request-specific configuration.
@@ -56,7 +56,7 @@ class CargoByDevice {
56
56
  this._options = _options;
57
57
  }
58
58
  /**
59
- * Returns the most recent device location data point for cargo within a task group. Access granted to courier or shipper organization.
59
+ * Returns the most recent device location data point for cargo within a task group. Access granted to courier or shipper organization. | () -> (TrackingCargoByDeviceDataPoint1 | None)
60
60
  *
61
61
  * @param {Chrt.tracking.CargoByDeviceLastSeenV1Request} request
62
62
  * @param {CargoByDevice.RequestOptions} requestOptions - Request-specific configuration.
@@ -31,7 +31,7 @@ export declare class CargoByDriver {
31
31
  protected readonly _options: CargoByDriver.Options;
32
32
  constructor(_options?: CargoByDriver.Options);
33
33
  /**
34
- * Returns the most recent driver location data point for cargo within a task group. Access granted to courier or shipper organization. Data written by the driver update endpoint.
34
+ * Returns the most recent driver location data point for cargo within a task group. Access granted to courier or shipper organization. Data written by the driver update endpoint. | () -> (TrackingCargoByDriverDataPoint1 | None)
35
35
  *
36
36
  * @param {Chrt.tracking.CargoByDriverLastSeenV1Request} request
37
37
  * @param {CargoByDriver.RequestOptions} requestOptions - Request-specific configuration.
@@ -56,7 +56,7 @@ class CargoByDriver {
56
56
  this._options = _options;
57
57
  }
58
58
  /**
59
- * Returns the most recent driver location data point for cargo within a task group. Access granted to courier or shipper organization. Data written by the driver update endpoint.
59
+ * Returns the most recent driver location data point for cargo within a task group. Access granted to courier or shipper organization. Data written by the driver update endpoint. | () -> (TrackingCargoByDriverDataPoint1 | None)
60
60
  *
61
61
  * @param {Chrt.tracking.CargoByDriverLastSeenV1Request} request
62
62
  * @param {CargoByDriver.RequestOptions} requestOptions - Request-specific configuration.
@@ -31,7 +31,7 @@ export declare class Devices {
31
31
  protected readonly _options: Devices.Options;
32
32
  constructor(_options?: Devices.Options);
33
33
  /**
34
- * Registers a tracking device to the authenticated user's organization. If device is already registered to a different organization, registration is blocked.
34
+ * Registers a tracking device to the authenticated user's organization. If device is already registered to a different organization, registration is blocked. | (DevicesRegisterToOrgReq1) -> (PydanticObjectId)
35
35
  *
36
36
  * @param {Chrt.tracking.DevicesRegisterToOrgReq1} request
37
37
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -46,7 +46,7 @@ export declare class Devices {
46
46
  registerToOrgV1(request: Chrt.tracking.DevicesRegisterToOrgReq1, requestOptions?: Devices.RequestOptions): core.HttpResponsePromise<string>;
47
47
  private __registerToOrgV1;
48
48
  /**
49
- * Updates a device's type and/or comments. Can update one or both fields, or delete them by setting delete flags.
49
+ * Updates a device's type and/or comments. Can update one or both fields, or delete them by setting delete flags. | (DevicesUpdateRequest1) -> (bool)
50
50
  *
51
51
  * @param {Chrt.tracking.DevicesUpdateRequest1} request
52
52
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -59,7 +59,7 @@ export declare class Devices {
59
59
  updateV1(request?: Chrt.tracking.DevicesUpdateRequest1, requestOptions?: Devices.RequestOptions): core.HttpResponsePromise<boolean>;
60
60
  private __updateV1;
61
61
  /**
62
- * Deletes a device by ID or MAC address. Device must be unlinked from any session or cargo before deletion.
62
+ * Deletes a device by ID or MAC address. Device must be unlinked from any session or cargo before deletion. | () -> (bool)
63
63
  *
64
64
  * @param {Chrt.tracking.DevicesDeleteV1Request} request
65
65
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -75,7 +75,7 @@ export declare class Devices {
75
75
  deleteV1(request?: Chrt.tracking.DevicesDeleteV1Request, requestOptions?: Devices.RequestOptions): core.HttpResponsePromise<boolean>;
76
76
  private __deleteV1;
77
77
  /**
78
- * Retrieves a single device by its MAC address or ID. Access restricted to the device's organization.
78
+ * Retrieves a single device by its MAC address or ID. Access restricted to the device's organization. | () -> (Device1)
79
79
  *
80
80
  * @param {Chrt.tracking.DevicesGetV1Request} request
81
81
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -91,7 +91,7 @@ export declare class Devices {
91
91
  getV1(request?: Chrt.tracking.DevicesGetV1Request, requestOptions?: Devices.RequestOptions): core.HttpResponsePromise<Chrt.Device1>;
92
92
  private __getV1;
93
93
  /**
94
- * Returns all tracking devices registered to the authenticated user's organization.
94
+ * Returns all tracking devices registered to the authenticated user's organization. | () -> (list[Device1])
95
95
  *
96
96
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
97
97
  *
@@ -101,7 +101,7 @@ export declare class Devices {
101
101
  listV1(requestOptions?: Devices.RequestOptions): core.HttpResponsePromise<Chrt.Device1[]>;
102
102
  private __listV1;
103
103
  /**
104
- * Links a device to cargo with bidirectional references. Device must not already be linked to a session or different cargo.
104
+ * Links a device to cargo with bidirectional references. Device must not already be linked to a session or different cargo. | () -> (bool)
105
105
  *
106
106
  * @param {Chrt.tracking.DevicesLinkToCargoV1Request} request
107
107
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -117,7 +117,7 @@ export declare class Devices {
117
117
  linkToCargoV1(request: Chrt.tracking.DevicesLinkToCargoV1Request, requestOptions?: Devices.RequestOptions): core.HttpResponsePromise<boolean>;
118
118
  private __linkToCargoV1;
119
119
  /**
120
- * Unlinks a device from its linked cargo, removing the bidirectional reference. Returns false if device is not linked to any cargo.
120
+ * Unlinks a device from its linked cargo, removing the bidirectional reference. Returns false if device is not linked to any cargo. | () -> (bool)
121
121
  *
122
122
  * @param {Chrt.tracking.DevicesUnlinkFromCargoV1Request} request
123
123
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -56,7 +56,7 @@ class Devices {
56
56
  this._options = _options;
57
57
  }
58
58
  /**
59
- * Registers a tracking device to the authenticated user's organization. If device is already registered to a different organization, registration is blocked.
59
+ * Registers a tracking device to the authenticated user's organization. If device is already registered to a different organization, registration is blocked. | (DevicesRegisterToOrgReq1) -> (PydanticObjectId)
60
60
  *
61
61
  * @param {Chrt.tracking.DevicesRegisterToOrgReq1} request
62
62
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -120,7 +120,7 @@ class Devices {
120
120
  });
121
121
  }
122
122
  /**
123
- * Updates a device's type and/or comments. Can update one or both fields, or delete them by setting delete flags.
123
+ * Updates a device's type and/or comments. Can update one or both fields, or delete them by setting delete flags. | (DevicesUpdateRequest1) -> (bool)
124
124
  *
125
125
  * @param {Chrt.tracking.DevicesUpdateRequest1} request
126
126
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -182,7 +182,7 @@ class Devices {
182
182
  });
183
183
  }
184
184
  /**
185
- * Deletes a device by ID or MAC address. Device must be unlinked from any session or cargo before deletion.
185
+ * Deletes a device by ID or MAC address. Device must be unlinked from any session or cargo before deletion. | () -> (bool)
186
186
  *
187
187
  * @param {Chrt.tracking.DevicesDeleteV1Request} request
188
188
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -252,7 +252,7 @@ class Devices {
252
252
  });
253
253
  }
254
254
  /**
255
- * Retrieves a single device by its MAC address or ID. Access restricted to the device's organization.
255
+ * Retrieves a single device by its MAC address or ID. Access restricted to the device's organization. | () -> (Device1)
256
256
  *
257
257
  * @param {Chrt.tracking.DevicesGetV1Request} request
258
258
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -322,7 +322,7 @@ class Devices {
322
322
  });
323
323
  }
324
324
  /**
325
- * Returns all tracking devices registered to the authenticated user's organization.
325
+ * Returns all tracking devices registered to the authenticated user's organization. | () -> (list[Device1])
326
326
  *
327
327
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
328
328
  *
@@ -373,7 +373,7 @@ class Devices {
373
373
  });
374
374
  }
375
375
  /**
376
- * Links a device to cargo with bidirectional references. Device must not already be linked to a session or different cargo.
376
+ * Links a device to cargo with bidirectional references. Device must not already be linked to a session or different cargo. | () -> (bool)
377
377
  *
378
378
  * @param {Chrt.tracking.DevicesLinkToCargoV1Request} request
379
379
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -439,7 +439,7 @@ class Devices {
439
439
  });
440
440
  }
441
441
  /**
442
- * Unlinks a device from its linked cargo, removing the bidirectional reference. Returns false if device is not linked to any cargo.
442
+ * Unlinks a device from its linked cargo, removing the bidirectional reference. Returns false if device is not linked to any cargo. | () -> (bool)
443
443
  *
444
444
  * @param {Chrt.tracking.DevicesUnlinkFromCargoV1Request} request
445
445
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -31,7 +31,7 @@ export declare class Driver {
31
31
  protected readonly _options: Driver.Options;
32
32
  constructor(_options?: Driver.Options);
33
33
  /**
34
- * Records driver location updates for a task group. Automatically writes to task group tracking if IN_PROGRESS and cargo tracking if IN_TRANSIT. Updates driver's last seen timestamp and location.
34
+ * Records driver location updates for a task group. Automatically writes to task group tracking if IN_PROGRESS and cargo tracking if IN_TRANSIT. Updates driver's last seen timestamp and location. | (DriverUpdateReq) -> (DriverUpdateRes)
35
35
  *
36
36
  * @param {Chrt.tracking.DriverUpdateReq} request
37
37
  * @param {Driver.RequestOptions} requestOptions - Request-specific configuration.
@@ -54,7 +54,7 @@ export declare class Driver {
54
54
  * }
55
55
  * })
56
56
  */
57
- updateV1(request: Chrt.tracking.DriverUpdateReq, requestOptions?: Driver.RequestOptions): core.HttpResponsePromise<Chrt.DriverUpdateResp>;
57
+ updateV1(request: Chrt.tracking.DriverUpdateReq, requestOptions?: Driver.RequestOptions): core.HttpResponsePromise<Chrt.DriverUpdateRes>;
58
58
  private __updateV1;
59
59
  protected _getAuthorizationHeader(): Promise<string | undefined>;
60
60
  }
@@ -56,7 +56,7 @@ class Driver {
56
56
  this._options = _options;
57
57
  }
58
58
  /**
59
- * Records driver location updates for a task group. Automatically writes to task group tracking if IN_PROGRESS and cargo tracking if IN_TRANSIT. Updates driver's last seen timestamp and location.
59
+ * Records driver location updates for a task group. Automatically writes to task group tracking if IN_PROGRESS and cargo tracking if IN_TRANSIT. Updates driver's last seen timestamp and location. | (DriverUpdateReq) -> (DriverUpdateRes)
60
60
  *
61
61
  * @param {Chrt.tracking.DriverUpdateReq} request
62
62
  * @param {Driver.RequestOptions} requestOptions - Request-specific configuration.