@saritasa/renewaire-frontend-sdk 0.48.0 → 0.49.0

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,5 +1,5 @@
1
- # @@saritasa/renewaire-frontend-sdk@0.48.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.49.0
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.48.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.49.0 --save
5
5
  ```
@@ -5723,6 +5723,7 @@ class UsersManagementApiService extends BaseService {
5723
5723
  const updatedAt = requestParameters?.updatedAt;
5724
5724
  const registrationStatus = requestParameters?.registrationStatus;
5725
5725
  const occupation = requestParameters?.occupation;
5726
+ const text = requestParameters?.text;
5726
5727
  const page = requestParameters?.page;
5727
5728
  const pageSize = requestParameters?.pageSize;
5728
5729
  let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
@@ -5750,6 +5751,7 @@ class UsersManagementApiService extends BaseService {
5750
5751
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, updatedAt, "UpdatedAt");
5751
5752
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, registrationStatus, "RegistrationStatus");
5752
5753
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, occupation, "Occupation");
5754
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, text, "Text");
5753
5755
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, page, "Page");
5754
5756
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, pageSize, "PageSize");
5755
5757
  let localVarHeaders = this.defaultHeaders;