@indigina/wms-api 0.0.124 → 0.0.125

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/wms-api",
3
- "version": "0.0.124",
3
+ "version": "0.0.125",
4
4
  "description": "OpenAPI client for @indigina/wms-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -2077,22 +2077,21 @@ declare class DeliveriesService extends BaseService {
2077
2077
  * @endpoint put /deliveries/{id}
2078
2078
  * @param id
2079
2079
  * @param delivery
2080
- * @param propertiesToUpdate
2081
2080
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
2082
2081
  * @param reportProgress flag to report request and response progress.
2083
2082
  * @param options additional options
2084
2083
  */
2085
- setDelivery(id: string, delivery: Delivery, propertiesToUpdate?: Array<string>, observe?: 'body', reportProgress?: boolean, options?: {
2084
+ setDelivery(id: string, delivery: Delivery, observe?: 'body', reportProgress?: boolean, options?: {
2086
2085
  httpHeaderAccept?: 'application/json';
2087
2086
  context?: HttpContext;
2088
2087
  transferCache?: boolean;
2089
2088
  }): Observable<Delivery>;
2090
- setDelivery(id: string, delivery: Delivery, propertiesToUpdate?: Array<string>, observe?: 'response', reportProgress?: boolean, options?: {
2089
+ setDelivery(id: string, delivery: Delivery, observe?: 'response', reportProgress?: boolean, options?: {
2091
2090
  httpHeaderAccept?: 'application/json';
2092
2091
  context?: HttpContext;
2093
2092
  transferCache?: boolean;
2094
2093
  }): Observable<HttpResponse<Delivery>>;
2095
- setDelivery(id: string, delivery: Delivery, propertiesToUpdate?: Array<string>, observe?: 'events', reportProgress?: boolean, options?: {
2094
+ setDelivery(id: string, delivery: Delivery, observe?: 'events', reportProgress?: boolean, options?: {
2096
2095
  httpHeaderAccept?: 'application/json';
2097
2096
  context?: HttpContext;
2098
2097
  transferCache?: boolean;
@@ -2309,22 +2308,21 @@ declare class DeliveryItemsService extends BaseService {
2309
2308
  * @endpoint put /deliveryItems/{id}
2310
2309
  * @param id
2311
2310
  * @param deliveryItem
2312
- * @param propertiesToUpdate
2313
2311
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
2314
2312
  * @param reportProgress flag to report request and response progress.
2315
2313
  * @param options additional options
2316
2314
  */
2317
- setDeliveryItem(id: string, deliveryItem: DeliveryItem, propertiesToUpdate?: Array<string>, observe?: 'body', reportProgress?: boolean, options?: {
2315
+ setDeliveryItem(id: string, deliveryItem: DeliveryItem, observe?: 'body', reportProgress?: boolean, options?: {
2318
2316
  httpHeaderAccept?: 'application/json';
2319
2317
  context?: HttpContext;
2320
2318
  transferCache?: boolean;
2321
2319
  }): Observable<DeliveryItem>;
2322
- setDeliveryItem(id: string, deliveryItem: DeliveryItem, propertiesToUpdate?: Array<string>, observe?: 'response', reportProgress?: boolean, options?: {
2320
+ setDeliveryItem(id: string, deliveryItem: DeliveryItem, observe?: 'response', reportProgress?: boolean, options?: {
2323
2321
  httpHeaderAccept?: 'application/json';
2324
2322
  context?: HttpContext;
2325
2323
  transferCache?: boolean;
2326
2324
  }): Observable<HttpResponse<DeliveryItem>>;
2327
- setDeliveryItem(id: string, deliveryItem: DeliveryItem, propertiesToUpdate?: Array<string>, observe?: 'events', reportProgress?: boolean, options?: {
2325
+ setDeliveryItem(id: string, deliveryItem: DeliveryItem, observe?: 'events', reportProgress?: boolean, options?: {
2328
2326
  httpHeaderAccept?: 'application/json';
2329
2327
  context?: HttpContext;
2330
2328
  transferCache?: boolean;