@saritasa/renewaire-frontend-sdk 0.162.0 → 0.163.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
|
@@ -3294,6 +3294,10 @@ interface RepTerritoryDto {
|
|
|
3294
3294
|
* RSD region picture URL.<br />Required permissions: SystemAdmin | ViewRsdRegions
|
|
3295
3295
|
*/
|
|
3296
3296
|
rsdRegionPictureUrl?: string | null;
|
|
3297
|
+
/**
|
|
3298
|
+
* <br />Required permissions: SystemAdmin | ManageRepTerritories
|
|
3299
|
+
*/
|
|
3300
|
+
csiSalesman?: string | null;
|
|
3297
3301
|
}
|
|
3298
3302
|
|
|
3299
3303
|
/**
|
|
@@ -4797,6 +4801,10 @@ interface SearchRepTerritoryDto {
|
|
|
4797
4801
|
* DTO for RenewAire.Cores.Domain.Address.
|
|
4798
4802
|
*/
|
|
4799
4803
|
address?: AddressDto | null;
|
|
4804
|
+
/**
|
|
4805
|
+
* <br />Required permissions: SystemAdmin | ManageRepTerritories
|
|
4806
|
+
*/
|
|
4807
|
+
csiSalesman?: string | null;
|
|
4800
4808
|
}
|
|
4801
4809
|
|
|
4802
4810
|
/**
|
|
@@ -9389,6 +9397,7 @@ interface RepTerritoriesCreateRepTerritoryRequestParams {
|
|
|
9389
9397
|
addressCounty?: string;
|
|
9390
9398
|
addressApartmentNumber?: string;
|
|
9391
9399
|
managerGroupId?: number | null;
|
|
9400
|
+
csiSalesman?: string;
|
|
9392
9401
|
}
|
|
9393
9402
|
interface RepTerritoriesCreateRepTerritoryLocationRequestParams {
|
|
9394
9403
|
repTerritoryId: number;
|
|
@@ -9413,7 +9422,7 @@ interface RepTerritoriesSearchAccessibleRepUsersRequestParams {
|
|
|
9413
9422
|
pageSize?: number;
|
|
9414
9423
|
}
|
|
9415
9424
|
interface RepTerritoriesSearchRepTerritoriesRequestParams {
|
|
9416
|
-
fields: Array<"id" | "name" | "externalDisplayName" | "code" | "isActive" | "rsdRegion" | "managerGroup" | "locations" | "groups" | "contacts" | "salesContacts" | "createdAt" | "phone" | "email" | "website" | "address">;
|
|
9425
|
+
fields: Array<"id" | "name" | "externalDisplayName" | "code" | "isActive" | "rsdRegion" | "managerGroup" | "locations" | "groups" | "contacts" | "salesContacts" | "createdAt" | "phone" | "email" | "website" | "address" | "csiSalesman">;
|
|
9417
9426
|
pageIndexById?: number | null;
|
|
9418
9427
|
id?: number | null;
|
|
9419
9428
|
repName?: string;
|
|
@@ -9457,6 +9466,7 @@ interface RepTerritoriesUpdateRepTerritoryRequestParams {
|
|
|
9457
9466
|
saveDtoAddressCounty?: string;
|
|
9458
9467
|
saveDtoAddressApartmentNumber?: string;
|
|
9459
9468
|
saveDtoManagerGroupId?: number | null;
|
|
9469
|
+
saveDtoCsiSalesman?: string;
|
|
9460
9470
|
shouldRemovePicture?: boolean;
|
|
9461
9471
|
repContacts?: Array<number>;
|
|
9462
9472
|
}
|
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.163.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.163.0+2cea1178f8a64193d615d74e28f25012fa02f2e2)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|