@indigina/wms-api 0.0.171 → 0.0.172

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @indigina/wms-api@0.0.171
1
+ # @indigina/wms-api@0.0.172
2
2
 
3
3
  WMS API Client for Angular applications
4
4
 
@@ -24,7 +24,7 @@ Navigate to the folder of your consuming project and run one of next commands.
24
24
  _published:_
25
25
 
26
26
  ```console
27
- npm install @indigina/wms-api@0.0.171 --save
27
+ npm install @indigina/wms-api@0.0.172 --save
28
28
  ```
29
29
 
30
30
  _without publishing (not recommended):_
@@ -3634,9 +3634,6 @@ class DispatchesService extends BaseService {
3634
3634
  if (id === null || id === undefined) {
3635
3635
  throw new Error('Required parameter id was null or undefined when calling setDispatchCarrierReference.');
3636
3636
  }
3637
- if (courierReference === null || courierReference === undefined) {
3638
- throw new Error('Required parameter courierReference was null or undefined when calling setDispatchCarrierReference.');
3639
- }
3640
3637
  let localVarQueryParameters = new OpenApiHttpParams(this.encoder);
3641
3638
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'courierReference', courierReference, QueryParamStyle.Form, true);
3642
3639
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, 'carrierServiceName', carrierServiceName, QueryParamStyle.Form, true);