@spytecgps/nova-orm 1.4.110 → 1.4.112

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.
@@ -18,6 +18,8 @@ export interface CreateUserConfigurationParams {
18
18
  homepage?: string;
19
19
  temperatureUnits?: string;
20
20
  addressFormat?: string;
21
+ assetProfileStatusLabelsEnabled?: boolean;
22
+ trackerClusteringEnabled?: boolean;
21
23
  }
22
24
  export interface UpdateUserConfigurationParams {
23
25
  filters: {
@@ -34,6 +36,7 @@ export interface UpdateUserConfigurationParams {
34
36
  temperatureUnits?: string;
35
37
  addressFormat?: string;
36
38
  assetProfileStatusLabelsEnabled?: boolean;
39
+ trackerClusteringEnabled?: boolean;
37
40
  };
38
41
  }
39
42
  export interface DeleteUserConfigurationParams {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.4.110",
3
+ "version": "1.4.112",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",