@abp/ng.core 10.2.0-rc.2 → 10.2.0-rc.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.
@@ -5295,7 +5295,7 @@ class LimitedResultRequestDto {
5295
5295
  }
5296
5296
  }
5297
5297
  }
5298
- class ExtensibleLimitedResultRequestDto extends ExtensibleEntityDto {
5298
+ class ExtensibleLimitedResultRequestDto extends ExtensibleObject {
5299
5299
  constructor(initialValues = {}) {
5300
5300
  super(initialValues);
5301
5301
  this.maxResultCount = 10;