@stemy/ngx-utils 19.5.18 → 19.5.19

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.
@@ -392,7 +392,7 @@ export interface IApiService extends IHttpService {
392
392
  put(url: string, body?: any, options?: IRequestOptions): Promise<any>;
393
393
  patch(url: string, body?: any, options?: IRequestOptions): Promise<any>;
394
394
  upload(url: string, body: any, listener?: ProgressListener, options?: IRequestOptions): Promise<any>;
395
- list(url: string, params: IHttpParams): Promise<IPaginationData>;
395
+ list(url: string, params: IHttpParams, options?: IRequestOptions): Promise<IPaginationData>;
396
396
  }
397
397
  export interface IOpenApiSchemaProperty {
398
398
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stemy/ngx-utils",
3
- "version": "19.5.18",
3
+ "version": "19.5.19",
4
4
  "license": "MIT",
5
5
  "public": true,
6
6
  "repository": "https://github.com/stemyke/ngx-utils.git",