@trackunit/filters-graphql-hook 0.0.179 → 0.0.181

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/index.cjs.js CHANGED
@@ -186,6 +186,7 @@ const assetType = {
186
186
  MACHINE: "MACHINE",
187
187
  OTHER: "OTHER",
188
188
  TOOL: "TOOL",
189
+ VEHICLE: "VEHICLE",
189
190
  };
190
191
  const legacyRentalStatus = {
191
192
  Available: "Available",
package/index.esm.js CHANGED
@@ -182,6 +182,7 @@ const assetType = {
182
182
  MACHINE: "MACHINE",
183
183
  OTHER: "OTHER",
184
184
  TOOL: "TOOL",
185
+ VEHICLE: "VEHICLE",
185
186
  };
186
187
  const legacyRentalStatus = {
187
188
  Available: "Available",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/filters-graphql-hook",
3
- "version": "0.0.179",
3
+ "version": "0.0.181",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -160,6 +160,7 @@ export declare const assetType: {
160
160
  readonly MACHINE: "MACHINE";
161
161
  readonly OTHER: "OTHER";
162
162
  readonly TOOL: "TOOL";
163
+ readonly VEHICLE: "VEHICLE";
163
164
  };
164
165
  export type AssetType = (typeof assetType)[keyof typeof assetType];
165
166
  export declare const customFieldOwnerType: {