@trackunit/filters-graphql-hook 0.0.322 → 0.0.324
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
|
@@ -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";
|