@trackunit/filters-asset-filter-definitions 0.0.200 → 0.0.202

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/filters-asset-filter-definitions",
3
- "version": "0.0.200",
3
+ "version": "0.0.202",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -26,7 +26,7 @@
26
26
  "graphql": "^15.8.0",
27
27
  "@trackunit/iris-app-api": "*",
28
28
  "@trackunit/react-core-contexts-test": "*",
29
- "@sentry/browser": "^7.79.0",
29
+ "@sentry/browser": "^7.113.0",
30
30
  "zod": "3.22.4",
31
31
  "@trackunit/i18n-library-translation": "*",
32
32
  "jest-fetch-mock": "^3.0.3",
@@ -138,6 +138,7 @@ export declare const assetType: {
138
138
  readonly MACHINE: "MACHINE";
139
139
  readonly OTHER: "OTHER";
140
140
  readonly TOOL: "TOOL";
141
+ readonly VEHICLE: "VEHICLE";
141
142
  };
142
143
  export type AssetType = (typeof assetType)[keyof typeof assetType];
143
144
  export declare const customFieldOwnerType: {