@saritasa/renewaire-frontend-sdk 0.75.4 → 0.76.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
|
@@ -2581,6 +2581,23 @@ interface SearchRsdRegionDtoPagedListMetadataDto {
|
|
|
2581
2581
|
items: Array<SearchRsdRegionDto>;
|
|
2582
2582
|
}
|
|
2583
2583
|
|
|
2584
|
+
/**
|
|
2585
|
+
* RenewAire CORES API
|
|
2586
|
+
*
|
|
2587
|
+
* Contact: renewaire@saritasa.com
|
|
2588
|
+
*
|
|
2589
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2590
|
+
* https://openapi-generator.tech
|
|
2591
|
+
* Do not edit the class manually.
|
|
2592
|
+
*/
|
|
2593
|
+
/**
|
|
2594
|
+
* UnitSystem<br />0 = Imperial<br />1 = Metric
|
|
2595
|
+
*/
|
|
2596
|
+
declare enum UnitSystem {
|
|
2597
|
+
Imperial = "Imperial",
|
|
2598
|
+
Metric = "Metric"
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2584
2601
|
/**
|
|
2585
2602
|
* RenewAire CORES API
|
|
2586
2603
|
*
|
|
@@ -2643,10 +2660,8 @@ interface SearchUserDetailsDto {
|
|
|
2643
2660
|
*/
|
|
2644
2661
|
address?: AddressDto | null;
|
|
2645
2662
|
mobilePhoneNumber?: string | null;
|
|
2646
|
-
/**
|
|
2647
|
-
* Work phone number with extension code.
|
|
2648
|
-
*/
|
|
2649
2663
|
workPhoneNumber?: string | null;
|
|
2664
|
+
workPhoneNumberExt?: string | null;
|
|
2650
2665
|
lastLogin?: string | null;
|
|
2651
2666
|
createdAt?: string | null;
|
|
2652
2667
|
updatedAt?: string | null;
|
|
@@ -2660,6 +2675,10 @@ interface SearchUserDetailsDto {
|
|
|
2660
2675
|
* Avatar URL.
|
|
2661
2676
|
*/
|
|
2662
2677
|
avatarUrl?: string | null;
|
|
2678
|
+
preferredLanguage?: Language | null;
|
|
2679
|
+
preferredUnit?: UnitSystem | null;
|
|
2680
|
+
soldToId?: number | null;
|
|
2681
|
+
projectEditMode?: boolean | null;
|
|
2663
2682
|
salesChannelContactUsers?: Array<IdNameDto> | null;
|
|
2664
2683
|
userPermissions?: Array<IdNameDto> | null;
|
|
2665
2684
|
}
|
|
@@ -2868,23 +2887,6 @@ interface TotalCountListMetadata {
|
|
|
2868
2887
|
totalCount: number;
|
|
2869
2888
|
}
|
|
2870
2889
|
|
|
2871
|
-
/**
|
|
2872
|
-
* RenewAire CORES API
|
|
2873
|
-
*
|
|
2874
|
-
* Contact: renewaire@saritasa.com
|
|
2875
|
-
*
|
|
2876
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2877
|
-
* https://openapi-generator.tech
|
|
2878
|
-
* Do not edit the class manually.
|
|
2879
|
-
*/
|
|
2880
|
-
/**
|
|
2881
|
-
* UnitSystem<br />0 = Imperial<br />1 = Metric
|
|
2882
|
-
*/
|
|
2883
|
-
declare enum UnitSystem {
|
|
2884
|
-
Imperial = "Imperial",
|
|
2885
|
-
Metric = "Metric"
|
|
2886
|
-
}
|
|
2887
|
-
|
|
2888
2890
|
/**
|
|
2889
2891
|
* RenewAire CORES API
|
|
2890
2892
|
*
|
|
@@ -6869,7 +6871,7 @@ interface UsersManagementGetUserRequestParams {
|
|
|
6869
6871
|
userId: number;
|
|
6870
6872
|
}
|
|
6871
6873
|
interface UsersManagementSearchUsersRequestParams {
|
|
6872
|
-
fields: Array<"id" | "company" | "name" | "firstName" | "lastName" | "email" | "title" | "groupPermissionBundleName" | "group" | "repTerritory" | "status" | "address" | "mobilePhoneNumber" | "workPhoneNumber" | "lastLogin" | "createdAt" | "updatedAt" | "registrationStatus" | "occupation" | "avatarUrl" | "companyLogoUrl" | "salesChannelContactUsers" | "userPermissions">;
|
|
6874
|
+
fields: Array<"id" | "company" | "name" | "firstName" | "lastName" | "email" | "title" | "groupPermissionBundleName" | "group" | "repTerritory" | "status" | "address" | "mobilePhoneNumber" | "workPhoneNumber" | "workPhoneNumberExt" | "lastLogin" | "createdAt" | "updatedAt" | "registrationStatus" | "occupation" | "avatarUrl" | "companyLogoUrl" | "preferredLanguage" | "preferredUnit" | "soldToId" | "projectEditMode" | "salesChannelContactUsers" | "userPermissions">;
|
|
6873
6875
|
orderBy?: string;
|
|
6874
6876
|
pageIndexById?: number;
|
|
6875
6877
|
id?: number;
|
|
@@ -6883,6 +6885,7 @@ interface UsersManagementSearchUsersRequestParams {
|
|
|
6883
6885
|
status?: UserStatus;
|
|
6884
6886
|
mobilePhoneNumber?: string;
|
|
6885
6887
|
workPhoneNumber?: string;
|
|
6888
|
+
workPhoneNumberExt?: string;
|
|
6886
6889
|
salesChannelContactUser?: string;
|
|
6887
6890
|
lastLogin?: string;
|
|
6888
6891
|
createdAt?: string;
|
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.76.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.76.0+9eb979fa50e202a0f0331b02e9dba463d1eaad32)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|