@one-paragon/angular-utilities 2.0.19 → 2.0.20

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.
@@ -33,7 +33,7 @@ export declare enum HttpRequestStrategy {
33
33
  }
34
34
  export interface RequestStateOptions<TParam extends any[] = any> {
35
35
  strategy?: HttpRequestStrategy;
36
- autoRequestWith?: [...TParam];
36
+ autoRequest?: TParam extends never[] ? true : never;
37
37
  injector?: Injector;
38
38
  }
39
39
  export interface RequestCreatorOptions<TParam extends any[] = any> extends RequestStateOptions<TParam> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@one-paragon/angular-utilities",
3
- "version": "2.0.19",
3
+ "version": "2.0.20",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "19.0.0",
6
6
  "@angular/core": "19.0.0",