Skip to content

Commit 4fb969d

Browse files
authored
Merge pull request #41 from samsarahq/fern-bot/2026-03-02T15-15Z
🌿 Fern Regeneration -- March 2, 2026
2 parents 4fa3332 + c51fac4 commit 4fb969d

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

.fern/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"namespaceExport": "Samsara",
77
"generateWireTests": true
88
},
9-
"sdkVersion": "5.10.0"
9+
"sdkVersion": "5.10.1"
1010
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@samsarahq/samsara",
3-
"version": "5.10.0",
3+
"version": "5.10.1",
44
"private": false,
55
"repository": {
66
"type": "git",

src/BaseClient.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ export function normalizeClientOptions<T extends BaseClientOptions = BaseClientO
5555
{
5656
"X-Fern-Language": "JavaScript",
5757
"X-Fern-SDK-Name": "@samsarahq/samsara",
58-
"X-Fern-SDK-Version": "5.10.0",
59-
"User-Agent": "@samsarahq/samsara/5.10.0",
58+
"X-Fern-SDK-Version": "5.10.1",
59+
"User-Agent": "@samsarahq/samsara/5.10.1",
6060
"X-Fern-Runtime": core.RUNTIME.type,
6161
"X-Fern-Runtime-Version": core.RUNTIME.version,
6262
"X-Samsara-Version": options?.version ?? "2025-06-11",

src/api/resources/betaApIs/client/requests/GetReadingsHistoryRequest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@ export interface GetReadingsHistoryRequest {
222222
* * `doorClosedStatus` (Door Closed Status): Status indicating whether a door is closed or open (values: open | closed)
223223
* * `doorClosedStatusAdvanced` (Door Closed Status (Advanced)): Status indicating whether a door is closed or open (values: open | closed)
224224
* * `environmentMonitorAmbientTemperature` (Ambient Temperature): Air temperature at the environmental monitor device (built-in sensor). (celsius)
225+
* * `environmentMonitorAmbientTemperatureBLEConnection` (Ambient Temperature (BLE Connection)): Air temperature at the environmental monitor device (built-in sensor) via BLE Connection. (celsius)
225226
* * `environmentMonitorThermistorTemperature` (Thermistor Temperature): Temperature from an external thermistor probe (e.g. cable probe in cargo or reefer). (celsius)
227+
* * `environmentMonitorThermistorTemperatureBLEConnection` (Thermistor Temperature (BLE Connection)): Temperature from an external thermistor probe (e.g. cable probe in cargo or reefer) via BLE Connection. (celsius)
226228
* * `trailerMovingWithoutPower` (Trailer Moving Without Power): Trailer moving without power status (values: off | on)
227229
* * `validBrakeScore` (Braking Performance Value): Percent score representing trailer braking effectiveness using regression analysis over the past 90 days, guaranteed to have under 3% margin of error. (percent)
228230
* * `widgetBatteryVoltage` (Widget Battery Voltage): Battery voltage level of the widget sensor in millivolts (volt)

src/api/resources/betaApIs/client/requests/GetReadingsSnapshotRequest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@ export interface GetReadingsSnapshotRequest {
222222
* * `doorClosedStatus` (Door Closed Status): Status indicating whether a door is closed or open (values: open | closed)
223223
* * `doorClosedStatusAdvanced` (Door Closed Status (Advanced)): Status indicating whether a door is closed or open (values: open | closed)
224224
* * `environmentMonitorAmbientTemperature` (Ambient Temperature): Air temperature at the environmental monitor device (built-in sensor). (celsius)
225+
* * `environmentMonitorAmbientTemperatureBLEConnection` (Ambient Temperature (BLE Connection)): Air temperature at the environmental monitor device (built-in sensor) via BLE Connection. (celsius)
225226
* * `environmentMonitorThermistorTemperature` (Thermistor Temperature): Temperature from an external thermistor probe (e.g. cable probe in cargo or reefer). (celsius)
227+
* * `environmentMonitorThermistorTemperatureBLEConnection` (Thermistor Temperature (BLE Connection)): Temperature from an external thermistor probe (e.g. cable probe in cargo or reefer) via BLE Connection. (celsius)
226228
* * `trailerMovingWithoutPower` (Trailer Moving Without Power): Trailer moving without power status (values: off | on)
227229
* * `validBrakeScore` (Braking Performance Value): Percent score representing trailer braking effectiveness using regression analysis over the past 90 days, guaranteed to have under 3% margin of error. (percent)
228230
* * `widgetBatteryVoltage` (Widget Battery Voltage): Battery voltage level of the widget sensor in millivolts (volt)

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SDK_VERSION = "5.10.0";
1+
export const SDK_VERSION = "5.10.1";

0 commit comments

Comments
 (0)