client_plugin_logic_deb 1.8.208 → 1.8.210

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.
@@ -377,7 +377,7 @@
377
377
  return tmp;
378
378
  }
379
379
  initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
380
- initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithUtcOffset, WithTime, WithDate]);
380
+ initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithUtcOffset, WithTime]);
381
381
  initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
382
382
  initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
383
383
  initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
@@ -1947,8 +1947,8 @@ export declare namespace com.logic.plugin.utils.events {
1947
1947
  constructor(errorCode: string, message: Nullable<string>, cause: Nullable<Error>);
1948
1948
  get errorCode(): string;
1949
1949
  get errorDetails(): Nullable<string>;
1950
- copy(errorCode?: string, message?: Nullable<string>, cause?: Nullable<Error>): com.logic.plugin.utils.events.PluginError;
1951
1950
  toString(): string;
1951
+ copy(errorCode?: string, message?: Nullable<string>, cause?: Nullable<Error>): com.logic.plugin.utils.events.PluginError;
1952
1952
  hashCode(): number;
1953
1953
  equals(other: Nullable<any>): boolean;
1954
1954
  }
@@ -11669,6 +11669,9 @@
11669
11669
  var tmp116_safe_receiver = this.heu_1;
11670
11670
  return tmp116_safe_receiver == null ? null : stackTraceToString(tmp116_safe_receiver);
11671
11671
  };
11672
+ protoOf(PluginError).toString = function () {
11673
+ return "PluginError(errorCode='" + this.errorCode + "', message=" + this.geu_1 + ', cause=' + toString_0(this.heu_1) + ', errorDetails=' + this.errorDetails + ')';
11674
+ };
11672
11675
  protoOf(PluginError).me = function () {
11673
11676
  return this.errorCode;
11674
11677
  };
@@ -11687,9 +11690,6 @@
11687
11690
  cause = cause === VOID ? this.heu_1 : cause;
11688
11691
  return this.keu(errorCode, message, cause);
11689
11692
  };
11690
- protoOf(PluginError).toString = function () {
11691
- return 'PluginError(errorCode=' + this.errorCode + ', message=' + this.geu_1 + ', cause=' + toString_0(this.heu_1) + ')';
11692
- };
11693
11693
  protoOf(PluginError).hashCode = function () {
11694
11694
  var result = getStringHashCode(this.errorCode);
11695
11695
  result = imul(result, 31) + (this.geu_1 == null ? 0 : getStringHashCode(this.geu_1)) | 0;