@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.
package/dist/esm/utils.js
CHANGED
|
@@ -13448,9 +13448,16 @@ var require_property = __commonJS({
|
|
|
13448
13448
|
systemConfig: {
|
|
13449
13449
|
type: "object",
|
|
13450
13450
|
properties: {
|
|
13451
|
-
|
|
13451
|
+
legicUrl: {
|
|
13452
|
+
type: "string",
|
|
13453
|
+
format: "uri"
|
|
13454
|
+
},
|
|
13455
|
+
legicWalletName: {
|
|
13452
13456
|
type: "string"
|
|
13453
13457
|
},
|
|
13458
|
+
legicAppId: {
|
|
13459
|
+
type: "number"
|
|
13460
|
+
},
|
|
13454
13461
|
legicTechUsername: {
|
|
13455
13462
|
type: "string"
|
|
13456
13463
|
},
|