@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.
package/dist/esm/Models.js
CHANGED
|
@@ -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
|
},
|