@saritasa/renewaire-frontend-sdk 0.95.2 → 0.96.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 +2 -2
- package/index.d.ts +9 -9
- package/package.json +2 -2
package/README.md
CHANGED
package/index.d.ts
CHANGED
|
@@ -1291,7 +1291,7 @@ interface GroupDto {
|
|
|
1291
1291
|
*/
|
|
1292
1292
|
name: string;
|
|
1293
1293
|
/**
|
|
1294
|
-
* Group type.<br />GroupType<br />0 = None<br />1 = Customer<br />2 = System
|
|
1294
|
+
* Group type.<br />GroupType<br />0 = None<br />1 = Customer<br />2 = System<br />Required permissions: SystemAdmin
|
|
1295
1295
|
*/
|
|
1296
1296
|
type: GroupType;
|
|
1297
1297
|
/**
|
|
@@ -1319,11 +1319,11 @@ interface GroupDto {
|
|
|
1319
1319
|
*/
|
|
1320
1320
|
customerType: GroupCustomerType;
|
|
1321
1321
|
/**
|
|
1322
|
-
* Represents a data transfer object containing an identifier and a name. It is intended to be used in simple dropdown lists or in table views where we need to display a link to the object
|
|
1322
|
+
* Represents a data transfer object containing an identifier and a name. It is intended to be used in simple dropdown lists or in table views where we need to display a link to the object.<br />Required permissions: SystemAdmin | ViewRepTerritories
|
|
1323
1323
|
*/
|
|
1324
1324
|
repTerritory: IdNameDto;
|
|
1325
1325
|
/**
|
|
1326
|
-
*
|
|
1326
|
+
* <br />Required permissions: SystemAdmin | ViewRepTerritories
|
|
1327
1327
|
*/
|
|
1328
1328
|
repTerritoryPictureUrl: string;
|
|
1329
1329
|
/**
|
|
@@ -2164,7 +2164,7 @@ interface RepTerritoryDto {
|
|
|
2164
2164
|
*/
|
|
2165
2165
|
locations: Array<IdNameDto>;
|
|
2166
2166
|
/**
|
|
2167
|
-
*
|
|
2167
|
+
* <br />Required permissions: SystemAdmin | ViewAllGroups
|
|
2168
2168
|
*/
|
|
2169
2169
|
groups: Array<IdNameDto>;
|
|
2170
2170
|
/**
|
|
@@ -2192,7 +2192,7 @@ interface RepTerritoryDto {
|
|
|
2192
2192
|
*/
|
|
2193
2193
|
rsdRegionPictureUrl: string;
|
|
2194
2194
|
/**
|
|
2195
|
-
* Represents a data transfer object containing an identifier and a name. It is intended to be used in simple dropdown lists or in table views where we need to display a link to the object
|
|
2195
|
+
* Represents a data transfer object containing an identifier and a name. It is intended to be used in simple dropdown lists or in table views where we need to display a link to the object.<br />Required permissions: SystemAdmin | ViewAllGroups
|
|
2196
2196
|
*/
|
|
2197
2197
|
managerGroup?: IdNameDto | null;
|
|
2198
2198
|
}
|
|
@@ -2959,7 +2959,7 @@ interface SearchGroupDto {
|
|
|
2959
2959
|
*/
|
|
2960
2960
|
name?: string | null;
|
|
2961
2961
|
/**
|
|
2962
|
-
* GroupType<br />0 = None<br />1 = Customer<br />2 = System
|
|
2962
|
+
* GroupType<br />0 = None<br />1 = Customer<br />2 = System<br />Required permissions: SystemAdmin
|
|
2963
2963
|
*/
|
|
2964
2964
|
type?: GroupType | null;
|
|
2965
2965
|
/**
|
|
@@ -2975,7 +2975,7 @@ interface SearchGroupDto {
|
|
|
2975
2975
|
*/
|
|
2976
2976
|
erpCustomerName?: string | null;
|
|
2977
2977
|
/**
|
|
2978
|
-
* Represents a data transfer object containing an identifier and a name. It is intended to be used in simple dropdown lists or in table views where we need to display a link to the object
|
|
2978
|
+
* Represents a data transfer object containing an identifier and a name. It is intended to be used in simple dropdown lists or in table views where we need to display a link to the object.<br />Required permissions: SystemAdmin | ViewRepTerritories
|
|
2979
2979
|
*/
|
|
2980
2980
|
repTerritory?: IdNameDto | null;
|
|
2981
2981
|
/**
|
|
@@ -3310,7 +3310,7 @@ interface SearchRepTerritoryDto {
|
|
|
3310
3310
|
*/
|
|
3311
3311
|
rsdRegion?: IdNameDto | null;
|
|
3312
3312
|
/**
|
|
3313
|
-
* Represents a data transfer object containing an identifier and a name. It is intended to be used in simple dropdown lists or in table views where we need to display a link to the object
|
|
3313
|
+
* Represents a data transfer object containing an identifier and a name. It is intended to be used in simple dropdown lists or in table views where we need to display a link to the object.<br />Required permissions: SystemAdmin | ViewAllGroups
|
|
3314
3314
|
*/
|
|
3315
3315
|
managerGroup?: IdNameDto | null;
|
|
3316
3316
|
/**
|
|
@@ -3318,7 +3318,7 @@ interface SearchRepTerritoryDto {
|
|
|
3318
3318
|
*/
|
|
3319
3319
|
locations?: Array<IdNameDto> | null;
|
|
3320
3320
|
/**
|
|
3321
|
-
*
|
|
3321
|
+
* <br />Required permissions: SystemAdmin | ViewAllGroups
|
|
3322
3322
|
*/
|
|
3323
3323
|
groups?: Array<IdNameDto> | null;
|
|
3324
3324
|
/**
|
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.96.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.96.0+41b6ad2fc38d9221a9e448c98567d3b7ec85405b)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|