@trackunit/filters-graphql-hook 0.0.322 → 0.0.323

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-graphql-hook",
3
- "version": "0.0.322",
3
+ "version": "0.0.323",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -353,6 +353,7 @@ export type CustomerTypeSFS = (typeof customerTypeSFS)[keyof typeof customerType
353
353
  export declare const digitalKeyMode: {
354
354
  readonly DISABLED: "DISABLED";
355
355
  readonly LOCKED_FOR_ALL: "LOCKED_FOR_ALL";
356
+ readonly LOCKED_FOR_ALL_FIXED: "LOCKED_FOR_ALL_FIXED";
356
357
  readonly NEVER_INITIALIZED: "NEVER_INITIALIZED";
357
358
  readonly UNKNOWN: "UNKNOWN";
358
359
  readonly UNLOCKED_FOR_ALL: "UNLOCKED_FOR_ALL";