@samsarahq/samsara 13.33.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 (64) hide show
  1. package/dist/cjs/BaseClient.js +2 -2
  2. package/dist/cjs/api/resources/betaApIs/client/Client.d.ts +3 -3
  3. package/dist/cjs/api/resources/betaApIs/client/Client.js +3 -3
  4. package/dist/cjs/api/resources/betaApIs/client/requests/GetDevicesRequest.d.ts +1 -1
  5. package/dist/cjs/api/resources/betaApIs/client/requests/SafetyEventsV2PatchSafetyEventsV2BatchRequestBody.d.ts +1 -1
  6. package/dist/cjs/api/types/DeviceResponseResponseBody.d.ts +8 -2
  7. package/dist/cjs/api/types/DeviceResponseResponseBody.js +7 -1
  8. package/dist/cjs/api/types/GatewayResponseObjectResponseBody.d.ts +7 -2
  9. package/dist/cjs/api/types/GatewayResponseObjectResponseBody.js +6 -1
  10. package/dist/cjs/api/types/GatewayWithVehicleTinyResponseResponseBody.d.ts +7 -2
  11. package/dist/cjs/api/types/GatewayWithVehicleTinyResponseResponseBody.js +6 -1
  12. package/dist/cjs/api/types/GoaGatewayTinyResponseResponseBody.d.ts +7 -2
  13. package/dist/cjs/api/types/GoaGatewayTinyResponseResponseBody.js +6 -1
  14. package/dist/cjs/api/types/PairResultGatewayObjectResponseBody.d.ts +7 -2
  15. package/dist/cjs/api/types/PairResultGatewayObjectResponseBody.js +6 -1
  16. package/dist/cjs/api/types/PlaceGeofenceAutoFallbackBehaviorInputRequestBody.d.ts +17 -0
  17. package/dist/cjs/api/types/PlaceGeofenceAutoFallbackBehaviorInputRequestBody.js +12 -0
  18. package/dist/cjs/api/types/PlaceGeofenceAutoFallbackCircleInputRequestBody.d.ts +7 -0
  19. package/dist/cjs/api/types/PlaceGeofenceAutoFallbackCircleInputRequestBody.js +3 -0
  20. package/dist/cjs/api/types/PlaceGeofenceAutoInputRequestBody.d.ts +47 -0
  21. package/dist/cjs/api/types/PlaceGeofenceAutoInputRequestBody.js +24 -0
  22. package/dist/cjs/api/types/PlaceGeofenceAutoSearchBoundsInputRequestBody.d.ts +13 -0
  23. package/dist/cjs/api/types/PlaceGeofenceAutoSearchBoundsInputRequestBody.js +3 -0
  24. package/dist/cjs/api/types/PlaceGeofenceInputRequestBody.d.ts +5 -3
  25. package/dist/cjs/api/types/PlaceGeofenceInputRequestBody.js +2 -1
  26. package/dist/cjs/api/types/TrailerGoaGatewayTinyResponseResponseBody.d.ts +7 -2
  27. package/dist/cjs/api/types/TrailerGoaGatewayTinyResponseResponseBody.js +6 -1
  28. package/dist/cjs/api/types/index.d.ts +4 -0
  29. package/dist/cjs/api/types/index.js +4 -0
  30. package/dist/cjs/version.d.ts +1 -1
  31. package/dist/cjs/version.js +1 -1
  32. package/dist/esm/BaseClient.mjs +2 -2
  33. package/dist/esm/api/resources/betaApIs/client/Client.d.mts +3 -3
  34. package/dist/esm/api/resources/betaApIs/client/Client.mjs +3 -3
  35. package/dist/esm/api/resources/betaApIs/client/requests/GetDevicesRequest.d.mts +1 -1
  36. package/dist/esm/api/resources/betaApIs/client/requests/SafetyEventsV2PatchSafetyEventsV2BatchRequestBody.d.mts +1 -1
  37. package/dist/esm/api/types/DeviceResponseResponseBody.d.mts +8 -2
  38. package/dist/esm/api/types/DeviceResponseResponseBody.mjs +7 -1
  39. package/dist/esm/api/types/GatewayResponseObjectResponseBody.d.mts +7 -2
  40. package/dist/esm/api/types/GatewayResponseObjectResponseBody.mjs +6 -1
  41. package/dist/esm/api/types/GatewayWithVehicleTinyResponseResponseBody.d.mts +7 -2
  42. package/dist/esm/api/types/GatewayWithVehicleTinyResponseResponseBody.mjs +6 -1
  43. package/dist/esm/api/types/GoaGatewayTinyResponseResponseBody.d.mts +7 -2
  44. package/dist/esm/api/types/GoaGatewayTinyResponseResponseBody.mjs +6 -1
  45. package/dist/esm/api/types/PairResultGatewayObjectResponseBody.d.mts +7 -2
  46. package/dist/esm/api/types/PairResultGatewayObjectResponseBody.mjs +6 -1
  47. package/dist/esm/api/types/PlaceGeofenceAutoFallbackBehaviorInputRequestBody.d.mts +17 -0
  48. package/dist/esm/api/types/PlaceGeofenceAutoFallbackBehaviorInputRequestBody.mjs +9 -0
  49. package/dist/esm/api/types/PlaceGeofenceAutoFallbackCircleInputRequestBody.d.mts +7 -0
  50. package/dist/esm/api/types/PlaceGeofenceAutoFallbackCircleInputRequestBody.mjs +2 -0
  51. package/dist/esm/api/types/PlaceGeofenceAutoInputRequestBody.d.mts +47 -0
  52. package/dist/esm/api/types/PlaceGeofenceAutoInputRequestBody.mjs +21 -0
  53. package/dist/esm/api/types/PlaceGeofenceAutoSearchBoundsInputRequestBody.d.mts +13 -0
  54. package/dist/esm/api/types/PlaceGeofenceAutoSearchBoundsInputRequestBody.mjs +2 -0
  55. package/dist/esm/api/types/PlaceGeofenceInputRequestBody.d.mts +5 -3
  56. package/dist/esm/api/types/PlaceGeofenceInputRequestBody.mjs +2 -1
  57. package/dist/esm/api/types/TrailerGoaGatewayTinyResponseResponseBody.d.mts +7 -2
  58. package/dist/esm/api/types/TrailerGoaGatewayTinyResponseResponseBody.mjs +6 -1
  59. package/dist/esm/api/types/index.d.mts +4 -0
  60. package/dist/esm/api/types/index.mjs +4 -0
  61. package/dist/esm/version.d.mts +1 -1
  62. package/dist/esm/version.mjs +1 -1
  63. package/package.json +1 -1
  64. package/reference.md +3 -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.33.0",
48
- "User-Agent": "@samsarahq/samsara/13.33.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",
@@ -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 {
@@ -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",
@@ -5,13 +5,13 @@ export interface GatewayResponseObjectResponseBody {
5
5
  asset?: Samsara.GatewayAssetResponseObjectResponseBody | undefined;
6
6
  connectionStatus?: Samsara.ConnectionStatusResponseObjectResponseBody | undefined;
7
7
  dataUsageLast30Days?: Samsara.DataUsageResponseObjectResponseBody | undefined;
8
- /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
8
+ /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
9
9
  model: GatewayResponseObjectResponseBody.Model;
10
10
  /** The serial number of the gateway installed on the asset. */
11
11
  serial: string;
12
12
  }
13
13
  export declare namespace GatewayResponseObjectResponseBody {
14
- /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
14
+ /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
15
15
  const Model: {
16
16
  readonly Ag15: "AG15";
17
17
  readonly Ag24: "AG24";
@@ -32,6 +32,11 @@ export declare namespace GatewayResponseObjectResponseBody {
32
32
  readonly Ag52Eu: "AG52EU";
33
33
  readonly Ag53: "AG53";
34
34
  readonly Ag53Eu: "AG53EU";
35
+ readonly At11: "AT11";
36
+ readonly At11X: "AT11X";
37
+ readonly At12: "AT12";
38
+ readonly At12X: "AT12X";
39
+ readonly At13: "AT13";
35
40
  readonly Ig15: "IG15";
36
41
  readonly Ig21: "IG21";
37
42
  readonly Ig41: "IG41";
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.GatewayResponseObjectResponseBody = void 0;
5
5
  var GatewayResponseObjectResponseBody;
6
6
  (function (GatewayResponseObjectResponseBody) {
7
- /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
7
+ /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
8
8
  GatewayResponseObjectResponseBody.Model = {
9
9
  Ag15: "AG15",
10
10
  Ag24: "AG24",
@@ -25,6 +25,11 @@ var GatewayResponseObjectResponseBody;
25
25
  Ag52Eu: "AG52EU",
26
26
  Ag53: "AG53",
27
27
  Ag53Eu: "AG53EU",
28
+ At11: "AT11",
29
+ At11X: "AT11X",
30
+ At12: "AT12",
31
+ At12X: "AT12X",
32
+ At13: "AT13",
28
33
  Ig15: "IG15",
29
34
  Ig21: "IG21",
30
35
  Ig41: "IG41",
@@ -1,13 +1,13 @@
1
1
  import type * as Samsara from "../index.js";
2
2
  export interface GatewayWithVehicleTinyResponseResponseBody {
3
- /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
3
+ /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
4
4
  model: GatewayWithVehicleTinyResponseResponseBody.Model;
5
5
  /** The serial number of the gateway installed on the asset. */
6
6
  serial: string;
7
7
  vehicle?: Samsara.GoaVehicleTinyResponseResponseBody | undefined;
8
8
  }
9
9
  export declare namespace GatewayWithVehicleTinyResponseResponseBody {
10
- /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
10
+ /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
11
11
  const Model: {
12
12
  readonly Ag15: "AG15";
13
13
  readonly Ag24: "AG24";
@@ -28,6 +28,11 @@ export declare namespace GatewayWithVehicleTinyResponseResponseBody {
28
28
  readonly Ag52Eu: "AG52EU";
29
29
  readonly Ag53: "AG53";
30
30
  readonly Ag53Eu: "AG53EU";
31
+ readonly At11: "AT11";
32
+ readonly At11X: "AT11X";
33
+ readonly At12: "AT12";
34
+ readonly At12X: "AT12X";
35
+ readonly At13: "AT13";
31
36
  readonly Ig15: "IG15";
32
37
  readonly Ig21: "IG21";
33
38
  readonly Ig41: "IG41";
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.GatewayWithVehicleTinyResponseResponseBody = void 0;
5
5
  var GatewayWithVehicleTinyResponseResponseBody;
6
6
  (function (GatewayWithVehicleTinyResponseResponseBody) {
7
- /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
7
+ /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
8
8
  GatewayWithVehicleTinyResponseResponseBody.Model = {
9
9
  Ag15: "AG15",
10
10
  Ag24: "AG24",
@@ -25,6 +25,11 @@ var GatewayWithVehicleTinyResponseResponseBody;
25
25
  Ag52Eu: "AG52EU",
26
26
  Ag53: "AG53",
27
27
  Ag53Eu: "AG53EU",
28
+ At11: "AT11",
29
+ At11X: "AT11X",
30
+ At12: "AT12",
31
+ At12X: "AT12X",
32
+ At13: "AT13",
28
33
  Ig15: "IG15",
29
34
  Ig21: "IG21",
30
35
  Ig41: "IG41",
@@ -2,13 +2,13 @@
2
2
  * A minified gateway object
3
3
  */
4
4
  export interface GoaGatewayTinyResponseResponseBody {
5
- /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
5
+ /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
6
6
  model: GoaGatewayTinyResponseResponseBody.Model;
7
7
  /** The serial number of the gateway installed on the asset. */
8
8
  serial: string;
9
9
  }
10
10
  export declare namespace GoaGatewayTinyResponseResponseBody {
11
- /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
11
+ /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
12
12
  const Model: {
13
13
  readonly Ag15: "AG15";
14
14
  readonly Ag24: "AG24";
@@ -29,6 +29,11 @@ export declare namespace GoaGatewayTinyResponseResponseBody {
29
29
  readonly Ag52Eu: "AG52EU";
30
30
  readonly Ag53: "AG53";
31
31
  readonly Ag53Eu: "AG53EU";
32
+ readonly At11: "AT11";
33
+ readonly At11X: "AT11X";
34
+ readonly At12: "AT12";
35
+ readonly At12X: "AT12X";
36
+ readonly At13: "AT13";
32
37
  readonly Ig15: "IG15";
33
38
  readonly Ig21: "IG21";
34
39
  readonly Ig41: "IG41";
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.GoaGatewayTinyResponseResponseBody = void 0;
5
5
  var GoaGatewayTinyResponseResponseBody;
6
6
  (function (GoaGatewayTinyResponseResponseBody) {
7
- /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
7
+ /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
8
8
  GoaGatewayTinyResponseResponseBody.Model = {
9
9
  Ag15: "AG15",
10
10
  Ag24: "AG24",
@@ -25,6 +25,11 @@ var GoaGatewayTinyResponseResponseBody;
25
25
  Ag52Eu: "AG52EU",
26
26
  Ag53: "AG53",
27
27
  Ag53Eu: "AG53EU",
28
+ At11: "AT11",
29
+ At11X: "AT11X",
30
+ At12: "AT12",
31
+ At12X: "AT12X",
32
+ At13: "AT13",
28
33
  Ig15: "IG15",
29
34
  Ig21: "IG21",
30
35
  Ig41: "IG41",
@@ -4,13 +4,13 @@
4
4
  export interface PairResultGatewayObjectResponseBody {
5
5
  /** The unique Samsara ID of the gateway. */
6
6
  id: string;
7
- /** The model of the gateway. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
7
+ /** The model of the gateway. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
8
8
  model: PairResultGatewayObjectResponseBody.Model;
9
9
  /** The serial number of the gateway. */
10
10
  serial: string;
11
11
  }
12
12
  export declare namespace PairResultGatewayObjectResponseBody {
13
- /** The model of the gateway. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
13
+ /** The model of the gateway. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
14
14
  const Model: {
15
15
  readonly Ag15: "AG15";
16
16
  readonly Ag24: "AG24";
@@ -31,6 +31,11 @@ export declare namespace PairResultGatewayObjectResponseBody {
31
31
  readonly Ag52Eu: "AG52EU";
32
32
  readonly Ag53: "AG53";
33
33
  readonly Ag53Eu: "AG53EU";
34
+ readonly At11: "AT11";
35
+ readonly At11X: "AT11X";
36
+ readonly At12: "AT12";
37
+ readonly At12X: "AT12X";
38
+ readonly At13: "AT13";
34
39
  readonly Ig15: "IG15";
35
40
  readonly Ig21: "IG21";
36
41
  readonly Ig41: "IG41";
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.PairResultGatewayObjectResponseBody = void 0;
5
5
  var PairResultGatewayObjectResponseBody;
6
6
  (function (PairResultGatewayObjectResponseBody) {
7
- /** The model of the gateway. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
7
+ /** The model of the gateway. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
8
8
  PairResultGatewayObjectResponseBody.Model = {
9
9
  Ag15: "AG15",
10
10
  Ag24: "AG24",
@@ -25,6 +25,11 @@ var PairResultGatewayObjectResponseBody;
25
25
  Ag52Eu: "AG52EU",
26
26
  Ag53: "AG53",
27
27
  Ag53Eu: "AG53EU",
28
+ At11: "AT11",
29
+ At11X: "AT11X",
30
+ At12: "AT12",
31
+ At12X: "AT12X",
32
+ At13: "AT13",
28
33
  Ig15: "IG15",
29
34
  Ig21: "IG21",
30
35
  Ig41: "IG41",
@@ -0,0 +1,17 @@
1
+ import type * as Samsara from "../index.js";
2
+ /**
3
+ * Action when auto-geofencing finds no matching candidate after filtering.
4
+ */
5
+ export interface PlaceGeofenceAutoFallbackBehaviorInputRequestBody {
6
+ /** Fallback action: fail (default) or circle. Valid values: `fail`, `circle` */
7
+ behaviorType?: PlaceGeofenceAutoFallbackBehaviorInputRequestBody.BehaviorType | undefined;
8
+ circle?: Samsara.PlaceGeofenceAutoFallbackCircleInputRequestBody | undefined;
9
+ }
10
+ export declare namespace PlaceGeofenceAutoFallbackBehaviorInputRequestBody {
11
+ /** Fallback action: fail (default) or circle. Valid values: `fail`, `circle` */
12
+ const BehaviorType: {
13
+ readonly Fail: "fail";
14
+ readonly Circle: "circle";
15
+ };
16
+ type BehaviorType = (typeof BehaviorType)[keyof typeof BehaviorType];
17
+ }
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.PlaceGeofenceAutoFallbackBehaviorInputRequestBody = void 0;
5
+ var PlaceGeofenceAutoFallbackBehaviorInputRequestBody;
6
+ (function (PlaceGeofenceAutoFallbackBehaviorInputRequestBody) {
7
+ /** Fallback action: fail (default) or circle. Valid values: `fail`, `circle` */
8
+ PlaceGeofenceAutoFallbackBehaviorInputRequestBody.BehaviorType = {
9
+ Fail: "fail",
10
+ Circle: "circle",
11
+ };
12
+ })(PlaceGeofenceAutoFallbackBehaviorInputRequestBody || (exports.PlaceGeofenceAutoFallbackBehaviorInputRequestBody = PlaceGeofenceAutoFallbackBehaviorInputRequestBody = {}));
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Circle geometry used when fallbackBehavior.behaviorType is circle.
3
+ */
4
+ export interface PlaceGeofenceAutoFallbackCircleInputRequestBody {
5
+ /** Fallback circle radius in meters; must be positive. */
6
+ radiusMeters: number;
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,47 @@
1
+ import type * as Samsara from "../index.js";
2
+ /**
3
+ * Auto-geofence settings on write. Server geocodes from top-level address when seed coordinates are omitted, then suggests and persists resolved geometry.
4
+ */
5
+ export interface PlaceGeofenceAutoInputRequestBody {
6
+ fallbackBehavior?: Samsara.PlaceGeofenceAutoFallbackBehaviorInputRequestBody | undefined;
7
+ /** When true, replace the request name with the winning suggestion name when non-empty. */
8
+ isSuggestedNameEnabled?: boolean | undefined;
9
+ /** When true and both top-level address and seed coordinates are present, geocode the address and reject the request when the result does not correlate with the seed. */
10
+ isValidateAddressEnabled?: boolean | undefined;
11
+ /** Seed latitude in WGS84 decimal degrees. Omit to geocode from top-level address. */
12
+ latitude?: number | undefined;
13
+ /** Seed longitude in WGS84 decimal degrees. Omit to geocode from top-level address. */
14
+ longitude?: number | undefined;
15
+ /** Drop candidates with area above this value in square meters. */
16
+ maxAreaSquareMeters?: number | undefined;
17
+ /** Drop candidates whose source polygon exceeds this vertex count before simplification. */
18
+ maxSourceVertices?: number | undefined;
19
+ /** Simplify the selected polygon to at most this many vertices before persist. */
20
+ maxVertices?: number | undefined;
21
+ searchBounds?: Samsara.PlaceGeofenceAutoSearchBoundsInputRequestBody | undefined;
22
+ /** Candidate sort order within each type tier. Valid values: `smallestFirst`, `largestFirst` */
23
+ sizeOrder?: PlaceGeofenceAutoInputRequestBody.SizeOrder | undefined;
24
+ /** Candidate types in priority order. Defaults to building, parcel, landUse, boundary. */
25
+ suggestionTypes?: PlaceGeofenceAutoInputRequestBody.SuggestionTypes.Item[] | undefined;
26
+ }
27
+ export declare namespace PlaceGeofenceAutoInputRequestBody {
28
+ /** Candidate sort order within each type tier. Valid values: `smallestFirst`, `largestFirst` */
29
+ const SizeOrder: {
30
+ readonly SmallestFirst: "smallestFirst";
31
+ readonly LargestFirst: "largestFirst";
32
+ };
33
+ type SizeOrder = (typeof SizeOrder)[keyof typeof SizeOrder];
34
+ type SuggestionTypes = SuggestionTypes.Item[];
35
+ namespace SuggestionTypes {
36
+ /** Geofence suggestion type filter token. Valid values: `building`, `parcel`, `landUse`, `boundary`, `facility`, `infrastructure` */
37
+ const Item: {
38
+ readonly Building: "building";
39
+ readonly Parcel: "parcel";
40
+ readonly LandUse: "landUse";
41
+ readonly Boundary: "boundary";
42
+ readonly Facility: "facility";
43
+ readonly Infrastructure: "infrastructure";
44
+ };
45
+ type Item = (typeof Item)[keyof typeof Item];
46
+ }
47
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.PlaceGeofenceAutoInputRequestBody = void 0;
5
+ var PlaceGeofenceAutoInputRequestBody;
6
+ (function (PlaceGeofenceAutoInputRequestBody) {
7
+ /** Candidate sort order within each type tier. Valid values: `smallestFirst`, `largestFirst` */
8
+ PlaceGeofenceAutoInputRequestBody.SizeOrder = {
9
+ SmallestFirst: "smallestFirst",
10
+ LargestFirst: "largestFirst",
11
+ };
12
+ let SuggestionTypes;
13
+ (function (SuggestionTypes) {
14
+ /** Geofence suggestion type filter token. Valid values: `building`, `parcel`, `landUse`, `boundary`, `facility`, `infrastructure` */
15
+ SuggestionTypes.Item = {
16
+ Building: "building",
17
+ Parcel: "parcel",
18
+ LandUse: "landUse",
19
+ Boundary: "boundary",
20
+ Facility: "facility",
21
+ Infrastructure: "infrastructure",
22
+ };
23
+ })(SuggestionTypes = PlaceGeofenceAutoInputRequestBody.SuggestionTypes || (PlaceGeofenceAutoInputRequestBody.SuggestionTypes = {}));
24
+ })(PlaceGeofenceAutoInputRequestBody || (exports.PlaceGeofenceAutoInputRequestBody = PlaceGeofenceAutoInputRequestBody = {}));
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Optional search bounds for geofence suggestion lookup.
3
+ */
4
+ export interface PlaceGeofenceAutoSearchBoundsInputRequestBody {
5
+ /** Maximum latitude in WGS84 decimal degrees. */
6
+ maxLatitude: number;
7
+ /** Maximum longitude in WGS84 decimal degrees. */
8
+ maxLongitude: number;
9
+ /** Minimum latitude in WGS84 decimal degrees. */
10
+ minLatitude: number;
11
+ /** Minimum longitude in WGS84 decimal degrees. */
12
+ minLongitude: number;
13
+ }
@@ -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,18 +1,20 @@
1
1
  import type * as Samsara from "../index.js";
2
2
  /**
3
- * Discriminated geofence on write. Exactly one of circle or polygon must be set.
3
+ * Discriminated geofence on write. Exactly one of circle, polygon, or auto must be set.
4
4
  */
5
5
  export interface PlaceGeofenceInputRequestBody {
6
+ auto?: Samsara.PlaceGeofenceAutoInputRequestBody | undefined;
6
7
  circle?: Samsara.PlaceGeofenceCircleInputRequestBody | undefined;
7
8
  polygon?: Samsara.PlaceGeofencePolygonInputRequestBody | undefined;
8
- /** Geofence type: circle or polygon. When present, must match the populated branch. Valid values: `circle`, `polygon` */
9
+ /** Geofence type: circle, polygon, or auto (write only). When present, must match the populated branch. Valid values: `circle`, `polygon`, `auto` */
9
10
  type?: PlaceGeofenceInputRequestBody.Type | undefined;
10
11
  }
11
12
  export declare namespace PlaceGeofenceInputRequestBody {
12
- /** Geofence type: circle or polygon. When present, must match the populated branch. Valid values: `circle`, `polygon` */
13
+ /** Geofence type: circle, polygon, or auto (write only). When present, must match the populated branch. Valid values: `circle`, `polygon`, `auto` */
13
14
  const Type: {
14
15
  readonly Circle: "circle";
15
16
  readonly Polygon: "polygon";
17
+ readonly Auto: "auto";
16
18
  };
17
19
  type Type = (typeof Type)[keyof typeof Type];
18
20
  }
@@ -4,9 +4,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.PlaceGeofenceInputRequestBody = void 0;
5
5
  var PlaceGeofenceInputRequestBody;
6
6
  (function (PlaceGeofenceInputRequestBody) {
7
- /** Geofence type: circle or polygon. When present, must match the populated branch. Valid values: `circle`, `polygon` */
7
+ /** Geofence type: circle, polygon, or auto (write only). When present, must match the populated branch. Valid values: `circle`, `polygon`, `auto` */
8
8
  PlaceGeofenceInputRequestBody.Type = {
9
9
  Circle: "circle",
10
10
  Polygon: "polygon",
11
+ Auto: "auto",
11
12
  };
12
13
  })(PlaceGeofenceInputRequestBody || (exports.PlaceGeofenceInputRequestBody = PlaceGeofenceInputRequestBody = {}));
@@ -2,13 +2,13 @@
2
2
  * A minified gateway object. This field will be omitted if the trailer does not have a gateway installed.
3
3
  */
4
4
  export interface TrailerGoaGatewayTinyResponseResponseBody {
5
- /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
5
+ /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
6
6
  model: TrailerGoaGatewayTinyResponseResponseBody.Model;
7
7
  /** The serial number of the gateway installed on the asset. */
8
8
  serial: string;
9
9
  }
10
10
  export declare namespace TrailerGoaGatewayTinyResponseResponseBody {
11
- /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
11
+ /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
12
12
  const Model: {
13
13
  readonly Ag15: "AG15";
14
14
  readonly Ag24: "AG24";
@@ -29,6 +29,11 @@ export declare namespace TrailerGoaGatewayTinyResponseResponseBody {
29
29
  readonly Ag52Eu: "AG52EU";
30
30
  readonly Ag53: "AG53";
31
31
  readonly Ag53Eu: "AG53EU";
32
+ readonly At11: "AT11";
33
+ readonly At11X: "AT11X";
34
+ readonly At12: "AT12";
35
+ readonly At12X: "AT12X";
36
+ readonly At13: "AT13";
32
37
  readonly Ig15: "IG15";
33
38
  readonly Ig21: "IG21";
34
39
  readonly Ig41: "IG41";
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.TrailerGoaGatewayTinyResponseResponseBody = void 0;
5
5
  var TrailerGoaGatewayTinyResponseResponseBody;
6
6
  (function (TrailerGoaGatewayTinyResponseResponseBody) {
7
- /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
7
+ /** The model of the gateway installed on the asset. Valid values: `AG15`, `AG24`, `AG24EU`, `AG26`, `AG26EU`, `AG41`, `AG41EU`, `AG45`, `AG45EU`, `AG46`, `AG46EU`, `AG46P`, `AG46PEU`, `AG51`, `AG51EU`, `AG52`, `AG52EU`, `AG53`, `AG53EU`, `AT11`, `AT11X`, `AT12`, `AT12X`, `AT13`, `IG15`, `IG21`, `IG41`, `IG61`, `SG1`, `SG1B`, `SG1G`, `SG1G32`, `SG1x`, `VG32`, `VG33`, `VG34`, `VG34EU`, `VG34FN`, `VG34M`, `VG54ATT`, `VG54EU`, `VG54FN`, `VG54NA`, `VG54NAE`, `VG54NAH`, `VG55EU`, `VG55FN`, `VG55NA` */
8
8
  TrailerGoaGatewayTinyResponseResponseBody.Model = {
9
9
  Ag15: "AG15",
10
10
  Ag24: "AG24",
@@ -25,6 +25,11 @@ var TrailerGoaGatewayTinyResponseResponseBody;
25
25
  Ag52Eu: "AG52EU",
26
26
  Ag53: "AG53",
27
27
  Ag53Eu: "AG53EU",
28
+ At11: "AT11",
29
+ At11X: "AT11X",
30
+ At12: "AT12",
31
+ At12X: "AT12X",
32
+ At13: "AT13",
28
33
  Ig15: "IG15",
29
34
  Ig21: "IG21",
30
35
  Ig41: "IG41",
@@ -1992,6 +1992,10 @@ export * from "./PlaceBusinessContactResponseResponseBody.js";
1992
1992
  export * from "./PlaceBusinessContactsResponseResponseBody.js";
1993
1993
  export * from "./PlaceDeletionMarkerObjectResponseBody.js";
1994
1994
  export * from "./PlaceGeocodeResultResponseResponseBody.js";
1995
+ export * from "./PlaceGeofenceAutoFallbackBehaviorInputRequestBody.js";
1996
+ export * from "./PlaceGeofenceAutoFallbackCircleInputRequestBody.js";
1997
+ export * from "./PlaceGeofenceAutoInputRequestBody.js";
1998
+ export * from "./PlaceGeofenceAutoSearchBoundsInputRequestBody.js";
1995
1999
  export * from "./PlaceGeofenceCircleInputRequestBody.js";
1996
2000
  export * from "./PlaceGeofenceCircleResponseResponseBody.js";
1997
2001
  export * from "./PlaceGeofenceInputRequestBody.js";