@kohost/api-client 3.2.1 → 3.2.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.
package/dist/esm/utils.js
CHANGED
|
@@ -13445,6 +13445,22 @@ var require_property = __commonJS({
|
|
|
13445
13445
|
type: "boolean",
|
|
13446
13446
|
default: false
|
|
13447
13447
|
},
|
|
13448
|
+
systemConfig: {
|
|
13449
|
+
type: "object",
|
|
13450
|
+
properties: {
|
|
13451
|
+
legicAppId: {
|
|
13452
|
+
type: "string"
|
|
13453
|
+
},
|
|
13454
|
+
legicTechUsername: {
|
|
13455
|
+
type: "string"
|
|
13456
|
+
},
|
|
13457
|
+
legicTechPassword: {
|
|
13458
|
+
type: "string"
|
|
13459
|
+
}
|
|
13460
|
+
},
|
|
13461
|
+
additionalProperties: false,
|
|
13462
|
+
default: {}
|
|
13463
|
+
},
|
|
13448
13464
|
enableApp: {
|
|
13449
13465
|
type: "boolean"
|
|
13450
13466
|
},
|