@chrt-inc/typescript-sdk 1.675.0 → 1.681.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 (130) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/shipping/resources/flights/client/Client.d.ts +1 -1
  3. package/dist/cjs/api/resources/shipping/resources/flights/client/Client.js +1 -1
  4. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.d.ts +3 -3
  5. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.js +3 -3
  6. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.ts +3 -3
  7. package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.js +3 -3
  8. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +1 -1
  9. package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +1 -1
  10. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.d.ts +1 -1
  11. package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.js +1 -1
  12. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.d.ts +18 -2
  13. package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.js +66 -2
  14. package/dist/cjs/api/resources/shipping/resources/tasks/index.d.ts +1 -0
  15. package/dist/cjs/api/resources/shipping/resources/tasks/index.js +1 -0
  16. package/dist/cjs/api/resources/shipping/resources/tasks/resources/executorOrgNotes/client/Client.d.ts +50 -0
  17. package/dist/cjs/api/resources/shipping/resources/tasks/resources/executorOrgNotes/client/Client.js +133 -0
  18. package/dist/cjs/api/resources/shipping/resources/tasks/resources/executorOrgNotes/client/index.d.ts +2 -0
  19. package/dist/cjs/api/resources/shipping/resources/tasks/resources/executorOrgNotes/client/index.js +17 -0
  20. package/dist/cjs/api/resources/shipping/resources/tasks/resources/executorOrgNotes/client/requests/AddExecutorOrgNoteReq.d.ts +13 -0
  21. package/dist/cjs/api/resources/shipping/resources/tasks/resources/executorOrgNotes/client/requests/AddExecutorOrgNoteReq.js +5 -0
  22. package/dist/cjs/api/resources/shipping/resources/tasks/resources/executorOrgNotes/client/requests/index.d.ts +1 -0
  23. package/dist/cjs/api/resources/shipping/resources/tasks/resources/executorOrgNotes/client/requests/index.js +2 -0
  24. package/dist/cjs/api/resources/shipping/resources/tasks/resources/executorOrgNotes/index.d.ts +1 -0
  25. package/dist/cjs/api/resources/shipping/resources/tasks/resources/executorOrgNotes/index.js +17 -0
  26. package/dist/cjs/api/resources/shipping/resources/tasks/resources/index.d.ts +2 -0
  27. package/dist/cjs/api/resources/shipping/resources/tasks/resources/index.js +41 -0
  28. package/dist/cjs/api/resources/tracking/resources/devices/client/Client.d.ts +8 -8
  29. package/dist/cjs/api/resources/tracking/resources/devices/client/Client.js +8 -8
  30. package/dist/cjs/api/resources/tracking/resources/driver/client/Client.d.ts +1 -1
  31. package/dist/cjs/api/resources/tracking/resources/driver/client/Client.js +1 -1
  32. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.d.ts +6 -6
  33. package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.js +6 -6
  34. package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/Client.d.ts +3 -3
  35. package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/Client.js +3 -3
  36. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.d.ts +3 -3
  37. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.js +3 -3
  38. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.d.ts +2 -2
  39. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.js +2 -2
  40. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.d.ts +1 -1
  41. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.js +1 -1
  42. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.ts +2 -2
  43. package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.js +2 -2
  44. package/dist/cjs/api/types/ListingListingDriverInvitedToBidWebhookPayload.d.ts +16 -0
  45. package/dist/cjs/api/types/ListingListingDriverInvitedToBidWebhookPayload.js +5 -0
  46. package/dist/cjs/api/types/ListingListingProviderInvitedToBidWebhookPayload.d.ts +16 -0
  47. package/dist/cjs/api/types/ListingListingProviderInvitedToBidWebhookPayload.js +5 -0
  48. package/dist/cjs/api/types/NotificationEventsForOrgsEnum.d.ts +5 -1
  49. package/dist/cjs/api/types/NotificationEventsForOrgsEnum.js +4 -0
  50. package/dist/cjs/api/types/NotificationEventsForUsersEnum.d.ts +4 -1
  51. package/dist/cjs/api/types/NotificationEventsForUsersEnum.js +3 -0
  52. package/dist/cjs/api/types/OperationsCaseGroupAssignedWebhookPayload.d.ts +16 -0
  53. package/dist/cjs/api/types/OperationsCaseGroupAssignedWebhookPayload.js +5 -0
  54. package/dist/cjs/api/types/OperationsCaseOperatorAssignedWebhookPayload.d.ts +14 -0
  55. package/dist/cjs/api/types/OperationsCaseOperatorAssignedWebhookPayload.js +5 -0
  56. package/dist/cjs/api/types/Task1.d.ts +2 -0
  57. package/dist/cjs/api/types/TaskExecutorOrgNote1.d.ts +11 -0
  58. package/dist/cjs/api/types/TaskExecutorOrgNote1.js +5 -0
  59. package/dist/cjs/api/types/TaskStatusEnum1.d.ts +2 -1
  60. package/dist/cjs/api/types/TaskStatusEnum1.js +1 -0
  61. package/dist/cjs/api/types/index.d.ts +5 -0
  62. package/dist/cjs/api/types/index.js +5 -0
  63. package/dist/cjs/version.d.ts +1 -1
  64. package/dist/cjs/version.js +1 -1
  65. package/dist/esm/Client.mjs +2 -2
  66. package/dist/esm/api/resources/shipping/resources/flights/client/Client.d.mts +1 -1
  67. package/dist/esm/api/resources/shipping/resources/flights/client/Client.mjs +1 -1
  68. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.d.mts +3 -3
  69. package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.mjs +3 -3
  70. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.mts +3 -3
  71. package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.mjs +3 -3
  72. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +1 -1
  73. package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +1 -1
  74. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.d.mts +1 -1
  75. package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.mjs +1 -1
  76. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.d.mts +18 -2
  77. package/dist/esm/api/resources/shipping/resources/tasks/client/Client.mjs +66 -2
  78. package/dist/esm/api/resources/shipping/resources/tasks/index.d.mts +1 -0
  79. package/dist/esm/api/resources/shipping/resources/tasks/index.mjs +1 -0
  80. package/dist/esm/api/resources/shipping/resources/tasks/resources/executorOrgNotes/client/Client.d.mts +50 -0
  81. package/dist/esm/api/resources/shipping/resources/tasks/resources/executorOrgNotes/client/Client.mjs +96 -0
  82. package/dist/esm/api/resources/shipping/resources/tasks/resources/executorOrgNotes/client/index.d.mts +2 -0
  83. package/dist/esm/api/resources/shipping/resources/tasks/resources/executorOrgNotes/client/index.mjs +1 -0
  84. package/dist/esm/api/resources/shipping/resources/tasks/resources/executorOrgNotes/client/requests/AddExecutorOrgNoteReq.d.mts +13 -0
  85. package/dist/esm/api/resources/shipping/resources/tasks/resources/executorOrgNotes/client/requests/AddExecutorOrgNoteReq.mjs +4 -0
  86. package/dist/esm/api/resources/shipping/resources/tasks/resources/executorOrgNotes/client/requests/index.d.mts +1 -0
  87. package/dist/esm/api/resources/shipping/resources/tasks/resources/executorOrgNotes/client/requests/index.mjs +1 -0
  88. package/dist/esm/api/resources/shipping/resources/tasks/resources/executorOrgNotes/index.d.mts +1 -0
  89. package/dist/esm/api/resources/shipping/resources/tasks/resources/executorOrgNotes/index.mjs +1 -0
  90. package/dist/esm/api/resources/shipping/resources/tasks/resources/index.d.mts +2 -0
  91. package/dist/esm/api/resources/shipping/resources/tasks/resources/index.mjs +2 -0
  92. package/dist/esm/api/resources/tracking/resources/devices/client/Client.d.mts +8 -8
  93. package/dist/esm/api/resources/tracking/resources/devices/client/Client.mjs +8 -8
  94. package/dist/esm/api/resources/tracking/resources/driver/client/Client.d.mts +1 -1
  95. package/dist/esm/api/resources/tracking/resources/driver/client/Client.mjs +1 -1
  96. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.d.mts +6 -6
  97. package/dist/esm/api/resources/tracking/resources/sessions/client/Client.mjs +6 -6
  98. package/dist/esm/api/resources/tracking/resources/sharingSettings/client/Client.d.mts +3 -3
  99. package/dist/esm/api/resources/tracking/resources/sharingSettings/client/Client.mjs +3 -3
  100. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.d.mts +3 -3
  101. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.mjs +3 -3
  102. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.d.mts +2 -2
  103. package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.mjs +2 -2
  104. package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.d.mts +1 -1
  105. package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.mjs +1 -1
  106. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.mts +2 -2
  107. package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.mjs +2 -2
  108. package/dist/esm/api/types/ListingListingDriverInvitedToBidWebhookPayload.d.mts +16 -0
  109. package/dist/esm/api/types/ListingListingDriverInvitedToBidWebhookPayload.mjs +4 -0
  110. package/dist/esm/api/types/ListingListingProviderInvitedToBidWebhookPayload.d.mts +16 -0
  111. package/dist/esm/api/types/ListingListingProviderInvitedToBidWebhookPayload.mjs +4 -0
  112. package/dist/esm/api/types/NotificationEventsForOrgsEnum.d.mts +5 -1
  113. package/dist/esm/api/types/NotificationEventsForOrgsEnum.mjs +4 -0
  114. package/dist/esm/api/types/NotificationEventsForUsersEnum.d.mts +4 -1
  115. package/dist/esm/api/types/NotificationEventsForUsersEnum.mjs +3 -0
  116. package/dist/esm/api/types/OperationsCaseGroupAssignedWebhookPayload.d.mts +16 -0
  117. package/dist/esm/api/types/OperationsCaseGroupAssignedWebhookPayload.mjs +4 -0
  118. package/dist/esm/api/types/OperationsCaseOperatorAssignedWebhookPayload.d.mts +14 -0
  119. package/dist/esm/api/types/OperationsCaseOperatorAssignedWebhookPayload.mjs +4 -0
  120. package/dist/esm/api/types/Task1.d.mts +2 -0
  121. package/dist/esm/api/types/TaskExecutorOrgNote1.d.mts +11 -0
  122. package/dist/esm/api/types/TaskExecutorOrgNote1.mjs +4 -0
  123. package/dist/esm/api/types/TaskStatusEnum1.d.mts +2 -1
  124. package/dist/esm/api/types/TaskStatusEnum1.mjs +1 -0
  125. package/dist/esm/api/types/index.d.mts +5 -0
  126. package/dist/esm/api/types/index.mjs +5 -0
  127. package/dist/esm/version.d.mts +1 -1
  128. package/dist/esm/version.mjs +1 -1
  129. package/package.json +1 -1
  130. package/reference.md +175 -37
@@ -0,0 +1,96 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
5
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
6
+ return new (P || (P = Promise))(function (resolve, reject) {
7
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
8
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
9
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
10
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
11
+ });
12
+ };
13
+ import * as environments from "../../../../../../../../environments.mjs";
14
+ import * as core from "../../../../../../../../core/index.mjs";
15
+ import * as Chrt from "../../../../../../../index.mjs";
16
+ import { mergeHeaders, mergeOnlyDefinedHeaders } from "../../../../../../../../core/headers.mjs";
17
+ import * as errors from "../../../../../../../../errors/index.mjs";
18
+ export class ExecutorOrgNotes {
19
+ constructor(_options = {}) {
20
+ this._options = _options;
21
+ }
22
+ /**
23
+ * Adds an executor-side note to a task. | authz_personas=[driver_for_executor, executor_org_operators] | (AddExecutorOrgNoteReq) -> (bool)
24
+ *
25
+ * @param {string} taskId
26
+ * @param {Chrt.shipping.tasks.AddExecutorOrgNoteReq} request
27
+ * @param {ExecutorOrgNotes.RequestOptions} requestOptions - Request-specific configuration.
28
+ *
29
+ * @throws {@link Chrt.UnprocessableEntityError}
30
+ *
31
+ * @example
32
+ * await client.shipping.tasks.executorOrgNotes.addV1("task_id", {
33
+ * note: "note"
34
+ * })
35
+ */
36
+ addV1(taskId, request, requestOptions) {
37
+ return core.HttpResponsePromise.fromPromise(this.__addV1(taskId, request, requestOptions));
38
+ }
39
+ __addV1(taskId, request, requestOptions) {
40
+ return __awaiter(this, void 0, void 0, function* () {
41
+ var _a, _b, _c, _d;
42
+ let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
43
+ const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
44
+ url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/tasks/executor_org_notes/add/v1/${encodeURIComponent(taskId)}`),
45
+ method: "POST",
46
+ headers: _headers,
47
+ contentType: "application/json",
48
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
49
+ requestType: "json",
50
+ body: request,
51
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
52
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
53
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
54
+ });
55
+ if (_response.ok) {
56
+ return { data: _response.body, rawResponse: _response.rawResponse };
57
+ }
58
+ if (_response.error.reason === "status-code") {
59
+ switch (_response.error.statusCode) {
60
+ case 422:
61
+ throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
62
+ default:
63
+ throw new errors.ChrtError({
64
+ statusCode: _response.error.statusCode,
65
+ body: _response.error.body,
66
+ rawResponse: _response.rawResponse,
67
+ });
68
+ }
69
+ }
70
+ switch (_response.error.reason) {
71
+ case "non-json":
72
+ throw new errors.ChrtError({
73
+ statusCode: _response.error.statusCode,
74
+ body: _response.error.rawBody,
75
+ rawResponse: _response.rawResponse,
76
+ });
77
+ case "timeout":
78
+ throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/tasks/executor_org_notes/add/v1/{task_id}.");
79
+ case "unknown":
80
+ throw new errors.ChrtError({
81
+ message: _response.error.errorMessage,
82
+ rawResponse: _response.rawResponse,
83
+ });
84
+ }
85
+ });
86
+ }
87
+ _getAuthorizationHeader() {
88
+ return __awaiter(this, void 0, void 0, function* () {
89
+ const bearer = yield core.Supplier.get(this._options.token);
90
+ if (bearer != null) {
91
+ return `Bearer ${bearer}`;
92
+ }
93
+ return undefined;
94
+ });
95
+ }
96
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ export * from "./requests/index.mjs";
@@ -0,0 +1 @@
1
+ export * from "./requests/index.mjs";
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * @example
6
+ * {
7
+ * note: "note"
8
+ * }
9
+ */
10
+ export interface AddExecutorOrgNoteReq {
11
+ /** Executor-side note to add */
12
+ note: string;
13
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1 @@
1
+ export { type AddExecutorOrgNoteReq } from "./AddExecutorOrgNoteReq.mjs";
@@ -0,0 +1 @@
1
+ export * from "./client/index.mjs";
@@ -0,0 +1 @@
1
+ export * from "./client/index.mjs";
@@ -0,0 +1,2 @@
1
+ export * as executorOrgNotes from "./executorOrgNotes/index.mjs";
2
+ export * from "./executorOrgNotes/client/requests/index.mjs";
@@ -0,0 +1,2 @@
1
+ export * as executorOrgNotes from "./executorOrgNotes/index.mjs";
2
+ export * from "./executorOrgNotes/client/requests/index.mjs";
@@ -47,7 +47,7 @@ export declare class Devices {
47
47
  registerToOrgV1(request: Chrt.tracking.DeviceClientCreate1, requestOptions?: Devices.RequestOptions): core.HttpResponsePromise<string>;
48
48
  private __registerToOrgV1;
49
49
  /**
50
- * Updates a device's type, comments, and/or off_chrt_reference_id. Use __set_to_None flags to explicitly clear Optional fields. | (DeviceClientUpdate1) -> (bool)
50
+ * Updates a device's type, comments, and/or off_chrt_reference_id. Use __set_to_None flags to explicitly clear Optional fields. | auth: api_key | (DeviceClientUpdate1) -> (bool)
51
51
  *
52
52
  * @param {Chrt.tracking.DeviceClientUpdate1} request
53
53
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -62,7 +62,7 @@ export declare class Devices {
62
62
  updateV1(request: Chrt.tracking.DeviceClientUpdate1, requestOptions?: Devices.RequestOptions): core.HttpResponsePromise<boolean>;
63
63
  private __updateV1;
64
64
  /**
65
- * Archives a device by setting archived=True. Device must not have an active session — terminate it first. | () -> (bool)
65
+ * Archives a device by setting archived=True. Device must not have an active session — terminate it first. | auth: api_key | () -> (bool)
66
66
  *
67
67
  * @param {Chrt.tracking.DevicesArchiveV1Request} request
68
68
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -77,7 +77,7 @@ export declare class Devices {
77
77
  archiveV1(request: Chrt.tracking.DevicesArchiveV1Request, requestOptions?: Devices.RequestOptions): core.HttpResponsePromise<boolean>;
78
78
  private __archiveV1;
79
79
  /**
80
- * Pauses a device and opens a new pause time window. | () -> (bool)
80
+ * Pauses a device and opens a new pause time window. | auth: api_key | () -> (bool)
81
81
  *
82
82
  * @param {Chrt.tracking.DevicesPauseV1Request} request
83
83
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -92,7 +92,7 @@ export declare class Devices {
92
92
  pauseV1(request: Chrt.tracking.DevicesPauseV1Request, requestOptions?: Devices.RequestOptions): core.HttpResponsePromise<boolean>;
93
93
  private __pauseV1;
94
94
  /**
95
- * Unpauses a device. Closes the open pause time window. | () -> (bool)
95
+ * Unpauses a device. Closes the open pause time window. | auth: api_key | () -> (bool)
96
96
  *
97
97
  * @param {Chrt.tracking.DevicesUnpauseV1Request} request
98
98
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -107,7 +107,7 @@ export declare class Devices {
107
107
  unpauseV1(request: Chrt.tracking.DevicesUnpauseV1Request, requestOptions?: Devices.RequestOptions): core.HttpResponsePromise<boolean>;
108
108
  private __unpauseV1;
109
109
  /**
110
- * Adds and/or removes org_ids from a device's shared_with_org_ids list. Removal overrides addition. | (DevicesUpdateSharedOrgsReq1) -> (bool)
110
+ * Adds and/or removes org_ids from a device's shared_with_org_ids list. Removal overrides addition. | auth: api_key | (DevicesUpdateSharedOrgsReq1) -> (bool)
111
111
  *
112
112
  * @param {Chrt.tracking.DevicesUpdateSharedOrgsReq1} request
113
113
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -122,7 +122,7 @@ export declare class Devices {
122
122
  updateSharedOrgsV1(request: Chrt.tracking.DevicesUpdateSharedOrgsReq1, requestOptions?: Devices.RequestOptions): core.HttpResponsePromise<boolean>;
123
123
  private __updateSharedOrgsV1;
124
124
  /**
125
- * Retrieves a single device by its ID with expanded sessions and cargos. Access restricted to the caller's organization or shared organizations. | authz: min_org_role=operator | () -> (DeviceExpandedRes)
125
+ * Retrieves a single device by its ID with expanded sessions and cargos. Access restricted to the caller's organization or shared organizations. | auth: api_key | authz: min_org_role=operator | () -> (DeviceExpandedRes)
126
126
  *
127
127
  * @param {Chrt.tracking.DevicesGetV1Request} request
128
128
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -137,7 +137,7 @@ export declare class Devices {
137
137
  getV1(request: Chrt.tracking.DevicesGetV1Request, requestOptions?: Devices.RequestOptions): core.HttpResponsePromise<Chrt.DeviceExpandedRes>;
138
138
  private __getV1;
139
139
  /**
140
- * Lists devices with filtering, sorting, and pagination. Use org_scope to restrict to owned, shared, or both (default). | authz: min_org_role=operator | () -> (DeviceListRes)
140
+ * Lists devices with filtering, sorting, and pagination. Use org_scope to restrict to owned, shared, or both (default). | auth: api_key | authz: min_org_role=operator | () -> (DeviceListRes)
141
141
  *
142
142
  * @param {Chrt.tracking.DevicesListV1Request} request
143
143
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -170,7 +170,7 @@ export declare class Devices {
170
170
  listV1(request?: Chrt.tracking.DevicesListV1Request, requestOptions?: Devices.RequestOptions): core.HttpResponsePromise<Chrt.DeviceListRes>;
171
171
  private __listV1;
172
172
  /**
173
- * Returns distinct device_mac_address and off_chrt_reference_id values matching the query via case-insensitive regex, searching devices. Use org_scope to restrict to owned, shared, or both (default). | authz: min_org_role=operator | () -> (list[TrackingTypeaheadResult])
173
+ * Returns distinct device_mac_address and off_chrt_reference_id values matching the query via case-insensitive regex, searching devices. Use org_scope to restrict to owned, shared, or both (default). | auth: api_key | authz: min_org_role=operator | () -> (list[TrackingTypeaheadResult])
174
174
  *
175
175
  * @param {Chrt.tracking.DevicesTypeaheadV1Request} request
176
176
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -96,7 +96,7 @@ export class Devices {
96
96
  });
97
97
  }
98
98
  /**
99
- * Updates a device's type, comments, and/or off_chrt_reference_id. Use __set_to_None flags to explicitly clear Optional fields. | (DeviceClientUpdate1) -> (bool)
99
+ * Updates a device's type, comments, and/or off_chrt_reference_id. Use __set_to_None flags to explicitly clear Optional fields. | auth: api_key | (DeviceClientUpdate1) -> (bool)
100
100
  *
101
101
  * @param {Chrt.tracking.DeviceClientUpdate1} request
102
102
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -163,7 +163,7 @@ export class Devices {
163
163
  });
164
164
  }
165
165
  /**
166
- * Archives a device by setting archived=True. Device must not have an active session — terminate it first. | () -> (bool)
166
+ * Archives a device by setting archived=True. Device must not have an active session — terminate it first. | auth: api_key | () -> (bool)
167
167
  *
168
168
  * @param {Chrt.tracking.DevicesArchiveV1Request} request
169
169
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -227,7 +227,7 @@ export class Devices {
227
227
  });
228
228
  }
229
229
  /**
230
- * Pauses a device and opens a new pause time window. | () -> (bool)
230
+ * Pauses a device and opens a new pause time window. | auth: api_key | () -> (bool)
231
231
  *
232
232
  * @param {Chrt.tracking.DevicesPauseV1Request} request
233
233
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -291,7 +291,7 @@ export class Devices {
291
291
  });
292
292
  }
293
293
  /**
294
- * Unpauses a device. Closes the open pause time window. | () -> (bool)
294
+ * Unpauses a device. Closes the open pause time window. | auth: api_key | () -> (bool)
295
295
  *
296
296
  * @param {Chrt.tracking.DevicesUnpauseV1Request} request
297
297
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -355,7 +355,7 @@ export class Devices {
355
355
  });
356
356
  }
357
357
  /**
358
- * Adds and/or removes org_ids from a device's shared_with_org_ids list. Removal overrides addition. | (DevicesUpdateSharedOrgsReq1) -> (bool)
358
+ * Adds and/or removes org_ids from a device's shared_with_org_ids list. Removal overrides addition. | auth: api_key | (DevicesUpdateSharedOrgsReq1) -> (bool)
359
359
  *
360
360
  * @param {Chrt.tracking.DevicesUpdateSharedOrgsReq1} request
361
361
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -419,7 +419,7 @@ export class Devices {
419
419
  });
420
420
  }
421
421
  /**
422
- * Retrieves a single device by its ID with expanded sessions and cargos. Access restricted to the caller's organization or shared organizations. | authz: min_org_role=operator | () -> (DeviceExpandedRes)
422
+ * Retrieves a single device by its ID with expanded sessions and cargos. Access restricted to the caller's organization or shared organizations. | auth: api_key | authz: min_org_role=operator | () -> (DeviceExpandedRes)
423
423
  *
424
424
  * @param {Chrt.tracking.DevicesGetV1Request} request
425
425
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -483,7 +483,7 @@ export class Devices {
483
483
  });
484
484
  }
485
485
  /**
486
- * Lists devices with filtering, sorting, and pagination. Use org_scope to restrict to owned, shared, or both (default). | authz: min_org_role=operator | () -> (DeviceListRes)
486
+ * Lists devices with filtering, sorting, and pagination. Use org_scope to restrict to owned, shared, or both (default). | auth: api_key | authz: min_org_role=operator | () -> (DeviceListRes)
487
487
  *
488
488
  * @param {Chrt.tracking.DevicesListV1Request} request
489
489
  * @param {Devices.RequestOptions} requestOptions - Request-specific configuration.
@@ -621,7 +621,7 @@ export class Devices {
621
621
  });
622
622
  }
623
623
  /**
624
- * Returns distinct device_mac_address and off_chrt_reference_id values matching the query via case-insensitive regex, searching devices. Use org_scope to restrict to owned, shared, or both (default). | authz: min_org_role=operator | () -> (list[TrackingTypeaheadResult])
624
+ * Returns distinct device_mac_address and off_chrt_reference_id values matching the query via case-insensitive regex, searching devices. Use org_scope to restrict to owned, shared, or both (default). | auth: api_key | authz: min_org_role=operator | () -> (list[TrackingTypeaheadResult])
625
625
  *
626
626
  * @param {Chrt.tracking.DevicesTypeaheadV1Request} request
627
627
  * @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. Updates driver's last seen timestamp and location. Automatically records tracking data for all IN_PROGRESS task groups and their associated IN_TRANSIT cargos (cargo_by_driver). | (LocationFeature) -> (DriverUpdateRes)
34
+ * Records driver location updates. Updates driver's last seen timestamp and location. Automatically records tracking data for all IN_PROGRESS task groups and their associated IN_TRANSIT cargos (cargo_by_driver). | auth: api_key | (LocationFeature) -> (DriverUpdateRes)
35
35
  *
36
36
  * @param {Chrt.LocationFeature} request
37
37
  * @param {Driver.RequestOptions} requestOptions - Request-specific configuration.
@@ -20,7 +20,7 @@ export class Driver {
20
20
  this._options = _options;
21
21
  }
22
22
  /**
23
- * Records driver location updates. Updates driver's last seen timestamp and location. Automatically records tracking data for all IN_PROGRESS task groups and their associated IN_TRANSIT cargos (cargo_by_driver). | (LocationFeature) -> (DriverUpdateRes)
23
+ * Records driver location updates. Updates driver's last seen timestamp and location. Automatically records tracking data for all IN_PROGRESS task groups and their associated IN_TRANSIT cargos (cargo_by_driver). | auth: api_key | (LocationFeature) -> (DriverUpdateRes)
24
24
  *
25
25
  * @param {Chrt.LocationFeature} request
26
26
  * @param {Driver.RequestOptions} requestOptions - Request-specific configuration.
@@ -113,7 +113,7 @@ export declare class Sessions {
113
113
  createSessionV1(request: Chrt.tracking.SessionClientCreate1, requestOptions?: Sessions.RequestOptions): core.HttpResponsePromise<string>;
114
114
  private __createSessionV1;
115
115
  /**
116
- * Updates a session's metadata. | (SessionClientUpdate1) -> (bool)
116
+ * Updates a session's metadata. | auth: api_key | (SessionClientUpdate1) -> (bool)
117
117
  *
118
118
  * @param {Chrt.tracking.SessionClientUpdate1} request
119
119
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
@@ -128,7 +128,7 @@ export declare class Sessions {
128
128
  updateV1(request: Chrt.tracking.SessionClientUpdate1, requestOptions?: Sessions.RequestOptions): core.HttpResponsePromise<boolean>;
129
129
  private __updateV1;
130
130
  /**
131
- * Adds and/or removes org_ids from a session's shared_with_org_ids list. Only the owning org may modify sharing. Removal overrides addition. | (SessionsUpdateSharedOrgsReq1) -> (bool)
131
+ * Adds and/or removes org_ids from a session's shared_with_org_ids list. Only the owning org may modify sharing. Removal overrides addition. | auth: api_key | (SessionsUpdateSharedOrgsReq1) -> (bool)
132
132
  *
133
133
  * @param {Chrt.tracking.SessionsUpdateSharedOrgsReq1} request
134
134
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
@@ -143,7 +143,7 @@ export declare class Sessions {
143
143
  updateSharedOrgsV1(request: Chrt.tracking.SessionsUpdateSharedOrgsReq1, requestOptions?: Sessions.RequestOptions): core.HttpResponsePromise<boolean>;
144
144
  private __updateSharedOrgsV1;
145
145
  /**
146
- * Terminates a session. Moves device.active_session_id to device.past_session_ids. | () -> (bool)
146
+ * Terminates a session. Moves device.active_session_id to device.past_session_ids. | auth: api_key | () -> (bool)
147
147
  *
148
148
  * @param {Chrt.tracking.SessionsTerminateV1Request} request
149
149
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
@@ -158,7 +158,7 @@ export declare class Sessions {
158
158
  terminateV1(request: Chrt.tracking.SessionsTerminateV1Request, requestOptions?: Sessions.RequestOptions): core.HttpResponsePromise<boolean>;
159
159
  private __terminateV1;
160
160
  /**
161
- * Adds a flight number and FA flight IDs to an existing session. Creates or reuses a FlightAware alert. | authz: min_org_role=operator | (SessionAddFlightReq1) -> (bool)
161
+ * Adds a flight number and FA flight IDs to an existing session. Creates or reuses a FlightAware alert. | auth: api_key | authz: min_org_role=operator | (SessionAddFlightReq1) -> (bool)
162
162
  *
163
163
  * @param {Chrt.tracking.SessionAddFlightReq1} request
164
164
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
@@ -175,7 +175,7 @@ export declare class Sessions {
175
175
  addFlightV1(request: Chrt.tracking.SessionAddFlightReq1, requestOptions?: Sessions.RequestOptions): core.HttpResponsePromise<boolean>;
176
176
  private __addFlightV1;
177
177
  /**
178
- * Removes a flight number and FA flight IDs from a session. Runs the shared-aware FlightAware unsubscribe cycle before removing. | authz: min_org_role=operator | (SessionRemoveFlightReq1) -> (bool)
178
+ * Removes a flight number and FA flight IDs from a session. Runs the shared-aware FlightAware unsubscribe cycle before removing. | auth: api_key | authz: min_org_role=operator | (SessionRemoveFlightReq1) -> (bool)
179
179
  *
180
180
  * @param {Chrt.tracking.SessionRemoveFlightReq1} request
181
181
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
@@ -192,7 +192,7 @@ export declare class Sessions {
192
192
  removeFlightV1(request: Chrt.tracking.SessionRemoveFlightReq1, requestOptions?: Sessions.RequestOptions): core.HttpResponsePromise<boolean>;
193
193
  private __removeFlightV1;
194
194
  /**
195
- * Fetches current OOOI timestamps from FlightAware for each fa_flight_id on the session and updates flight_status_by_fa_flight_id. Use when the webhook may have left state out of sync. | authz: min_org_role=operator | () -> (bool)
195
+ * Fetches current OOOI timestamps from FlightAware for each fa_flight_id on the session and updates flight_status_by_fa_flight_id. Use when the webhook may have left state out of sync. | auth: api_key | authz: min_org_role=operator | () -> (bool)
196
196
  *
197
197
  * @param {Chrt.tracking.SessionsSyncFlightStatusV1Request} request
198
198
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
@@ -377,7 +377,7 @@ export class Sessions {
377
377
  });
378
378
  }
379
379
  /**
380
- * Updates a session's metadata. | (SessionClientUpdate1) -> (bool)
380
+ * Updates a session's metadata. | auth: api_key | (SessionClientUpdate1) -> (bool)
381
381
  *
382
382
  * @param {Chrt.tracking.SessionClientUpdate1} request
383
383
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
@@ -444,7 +444,7 @@ export class Sessions {
444
444
  });
445
445
  }
446
446
  /**
447
- * Adds and/or removes org_ids from a session's shared_with_org_ids list. Only the owning org may modify sharing. Removal overrides addition. | (SessionsUpdateSharedOrgsReq1) -> (bool)
447
+ * Adds and/or removes org_ids from a session's shared_with_org_ids list. Only the owning org may modify sharing. Removal overrides addition. | auth: api_key | (SessionsUpdateSharedOrgsReq1) -> (bool)
448
448
  *
449
449
  * @param {Chrt.tracking.SessionsUpdateSharedOrgsReq1} request
450
450
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
@@ -508,7 +508,7 @@ export class Sessions {
508
508
  });
509
509
  }
510
510
  /**
511
- * Terminates a session. Moves device.active_session_id to device.past_session_ids. | () -> (bool)
511
+ * Terminates a session. Moves device.active_session_id to device.past_session_ids. | auth: api_key | () -> (bool)
512
512
  *
513
513
  * @param {Chrt.tracking.SessionsTerminateV1Request} request
514
514
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
@@ -572,7 +572,7 @@ export class Sessions {
572
572
  });
573
573
  }
574
574
  /**
575
- * Adds a flight number and FA flight IDs to an existing session. Creates or reuses a FlightAware alert. | authz: min_org_role=operator | (SessionAddFlightReq1) -> (bool)
575
+ * Adds a flight number and FA flight IDs to an existing session. Creates or reuses a FlightAware alert. | auth: api_key | authz: min_org_role=operator | (SessionAddFlightReq1) -> (bool)
576
576
  *
577
577
  * @param {Chrt.tracking.SessionAddFlightReq1} request
578
578
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
@@ -638,7 +638,7 @@ export class Sessions {
638
638
  });
639
639
  }
640
640
  /**
641
- * Removes a flight number and FA flight IDs from a session. Runs the shared-aware FlightAware unsubscribe cycle before removing. | authz: min_org_role=operator | (SessionRemoveFlightReq1) -> (bool)
641
+ * Removes a flight number and FA flight IDs from a session. Runs the shared-aware FlightAware unsubscribe cycle before removing. | auth: api_key | authz: min_org_role=operator | (SessionRemoveFlightReq1) -> (bool)
642
642
  *
643
643
  * @param {Chrt.tracking.SessionRemoveFlightReq1} request
644
644
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
@@ -704,7 +704,7 @@ export class Sessions {
704
704
  });
705
705
  }
706
706
  /**
707
- * Fetches current OOOI timestamps from FlightAware for each fa_flight_id on the session and updates flight_status_by_fa_flight_id. Use when the webhook may have left state out of sync. | authz: min_org_role=operator | () -> (bool)
707
+ * Fetches current OOOI timestamps from FlightAware for each fa_flight_id on the session and updates flight_status_by_fa_flight_id. Use when the webhook may have left state out of sync. | auth: api_key | authz: min_org_role=operator | () -> (bool)
708
708
  *
709
709
  * @param {Chrt.tracking.SessionsSyncFlightStatusV1Request} request
710
710
  * @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
@@ -31,7 +31,7 @@ export declare class SharingSettings {
31
31
  protected readonly _options: SharingSettings.Options;
32
32
  constructor(_options?: SharingSettings.Options);
33
33
  /**
34
- * Updates the sharing settings for a task group by driver tracking dataset. | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | (TaskGroupByDriverSharingSettingsUpdateReq) -> (TaskGroupByDriverSharingSettings1)
34
+ * Updates the sharing settings for a task group by driver tracking dataset. | auth: api_key | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | (TaskGroupByDriverSharingSettingsUpdateReq) -> (TaskGroupByDriverSharingSettings1)
35
35
  *
36
36
  * @param {Chrt.tracking.TaskGroupByDriverSharingSettingsUpdateReq} request
37
37
  * @param {SharingSettings.RequestOptions} requestOptions - Request-specific configuration.
@@ -47,7 +47,7 @@ export declare class SharingSettings {
47
47
  taskGroupByDriverSharingSettingsV1(request: Chrt.tracking.TaskGroupByDriverSharingSettingsUpdateReq, requestOptions?: SharingSettings.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupByDriverSharingSettings1>;
48
48
  private __taskGroupByDriverSharingSettingsV1;
49
49
  /**
50
- * Updates the sharing settings for a cargo by driver tracking dataset. | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | (CargoByDriverSharingSettingsUpdateReq) -> (CargoByDriverSharingSettings1)
50
+ * Updates the sharing settings for a cargo by driver tracking dataset. | auth: api_key | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | (CargoByDriverSharingSettingsUpdateReq) -> (CargoByDriverSharingSettings1)
51
51
  *
52
52
  * @param {Chrt.tracking.CargoByDriverSharingSettingsUpdateReq} request
53
53
  * @param {SharingSettings.RequestOptions} requestOptions - Request-specific configuration.
@@ -64,7 +64,7 @@ export declare class SharingSettings {
64
64
  cargoByDriverSettingsV1(request: Chrt.tracking.CargoByDriverSharingSettingsUpdateReq, requestOptions?: SharingSettings.RequestOptions): core.HttpResponsePromise<Chrt.CargoByDriverSharingSettings1>;
65
65
  private __cargoByDriverSettingsV1;
66
66
  /**
67
- * Updates the sharing settings for a cargo by device tracking dataset. | authz_personas=[coordinator_org_operators, shipper_org_operators, order_creator_org_operators] | (CargoByDeviceSharingSettingsUpdateReq) -> (CargoByDeviceSharingSettings1)
67
+ * Updates the sharing settings for a cargo by device tracking dataset. | auth: api_key | authz_personas=[coordinator_org_operators, shipper_org_operators, order_creator_org_operators] | (CargoByDeviceSharingSettingsUpdateReq) -> (CargoByDeviceSharingSettings1)
68
68
  *
69
69
  * @param {Chrt.tracking.CargoByDeviceSharingSettingsUpdateReq} request
70
70
  * @param {SharingSettings.RequestOptions} requestOptions - Request-specific configuration.
@@ -20,7 +20,7 @@ export class SharingSettings {
20
20
  this._options = _options;
21
21
  }
22
22
  /**
23
- * Updates the sharing settings for a task group by driver tracking dataset. | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | (TaskGroupByDriverSharingSettingsUpdateReq) -> (TaskGroupByDriverSharingSettings1)
23
+ * Updates the sharing settings for a task group by driver tracking dataset. | auth: api_key | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | (TaskGroupByDriverSharingSettingsUpdateReq) -> (TaskGroupByDriverSharingSettings1)
24
24
  *
25
25
  * @param {Chrt.tracking.TaskGroupByDriverSharingSettingsUpdateReq} request
26
26
  * @param {SharingSettings.RequestOptions} requestOptions - Request-specific configuration.
@@ -88,7 +88,7 @@ export class SharingSettings {
88
88
  });
89
89
  }
90
90
  /**
91
- * Updates the sharing settings for a cargo by driver tracking dataset. | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | (CargoByDriverSharingSettingsUpdateReq) -> (CargoByDriverSharingSettings1)
91
+ * Updates the sharing settings for a cargo by driver tracking dataset. | auth: api_key | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | (CargoByDriverSharingSettingsUpdateReq) -> (CargoByDriverSharingSettings1)
92
92
  *
93
93
  * @param {Chrt.tracking.CargoByDriverSharingSettingsUpdateReq} request
94
94
  * @param {SharingSettings.RequestOptions} requestOptions - Request-specific configuration.
@@ -154,7 +154,7 @@ export class SharingSettings {
154
154
  });
155
155
  }
156
156
  /**
157
- * Updates the sharing settings for a cargo by device tracking dataset. | authz_personas=[coordinator_org_operators, shipper_org_operators, order_creator_org_operators] | (CargoByDeviceSharingSettingsUpdateReq) -> (CargoByDeviceSharingSettings1)
157
+ * Updates the sharing settings for a cargo by device tracking dataset. | auth: api_key | authz_personas=[coordinator_org_operators, shipper_org_operators, order_creator_org_operators] | (CargoByDeviceSharingSettingsUpdateReq) -> (CargoByDeviceSharingSettings1)
158
158
  *
159
159
  * @param {Chrt.tracking.CargoByDeviceSharingSettingsUpdateReq} request
160
160
  * @param {SharingSettings.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 last seen data point for cargo within a task group. Access granted to the order's coordinator/shipper/executor org or the assigned driver, or via public sharing. | () -> (CargoByDeviceDataPoint1 | None)
34
+ * Returns the last seen data point for cargo within a task group. Access granted to the order's coordinator/shipper/executor org or the assigned driver, or via public sharing. | auth: api_key | () -> (CargoByDeviceDataPoint1 | None)
35
35
  *
36
36
  * @param {Chrt.tracking.timeseries.CargoByDeviceLastSeenV1Request} request
37
37
  * @param {CargoByDevice.RequestOptions} requestOptions - Request-specific configuration.
@@ -47,7 +47,7 @@ export declare class CargoByDevice {
47
47
  lastSeenV1(request: Chrt.tracking.timeseries.CargoByDeviceLastSeenV1Request, requestOptions?: CargoByDevice.RequestOptions): core.HttpResponsePromise<(Chrt.CargoByDeviceDataPoint1 | null) | undefined>;
48
48
  private __lastSeenV1;
49
49
  /**
50
- * Returns up to the specified number of data points for a cargo within a task group, intelligently sampled across the time range. Excludes outliers. | () -> (list[CargoByDeviceDataPoint1])
50
+ * Returns up to the specified number of data points for a cargo within a task group, intelligently sampled across the time range. Excludes outliers. | auth: api_key | () -> (list[CargoByDeviceDataPoint1])
51
51
  *
52
52
  * @param {Chrt.tracking.timeseries.CargoByDeviceDataPointsV1Request} request
53
53
  * @param {CargoByDevice.RequestOptions} requestOptions - Request-specific configuration.
@@ -64,7 +64,7 @@ export declare class CargoByDevice {
64
64
  dataPointsV1(request: Chrt.tracking.timeseries.CargoByDeviceDataPointsV1Request, requestOptions?: CargoByDevice.RequestOptions): core.HttpResponsePromise<Chrt.CargoByDeviceDataPoint1[]>;
65
65
  private __dataPointsV1;
66
66
  /**
67
- * Marks data points as outliers or non-outliers. Uses atomic delete and reinsert strategy for time-series collection updates. | authz: allowed_org_types=[shipper, provider], min_org_role=operator | (CargoByDeviceMarkOutliersRequest1) -> (CargoByDeviceMarkOutliersResponse1)
67
+ * Marks data points as outliers or non-outliers. Uses atomic delete and reinsert strategy for time-series collection updates. | auth: api_key | authz: allowed_org_types=[shipper, provider], min_org_role=operator | (CargoByDeviceMarkOutliersRequest1) -> (CargoByDeviceMarkOutliersResponse1)
68
68
  *
69
69
  * @param {Chrt.tracking.timeseries.CargoByDeviceMarkOutliersRequest1} request
70
70
  * @param {CargoByDevice.RequestOptions} requestOptions - Request-specific configuration.
@@ -20,7 +20,7 @@ export class CargoByDevice {
20
20
  this._options = _options;
21
21
  }
22
22
  /**
23
- * Returns the last seen data point for cargo within a task group. Access granted to the order's coordinator/shipper/executor org or the assigned driver, or via public sharing. | () -> (CargoByDeviceDataPoint1 | None)
23
+ * Returns the last seen data point for cargo within a task group. Access granted to the order's coordinator/shipper/executor org or the assigned driver, or via public sharing. | auth: api_key | () -> (CargoByDeviceDataPoint1 | None)
24
24
  *
25
25
  * @param {Chrt.tracking.timeseries.CargoByDeviceLastSeenV1Request} request
26
26
  * @param {CargoByDevice.RequestOptions} requestOptions - Request-specific configuration.
@@ -89,7 +89,7 @@ export class CargoByDevice {
89
89
  });
90
90
  }
91
91
  /**
92
- * Returns up to the specified number of data points for a cargo within a task group, intelligently sampled across the time range. Excludes outliers. | () -> (list[CargoByDeviceDataPoint1])
92
+ * Returns up to the specified number of data points for a cargo within a task group, intelligently sampled across the time range. Excludes outliers. | auth: api_key | () -> (list[CargoByDeviceDataPoint1])
93
93
  *
94
94
  * @param {Chrt.tracking.timeseries.CargoByDeviceDataPointsV1Request} request
95
95
  * @param {CargoByDevice.RequestOptions} requestOptions - Request-specific configuration.
@@ -159,7 +159,7 @@ export class CargoByDevice {
159
159
  });
160
160
  }
161
161
  /**
162
- * Marks data points as outliers or non-outliers. Uses atomic delete and reinsert strategy for time-series collection updates. | authz: allowed_org_types=[shipper, provider], min_org_role=operator | (CargoByDeviceMarkOutliersRequest1) -> (CargoByDeviceMarkOutliersResponse1)
162
+ * Marks data points as outliers or non-outliers. Uses atomic delete and reinsert strategy for time-series collection updates. | auth: api_key | authz: allowed_org_types=[shipper, provider], min_org_role=operator | (CargoByDeviceMarkOutliersRequest1) -> (CargoByDeviceMarkOutliersResponse1)
163
163
  *
164
164
  * @param {Chrt.tracking.timeseries.CargoByDeviceMarkOutliersRequest1} request
165
165
  * @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. | () -> (CargoByDriverDataPoint1 | None)
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. | auth: api_key | () -> (CargoByDriverDataPoint1 | None)
35
35
  *
36
36
  * @param {Chrt.tracking.timeseries.CargoByDriverLastSeenV1Request} request
37
37
  * @param {CargoByDriver.RequestOptions} requestOptions - Request-specific configuration.
@@ -47,7 +47,7 @@ export declare class CargoByDriver {
47
47
  lastSeenV1(request: Chrt.tracking.timeseries.CargoByDriverLastSeenV1Request, requestOptions?: CargoByDriver.RequestOptions): core.HttpResponsePromise<(Chrt.CargoByDriverDataPoint1 | null) | undefined>;
48
48
  private __lastSeenV1;
49
49
  /**
50
- * Returns up to the specified number of data points for a cargo within a task group, intelligently sampled across the time range. Excludes outliers. | () -> (list[CargoByDriverDataPoint1])
50
+ * Returns up to the specified number of data points for a cargo within a task group, intelligently sampled across the time range. Excludes outliers. | auth: api_key | () -> (list[CargoByDriverDataPoint1])
51
51
  *
52
52
  * @param {Chrt.tracking.timeseries.CargoByDriverDataPointsV1Request} request
53
53
  * @param {CargoByDriver.RequestOptions} requestOptions - Request-specific configuration.
@@ -20,7 +20,7 @@ export class CargoByDriver {
20
20
  this._options = _options;
21
21
  }
22
22
  /**
23
- * 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. | () -> (CargoByDriverDataPoint1 | None)
23
+ * 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. | auth: api_key | () -> (CargoByDriverDataPoint1 | None)
24
24
  *
25
25
  * @param {Chrt.tracking.timeseries.CargoByDriverLastSeenV1Request} request
26
26
  * @param {CargoByDriver.RequestOptions} requestOptions - Request-specific configuration.
@@ -89,7 +89,7 @@ export class CargoByDriver {
89
89
  });
90
90
  }
91
91
  /**
92
- * Returns up to the specified number of data points for a cargo within a task group, intelligently sampled across the time range. Excludes outliers. | () -> (list[CargoByDriverDataPoint1])
92
+ * Returns up to the specified number of data points for a cargo within a task group, intelligently sampled across the time range. Excludes outliers. | auth: api_key | () -> (list[CargoByDriverDataPoint1])
93
93
  *
94
94
  * @param {Chrt.tracking.timeseries.CargoByDriverDataPointsV1Request} request
95
95
  * @param {CargoByDriver.RequestOptions} requestOptions - Request-specific configuration.
@@ -64,7 +64,7 @@ export declare class SessionByDevice {
64
64
  dataPointsV1(request: Chrt.tracking.timeseries.SessionByDeviceDataPointsV1Request, requestOptions?: SessionByDevice.RequestOptions): core.HttpResponsePromise<Chrt.SessionByDeviceHistoryRes1>;
65
65
  private __dataPointsV1;
66
66
  /**
67
- * Marks data points as outliers or non-outliers. Uses atomic delete and reinsert strategy for time-series collection updates. | (SessionByDeviceMarkOutliersRequest1) -> (SessionByDeviceMarkOutliersResponse1)
67
+ * Marks data points as outliers or non-outliers. Uses atomic delete and reinsert strategy for time-series collection updates. | auth: api_key | (SessionByDeviceMarkOutliersRequest1) -> (SessionByDeviceMarkOutliersResponse1)
68
68
  *
69
69
  * @param {Chrt.tracking.timeseries.SessionByDeviceMarkOutliersRequest1} request
70
70
  * @param {SessionByDevice.RequestOptions} requestOptions - Request-specific configuration.
@@ -159,7 +159,7 @@ export class SessionByDevice {
159
159
  });
160
160
  }
161
161
  /**
162
- * Marks data points as outliers or non-outliers. Uses atomic delete and reinsert strategy for time-series collection updates. | (SessionByDeviceMarkOutliersRequest1) -> (SessionByDeviceMarkOutliersResponse1)
162
+ * Marks data points as outliers or non-outliers. Uses atomic delete and reinsert strategy for time-series collection updates. | auth: api_key | (SessionByDeviceMarkOutliersRequest1) -> (SessionByDeviceMarkOutliersResponse1)
163
163
  *
164
164
  * @param {Chrt.tracking.timeseries.SessionByDeviceMarkOutliersRequest1} request
165
165
  * @param {SessionByDevice.RequestOptions} requestOptions - Request-specific configuration.
@@ -31,7 +31,7 @@ export declare class TaskGroupByDriver {
31
31
  protected readonly _options: TaskGroupByDriver.Options;
32
32
  constructor(_options?: TaskGroupByDriver.Options);
33
33
  /**
34
- * Returns the most recent driver location data point for a task group. | authz_personas=[forwarder_org_operators, shipper_org_operators, courier_org_operators, courier_driver] | () -> (TaskGroupByDriverDataPoint1 | None)
34
+ * Returns the most recent driver location data point for a task group. | auth: api_key | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | () -> (TaskGroupByDriverDataPoint1 | None)
35
35
  *
36
36
  * @param {Chrt.tracking.timeseries.TaskGroupByDriverLastSeenV1Request} request
37
37
  * @param {TaskGroupByDriver.RequestOptions} requestOptions - Request-specific configuration.
@@ -46,7 +46,7 @@ export declare class TaskGroupByDriver {
46
46
  lastSeenV1(request: Chrt.tracking.timeseries.TaskGroupByDriverLastSeenV1Request, requestOptions?: TaskGroupByDriver.RequestOptions): core.HttpResponsePromise<(Chrt.TaskGroupByDriverDataPoint1 | null) | undefined>;
47
47
  private __lastSeenV1;
48
48
  /**
49
- * Returns sampled driver location data points for a task group. Excludes outliers. | authz_personas=[forwarder_org_operators, shipper_org_operators, courier_org_operators, courier_driver] | () -> (list[TaskGroupByDriverDataPoint1])
49
+ * Returns sampled driver location data points for a task group. Excludes outliers. | auth: api_key | authz_personas=[coordinator_org_operators, shipper_org_operators, executor_org_operators, driver_for_executor] | () -> (list[TaskGroupByDriverDataPoint1])
50
50
  *
51
51
  * @param {Chrt.tracking.timeseries.TaskGroupByDriverDataPointsV1Request} request
52
52
  * @param {TaskGroupByDriver.RequestOptions} requestOptions - Request-specific configuration.