@saritasa/crm-delmar-core-sdk 0.2.409 → 0.2.411
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
|
@@ -17883,6 +17883,7 @@ class UsersApiService extends BaseService {
|
|
|
17883
17883
|
const search = requestParameters?.search;
|
|
17884
17884
|
const statusIn = requestParameters?.statusIn;
|
|
17885
17885
|
const techManagerIn = requestParameters?.techManagerIn;
|
|
17886
|
+
const workTypeIn = requestParameters?.workTypeIn;
|
|
17886
17887
|
let localVarQueryParameters = new OpenApiHttpParams(this.encoder);
|
|
17887
17888
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, "branch__in", branchIn, QueryParamStyle.Form, false);
|
|
17888
17889
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, "department__in", departmentIn, QueryParamStyle.Form, false);
|
|
@@ -17895,6 +17896,7 @@ class UsersApiService extends BaseService {
|
|
|
17895
17896
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, "search", search, QueryParamStyle.Form, true);
|
|
17896
17897
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, "status__in", statusIn, QueryParamStyle.Form, false);
|
|
17897
17898
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, "tech_manager__in", techManagerIn, QueryParamStyle.Form, false);
|
|
17899
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, "work_type__in", workTypeIn, QueryParamStyle.Form, false);
|
|
17898
17900
|
let localVarHeaders = this.defaultHeaders;
|
|
17899
17901
|
// authentication (cookieAuth) required
|
|
17900
17902
|
// authentication (jwtAuth) required
|