@trackunit/filters-graphql-hook 0.0.180 → 0.0.182
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 +1 -0
- package/index.esm.js +1 -0
- package/package.json +1 -1
- package/src/generated/graphql-api/graphql.d.ts +1 -0
package/index.cjs.js
CHANGED
package/index.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -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: {
|