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