@kohost/api-client 3.2.3 → 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.
@@ -95,7 +95,7 @@ export interface Property {
95
95
  systemConfig?: {
96
96
  legicUrl?: string;
97
97
  legicWalletName?: string;
98
- legicAppId?: string;
98
+ legicAppId?: number;
99
99
  legicTechUsername?: string;
100
100
  legicTechPassword?: string;
101
101
  };
@@ -213,7 +213,7 @@
213
213
  "type": "string"
214
214
  },
215
215
  "legicAppId": {
216
- "type": "string"
216
+ "type": "number"
217
217
  },
218
218
  "legicTechUsername": {
219
219
  "type": "string"
@@ -13399,7 +13399,7 @@ var require_property = __commonJS({
13399
13399
  type: "string"
13400
13400
  },
13401
13401
  legicAppId: {
13402
- type: "string"
13402
+ type: "number"
13403
13403
  },
13404
13404
  legicTechUsername: {
13405
13405
  type: "string"