@magic-xpa/engine 4.801.0-dev481.244 → 4.801.0-dev481.245

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.
@@ -10044,7 +10044,8 @@
10044
10044
  ParamParseResult[ParamParseResult["TOUPPER"] = 1] = "TOUPPER";
10045
10045
  ParamParseResult[ParamParseResult["DELETE"] = 2] = "DELETE";
10046
10046
  ParamParseResult[ParamParseResult["FAILED"] = 3] = "FAILED";
10047
- })(exports.ParamParseResult || (exports.ParamParseResult = {}));
10047
+ })(exports.ParamParseResult || (exports.ParamParseResult = {}));
10048
+
10048
10049
  var PrmMap = /** @class */ (function () {
10049
10050
  function PrmMap() {
10050
10051
  this.values = null;
@@ -12037,7 +12038,8 @@
12037
12038
  return this._reserved;
12038
12039
  };
12039
12040
  return MirrorString;
12040
- }());
12041
+ }());
12042
+
12041
12043
  var EnvParamsTable = /** @class */ (function (_super_1) {
12042
12044
  __extends(EnvParamsTable, _super_1);
12043
12045
  function EnvParamsTable() {
@@ -37245,7 +37247,7 @@
37245
37247
  return CommandsTable;
37246
37248
  }());
37247
37249
 
37248
- var CurrentClientVersion = '4.801.0-dev481.244';
37250
+ var CurrentClientVersion = '4.801.0-dev481.245';
37249
37251
 
37250
37252
  var ClientManager = /** @class */ (function () {
37251
37253
  function ClientManager() {