@elite.framework/ng.core 2.0.33 → 2.0.35

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/models/index.d.ts CHANGED
@@ -217,6 +217,7 @@ interface PaginatedResult<T> {
217
217
  declare namespace Rest {
218
218
  type Config = Partial<{
219
219
  apiName: string;
220
+ moduleName: string;
220
221
  skipHandleError: boolean;
221
222
  skipAddingHeader: boolean;
222
223
  observe: Observe;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elite.framework/ng.core",
3
- "version": "2.0.33",
3
+ "version": "2.0.35",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"