@viewcandidate/client 0.0.19 → 0.0.20
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,8 +1,8 @@
|
|
|
1
|
-
# @viewcandidate/client@0.0.
|
|
1
|
+
# @viewcandidate/client@0.0.20
|
|
2
2
|
|
|
3
3
|
The ViewCandidate API
|
|
4
4
|
|
|
5
|
-
The version of the OpenAPI document: 0.0.
|
|
5
|
+
The version of the OpenAPI document: 0.0.20
|
|
6
6
|
|
|
7
7
|
## Building
|
|
8
8
|
|
|
@@ -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 @viewcandidate/client@0.0.
|
|
27
|
+
npm install @viewcandidate/client@0.0.20 --save
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
_without publishing (not recommended):_
|
|
@@ -675,9 +675,10 @@ class CandidateService extends BaseService {
|
|
|
675
675
|
reportProgress: reportProgress
|
|
676
676
|
});
|
|
677
677
|
}
|
|
678
|
-
candidateControllerGetCandidates(page, observe = 'body', reportProgress = false, options) {
|
|
678
|
+
candidateControllerGetCandidates(page, q, observe = 'body', reportProgress = false, options) {
|
|
679
679
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
680
680
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, page, 'page');
|
|
681
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, q, 'q');
|
|
681
682
|
let localVarHeaders = this.defaultHeaders;
|
|
682
683
|
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
683
684
|
'application/json'
|