@kohost/api-client 3.2.2 → 3.2.3

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