@indigina/wms-api 0.0.110 → 0.0.111

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/index.d.ts CHANGED
@@ -819,6 +819,31 @@ declare class CartonMovementHistoriesService extends BaseService {
819
819
  context?: HttpContext;
820
820
  transferCache?: boolean;
821
821
  }): Observable<HttpEvent<CartonMovementHistories>>;
822
+ /**
823
+ * CartonMovementHistories list
824
+ * @param $skip
825
+ * @param $top
826
+ * @param $orderby
827
+ * @param $filter
828
+ * @param searchTerm
829
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
830
+ * @param reportProgress flag to report request and response progress.
831
+ */
832
+ getCartonMovementHistoriesFromIndex($skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'body', reportProgress?: boolean, options?: {
833
+ httpHeaderAccept?: 'application/json';
834
+ context?: HttpContext;
835
+ transferCache?: boolean;
836
+ }): Observable<CartonMovementHistories>;
837
+ getCartonMovementHistoriesFromIndex($skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'response', reportProgress?: boolean, options?: {
838
+ httpHeaderAccept?: 'application/json';
839
+ context?: HttpContext;
840
+ transferCache?: boolean;
841
+ }): Observable<HttpResponse<CartonMovementHistories>>;
842
+ getCartonMovementHistoriesFromIndex($skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'events', reportProgress?: boolean, options?: {
843
+ httpHeaderAccept?: 'application/json';
844
+ context?: HttpContext;
845
+ transferCache?: boolean;
846
+ }): Observable<HttpEvent<CartonMovementHistories>>;
822
847
  static ɵfac: i0.ɵɵFactoryDeclaration<CartonMovementHistoriesService, [null, { optional: true; }, { optional: true; }]>;
823
848
  static ɵprov: i0.ɵɵInjectableDeclaration<CartonMovementHistoriesService>;
824
849
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/wms-api",
3
- "version": "0.0.110",
3
+ "version": "0.0.111",
4
4
  "description": "OpenAPI client for @indigina/wms-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {