@saritasa/renewaire-frontend-sdk 0.92.0 → 0.93.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/index.d.ts
CHANGED
|
@@ -7421,6 +7421,8 @@ interface UsersResetPasswordRequestParams {
|
|
|
7421
7421
|
interface UsersSearchUsersRequestParams {
|
|
7422
7422
|
repTerritoryId?: number | null;
|
|
7423
7423
|
name?: string;
|
|
7424
|
+
rsdRegionId?: number | null;
|
|
7425
|
+
excludedGroupId?: number | null;
|
|
7424
7426
|
orderBy?: string;
|
|
7425
7427
|
page?: number;
|
|
7426
7428
|
pageSize?: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/renewaire-frontend-sdk",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.
|
|
3
|
+
"version": "0.93.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.93.0+2f797c39e9b8b0a1d7b6fbc53cffb8aba39e83e1)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|