@samsarahq/samsara 13.32.0 → 13.34.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 (142) hide show
  1. package/dist/cjs/BaseClient.js +2 -2
  2. package/dist/cjs/api/resources/assets/client/Client.d.ts +32 -0
  3. package/dist/cjs/api/resources/assets/client/Client.js +91 -0
  4. package/dist/cjs/api/resources/assets/client/requests/GetAssetReeferRequest.d.ts +16 -0
  5. package/dist/cjs/api/resources/assets/client/requests/GetAssetReeferRequest.js +3 -0
  6. package/dist/cjs/api/resources/assets/client/requests/index.d.ts +1 -0
  7. package/dist/cjs/api/resources/betaApIs/client/Client.d.ts +3 -3
  8. package/dist/cjs/api/resources/betaApIs/client/Client.js +3 -3
  9. package/dist/cjs/api/resources/betaApIs/client/requests/GetDevicesRequest.d.ts +1 -1
  10. package/dist/cjs/api/resources/betaApIs/client/requests/SafetyEventsV2PatchSafetyEventsV2BatchRequestBody.d.ts +1 -1
  11. package/dist/cjs/api/types/AssetReeferAlarmObjectResponseBody.d.ts +10 -0
  12. package/dist/cjs/api/types/AssetReeferAlarmObjectResponseBody.js +3 -0
  13. package/dist/cjs/api/types/AssetReeferAlarmsStatObjectResponseBody.d.ts +7 -0
  14. package/dist/cjs/api/types/AssetReeferAlarmsStatObjectResponseBody.js +3 -0
  15. package/dist/cjs/api/types/AssetReeferEngineHoursStatObjectResponseBody.d.ts +6 -0
  16. package/dist/cjs/api/types/AssetReeferEngineHoursStatObjectResponseBody.js +3 -0
  17. package/dist/cjs/api/types/AssetReeferFuelPercentageStatObjectResponseBody.d.ts +6 -0
  18. package/dist/cjs/api/types/AssetReeferFuelPercentageStatObjectResponseBody.js +3 -0
  19. package/dist/cjs/api/types/AssetReeferPowerStatusObjectResponseBody.d.ts +6 -0
  20. package/dist/cjs/api/types/AssetReeferPowerStatusObjectResponseBody.js +3 -0
  21. package/dist/cjs/api/types/AssetReeferStatsObjectResponseBody.d.ts +15 -0
  22. package/dist/cjs/api/types/AssetReeferStatsObjectResponseBody.js +3 -0
  23. package/dist/cjs/api/types/AssetReeferTemperatureStatObjectResponseBody.d.ts +6 -0
  24. package/dist/cjs/api/types/AssetReeferTemperatureStatObjectResponseBody.js +3 -0
  25. package/dist/cjs/api/types/AssetsGetAssetReeferBadGatewayErrorResponseBody.d.ts +9 -0
  26. package/dist/cjs/api/types/AssetsGetAssetReeferBadGatewayErrorResponseBody.js +3 -0
  27. package/dist/cjs/api/types/AssetsGetAssetReeferGatewayTimeoutErrorResponseBody.d.ts +9 -0
  28. package/dist/cjs/api/types/AssetsGetAssetReeferGatewayTimeoutErrorResponseBody.js +3 -0
  29. package/dist/cjs/api/types/AssetsGetAssetReeferInternalServerErrorResponseBody.d.ts +9 -0
  30. package/dist/cjs/api/types/AssetsGetAssetReeferInternalServerErrorResponseBody.js +3 -0
  31. package/dist/cjs/api/types/AssetsGetAssetReeferMethodNotAllowedErrorResponseBody.d.ts +9 -0
  32. package/dist/cjs/api/types/AssetsGetAssetReeferMethodNotAllowedErrorResponseBody.js +3 -0
  33. package/dist/cjs/api/types/AssetsGetAssetReeferNotFoundErrorResponseBody.d.ts +9 -0
  34. package/dist/cjs/api/types/AssetsGetAssetReeferNotFoundErrorResponseBody.js +3 -0
  35. package/dist/cjs/api/types/AssetsGetAssetReeferNotImplementedErrorResponseBody.d.ts +9 -0
  36. package/dist/cjs/api/types/AssetsGetAssetReeferNotImplementedErrorResponseBody.js +3 -0
  37. package/dist/cjs/api/types/AssetsGetAssetReeferResponseBody.d.ts +10 -0
  38. package/dist/cjs/api/types/AssetsGetAssetReeferResponseBody.js +3 -0
  39. package/dist/cjs/api/types/AssetsGetAssetReeferServiceUnavailableErrorResponseBody.d.ts +9 -0
  40. package/dist/cjs/api/types/AssetsGetAssetReeferServiceUnavailableErrorResponseBody.js +3 -0
  41. package/dist/cjs/api/types/AssetsGetAssetReeferTooManyRequestsErrorResponseBody.d.ts +9 -0
  42. package/dist/cjs/api/types/AssetsGetAssetReeferTooManyRequestsErrorResponseBody.js +3 -0
  43. package/dist/cjs/api/types/AssetsGetAssetReeferUnauthorizedErrorResponseBody.d.ts +9 -0
  44. package/dist/cjs/api/types/AssetsGetAssetReeferUnauthorizedErrorResponseBody.js +3 -0
  45. package/dist/cjs/api/types/DeviceResponseResponseBody.d.ts +8 -2
  46. package/dist/cjs/api/types/DeviceResponseResponseBody.js +7 -1
  47. package/dist/cjs/api/types/GatewayResponseObjectResponseBody.d.ts +7 -2
  48. package/dist/cjs/api/types/GatewayResponseObjectResponseBody.js +6 -1
  49. package/dist/cjs/api/types/GatewayWithVehicleTinyResponseResponseBody.d.ts +7 -2
  50. package/dist/cjs/api/types/GatewayWithVehicleTinyResponseResponseBody.js +6 -1
  51. package/dist/cjs/api/types/GoaGatewayTinyResponseResponseBody.d.ts +7 -2
  52. package/dist/cjs/api/types/GoaGatewayTinyResponseResponseBody.js +6 -1
  53. package/dist/cjs/api/types/PairResultGatewayObjectResponseBody.d.ts +7 -2
  54. package/dist/cjs/api/types/PairResultGatewayObjectResponseBody.js +6 -1
  55. package/dist/cjs/api/types/PlaceGeofenceAutoFallbackBehaviorInputRequestBody.d.ts +17 -0
  56. package/dist/cjs/api/types/PlaceGeofenceAutoFallbackBehaviorInputRequestBody.js +12 -0
  57. package/dist/cjs/api/types/PlaceGeofenceAutoFallbackCircleInputRequestBody.d.ts +7 -0
  58. package/dist/cjs/api/types/PlaceGeofenceAutoFallbackCircleInputRequestBody.js +3 -0
  59. package/dist/cjs/api/types/PlaceGeofenceAutoInputRequestBody.d.ts +47 -0
  60. package/dist/cjs/api/types/PlaceGeofenceAutoInputRequestBody.js +24 -0
  61. package/dist/cjs/api/types/PlaceGeofenceAutoSearchBoundsInputRequestBody.d.ts +13 -0
  62. package/dist/cjs/api/types/PlaceGeofenceAutoSearchBoundsInputRequestBody.js +3 -0
  63. package/dist/cjs/api/types/PlaceGeofenceInputRequestBody.d.ts +5 -3
  64. package/dist/cjs/api/types/PlaceGeofenceInputRequestBody.js +2 -1
  65. package/dist/cjs/api/types/TrailerGoaGatewayTinyResponseResponseBody.d.ts +7 -2
  66. package/dist/cjs/api/types/TrailerGoaGatewayTinyResponseResponseBody.js +6 -1
  67. package/dist/cjs/api/types/index.d.ts +21 -0
  68. package/dist/cjs/api/types/index.js +21 -0
  69. package/dist/cjs/version.d.ts +1 -1
  70. package/dist/cjs/version.js +1 -1
  71. package/dist/esm/BaseClient.mjs +2 -2
  72. package/dist/esm/api/resources/assets/client/Client.d.mts +32 -0
  73. package/dist/esm/api/resources/assets/client/Client.mjs +91 -0
  74. package/dist/esm/api/resources/assets/client/requests/GetAssetReeferRequest.d.mts +16 -0
  75. package/dist/esm/api/resources/assets/client/requests/GetAssetReeferRequest.mjs +2 -0
  76. package/dist/esm/api/resources/assets/client/requests/index.d.mts +1 -0
  77. package/dist/esm/api/resources/betaApIs/client/Client.d.mts +3 -3
  78. package/dist/esm/api/resources/betaApIs/client/Client.mjs +3 -3
  79. package/dist/esm/api/resources/betaApIs/client/requests/GetDevicesRequest.d.mts +1 -1
  80. package/dist/esm/api/resources/betaApIs/client/requests/SafetyEventsV2PatchSafetyEventsV2BatchRequestBody.d.mts +1 -1
  81. package/dist/esm/api/types/AssetReeferAlarmObjectResponseBody.d.mts +10 -0
  82. package/dist/esm/api/types/AssetReeferAlarmObjectResponseBody.mjs +2 -0
  83. package/dist/esm/api/types/AssetReeferAlarmsStatObjectResponseBody.d.mts +7 -0
  84. package/dist/esm/api/types/AssetReeferAlarmsStatObjectResponseBody.mjs +2 -0
  85. package/dist/esm/api/types/AssetReeferEngineHoursStatObjectResponseBody.d.mts +6 -0
  86. package/dist/esm/api/types/AssetReeferEngineHoursStatObjectResponseBody.mjs +2 -0
  87. package/dist/esm/api/types/AssetReeferFuelPercentageStatObjectResponseBody.d.mts +6 -0
  88. package/dist/esm/api/types/AssetReeferFuelPercentageStatObjectResponseBody.mjs +2 -0
  89. package/dist/esm/api/types/AssetReeferPowerStatusObjectResponseBody.d.mts +6 -0
  90. package/dist/esm/api/types/AssetReeferPowerStatusObjectResponseBody.mjs +2 -0
  91. package/dist/esm/api/types/AssetReeferStatsObjectResponseBody.d.mts +15 -0
  92. package/dist/esm/api/types/AssetReeferStatsObjectResponseBody.mjs +2 -0
  93. package/dist/esm/api/types/AssetReeferTemperatureStatObjectResponseBody.d.mts +6 -0
  94. package/dist/esm/api/types/AssetReeferTemperatureStatObjectResponseBody.mjs +2 -0
  95. package/dist/esm/api/types/AssetsGetAssetReeferBadGatewayErrorResponseBody.d.mts +9 -0
  96. package/dist/esm/api/types/AssetsGetAssetReeferBadGatewayErrorResponseBody.mjs +2 -0
  97. package/dist/esm/api/types/AssetsGetAssetReeferGatewayTimeoutErrorResponseBody.d.mts +9 -0
  98. package/dist/esm/api/types/AssetsGetAssetReeferGatewayTimeoutErrorResponseBody.mjs +2 -0
  99. package/dist/esm/api/types/AssetsGetAssetReeferInternalServerErrorResponseBody.d.mts +9 -0
  100. package/dist/esm/api/types/AssetsGetAssetReeferInternalServerErrorResponseBody.mjs +2 -0
  101. package/dist/esm/api/types/AssetsGetAssetReeferMethodNotAllowedErrorResponseBody.d.mts +9 -0
  102. package/dist/esm/api/types/AssetsGetAssetReeferMethodNotAllowedErrorResponseBody.mjs +2 -0
  103. package/dist/esm/api/types/AssetsGetAssetReeferNotFoundErrorResponseBody.d.mts +9 -0
  104. package/dist/esm/api/types/AssetsGetAssetReeferNotFoundErrorResponseBody.mjs +2 -0
  105. package/dist/esm/api/types/AssetsGetAssetReeferNotImplementedErrorResponseBody.d.mts +9 -0
  106. package/dist/esm/api/types/AssetsGetAssetReeferNotImplementedErrorResponseBody.mjs +2 -0
  107. package/dist/esm/api/types/AssetsGetAssetReeferResponseBody.d.mts +10 -0
  108. package/dist/esm/api/types/AssetsGetAssetReeferResponseBody.mjs +2 -0
  109. package/dist/esm/api/types/AssetsGetAssetReeferServiceUnavailableErrorResponseBody.d.mts +9 -0
  110. package/dist/esm/api/types/AssetsGetAssetReeferServiceUnavailableErrorResponseBody.mjs +2 -0
  111. package/dist/esm/api/types/AssetsGetAssetReeferTooManyRequestsErrorResponseBody.d.mts +9 -0
  112. package/dist/esm/api/types/AssetsGetAssetReeferTooManyRequestsErrorResponseBody.mjs +2 -0
  113. package/dist/esm/api/types/AssetsGetAssetReeferUnauthorizedErrorResponseBody.d.mts +9 -0
  114. package/dist/esm/api/types/AssetsGetAssetReeferUnauthorizedErrorResponseBody.mjs +2 -0
  115. package/dist/esm/api/types/DeviceResponseResponseBody.d.mts +8 -2
  116. package/dist/esm/api/types/DeviceResponseResponseBody.mjs +7 -1
  117. package/dist/esm/api/types/GatewayResponseObjectResponseBody.d.mts +7 -2
  118. package/dist/esm/api/types/GatewayResponseObjectResponseBody.mjs +6 -1
  119. package/dist/esm/api/types/GatewayWithVehicleTinyResponseResponseBody.d.mts +7 -2
  120. package/dist/esm/api/types/GatewayWithVehicleTinyResponseResponseBody.mjs +6 -1
  121. package/dist/esm/api/types/GoaGatewayTinyResponseResponseBody.d.mts +7 -2
  122. package/dist/esm/api/types/GoaGatewayTinyResponseResponseBody.mjs +6 -1
  123. package/dist/esm/api/types/PairResultGatewayObjectResponseBody.d.mts +7 -2
  124. package/dist/esm/api/types/PairResultGatewayObjectResponseBody.mjs +6 -1
  125. package/dist/esm/api/types/PlaceGeofenceAutoFallbackBehaviorInputRequestBody.d.mts +17 -0
  126. package/dist/esm/api/types/PlaceGeofenceAutoFallbackBehaviorInputRequestBody.mjs +9 -0
  127. package/dist/esm/api/types/PlaceGeofenceAutoFallbackCircleInputRequestBody.d.mts +7 -0
  128. package/dist/esm/api/types/PlaceGeofenceAutoFallbackCircleInputRequestBody.mjs +2 -0
  129. package/dist/esm/api/types/PlaceGeofenceAutoInputRequestBody.d.mts +47 -0
  130. package/dist/esm/api/types/PlaceGeofenceAutoInputRequestBody.mjs +21 -0
  131. package/dist/esm/api/types/PlaceGeofenceAutoSearchBoundsInputRequestBody.d.mts +13 -0
  132. package/dist/esm/api/types/PlaceGeofenceAutoSearchBoundsInputRequestBody.mjs +2 -0
  133. package/dist/esm/api/types/PlaceGeofenceInputRequestBody.d.mts +5 -3
  134. package/dist/esm/api/types/PlaceGeofenceInputRequestBody.mjs +2 -1
  135. package/dist/esm/api/types/TrailerGoaGatewayTinyResponseResponseBody.d.mts +7 -2
  136. package/dist/esm/api/types/TrailerGoaGatewayTinyResponseResponseBody.mjs +6 -1
  137. package/dist/esm/api/types/index.d.mts +21 -0
  138. package/dist/esm/api/types/index.mjs +21 -0
  139. package/dist/esm/version.d.mts +1 -1
  140. package/dist/esm/version.mjs +1 -1
  141. package/package.json +1 -1
  142. package/reference.md +77 -3
@@ -44,8 +44,8 @@ function normalizeClientOptions(options) {
44
44
  const headers = (0, headers_js_1.mergeHeaders)({
45
45
  "X-Fern-Language": "JavaScript",
46
46
  "X-Fern-SDK-Name": "@samsarahq/samsara",
47
- "X-Fern-SDK-Version": "13.32.0",
48
- "User-Agent": "@samsarahq/samsara/13.32.0",
47
+ "X-Fern-SDK-Version": "13.34.0",
48
+ "User-Agent": "@samsarahq/samsara/13.34.0",
49
49
  "X-Fern-Runtime": core.RUNTIME.type,
50
50
  "X-Fern-Runtime-Version": core.RUNTIME.version,
51
51
  "X-Samsara-Version": (_a = options === null || options === void 0 ? void 0 : options.version) !== null && _a !== void 0 ? _a : "2025-06-11",
@@ -162,6 +162,38 @@ export declare class AssetsClient {
162
162
  */
163
163
  v1GetAssetsReefers(request: Samsara.V1GetAssetsReefersRequest, requestOptions?: AssetsClient.RequestOptions): core.HttpResponsePromise<Samsara.InlineResponse2003>;
164
164
  private __v1GetAssetsReefers;
165
+ /**
166
+ * Fetch the reefer-specific stats of an asset.
167
+ *
168
+ * <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>).
169
+ *
170
+ * To use this endpoint, select **Read Trailers** 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>
171
+ *
172
+ *
173
+ * **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.
174
+ *
175
+ * @param {Samsara.GetAssetReeferRequest} request
176
+ * @param {AssetsClient.RequestOptions} requestOptions - Request-specific configuration.
177
+ *
178
+ * @throws {@link Samsara.UnauthorizedError}
179
+ * @throws {@link Samsara.NotFoundError}
180
+ * @throws {@link Samsara.MethodNotAllowedError}
181
+ * @throws {@link Samsara.TooManyRequestsError}
182
+ * @throws {@link Samsara.InternalServerError}
183
+ * @throws {@link Samsara.NotImplementedError}
184
+ * @throws {@link Samsara.BadGatewayError}
185
+ * @throws {@link Samsara.ServiceUnavailableError}
186
+ * @throws {@link Samsara.GatewayTimeoutError}
187
+ *
188
+ * @example
189
+ * await client.assets.getAssetReefer({
190
+ * assetId: 1000000,
191
+ * startMs: 1000000,
192
+ * endMs: 1000000
193
+ * })
194
+ */
195
+ getAssetReefer(request: Samsara.GetAssetReeferRequest, requestOptions?: AssetsClient.RequestOptions): core.HttpResponsePromise<Samsara.AssetsGetAssetReeferResponseBody>;
196
+ private __getAssetReefer;
165
197
  /**
166
198
  * > 🚧 This endpoint is still on our legacy API.
167
199
  *
@@ -545,6 +545,97 @@ class AssetsClient {
545
545
  return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/v1/fleet/assets/reefers");
546
546
  });
547
547
  }
548
+ /**
549
+ * Fetch the reefer-specific stats of an asset.
550
+ *
551
+ * <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>).
552
+ *
553
+ * To use this endpoint, select **Read Trailers** 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>
554
+ *
555
+ *
556
+ * **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.
557
+ *
558
+ * @param {Samsara.GetAssetReeferRequest} request
559
+ * @param {AssetsClient.RequestOptions} requestOptions - Request-specific configuration.
560
+ *
561
+ * @throws {@link Samsara.UnauthorizedError}
562
+ * @throws {@link Samsara.NotFoundError}
563
+ * @throws {@link Samsara.MethodNotAllowedError}
564
+ * @throws {@link Samsara.TooManyRequestsError}
565
+ * @throws {@link Samsara.InternalServerError}
566
+ * @throws {@link Samsara.NotImplementedError}
567
+ * @throws {@link Samsara.BadGatewayError}
568
+ * @throws {@link Samsara.ServiceUnavailableError}
569
+ * @throws {@link Samsara.GatewayTimeoutError}
570
+ *
571
+ * @example
572
+ * await client.assets.getAssetReefer({
573
+ * assetId: 1000000,
574
+ * startMs: 1000000,
575
+ * endMs: 1000000
576
+ * })
577
+ */
578
+ getAssetReefer(request, requestOptions) {
579
+ return core.HttpResponsePromise.fromPromise(this.__getAssetReefer(request, requestOptions));
580
+ }
581
+ __getAssetReefer(request, requestOptions) {
582
+ return __awaiter(this, void 0, void 0, function* () {
583
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
584
+ const { assetId, startMs, endMs } = request;
585
+ const _queryParams = {
586
+ startMs,
587
+ endMs,
588
+ };
589
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
590
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ "X-Samsara-Version": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
591
+ const _response = yield core.fetcher({
592
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.SamsaraEnvironment.ProductionApi, `v1/fleet/assets/${core.url.encodePathParam(assetId)}/reefer`),
593
+ method: "GET",
594
+ headers: _headers,
595
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
596
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
597
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
598
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
599
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
600
+ logging: this._options.logging,
601
+ });
602
+ if (_response.ok) {
603
+ return {
604
+ data: _response.body,
605
+ rawResponse: _response.rawResponse,
606
+ };
607
+ }
608
+ if (_response.error.reason === "status-code") {
609
+ switch (_response.error.statusCode) {
610
+ case 401:
611
+ throw new Samsara.UnauthorizedError(_response.error.body, _response.rawResponse);
612
+ case 404:
613
+ throw new Samsara.NotFoundError(_response.error.body, _response.rawResponse);
614
+ case 405:
615
+ throw new Samsara.MethodNotAllowedError(_response.error.body, _response.rawResponse);
616
+ case 429:
617
+ throw new Samsara.TooManyRequestsError(_response.error.body, _response.rawResponse);
618
+ case 500:
619
+ throw new Samsara.InternalServerError(_response.error.body, _response.rawResponse);
620
+ case 501:
621
+ throw new Samsara.NotImplementedError(_response.error.body, _response.rawResponse);
622
+ case 502:
623
+ throw new Samsara.BadGatewayError(_response.error.body, _response.rawResponse);
624
+ case 503:
625
+ throw new Samsara.ServiceUnavailableError(_response.error.body, _response.rawResponse);
626
+ case 504:
627
+ throw new Samsara.GatewayTimeoutError(_response.error.body, _response.rawResponse);
628
+ default:
629
+ throw new errors.SamsaraError({
630
+ statusCode: _response.error.statusCode,
631
+ body: _response.error.body,
632
+ rawResponse: _response.rawResponse,
633
+ });
634
+ }
635
+ }
636
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/v1/fleet/assets/{assetId}/reefer");
637
+ });
638
+ }
548
639
  /**
549
640
  * > 🚧 This endpoint is still on our legacy API.
550
641
  *
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @example
3
+ * {
4
+ * assetId: 1000000,
5
+ * startMs: 1000000,
6
+ * endMs: 1000000
7
+ * }
8
+ */
9
+ export interface GetAssetReeferRequest {
10
+ /** ID of the asset. Must contain only digits 0-9. */
11
+ assetId: number;
12
+ /** Timestamp in milliseconds representing the start of the period to fetch, inclusive. Used in combination with endMs. */
13
+ startMs: number;
14
+ /** Timestamp in milliseconds representing the end of the period to fetch, inclusive. Used in combination with startMs. */
15
+ endMs: number;
16
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +1,7 @@
1
1
  export { AssetsCreateAssetRequestBody } from "./AssetsCreateAssetRequestBody.js";
2
2
  export { AssetsUpdateAssetRequestBody } from "./AssetsUpdateAssetRequestBody.js";
3
3
  export type { DeleteAssetRequest } from "./DeleteAssetRequest.js";
4
+ export type { GetAssetReeferRequest } from "./GetAssetReeferRequest.js";
4
5
  export type { GetAssetsRequest } from "./GetAssetsRequest.js";
5
6
  export type { ListAssetsRequest } from "./ListAssetsRequest.js";
6
7
  export type { UpdateAssetsRequest } from "./UpdateAssetsRequest.js";
@@ -422,7 +422,7 @@ export declare class BetaApIsClient {
422
422
  getDetections(request: Samsara.GetDetectionsRequest, requestOptions?: BetaApIsClient.RequestOptions): core.HttpResponsePromise<Samsara.DetectionLogGetDetectionsResponseBody>;
423
423
  private __getDetections;
424
424
  /**
425
- * Returns all installed cameras (CM3x), vehicle gateways (VGs), and asset gateways (AGs) and their health information within an organization.
425
+ * Returns all installed cameras (CM3x, AIM4, AHD1), vehicle gateways (VGs), asset gateways (AGs), and asset tags (AT11–AT13) and their health information within an organization.
426
426
  *
427
427
  * **Beta:** This endpoint is in beta and is likely to change before being broadly available. Reach out to your Samsara Representative to have Devices API enabled for your organization.
428
428
  *
@@ -1531,7 +1531,7 @@ export declare class BetaApIsClient {
1531
1531
  getPlaces(request?: Samsara.GetPlacesRequest, requestOptions?: BetaApIsClient.RequestOptions): core.HttpResponsePromise<Samsara.PlacesGetPlacesResponseBody>;
1532
1532
  private __getPlaces;
1533
1533
  /**
1534
- * Creates a place. Supply either a polygon `geofence` (at least three vertices) or `radiusMeters` with `latitude` and `longitude`.
1534
+ * Creates a place. Supply a polygon `geofence`, a circle `geofence`, or an `auto` geofence that resolves geometry server-side.
1535
1535
  *
1536
1536
  * <b>Rate limit:</b> 100 requests/min (learn more about rate limits <a href="https://developers.samsara.com/docs/rate-limits" target="_blank">here</a>).
1537
1537
  *
@@ -2663,7 +2663,7 @@ export declare class BetaApIsClient {
2663
2663
  *
2664
2664
  * @example
2665
2665
  * await client.betaApIs.patchSafetyEventsV2Batch({
2666
- * safetyEventIds: ["bb2ff5ab-30ad-49ec-9d2d-55ec30bbf590", "bb2ff5ab-30ad-49ec-9d2d-55ec30bbf590"]
2666
+ * safetyEventIds: ["bb2ff5ab-30ad-49ec-9d2d-55ec30bbf590", "bb2ff5ab-30ad-49ec-9d2d-55ec30bbf590", "bb2ff5ab-30ad-49ec-9d2d-55ec30bbf590"]
2667
2667
  * })
2668
2668
  */
2669
2669
  patchSafetyEventsV2Batch(request: Samsara.SafetyEventsV2PatchSafetyEventsV2BatchRequestBody, requestOptions?: BetaApIsClient.RequestOptions): core.HttpResponsePromise<Samsara.SafetyEventsV2PatchSafetyEventsV2BatchResponseBody>;
@@ -1298,7 +1298,7 @@ class BetaApIsClient {
1298
1298
  });
1299
1299
  }
1300
1300
  /**
1301
- * Returns all installed cameras (CM3x), vehicle gateways (VGs), and asset gateways (AGs) and their health information within an organization.
1301
+ * Returns all installed cameras (CM3x, AIM4, AHD1), vehicle gateways (VGs), asset gateways (AGs), and asset tags (AT11–AT13) and their health information within an organization.
1302
1302
  *
1303
1303
  * **Beta:** This endpoint is in beta and is likely to change before being broadly available. Reach out to your Samsara Representative to have Devices API enabled for your organization.
1304
1304
  *
@@ -4514,7 +4514,7 @@ class BetaApIsClient {
4514
4514
  });
4515
4515
  }
4516
4516
  /**
4517
- * Creates a place. Supply either a polygon `geofence` (at least three vertices) or `radiusMeters` with `latitude` and `longitude`.
4517
+ * Creates a place. Supply a polygon `geofence`, a circle `geofence`, or an `auto` geofence that resolves geometry server-side.
4518
4518
  *
4519
4519
  * <b>Rate limit:</b> 100 requests/min (learn more about rate limits <a href="https://developers.samsara.com/docs/rate-limits" target="_blank">here</a>).
4520
4520
  *
@@ -7686,7 +7686,7 @@ class BetaApIsClient {
7686
7686
  *
7687
7687
  * @example
7688
7688
  * await client.betaApIs.patchSafetyEventsV2Batch({
7689
- * safetyEventIds: ["bb2ff5ab-30ad-49ec-9d2d-55ec30bbf590", "bb2ff5ab-30ad-49ec-9d2d-55ec30bbf590"]
7689
+ * safetyEventIds: ["bb2ff5ab-30ad-49ec-9d2d-55ec30bbf590", "bb2ff5ab-30ad-49ec-9d2d-55ec30bbf590", "bb2ff5ab-30ad-49ec-9d2d-55ec30bbf590"]
7690
7690
  * })
7691
7691
  */
7692
7692
  patchSafetyEventsV2Batch(request, requestOptions) {
@@ -3,7 +3,7 @@
3
3
  * {}
4
4
  */
5
5
  export interface GetDevicesRequest {
6
- /** Optional string of comma separated device models. Valid values: `CM31`, `CM32`, `CM33`, `CM34`, `VG34`, `VG34M`, `VG34EU`, `VG34FN`, `VG54NA`, `VG54EU`, `VG55NA`, `VG55EU`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU` */
6
+ /** Optional string of comma separated device models. Valid values: `CM31`, `CM32`, `CM33`, `CM34`, `VG34`, `VG34M`, `VG34EU`, `VG34FN`, `VG54NA`, `VG54EU`, `VG55NA`, `VG55EU`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `LM11`, `AIM4`, `AHD1` */
7
7
  models?: string | string[];
8
8
  /** Optional string of comma separated device health statuses. Valid values: `healthy`, `needsAttention`, `needsReplacement`, `dataPending`. */
9
9
  healthStatuses?: string | string[];
@@ -2,7 +2,7 @@ import type * as Samsara from "../../../../index.js";
2
2
  /**
3
3
  * @example
4
4
  * {
5
- * safetyEventIds: ["bb2ff5ab-30ad-49ec-9d2d-55ec30bbf590", "bb2ff5ab-30ad-49ec-9d2d-55ec30bbf590"]
5
+ * safetyEventIds: ["bb2ff5ab-30ad-49ec-9d2d-55ec30bbf590", "bb2ff5ab-30ad-49ec-9d2d-55ec30bbf590", "bb2ff5ab-30ad-49ec-9d2d-55ec30bbf590"]
6
6
  * }
7
7
  */
8
8
  export interface SafetyEventsV2PatchSafetyEventsV2BatchRequestBody {
@@ -0,0 +1,10 @@
1
+ export interface AssetReeferAlarmObjectResponseBody {
2
+ /** ID of the alarm */
3
+ alarmCode?: number | undefined;
4
+ /** Description of the alarm */
5
+ description?: string | undefined;
6
+ /** Recommended operator action */
7
+ operatorAction?: string | undefined;
8
+ /** Severity of the alarm: 1: OK to run, 2: Check as specified, 3: Take immediate action */
9
+ severity?: number | undefined;
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,7 @@
1
+ import type * as Samsara from "../index.js";
2
+ export interface AssetReeferAlarmsStatObjectResponseBody {
3
+ /** All alarms that were reported at the time. */
4
+ alarms?: Samsara.AssetReeferAlarmObjectResponseBody[] | undefined;
5
+ /** Timestamp when the alarms were reported, in Unix milliseconds since epoch */
6
+ changedAtMs?: number | undefined;
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ export interface AssetReeferEngineHoursStatObjectResponseBody {
2
+ /** Timestamp in Unix milliseconds since epoch. */
3
+ changedAtMs?: number | undefined;
4
+ /** Engine hours of the reefer. */
5
+ engineHours?: number | undefined;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ export interface AssetReeferFuelPercentageStatObjectResponseBody {
2
+ /** Timestamp in Unix milliseconds since epoch. */
3
+ changedAtMs?: number | undefined;
4
+ /** Fuel percentage of the reefer. */
5
+ fuelPercentage?: number | undefined;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ export interface AssetReeferPowerStatusObjectResponseBody {
2
+ /** Timestamp in Unix milliseconds since epoch. */
3
+ changedAtMs?: number | undefined;
4
+ /** Power status of the reefer. Valid values: `Off`, `Active`, `Active (Start/Stop)`, `Active (Continuous)`. */
5
+ status?: string | undefined;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ import type * as Samsara from "../index.js";
2
+ export interface AssetReeferStatsObjectResponseBody {
3
+ /** Reefer alarms */
4
+ alarms?: Samsara.AssetReeferAlarmsStatObjectResponseBody[] | undefined;
5
+ /** Engine hours of the reefer */
6
+ engineHours?: Samsara.AssetReeferEngineHoursStatObjectResponseBody[] | undefined;
7
+ /** Fuel percentage of the reefer */
8
+ fuelPercentages?: Samsara.AssetReeferFuelPercentageStatObjectResponseBody[] | undefined;
9
+ /** Power status of the reefer */
10
+ powerStatus?: Samsara.AssetReeferPowerStatusObjectResponseBody[] | undefined;
11
+ /** Return air temperature of the reefer */
12
+ returnAirTemp?: Samsara.AssetReeferTemperatureStatObjectResponseBody[] | undefined;
13
+ /** Set point temperature of the reefer */
14
+ setPoint?: Samsara.AssetReeferTemperatureStatObjectResponseBody[] | undefined;
15
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ export interface AssetReeferTemperatureStatObjectResponseBody {
2
+ /** Timestamp in Unix milliseconds since epoch. */
3
+ changedAtMs?: number | undefined;
4
+ /** Temperature in millidegree Celsius. */
5
+ tempInMilliC?: number | undefined;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Bad Gateway
3
+ */
4
+ export interface AssetsGetAssetReeferBadGatewayErrorResponseBody {
5
+ /** Message of error */
6
+ message: string;
7
+ /** The request ID; used when reaching out to support for issues with requests. */
8
+ requestId: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Gateway timeout
3
+ */
4
+ export interface AssetsGetAssetReeferGatewayTimeoutErrorResponseBody {
5
+ /** Message of error */
6
+ message: string;
7
+ /** The request ID; used when reaching out to support for issues with requests. */
8
+ requestId: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * An internal server error occurred
3
+ */
4
+ export interface AssetsGetAssetReeferInternalServerErrorResponseBody {
5
+ /** Message of error */
6
+ message: string;
7
+ /** The request ID; used when reaching out to support for issues with requests. */
8
+ requestId: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Method not allowed
3
+ */
4
+ export interface AssetsGetAssetReeferMethodNotAllowedErrorResponseBody {
5
+ /** Message of error */
6
+ message: string;
7
+ /** The request ID; used when reaching out to support for issues with requests. */
8
+ requestId: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Resource not found
3
+ */
4
+ export interface AssetsGetAssetReeferNotFoundErrorResponseBody {
5
+ /** Message of error */
6
+ message: string;
7
+ /** The request ID; used when reaching out to support for issues with requests. */
8
+ requestId: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Requested endpoint is not yet implemented
3
+ */
4
+ export interface AssetsGetAssetReeferNotImplementedErrorResponseBody {
5
+ /** Message of error */
6
+ message: string;
7
+ /** The request ID; used when reaching out to support for issues with requests. */
8
+ requestId: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ import type * as Samsara from "../index.js";
2
+ export interface AssetsGetAssetReeferResponseBody {
3
+ /** Asset type */
4
+ assetType?: string | undefined;
5
+ /** Asset ID */
6
+ id?: number | undefined;
7
+ /** Asset name */
8
+ name?: string | undefined;
9
+ reeferStats?: Samsara.AssetReeferStatsObjectResponseBody | undefined;
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Service unavailable
3
+ */
4
+ export interface AssetsGetAssetReeferServiceUnavailableErrorResponseBody {
5
+ /** Message of error */
6
+ message: string;
7
+ /** The request ID; used when reaching out to support for issues with requests. */
8
+ requestId: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Too many requests
3
+ */
4
+ export interface AssetsGetAssetReeferTooManyRequestsErrorResponseBody {
5
+ /** Message of error */
6
+ message: string;
7
+ /** The request ID; used when reaching out to support for issues with requests. */
8
+ requestId: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Unauthorized
3
+ */
4
+ export interface AssetsGetAssetReeferUnauthorizedErrorResponseBody {
5
+ /** Message of error */
6
+ message: string;
7
+ /** The request ID; used when reaching out to support for issues with requests. */
8
+ requestId: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@ export interface DeviceResponseResponseBody {
8
8
  /** The last time the device was connected, in RFC 3339 format. */
9
9
  lastConnectedTime?: string | undefined;
10
10
  lastKnownLocation?: Samsara.LastKnownLocationResponseResponseBody | undefined;
11
- /** The product model name of the device. Valid values: `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `CM31`, `CM32`, `CM33`, `CM34`, `OEM`, `OEMP`, `OEMR`, `OEMV`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54EU`, `VG54NA`, `VG55EU`, `VG55NA` */
11
+ /** The product model name of the device. Valid values: `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AHD1`, `AIM4`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `CM31`, `CM32`, `CM33`, `CM34`, `LM11`, `OEM`, `OEMP`, `OEMR`, `OEMV`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54EU`, `VG54NA`, `VG55EU`, `VG55NA` */
12
12
  model: DeviceResponseResponseBody.Model;
13
13
  /** The serial number of the device. */
14
14
  serial: string;
@@ -16,7 +16,7 @@ export interface DeviceResponseResponseBody {
16
16
  tags?: Samsara.GoaTagTinyResponseResponseBody[] | undefined;
17
17
  }
18
18
  export declare namespace DeviceResponseResponseBody {
19
- /** The product model name of the device. Valid values: `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `CM31`, `CM32`, `CM33`, `CM34`, `OEM`, `OEMP`, `OEMR`, `OEMV`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54EU`, `VG54NA`, `VG55EU`, `VG55NA` */
19
+ /** The product model name of the device. Valid values: `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AHD1`, `AIM4`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `CM31`, `CM32`, `CM33`, `CM34`, `LM11`, `OEM`, `OEMP`, `OEMR`, `OEMV`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54EU`, `VG54NA`, `VG55EU`, `VG55NA` */
20
20
  const Model: {
21
21
  readonly Ag24: "AG24";
22
22
  readonly Ag24Eu: "AG24EU";
@@ -34,12 +34,18 @@ export declare namespace DeviceResponseResponseBody {
34
34
  readonly Ag52Eu: "AG52EU";
35
35
  readonly Ag53: "AG53";
36
36
  readonly Ag53Eu: "AG53EU";
37
+ readonly Ahd1: "AHD1";
38
+ readonly Aim4: "AIM4";
37
39
  readonly At11: "AT11";
38
40
  readonly At11X: "AT11X";
41
+ readonly At12: "AT12";
42
+ readonly At12X: "AT12X";
43
+ readonly At13: "AT13";
39
44
  readonly Cm31: "CM31";
40
45
  readonly Cm32: "CM32";
41
46
  readonly Cm33: "CM33";
42
47
  readonly Cm34: "CM34";
48
+ readonly Lm11: "LM11";
43
49
  readonly Oem: "OEM";
44
50
  readonly Oemp: "OEMP";
45
51
  readonly Oemr: "OEMR";
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.DeviceResponseResponseBody = void 0;
5
5
  var DeviceResponseResponseBody;
6
6
  (function (DeviceResponseResponseBody) {
7
- /** The product model name of the device. Valid values: `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `CM31`, `CM32`, `CM33`, `CM34`, `OEM`, `OEMP`, `OEMR`, `OEMV`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54EU`, `VG54NA`, `VG55EU`, `VG55NA` */
7
+ /** The product model name of the device. Valid values: `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AHD1`, `AIM4`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `CM31`, `CM32`, `CM33`, `CM34`, `LM11`, `OEM`, `OEMP`, `OEMR`, `OEMV`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54EU`, `VG54NA`, `VG55EU`, `VG55NA` */
8
8
  DeviceResponseResponseBody.Model = {
9
9
  Ag24: "AG24",
10
10
  Ag24Eu: "AG24EU",
@@ -22,12 +22,18 @@ var DeviceResponseResponseBody;
22
22
  Ag52Eu: "AG52EU",
23
23
  Ag53: "AG53",
24
24
  Ag53Eu: "AG53EU",
25
+ Ahd1: "AHD1",
26
+ Aim4: "AIM4",
25
27
  At11: "AT11",
26
28
  At11X: "AT11X",
29
+ At12: "AT12",
30
+ At12X: "AT12X",
31
+ At13: "AT13",
27
32
  Cm31: "CM31",
28
33
  Cm32: "CM32",
29
34
  Cm33: "CM33",
30
35
  Cm34: "CM34",
36
+ Lm11: "LM11",
31
37
  Oem: "OEM",
32
38
  Oemp: "OEMP",
33
39
  Oemr: "OEMR",