Skip to content

Commit cf94e42

Browse files
authored
Merge pull request #46 from samsarahq/fern-bot/2026-03-11T15-19Z
🌿 Fern Regeneration -- March 11, 2026
2 parents 7ae158a + 8253ab3 commit cf94e42

File tree

38 files changed

+1170
-18
lines changed

38 files changed

+1170
-18
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": "6.1.0"
9+
"sdkVersion": "6.2.0"
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": "6.1.0",
3+
"version": "6.2.0",
44
"private": false,
55
"repository": {
66
"type": "git",

reference.md

Lines changed: 141 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2780,6 +2780,146 @@ await client.betaApIs.listCarbCtcVehicleHistory({
27802780
</dl>
27812781

27822782

2783+
</dd>
2784+
</dl>
2785+
</details>
2786+
2787+
<details><summary><code>client.betaApIs.<a href="/src/api/resources/betaApIs/client/Client.ts">listVendorCategories</a>({ ...params }) -> Samsara.MaintenanceVendorsListVendorCategoriesResponseBody</code></summary>
2788+
<dl>
2789+
<dd>
2790+
2791+
#### 📝 Description
2792+
2793+
<dl>
2794+
<dd>
2795+
2796+
<dl>
2797+
<dd>
2798+
2799+
Returns the list of vendor categories available for maintenance vendors.
2800+
2801+
<b>Rate limit:</b> 5 requests/sec (learn more about rate limits <a href="https://developers.samsara.com/docs/rate-limits" target="_blank">here</a>).
2802+
2803+
To use this endpoint, select **Read Work Orders** under the Work Orders 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>
2804+
2805+
2806+
**Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our <a href="https://forms.gle/zkD4NCH7HjKb7mm69" target="_blank">API feedback form</a>. If you encountered an issue or noticed inaccuracies in the API documentation, please <a href="https://www.samsara.com/help" target="_blank">submit a case</a> to our support team.
2807+
</dd>
2808+
</dl>
2809+
</dd>
2810+
</dl>
2811+
2812+
#### 🔌 Usage
2813+
2814+
<dl>
2815+
<dd>
2816+
2817+
<dl>
2818+
<dd>
2819+
2820+
```typescript
2821+
await client.betaApIs.listVendorCategories();
2822+
2823+
```
2824+
</dd>
2825+
</dl>
2826+
</dd>
2827+
</dl>
2828+
2829+
#### ⚙️ Parameters
2830+
2831+
<dl>
2832+
<dd>
2833+
2834+
<dl>
2835+
<dd>
2836+
2837+
**request:** `Samsara.ListVendorCategoriesRequest`
2838+
2839+
</dd>
2840+
</dl>
2841+
2842+
<dl>
2843+
<dd>
2844+
2845+
**requestOptions:** `BetaApIsClient.RequestOptions`
2846+
2847+
</dd>
2848+
</dl>
2849+
</dd>
2850+
</dl>
2851+
2852+
2853+
</dd>
2854+
</dl>
2855+
</details>
2856+
2857+
<details><summary><code>client.betaApIs.<a href="/src/api/resources/betaApIs/client/Client.ts">listMaintenanceVendors</a>({ ...params }) -> Samsara.MaintenanceVendorsListMaintenanceVendorsResponseBody</code></summary>
2858+
<dl>
2859+
<dd>
2860+
2861+
#### 📝 Description
2862+
2863+
<dl>
2864+
<dd>
2865+
2866+
<dl>
2867+
<dd>
2868+
2869+
Returns a paginated list of maintenance vendors in the organization.
2870+
2871+
<b>Rate limit:</b> 5 requests/sec (learn more about rate limits <a href="https://developers.samsara.com/docs/rate-limits" target="_blank">here</a>).
2872+
2873+
To use this endpoint, select **Read Work Orders** under the Work Orders 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>
2874+
2875+
2876+
**Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our <a href="https://forms.gle/zkD4NCH7HjKb7mm69" target="_blank">API feedback form</a>. If you encountered an issue or noticed inaccuracies in the API documentation, please <a href="https://www.samsara.com/help" target="_blank">submit a case</a> to our support team.
2877+
</dd>
2878+
</dl>
2879+
</dd>
2880+
</dl>
2881+
2882+
#### 🔌 Usage
2883+
2884+
<dl>
2885+
<dd>
2886+
2887+
<dl>
2888+
<dd>
2889+
2890+
```typescript
2891+
await client.betaApIs.listMaintenanceVendors();
2892+
2893+
```
2894+
</dd>
2895+
</dl>
2896+
</dd>
2897+
</dl>
2898+
2899+
#### ⚙️ Parameters
2900+
2901+
<dl>
2902+
<dd>
2903+
2904+
<dl>
2905+
<dd>
2906+
2907+
**request:** `Samsara.ListMaintenanceVendorsRequest`
2908+
2909+
</dd>
2910+
</dl>
2911+
2912+
<dl>
2913+
<dd>
2914+
2915+
**requestOptions:** `BetaApIsClient.RequestOptions`
2916+
2917+
</dd>
2918+
</dl>
2919+
</dd>
2920+
</dl>
2921+
2922+
27832923
</dd>
27842924
</dl>
27852925
</details>
@@ -6536,7 +6676,7 @@ To use this endpoint, select **Write Media Retrieval** under the Safety & Camera
65366676
```typescript
65376677
await client.media.postMediaRetrieval({
65386678
endTime: "2019-06-13T19:08:55Z",
6539-
inputs: ["dashcamRoadFacing", "dashcamRoadFacing", "dashcamRoadFacing"],
6679+
inputs: ["dashcamRoadFacing", "dashcamRoadFacing", "dashcamRoadFacing", "dashcamRoadFacing"],
65406680
mediaType: "image",
65416681
startTime: "2019-06-13T19:08:25Z",
65426682
vehicleId: "1234"

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": "6.1.0",
59-
"User-Agent": "@samsarahq/samsara/6.1.0",
58+
"X-Fern-SDK-Version": "6.2.0",
59+
"User-Agent": "@samsarahq/samsara/6.2.0",
6060
"X-Fern-Runtime": core.RUNTIME.type,
6161
"X-Fern-Runtime-Version": core.RUNTIME.version,
6262
"X-Samsara-Version": options?.version ?? "2025-06-11",

0 commit comments

Comments
 (0)