@kohost/api-client 3.0.1 → 3.0.2

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.
@@ -79,7 +79,7 @@ export interface Property {
79
79
  };
80
80
  Concierge?: unknown;
81
81
  DigitalKey?: {
82
- system?: "salto" | "legic";
82
+ system?: "salto" | "dormakaba";
83
83
  systemOnline?: boolean;
84
84
  enableApp?: boolean;
85
85
  branding?: {
@@ -167,7 +167,7 @@
167
167
  "properties": {
168
168
  "system": {
169
169
  "type": "string",
170
- "enum": ["salto", "legic"]
170
+ "enum": ["salto", "dormakaba"]
171
171
  },
172
172
  "systemOnline": {
173
173
  "type": "boolean",
@@ -12978,7 +12978,7 @@ var require_property = __commonJS({
12978
12978
  properties: {
12979
12979
  system: {
12980
12980
  type: "string",
12981
- enum: ["salto", "legic"]
12981
+ enum: ["salto", "dormakaba"]
12982
12982
  },
12983
12983
  systemOnline: {
12984
12984
  type: "boolean",