@kohost/api-client 3.2.2 → 3.2.4

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.
@@ -93,7 +93,9 @@ export interface Property {
93
93
  system?: "salto" | "dormakaba";
94
94
  systemOnline?: boolean;
95
95
  systemConfig?: {
96
- legicAppId?: string;
96
+ legicUrl?: string;
97
+ legicWalletName?: string;
98
+ legicAppId?: number;
97
99
  legicTechUsername?: string;
98
100
  legicTechPassword?: string;
99
101
  };
@@ -205,9 +205,16 @@
205
205
  "systemConfig": {
206
206
  "type": "object",
207
207
  "properties": {
208
- "legicAppId": {
208
+ "legicUrl": {
209
+ "type": "string",
210
+ "format": "uri"
211
+ },
212
+ "legicWalletName": {
209
213
  "type": "string"
210
214
  },
215
+ "legicAppId": {
216
+ "type": "number"
217
+ },
211
218
  "legicTechUsername": {
212
219
  "type": "string"
213
220
  },
@@ -13391,9 +13391,16 @@ var require_property = __commonJS({
13391
13391
  systemConfig: {
13392
13392
  type: "object",
13393
13393
  properties: {
13394
- legicAppId: {
13394
+ legicUrl: {
13395
+ type: "string",
13396
+ format: "uri"
13397
+ },
13398
+ legicWalletName: {
13395
13399
  type: "string"
13396
13400
  },
13401
+ legicAppId: {
13402
+ type: "number"
13403
+ },
13397
13404
  legicTechUsername: {
13398
13405
  type: "string"
13399
13406
  },