@saritasa/renewaire-frontend-sdk 0.96.0 → 0.96.2
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
|
@@ -2029,7 +2029,7 @@ interface RepSalesReportDto {
|
|
|
2029
2029
|
*/
|
|
2030
2030
|
report: FileDto;
|
|
2031
2031
|
/**
|
|
2032
|
-
* REP territory code
|
|
2032
|
+
* REP territory code.<br />Required permissions: SystemAdmin | ViewRepTerritories
|
|
2033
2033
|
*/
|
|
2034
2034
|
repTerritoryCode: string;
|
|
2035
2035
|
}
|
|
@@ -2168,7 +2168,7 @@ interface RepTerritoryDto {
|
|
|
2168
2168
|
*/
|
|
2169
2169
|
groups: Array<IdNameDto>;
|
|
2170
2170
|
/**
|
|
2171
|
-
*
|
|
2171
|
+
* <br />Required permissions: SystemAdmin | ViewRepContacts
|
|
2172
2172
|
*/
|
|
2173
2173
|
contacts: Array<IdNameDto>;
|
|
2174
2174
|
/**
|
|
@@ -2220,7 +2220,7 @@ interface RepTerritoryLocationDto {
|
|
|
2220
2220
|
*/
|
|
2221
2221
|
name: string;
|
|
2222
2222
|
/**
|
|
2223
|
-
* 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
|
|
2223
|
+
* 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
|
|
2224
2224
|
*/
|
|
2225
2225
|
repTerritory: IdNameDto;
|
|
2226
2226
|
/**
|
|
@@ -2268,7 +2268,7 @@ interface RepTerritoryRepContactDto {
|
|
|
2268
2268
|
*/
|
|
2269
2269
|
id: number;
|
|
2270
2270
|
/**
|
|
2271
|
-
* 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
|
|
2271
|
+
* 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
|
|
2272
2272
|
*/
|
|
2273
2273
|
repTerritory: IdNameDto;
|
|
2274
2274
|
/**
|
|
@@ -2534,7 +2534,7 @@ interface RsdRegionDto {
|
|
|
2534
2534
|
*/
|
|
2535
2535
|
rsdUsers: Array<RsdRegionUserDto>;
|
|
2536
2536
|
/**
|
|
2537
|
-
*
|
|
2537
|
+
* <br />Required permissions: SystemAdmin | ViewRepTerritories
|
|
2538
2538
|
*/
|
|
2539
2539
|
repTerritories: Array<RsdRegionRepTerritoryDto>;
|
|
2540
2540
|
/**
|
|
@@ -3322,7 +3322,7 @@ interface SearchRepTerritoryDto {
|
|
|
3322
3322
|
*/
|
|
3323
3323
|
groups?: Array<IdNameDto> | null;
|
|
3324
3324
|
/**
|
|
3325
|
-
*
|
|
3325
|
+
* <br />Required permissions: SystemAdmin | ViewRepContacts
|
|
3326
3326
|
*/
|
|
3327
3327
|
contacts?: Array<IdNameDto> | null;
|
|
3328
3328
|
/**
|
|
@@ -3393,7 +3393,7 @@ interface SearchRepTerritoryLocationDto {
|
|
|
3393
3393
|
*/
|
|
3394
3394
|
notes?: string | null;
|
|
3395
3395
|
/**
|
|
3396
|
-
* 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
|
|
3396
|
+
* 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
|
|
3397
3397
|
*/
|
|
3398
3398
|
repTerritory?: IdNameDto | null;
|
|
3399
3399
|
/**
|
|
@@ -3452,7 +3452,7 @@ interface SearchRepTerritoryRepContactDto {
|
|
|
3452
3452
|
*/
|
|
3453
3453
|
id: number;
|
|
3454
3454
|
/**
|
|
3455
|
-
* 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
|
|
3455
|
+
* 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
|
|
3456
3456
|
*/
|
|
3457
3457
|
repTerritory?: IdNameDto | null;
|
|
3458
3458
|
/**
|
|
@@ -3543,7 +3543,7 @@ interface SearchRsdRegionDto {
|
|
|
3543
3543
|
*/
|
|
3544
3544
|
rsdUsers?: Array<IdNameDto> | null;
|
|
3545
3545
|
/**
|
|
3546
|
-
*
|
|
3546
|
+
* <br />Required permissions: SystemAdmin | ViewRepTerritories
|
|
3547
3547
|
*/
|
|
3548
3548
|
repTerritories?: Array<IdNameDto> | null;
|
|
3549
3549
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/renewaire-frontend-sdk",
|
|
3
|
-
"version": "0.96.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.96.
|
|
3
|
+
"version": "0.96.2",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.96.2+a7b2dd6cf8ae3427e354d3ce0cfa1c95be506b79)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|