@samsarahq/samsara 13.26.0 β 13.28.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.
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/api/resources/assets/client/Client.d.ts +4 -24
- package/dist/cjs/api/resources/assets/client/Client.js +4 -24
- package/dist/cjs/api/resources/hoursOfService/client/Client.d.ts +2 -12
- package/dist/cjs/api/resources/hoursOfService/client/Client.js +2 -12
- package/dist/cjs/api/resources/industrial/client/Client.d.ts +7 -42
- package/dist/cjs/api/resources/industrial/client/Client.js +7 -42
- package/dist/cjs/api/resources/legacyApIs/client/Client.d.ts +1 -6
- package/dist/cjs/api/resources/legacyApIs/client/Client.js +1 -6
- package/dist/cjs/api/resources/maintenance/client/Client.d.ts +1 -6
- package/dist/cjs/api/resources/maintenance/client/Client.js +1 -6
- package/dist/cjs/api/resources/messages/client/Client.d.ts +2 -12
- package/dist/cjs/api/resources/messages/client/Client.js +2 -12
- package/dist/cjs/api/resources/routes/client/Client.d.ts +1 -6
- package/dist/cjs/api/resources/routes/client/Client.js +1 -6
- package/dist/cjs/api/resources/safety/client/Client.d.ts +2 -12
- package/dist/cjs/api/resources/safety/client/Client.js +2 -12
- package/dist/cjs/api/resources/sensors/client/Client.d.ts +6 -36
- package/dist/cjs/api/resources/sensors/client/Client.js +6 -36
- package/dist/cjs/api/resources/trailerAssignments/client/Client.d.ts +2 -12
- package/dist/cjs/api/resources/trailerAssignments/client/Client.js +2 -12
- package/dist/cjs/api/resources/trailers/client/Client.d.ts +2 -0
- package/dist/cjs/api/resources/trailers/client/Client.js +2 -0
- package/dist/cjs/api/resources/trips/client/Client.d.ts +1 -6
- package/dist/cjs/api/resources/trips/client/Client.js +1 -6
- package/dist/cjs/api/types/HarshEventTriggerDetailsObjectRequestBody.d.ts +2 -1
- package/dist/cjs/api/types/HarshEventTriggerDetailsObjectRequestBody.js +2 -1
- package/dist/cjs/api/types/HarshEventTriggerDetailsObjectResponseBody.d.ts +2 -1
- package/dist/cjs/api/types/HarshEventTriggerDetailsObjectResponseBody.js +2 -1
- package/dist/cjs/api/types/PlaceRoutingCapacityServiceTimeInputRequestBody.d.ts +1 -1
- package/dist/cjs/api/types/PlaceRoutingInputRequestBody.d.ts +10 -2
- package/dist/cjs/api/types/PlaceRoutingInputRequestBody.js +9 -0
- package/dist/cjs/api/types/PlaceRoutingOrderServiceTimeInputRequestBody.d.ts +2 -0
- package/dist/cjs/api/types/RoutingCapacityServiceTimeResponseResponseBody.d.ts +1 -1
- package/dist/cjs/api/types/RoutingOrderServiceTimeResponseResponseBody.d.ts +2 -0
- package/dist/cjs/api/types/RoutingResponseResponseBody.d.ts +2 -2
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/api/resources/assets/client/Client.d.mts +4 -24
- package/dist/esm/api/resources/assets/client/Client.mjs +4 -24
- package/dist/esm/api/resources/hoursOfService/client/Client.d.mts +2 -12
- package/dist/esm/api/resources/hoursOfService/client/Client.mjs +2 -12
- package/dist/esm/api/resources/industrial/client/Client.d.mts +7 -42
- package/dist/esm/api/resources/industrial/client/Client.mjs +7 -42
- package/dist/esm/api/resources/legacyApIs/client/Client.d.mts +1 -6
- package/dist/esm/api/resources/legacyApIs/client/Client.mjs +1 -6
- package/dist/esm/api/resources/maintenance/client/Client.d.mts +1 -6
- package/dist/esm/api/resources/maintenance/client/Client.mjs +1 -6
- package/dist/esm/api/resources/messages/client/Client.d.mts +2 -12
- package/dist/esm/api/resources/messages/client/Client.mjs +2 -12
- package/dist/esm/api/resources/routes/client/Client.d.mts +1 -6
- package/dist/esm/api/resources/routes/client/Client.mjs +1 -6
- package/dist/esm/api/resources/safety/client/Client.d.mts +2 -12
- package/dist/esm/api/resources/safety/client/Client.mjs +2 -12
- package/dist/esm/api/resources/sensors/client/Client.d.mts +6 -36
- package/dist/esm/api/resources/sensors/client/Client.mjs +6 -36
- package/dist/esm/api/resources/trailerAssignments/client/Client.d.mts +2 -12
- package/dist/esm/api/resources/trailerAssignments/client/Client.mjs +2 -12
- package/dist/esm/api/resources/trailers/client/Client.d.mts +2 -0
- package/dist/esm/api/resources/trailers/client/Client.mjs +2 -0
- package/dist/esm/api/resources/trips/client/Client.d.mts +1 -6
- package/dist/esm/api/resources/trips/client/Client.mjs +1 -6
- package/dist/esm/api/types/HarshEventTriggerDetailsObjectRequestBody.d.mts +2 -1
- package/dist/esm/api/types/HarshEventTriggerDetailsObjectRequestBody.mjs +2 -1
- package/dist/esm/api/types/HarshEventTriggerDetailsObjectResponseBody.d.mts +2 -1
- package/dist/esm/api/types/HarshEventTriggerDetailsObjectResponseBody.mjs +2 -1
- package/dist/esm/api/types/PlaceRoutingCapacityServiceTimeInputRequestBody.d.mts +1 -1
- package/dist/esm/api/types/PlaceRoutingInputRequestBody.d.mts +10 -2
- package/dist/esm/api/types/PlaceRoutingInputRequestBody.mjs +8 -1
- package/dist/esm/api/types/PlaceRoutingOrderServiceTimeInputRequestBody.d.mts +2 -0
- package/dist/esm/api/types/RoutingCapacityServiceTimeResponseResponseBody.d.mts +1 -1
- package/dist/esm/api/types/RoutingOrderServiceTimeResponseResponseBody.d.mts +2 -0
- package/dist/esm/api/types/RoutingResponseResponseBody.d.mts +2 -2
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +31 -174
|
@@ -55,12 +55,7 @@ class SensorsClient {
|
|
|
55
55
|
this._options = (0, BaseClient_js_1.normalizeClientOptionsWithAuth)(options);
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
|
-
*
|
|
59
|
-
* <nh>
|
|
60
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
61
|
-
* This endpoint is still on our legacy API.
|
|
62
|
-
* </nh>
|
|
63
|
-
* </n>
|
|
58
|
+
* > π§ This endpoint is still on our legacy API.
|
|
64
59
|
*
|
|
65
60
|
* Get cargo monitor status (empty / full) for requested sensors.
|
|
66
61
|
*
|
|
@@ -112,12 +107,7 @@ class SensorsClient {
|
|
|
112
107
|
});
|
|
113
108
|
}
|
|
114
109
|
/**
|
|
115
|
-
*
|
|
116
|
-
* <nh>
|
|
117
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
118
|
-
* This endpoint is still on our legacy API.
|
|
119
|
-
* </nh>
|
|
120
|
-
* </n>
|
|
110
|
+
* > π§ This endpoint is still on our legacy API.
|
|
121
111
|
*
|
|
122
112
|
* Get door monitor status (closed / open) for requested sensors.
|
|
123
113
|
*
|
|
@@ -169,12 +159,7 @@ class SensorsClient {
|
|
|
169
159
|
});
|
|
170
160
|
}
|
|
171
161
|
/**
|
|
172
|
-
*
|
|
173
|
-
* <nh>
|
|
174
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
175
|
-
* This endpoint is still on our legacy API.
|
|
176
|
-
* </nh>
|
|
177
|
-
* </n>
|
|
162
|
+
* > π§ This endpoint is still on our legacy API.
|
|
178
163
|
*
|
|
179
164
|
* Get historical data for specified sensors. This method returns a set of historical data for the specified sensors in the specified time range and at the specified time resolution.
|
|
180
165
|
*
|
|
@@ -234,12 +219,7 @@ class SensorsClient {
|
|
|
234
219
|
});
|
|
235
220
|
}
|
|
236
221
|
/**
|
|
237
|
-
*
|
|
238
|
-
* <nh>
|
|
239
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
240
|
-
* This endpoint is still on our legacy API.
|
|
241
|
-
* </nh>
|
|
242
|
-
* </n>
|
|
222
|
+
* > π§ This endpoint is still on our legacy API.
|
|
243
223
|
*
|
|
244
224
|
* Get humidity for requested sensors. This method returns the current relative humidity for the requested sensors.
|
|
245
225
|
*
|
|
@@ -291,12 +271,7 @@ class SensorsClient {
|
|
|
291
271
|
});
|
|
292
272
|
}
|
|
293
273
|
/**
|
|
294
|
-
*
|
|
295
|
-
* <nh>
|
|
296
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
297
|
-
* This endpoint is still on our legacy API.
|
|
298
|
-
* </nh>
|
|
299
|
-
* </n>
|
|
274
|
+
* > π§ This endpoint is still on our legacy API.
|
|
300
275
|
*
|
|
301
276
|
* Get sensor objects. This method returns a list of the sensor objects in the Samsara Cloud and information about them.
|
|
302
277
|
*
|
|
@@ -342,12 +317,7 @@ class SensorsClient {
|
|
|
342
317
|
});
|
|
343
318
|
}
|
|
344
319
|
/**
|
|
345
|
-
*
|
|
346
|
-
* <nh>
|
|
347
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
348
|
-
* This endpoint is still on our legacy API.
|
|
349
|
-
* </nh>
|
|
350
|
-
* </n>
|
|
320
|
+
* > π§ This endpoint is still on our legacy API.
|
|
351
321
|
*
|
|
352
322
|
* Get temperature for requested sensors. This method returns the current ambient temperature (and probe temperature if applicable) for the requested sensors.
|
|
353
323
|
*
|
|
@@ -11,12 +11,7 @@ export declare class TrailerAssignmentsClient {
|
|
|
11
11
|
protected readonly _options: NormalizedClientOptionsWithAuth<TrailerAssignmentsClient.Options>;
|
|
12
12
|
constructor(options?: TrailerAssignmentsClient.Options);
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
15
|
-
* <nh>
|
|
16
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
17
|
-
* This endpoint is still on our legacy API.
|
|
18
|
-
* </nh>
|
|
19
|
-
* </n>
|
|
14
|
+
* > π§ This endpoint is still on our legacy API.
|
|
20
15
|
*
|
|
21
16
|
* Fetch trailer assignment data for all trailers in your organization.
|
|
22
17
|
*
|
|
@@ -35,12 +30,7 @@ export declare class TrailerAssignmentsClient {
|
|
|
35
30
|
v1GetAllTrailerAssignments(request?: Samsara.V1GetAllTrailerAssignmentsRequest, requestOptions?: TrailerAssignmentsClient.RequestOptions): core.HttpResponsePromise<Samsara.InlineResponse2007>;
|
|
36
31
|
private __v1GetAllTrailerAssignments;
|
|
37
32
|
/**
|
|
38
|
-
*
|
|
39
|
-
* <nh>
|
|
40
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
41
|
-
* This endpoint is still on our legacy API.
|
|
42
|
-
* </nh>
|
|
43
|
-
* </n>
|
|
33
|
+
* > π§ This endpoint is still on our legacy API.
|
|
44
34
|
*
|
|
45
35
|
* Fetch trailer assignment data for a single trailer.
|
|
46
36
|
*
|
|
@@ -55,12 +55,7 @@ class TrailerAssignmentsClient {
|
|
|
55
55
|
this._options = (0, BaseClient_js_1.normalizeClientOptionsWithAuth)(options);
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
|
-
*
|
|
59
|
-
* <nh>
|
|
60
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
61
|
-
* This endpoint is still on our legacy API.
|
|
62
|
-
* </nh>
|
|
63
|
-
* </n>
|
|
58
|
+
* > π§ This endpoint is still on our legacy API.
|
|
64
59
|
*
|
|
65
60
|
* Fetch trailer assignment data for all trailers in your organization.
|
|
66
61
|
*
|
|
@@ -117,12 +112,7 @@ class TrailerAssignmentsClient {
|
|
|
117
112
|
});
|
|
118
113
|
}
|
|
119
114
|
/**
|
|
120
|
-
*
|
|
121
|
-
* <nh>
|
|
122
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
123
|
-
* This endpoint is still on our legacy API.
|
|
124
|
-
* </nh>
|
|
125
|
-
* </n>
|
|
115
|
+
* > π§ This endpoint is still on our legacy API.
|
|
126
116
|
*
|
|
127
117
|
* Fetch trailer assignment data for a single trailer.
|
|
128
118
|
*
|
|
@@ -107,6 +107,8 @@ export declare class TrailersClient {
|
|
|
107
107
|
*
|
|
108
108
|
* If `hasNextPage` is false, no new data is immediately available. Please wait a minimum of 5 seconds before making a subsequent request.
|
|
109
109
|
*
|
|
110
|
+
* Each page includes every trailer in the current device page, even when a requested stat type has no datapoints. For example, a trailer without recent GPS data is returned with an empty `gps` array rather than being omitted from the response. An empty stat array typically indicates the gateway has not reported that stat recently due to an unhealthy or low-battery gateway, or because the trailer has been inactive.
|
|
111
|
+
*
|
|
110
112
|
* <b>Rate limit:</b> 25 requests/sec (learn more about rate limits <a href="https://developers.samsara.com/docs/rate-limits" target="_blank">here</a>).
|
|
111
113
|
*
|
|
112
114
|
* To use this endpoint, select **Read Trailer Statistics** under the Trailers category when creating or editing an API token. <a href="https://developers.samsara.com/docs/authentication#scopes-for-api-tokens" target="_blank">Learn More.</a>
|
|
@@ -344,6 +344,8 @@ class TrailersClient {
|
|
|
344
344
|
*
|
|
345
345
|
* If `hasNextPage` is false, no new data is immediately available. Please wait a minimum of 5 seconds before making a subsequent request.
|
|
346
346
|
*
|
|
347
|
+
* Each page includes every trailer in the current device page, even when a requested stat type has no datapoints. For example, a trailer without recent GPS data is returned with an empty `gps` array rather than being omitted from the response. An empty stat array typically indicates the gateway has not reported that stat recently due to an unhealthy or low-battery gateway, or because the trailer has been inactive.
|
|
348
|
+
*
|
|
347
349
|
* <b>Rate limit:</b> 25 requests/sec (learn more about rate limits <a href="https://developers.samsara.com/docs/rate-limits" target="_blank">here</a>).
|
|
348
350
|
*
|
|
349
351
|
* To use this endpoint, select **Read Trailer Statistics** under the Trailers category when creating or editing an API token. <a href="https://developers.samsara.com/docs/authentication#scopes-for-api-tokens" target="_blank">Learn More.</a>
|
|
@@ -41,12 +41,7 @@ export declare class TripsClient {
|
|
|
41
41
|
getTrips(request: Samsara.GetTripsRequest, requestOptions?: TripsClient.RequestOptions): core.HttpResponsePromise<Samsara.TripsGetTripsResponseBody>;
|
|
42
42
|
private __getTrips;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
45
|
-
* <nh>
|
|
46
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
47
|
-
* This endpoint is still on our legacy API.
|
|
48
|
-
* </nh>
|
|
49
|
-
* </n>
|
|
44
|
+
* > π§ This endpoint is still on our legacy API.
|
|
50
45
|
*
|
|
51
46
|
* Get historical trips data for specified vehicle. This method returns a set of historical trips data for the specified vehicle in the specified time range.
|
|
52
47
|
*
|
|
@@ -147,12 +147,7 @@ class TripsClient {
|
|
|
147
147
|
});
|
|
148
148
|
}
|
|
149
149
|
/**
|
|
150
|
-
*
|
|
151
|
-
* <nh>
|
|
152
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
153
|
-
* This endpoint is still on our legacy API.
|
|
154
|
-
* </nh>
|
|
155
|
-
* </n>
|
|
150
|
+
* > π§ This endpoint is still on our legacy API.
|
|
156
151
|
*
|
|
157
152
|
* Get historical trips data for specified vehicle. This method returns a set of historical trips data for the specified vehicle in the specified time range.
|
|
158
153
|
*
|
|
@@ -8,7 +8,7 @@ export interface HarshEventTriggerDetailsObjectRequestBody {
|
|
|
8
8
|
export declare namespace HarshEventTriggerDetailsObjectRequestBody {
|
|
9
9
|
type Types = Types.Item[];
|
|
10
10
|
namespace Types {
|
|
11
|
-
/** The type of harsh event. Valid values: `haAccel`, `haBraking`, `haCameraMisaligned`, `haCrash`, `haDistractedDriving`, `haDistractedDrivingCalibration`, `haDrinkPolicy`, `haDriverObstructionPolicy`, `haDrowsinessDetection`, `haEvent`, `haFalsePositive`, `haFoodPolicy`, `haHighSpeedSuddenDisconnect`, `haImpact`, `haInvalid`, `haLaneDeparture`, `haMaskPolicy`, `haNearCollision`, `haOutwardObstructionPolicy`, `haPassengerPolicy`, `haPersonalProtectiveEquipment`, `haPhonePolicy`, `haPolicyDetector`, `haRearCollisionWarning`, `haRedLightViolation`, `haReversing`, `haRolledStopSign`, `haRollover`, `haRolloverProtectionBrakeControlActivated`, `haRolloverProtectionEngineControlActivated`, `haSeatbeltPolicy`, `haSharpTurn`, `haSignDetection`, `haSmokingPolicy`, `haSpeeding`, `haTailgating`, `haTileRollingRailroadCrossing`, `haTileRollingStopSign`, `haTrafficLightDetection`, `haUnsafeParking`, `haVehicleInBlindSpotWarning`, `haVulnerableRoadUserCollisionWarning`, `haYawControlBrakeControlActivated`, `haYawControlEngineControlActivated` */
|
|
11
|
+
/** The type of harsh event. Valid values: `haAccel`, `haBraking`, `haCameraMisaligned`, `haCrash`, `haDistractedDriving`, `haDistractedDrivingCalibration`, `haDrinkPolicy`, `haDriverObstructionPolicy`, `haDrowsinessDetection`, `haEvent`, `haFalsePositive`, `haFoodPolicy`, `haHighSpeedSuddenDisconnect`, `haImpact`, `haInvalid`, `haLaneDeparture`, `haMaskPolicy`, `haNearCollision`, `haOutwardObstructionPolicy`, `haPassengerPolicy`, `haPersonalProtectiveEquipment`, `haPhonePolicy`, `haPolicyDetector`, `haProximityWarning`, `haRearCollisionWarning`, `haRedLightViolation`, `haReversing`, `haRolledStopSign`, `haRollover`, `haRolloverProtectionBrakeControlActivated`, `haRolloverProtectionEngineControlActivated`, `haSeatbeltPolicy`, `haSharpTurn`, `haSignDetection`, `haSmokingPolicy`, `haSpeeding`, `haTailgating`, `haTileRollingRailroadCrossing`, `haTileRollingStopSign`, `haTrafficLightDetection`, `haUnsafeParking`, `haVehicleInBlindSpotWarning`, `haVulnerableRoadUserCollisionWarning`, `haYawControlBrakeControlActivated`, `haYawControlEngineControlActivated` */
|
|
12
12
|
const Item: {
|
|
13
13
|
readonly HaAccel: "haAccel";
|
|
14
14
|
readonly HaBraking: "haBraking";
|
|
@@ -33,6 +33,7 @@ export declare namespace HarshEventTriggerDetailsObjectRequestBody {
|
|
|
33
33
|
readonly HaPersonalProtectiveEquipment: "haPersonalProtectiveEquipment";
|
|
34
34
|
readonly HaPhonePolicy: "haPhonePolicy";
|
|
35
35
|
readonly HaPolicyDetector: "haPolicyDetector";
|
|
36
|
+
readonly HaProximityWarning: "haProximityWarning";
|
|
36
37
|
readonly HaRearCollisionWarning: "haRearCollisionWarning";
|
|
37
38
|
readonly HaRedLightViolation: "haRedLightViolation";
|
|
38
39
|
readonly HaReversing: "haReversing";
|
|
@@ -6,7 +6,7 @@ var HarshEventTriggerDetailsObjectRequestBody;
|
|
|
6
6
|
(function (HarshEventTriggerDetailsObjectRequestBody) {
|
|
7
7
|
let Types;
|
|
8
8
|
(function (Types) {
|
|
9
|
-
/** The type of harsh event. Valid values: `haAccel`, `haBraking`, `haCameraMisaligned`, `haCrash`, `haDistractedDriving`, `haDistractedDrivingCalibration`, `haDrinkPolicy`, `haDriverObstructionPolicy`, `haDrowsinessDetection`, `haEvent`, `haFalsePositive`, `haFoodPolicy`, `haHighSpeedSuddenDisconnect`, `haImpact`, `haInvalid`, `haLaneDeparture`, `haMaskPolicy`, `haNearCollision`, `haOutwardObstructionPolicy`, `haPassengerPolicy`, `haPersonalProtectiveEquipment`, `haPhonePolicy`, `haPolicyDetector`, `haRearCollisionWarning`, `haRedLightViolation`, `haReversing`, `haRolledStopSign`, `haRollover`, `haRolloverProtectionBrakeControlActivated`, `haRolloverProtectionEngineControlActivated`, `haSeatbeltPolicy`, `haSharpTurn`, `haSignDetection`, `haSmokingPolicy`, `haSpeeding`, `haTailgating`, `haTileRollingRailroadCrossing`, `haTileRollingStopSign`, `haTrafficLightDetection`, `haUnsafeParking`, `haVehicleInBlindSpotWarning`, `haVulnerableRoadUserCollisionWarning`, `haYawControlBrakeControlActivated`, `haYawControlEngineControlActivated` */
|
|
9
|
+
/** The type of harsh event. Valid values: `haAccel`, `haBraking`, `haCameraMisaligned`, `haCrash`, `haDistractedDriving`, `haDistractedDrivingCalibration`, `haDrinkPolicy`, `haDriverObstructionPolicy`, `haDrowsinessDetection`, `haEvent`, `haFalsePositive`, `haFoodPolicy`, `haHighSpeedSuddenDisconnect`, `haImpact`, `haInvalid`, `haLaneDeparture`, `haMaskPolicy`, `haNearCollision`, `haOutwardObstructionPolicy`, `haPassengerPolicy`, `haPersonalProtectiveEquipment`, `haPhonePolicy`, `haPolicyDetector`, `haProximityWarning`, `haRearCollisionWarning`, `haRedLightViolation`, `haReversing`, `haRolledStopSign`, `haRollover`, `haRolloverProtectionBrakeControlActivated`, `haRolloverProtectionEngineControlActivated`, `haSeatbeltPolicy`, `haSharpTurn`, `haSignDetection`, `haSmokingPolicy`, `haSpeeding`, `haTailgating`, `haTileRollingRailroadCrossing`, `haTileRollingStopSign`, `haTrafficLightDetection`, `haUnsafeParking`, `haVehicleInBlindSpotWarning`, `haVulnerableRoadUserCollisionWarning`, `haYawControlBrakeControlActivated`, `haYawControlEngineControlActivated` */
|
|
10
10
|
Types.Item = {
|
|
11
11
|
HaAccel: "haAccel",
|
|
12
12
|
HaBraking: "haBraking",
|
|
@@ -31,6 +31,7 @@ var HarshEventTriggerDetailsObjectRequestBody;
|
|
|
31
31
|
HaPersonalProtectiveEquipment: "haPersonalProtectiveEquipment",
|
|
32
32
|
HaPhonePolicy: "haPhonePolicy",
|
|
33
33
|
HaPolicyDetector: "haPolicyDetector",
|
|
34
|
+
HaProximityWarning: "haProximityWarning",
|
|
34
35
|
HaRearCollisionWarning: "haRearCollisionWarning",
|
|
35
36
|
HaRedLightViolation: "haRedLightViolation",
|
|
36
37
|
HaReversing: "haReversing",
|
|
@@ -8,7 +8,7 @@ export interface HarshEventTriggerDetailsObjectResponseBody {
|
|
|
8
8
|
export declare namespace HarshEventTriggerDetailsObjectResponseBody {
|
|
9
9
|
type Types = Types.Item[];
|
|
10
10
|
namespace Types {
|
|
11
|
-
/** The type of harsh event. Valid values: `haAccel`, `haBraking`, `haCameraMisaligned`, `haCrash`, `haDistractedDriving`, `haDistractedDrivingCalibration`, `haDrinkPolicy`, `haDriverObstructionPolicy`, `haDrowsinessDetection`, `haEvent`, `haFalsePositive`, `haFoodPolicy`, `haHighSpeedSuddenDisconnect`, `haImpact`, `haInvalid`, `haLaneDeparture`, `haMaskPolicy`, `haNearCollision`, `haOutwardObstructionPolicy`, `haPassengerPolicy`, `haPersonalProtectiveEquipment`, `haPhonePolicy`, `haPolicyDetector`, `haRearCollisionWarning`, `haRedLightViolation`, `haReversing`, `haRolledStopSign`, `haRollover`, `haRolloverProtectionBrakeControlActivated`, `haRolloverProtectionEngineControlActivated`, `haSeatbeltPolicy`, `haSharpTurn`, `haSignDetection`, `haSmokingPolicy`, `haSpeeding`, `haTailgating`, `haTileRollingRailroadCrossing`, `haTileRollingStopSign`, `haTrafficLightDetection`, `haUnsafeParking`, `haVehicleInBlindSpotWarning`, `haVulnerableRoadUserCollisionWarning`, `haYawControlBrakeControlActivated`, `haYawControlEngineControlActivated` */
|
|
11
|
+
/** The type of harsh event. Valid values: `haAccel`, `haBraking`, `haCameraMisaligned`, `haCrash`, `haDistractedDriving`, `haDistractedDrivingCalibration`, `haDrinkPolicy`, `haDriverObstructionPolicy`, `haDrowsinessDetection`, `haEvent`, `haFalsePositive`, `haFoodPolicy`, `haHighSpeedSuddenDisconnect`, `haImpact`, `haInvalid`, `haLaneDeparture`, `haMaskPolicy`, `haNearCollision`, `haOutwardObstructionPolicy`, `haPassengerPolicy`, `haPersonalProtectiveEquipment`, `haPhonePolicy`, `haPolicyDetector`, `haProximityWarning`, `haRearCollisionWarning`, `haRedLightViolation`, `haReversing`, `haRolledStopSign`, `haRollover`, `haRolloverProtectionBrakeControlActivated`, `haRolloverProtectionEngineControlActivated`, `haSeatbeltPolicy`, `haSharpTurn`, `haSignDetection`, `haSmokingPolicy`, `haSpeeding`, `haTailgating`, `haTileRollingRailroadCrossing`, `haTileRollingStopSign`, `haTrafficLightDetection`, `haUnsafeParking`, `haVehicleInBlindSpotWarning`, `haVulnerableRoadUserCollisionWarning`, `haYawControlBrakeControlActivated`, `haYawControlEngineControlActivated` */
|
|
12
12
|
const Item: {
|
|
13
13
|
readonly HaAccel: "haAccel";
|
|
14
14
|
readonly HaBraking: "haBraking";
|
|
@@ -33,6 +33,7 @@ export declare namespace HarshEventTriggerDetailsObjectResponseBody {
|
|
|
33
33
|
readonly HaPersonalProtectiveEquipment: "haPersonalProtectiveEquipment";
|
|
34
34
|
readonly HaPhonePolicy: "haPhonePolicy";
|
|
35
35
|
readonly HaPolicyDetector: "haPolicyDetector";
|
|
36
|
+
readonly HaProximityWarning: "haProximityWarning";
|
|
36
37
|
readonly HaRearCollisionWarning: "haRearCollisionWarning";
|
|
37
38
|
readonly HaRedLightViolation: "haRedLightViolation";
|
|
38
39
|
readonly HaReversing: "haReversing";
|
|
@@ -6,7 +6,7 @@ var HarshEventTriggerDetailsObjectResponseBody;
|
|
|
6
6
|
(function (HarshEventTriggerDetailsObjectResponseBody) {
|
|
7
7
|
let Types;
|
|
8
8
|
(function (Types) {
|
|
9
|
-
/** The type of harsh event. Valid values: `haAccel`, `haBraking`, `haCameraMisaligned`, `haCrash`, `haDistractedDriving`, `haDistractedDrivingCalibration`, `haDrinkPolicy`, `haDriverObstructionPolicy`, `haDrowsinessDetection`, `haEvent`, `haFalsePositive`, `haFoodPolicy`, `haHighSpeedSuddenDisconnect`, `haImpact`, `haInvalid`, `haLaneDeparture`, `haMaskPolicy`, `haNearCollision`, `haOutwardObstructionPolicy`, `haPassengerPolicy`, `haPersonalProtectiveEquipment`, `haPhonePolicy`, `haPolicyDetector`, `haRearCollisionWarning`, `haRedLightViolation`, `haReversing`, `haRolledStopSign`, `haRollover`, `haRolloverProtectionBrakeControlActivated`, `haRolloverProtectionEngineControlActivated`, `haSeatbeltPolicy`, `haSharpTurn`, `haSignDetection`, `haSmokingPolicy`, `haSpeeding`, `haTailgating`, `haTileRollingRailroadCrossing`, `haTileRollingStopSign`, `haTrafficLightDetection`, `haUnsafeParking`, `haVehicleInBlindSpotWarning`, `haVulnerableRoadUserCollisionWarning`, `haYawControlBrakeControlActivated`, `haYawControlEngineControlActivated` */
|
|
9
|
+
/** The type of harsh event. Valid values: `haAccel`, `haBraking`, `haCameraMisaligned`, `haCrash`, `haDistractedDriving`, `haDistractedDrivingCalibration`, `haDrinkPolicy`, `haDriverObstructionPolicy`, `haDrowsinessDetection`, `haEvent`, `haFalsePositive`, `haFoodPolicy`, `haHighSpeedSuddenDisconnect`, `haImpact`, `haInvalid`, `haLaneDeparture`, `haMaskPolicy`, `haNearCollision`, `haOutwardObstructionPolicy`, `haPassengerPolicy`, `haPersonalProtectiveEquipment`, `haPhonePolicy`, `haPolicyDetector`, `haProximityWarning`, `haRearCollisionWarning`, `haRedLightViolation`, `haReversing`, `haRolledStopSign`, `haRollover`, `haRolloverProtectionBrakeControlActivated`, `haRolloverProtectionEngineControlActivated`, `haSeatbeltPolicy`, `haSharpTurn`, `haSignDetection`, `haSmokingPolicy`, `haSpeeding`, `haTailgating`, `haTileRollingRailroadCrossing`, `haTileRollingStopSign`, `haTrafficLightDetection`, `haUnsafeParking`, `haVehicleInBlindSpotWarning`, `haVulnerableRoadUserCollisionWarning`, `haYawControlBrakeControlActivated`, `haYawControlEngineControlActivated` */
|
|
10
10
|
Types.Item = {
|
|
11
11
|
HaAccel: "haAccel",
|
|
12
12
|
HaBraking: "haBraking",
|
|
@@ -31,6 +31,7 @@ var HarshEventTriggerDetailsObjectResponseBody;
|
|
|
31
31
|
HaPersonalProtectiveEquipment: "haPersonalProtectiveEquipment",
|
|
32
32
|
HaPhonePolicy: "haPhonePolicy",
|
|
33
33
|
HaPolicyDetector: "haPolicyDetector",
|
|
34
|
+
HaProximityWarning: "haProximityWarning",
|
|
34
35
|
HaRearCollisionWarning: "haRearCollisionWarning",
|
|
35
36
|
HaRedLightViolation: "haRedLightViolation",
|
|
36
37
|
HaReversing: "haReversing",
|
|
@@ -5,7 +5,7 @@ export interface PlaceRoutingCapacityServiceTimeInputRequestBody {
|
|
|
5
5
|
/** Capacity UUID. */
|
|
6
6
|
capacityId: string;
|
|
7
7
|
/** Quantity units per service time chunk. */
|
|
8
|
-
|
|
8
|
+
quantityPerServiceTime: number;
|
|
9
9
|
/** Service time in seconds. */
|
|
10
10
|
serviceTimeSeconds: number;
|
|
11
11
|
}
|
|
@@ -12,8 +12,8 @@ export interface PlaceRoutingInputRequestBody {
|
|
|
12
12
|
/** Whether this routing row is a depot. */
|
|
13
13
|
isDepot?: boolean | undefined;
|
|
14
14
|
orderServiceTime?: Samsara.PlaceRoutingOrderServiceTimeInputRequestBody | undefined;
|
|
15
|
-
/** Stop position preference:
|
|
16
|
-
position?:
|
|
15
|
+
/** Stop position preference: first or last. Valid values: `first`, `last` */
|
|
16
|
+
position?: PlaceRoutingInputRequestBody.Position | undefined;
|
|
17
17
|
/** Route priority from 1 (lowest) to 5 (highest). */
|
|
18
18
|
priority?: number | undefined;
|
|
19
19
|
/** Required planner skills for this routing row. */
|
|
@@ -24,3 +24,11 @@ export interface PlaceRoutingInputRequestBody {
|
|
|
24
24
|
/** Recurring local-time service windows for this routing row. */
|
|
25
25
|
serviceWindows?: Samsara.PlaceRoutingServiceWindowInputRequestBody[] | undefined;
|
|
26
26
|
}
|
|
27
|
+
export declare namespace PlaceRoutingInputRequestBody {
|
|
28
|
+
/** Stop position preference: first or last. Valid values: `first`, `last` */
|
|
29
|
+
const Position: {
|
|
30
|
+
readonly First: "first";
|
|
31
|
+
readonly Last: "last";
|
|
32
|
+
};
|
|
33
|
+
type Position = (typeof Position)[keyof typeof Position];
|
|
34
|
+
}
|
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.PlaceRoutingInputRequestBody = void 0;
|
|
5
|
+
var PlaceRoutingInputRequestBody;
|
|
6
|
+
(function (PlaceRoutingInputRequestBody) {
|
|
7
|
+
/** Stop position preference: first or last. Valid values: `first`, `last` */
|
|
8
|
+
PlaceRoutingInputRequestBody.Position = {
|
|
9
|
+
First: "first",
|
|
10
|
+
Last: "last",
|
|
11
|
+
};
|
|
12
|
+
})(PlaceRoutingInputRequestBody || (exports.PlaceRoutingInputRequestBody = PlaceRoutingInputRequestBody = {}));
|
|
@@ -4,6 +4,8 @@ import type * as Samsara from "../index.js";
|
|
|
4
4
|
*/
|
|
5
5
|
export interface PlaceRoutingOrderServiceTimeInputRequestBody {
|
|
6
6
|
capacityServiceTime?: Samsara.PlaceRoutingCapacityServiceTimeInputRequestBody | undefined;
|
|
7
|
+
/** Fixed order service time in seconds. Required when modeType is fixed. */
|
|
8
|
+
fixedServiceTimeSeconds?: number | undefined;
|
|
7
9
|
/** When true, order service time settings apply at this stop; when false, hub/session defaults apply. */
|
|
8
10
|
isEnabled?: boolean | undefined;
|
|
9
11
|
/** Mode: fixed or variable. Valid values: `fixed`, `variable` */
|
|
@@ -5,7 +5,7 @@ export interface RoutingCapacityServiceTimeResponseResponseBody {
|
|
|
5
5
|
/** Capacity UUID. */
|
|
6
6
|
capacityId: string;
|
|
7
7
|
/** Quantity units per service time chunk. */
|
|
8
|
-
|
|
8
|
+
quantityPerServiceTime: number;
|
|
9
9
|
/** Service time in seconds. */
|
|
10
10
|
serviceTimeSeconds: number;
|
|
11
11
|
}
|
|
@@ -4,6 +4,8 @@ import type * as Samsara from "../index.js";
|
|
|
4
4
|
*/
|
|
5
5
|
export interface RoutingOrderServiceTimeResponseResponseBody {
|
|
6
6
|
capacityServiceTime?: Samsara.RoutingCapacityServiceTimeResponseResponseBody | undefined;
|
|
7
|
+
/** Fixed order service time in seconds. */
|
|
8
|
+
fixedServiceTimeSeconds?: number | undefined;
|
|
7
9
|
/** Whether order service time settings apply at this stop. */
|
|
8
10
|
isEnabled: boolean;
|
|
9
11
|
/** Mode: unknown, unspecified, fixed, or variable. */
|
|
@@ -12,8 +12,8 @@ export interface RoutingResponseResponseBody {
|
|
|
12
12
|
/** Whether this routing row is a depot. */
|
|
13
13
|
isDepot: boolean;
|
|
14
14
|
orderServiceTime?: Samsara.RoutingOrderServiceTimeResponseResponseBody | undefined;
|
|
15
|
-
/** Stop position preference:
|
|
16
|
-
position
|
|
15
|
+
/** Stop position preference: first or last. */
|
|
16
|
+
position?: string | undefined;
|
|
17
17
|
/** Route priority from 1 (lowest) to 5 (highest). */
|
|
18
18
|
priority?: number | undefined;
|
|
19
19
|
/** Required planner skills. */
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "13.
|
|
1
|
+
export declare const SDK_VERSION = "13.28.0";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/BaseClient.mjs
CHANGED
|
@@ -7,8 +7,8 @@ export function normalizeClientOptions(options) {
|
|
|
7
7
|
const headers = mergeHeaders({
|
|
8
8
|
"X-Fern-Language": "JavaScript",
|
|
9
9
|
"X-Fern-SDK-Name": "@samsarahq/samsara",
|
|
10
|
-
"X-Fern-SDK-Version": "13.
|
|
11
|
-
"User-Agent": "@samsarahq/samsara/13.
|
|
10
|
+
"X-Fern-SDK-Version": "13.28.0",
|
|
11
|
+
"User-Agent": "@samsarahq/samsara/13.28.0",
|
|
12
12
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
13
13
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
14
14
|
"X-Samsara-Version": (_a = options === null || options === void 0 ? void 0 : options.version) !== null && _a !== void 0 ? _a : "2025-06-11",
|
|
@@ -126,12 +126,7 @@ export declare class AssetsClient {
|
|
|
126
126
|
updateAsset(request: Samsara.AssetsUpdateAssetRequestBody, requestOptions?: AssetsClient.RequestOptions): core.HttpResponsePromise<Samsara.AssetsUpdateAssetResponseBody>;
|
|
127
127
|
private __updateAsset;
|
|
128
128
|
/**
|
|
129
|
-
*
|
|
130
|
-
* <nh>
|
|
131
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
132
|
-
* This endpoint is still on our legacy API.
|
|
133
|
-
* </nh>
|
|
134
|
-
* </n>
|
|
129
|
+
* > π§ This endpoint is still on our legacy API.
|
|
135
130
|
*
|
|
136
131
|
* Fetch current locations of all assets.
|
|
137
132
|
*
|
|
@@ -148,12 +143,7 @@ export declare class AssetsClient {
|
|
|
148
143
|
v1GetAllAssetCurrentLocations(request?: Samsara.V1GetAllAssetCurrentLocationsRequest, requestOptions?: AssetsClient.RequestOptions): core.HttpResponsePromise<Samsara.InlineResponse2002>;
|
|
149
144
|
private __v1GetAllAssetCurrentLocations;
|
|
150
145
|
/**
|
|
151
|
-
*
|
|
152
|
-
* <nh>
|
|
153
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
154
|
-
* This endpoint is still on our legacy API.
|
|
155
|
-
* </nh>
|
|
156
|
-
* </n>
|
|
146
|
+
* > π§ This endpoint is still on our legacy API.
|
|
157
147
|
*
|
|
158
148
|
* Fetches all reefers and reefer-specific stats.
|
|
159
149
|
*
|
|
@@ -173,12 +163,7 @@ export declare class AssetsClient {
|
|
|
173
163
|
v1GetAssetsReefers(request: Samsara.V1GetAssetsReefersRequest, requestOptions?: AssetsClient.RequestOptions): core.HttpResponsePromise<Samsara.InlineResponse2003>;
|
|
174
164
|
private __v1GetAssetsReefers;
|
|
175
165
|
/**
|
|
176
|
-
*
|
|
177
|
-
* <nh>
|
|
178
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
179
|
-
* This endpoint is still on our legacy API.
|
|
180
|
-
* </nh>
|
|
181
|
-
* </n>
|
|
166
|
+
* > π§ This endpoint is still on our legacy API.
|
|
182
167
|
*
|
|
183
168
|
* List historical locations for a given asset.
|
|
184
169
|
*
|
|
@@ -199,12 +184,7 @@ export declare class AssetsClient {
|
|
|
199
184
|
v1GetAssetLocation(request: Samsara.V1GetAssetLocationRequest, requestOptions?: AssetsClient.RequestOptions): core.HttpResponsePromise<Samsara.V1AssetLocationResponse>;
|
|
200
185
|
private __v1GetAssetLocation;
|
|
201
186
|
/**
|
|
202
|
-
*
|
|
203
|
-
* <nh>
|
|
204
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
205
|
-
* This endpoint is still on our legacy API.
|
|
206
|
-
* </nh>
|
|
207
|
-
* </n>
|
|
187
|
+
* > π§ This endpoint is still on our legacy API.
|
|
208
188
|
*
|
|
209
189
|
* Fetch the reefer-specific stats of an asset.
|
|
210
190
|
*
|
|
@@ -399,12 +399,7 @@ export class AssetsClient {
|
|
|
399
399
|
});
|
|
400
400
|
}
|
|
401
401
|
/**
|
|
402
|
-
*
|
|
403
|
-
* <nh>
|
|
404
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
405
|
-
* This endpoint is still on our legacy API.
|
|
406
|
-
* </nh>
|
|
407
|
-
* </n>
|
|
402
|
+
* > π§ This endpoint is still on our legacy API.
|
|
408
403
|
*
|
|
409
404
|
* Fetch current locations of all assets.
|
|
410
405
|
*
|
|
@@ -457,12 +452,7 @@ export class AssetsClient {
|
|
|
457
452
|
});
|
|
458
453
|
}
|
|
459
454
|
/**
|
|
460
|
-
*
|
|
461
|
-
* <nh>
|
|
462
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
463
|
-
* This endpoint is still on our legacy API.
|
|
464
|
-
* </nh>
|
|
465
|
-
* </n>
|
|
455
|
+
* > π§ This endpoint is still on our legacy API.
|
|
466
456
|
*
|
|
467
457
|
* Fetches all reefers and reefer-specific stats.
|
|
468
458
|
*
|
|
@@ -520,12 +510,7 @@ export class AssetsClient {
|
|
|
520
510
|
});
|
|
521
511
|
}
|
|
522
512
|
/**
|
|
523
|
-
*
|
|
524
|
-
* <nh>
|
|
525
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
526
|
-
* This endpoint is still on our legacy API.
|
|
527
|
-
* </nh>
|
|
528
|
-
* </n>
|
|
513
|
+
* > π§ This endpoint is still on our legacy API.
|
|
529
514
|
*
|
|
530
515
|
* List historical locations for a given asset.
|
|
531
516
|
*
|
|
@@ -581,12 +566,7 @@ export class AssetsClient {
|
|
|
581
566
|
});
|
|
582
567
|
}
|
|
583
568
|
/**
|
|
584
|
-
*
|
|
585
|
-
* <nh>
|
|
586
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
587
|
-
* This endpoint is still on our legacy API.
|
|
588
|
-
* </nh>
|
|
589
|
-
* </n>
|
|
569
|
+
* > π§ This endpoint is still on our legacy API.
|
|
590
570
|
*
|
|
591
571
|
* Fetch the reefer-specific stats of an asset.
|
|
592
572
|
*
|
|
@@ -115,12 +115,7 @@ export declare class HoursOfServiceClient {
|
|
|
115
115
|
getHosViolations(request?: Samsara.GetHosViolationsRequest, requestOptions?: HoursOfServiceClient.RequestOptions): core.HttpResponsePromise<Samsara.HosViolationsGetHosViolationsResponseBody>;
|
|
116
116
|
private __getHosViolations;
|
|
117
117
|
/**
|
|
118
|
-
*
|
|
119
|
-
* <nh>
|
|
120
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
121
|
-
* This endpoint is still on our legacy API.
|
|
122
|
-
* </nh>
|
|
123
|
-
* </n>
|
|
118
|
+
* > π§ This endpoint is still on our legacy API.
|
|
124
119
|
*
|
|
125
120
|
* Set an individual driverβs current duty status to 'On Duty' or 'Off Duty'.
|
|
126
121
|
*
|
|
@@ -142,12 +137,7 @@ export declare class HoursOfServiceClient {
|
|
|
142
137
|
setCurrentDutyStatus(request: Samsara.InlineObject1, requestOptions?: HoursOfServiceClient.RequestOptions): core.HttpResponsePromise<void>;
|
|
143
138
|
private __setCurrentDutyStatus;
|
|
144
139
|
/**
|
|
145
|
-
*
|
|
146
|
-
* <nh>
|
|
147
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
148
|
-
* This endpoint is still on our legacy API.
|
|
149
|
-
* </nh>
|
|
150
|
-
* </n>
|
|
140
|
+
* > π§ This endpoint is still on our legacy API.
|
|
151
141
|
*
|
|
152
142
|
* Get the HOS (hours of service) signin and signout logs for the specified driver. The response includes 4 fields that are now deprecated.
|
|
153
143
|
*
|
|
@@ -341,12 +341,7 @@ export class HoursOfServiceClient {
|
|
|
341
341
|
});
|
|
342
342
|
}
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
345
|
-
* <nh>
|
|
346
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
347
|
-
* This endpoint is still on our legacy API.
|
|
348
|
-
* </nh>
|
|
349
|
-
* </n>
|
|
344
|
+
* > π§ This endpoint is still on our legacy API.
|
|
350
345
|
*
|
|
351
346
|
* Set an individual driverβs current duty status to 'On Duty' or 'Off Duty'.
|
|
352
347
|
*
|
|
@@ -402,12 +397,7 @@ export class HoursOfServiceClient {
|
|
|
402
397
|
});
|
|
403
398
|
}
|
|
404
399
|
/**
|
|
405
|
-
*
|
|
406
|
-
* <nh>
|
|
407
|
-
* <i class="fa fa-exclamation-circle"></i>
|
|
408
|
-
* This endpoint is still on our legacy API.
|
|
409
|
-
* </nh>
|
|
410
|
-
* </n>
|
|
400
|
+
* > π§ This endpoint is still on our legacy API.
|
|
411
401
|
*
|
|
412
402
|
* Get the HOS (hours of service) signin and signout logs for the specified driver. The response includes 4 fields that are now deprecated.
|
|
413
403
|
*
|