@indigina/wms-api 0.0.103 → 0.0.104

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.103
1
+ # @indigina/wms-api@0.0.104
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.103 --save
27
+ npm install @indigina/wms-api@0.0.104 --save
28
28
  ```
29
29
 
30
30
  _without publishing (not recommended):_
@@ -5495,7 +5495,7 @@ class WavesByPickReleaseIdService extends BaseService {
5495
5495
  responseType_ = 'blob';
5496
5496
  }
5497
5497
  }
5498
- let localVarPath = `/wavePickReleases/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "number", dataFormat: undefined })}/waves`;
5498
+ let localVarPath = `/wavePickReleases/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/waves`;
5499
5499
  const { basePath, withCredentials } = this.configuration;
5500
5500
  return this.httpClient.request('get', `${basePath}${localVarPath}`, {
5501
5501
  context: localVarHttpContext,