@saritasa/renewaire-frontend-sdk 0.65.0 → 0.65.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/index.d.ts
CHANGED
|
@@ -344,7 +344,7 @@ declare enum AshraeVersion {
|
|
|
344
344
|
* Do not edit the class manually.
|
|
345
345
|
*/
|
|
346
346
|
/**
|
|
347
|
-
* AuditEntity<br />0 = User<br />1 = PermissionBundle<br />2 = RsdRegion<br />3 = RepTerritory<br />4 = UserGroup<br />5 = KnownContact
|
|
347
|
+
* AuditEntity<br />0 = User<br />1 = PermissionBundle<br />2 = RsdRegion<br />3 = RepTerritory<br />4 = UserGroup<br />5 = KnownContact<br />6 = ControllerProgram
|
|
348
348
|
*/
|
|
349
349
|
declare enum AuditEntity {
|
|
350
350
|
User = "User",
|
|
@@ -352,7 +352,8 @@ declare enum AuditEntity {
|
|
|
352
352
|
RsdRegion = "RsdRegion",
|
|
353
353
|
RepTerritory = "RepTerritory",
|
|
354
354
|
UserGroup = "UserGroup",
|
|
355
|
-
KnownContact = "KnownContact"
|
|
355
|
+
KnownContact = "KnownContact",
|
|
356
|
+
ControllerProgram = "ControllerProgram"
|
|
356
357
|
}
|
|
357
358
|
|
|
358
359
|
/**
|
|
@@ -2951,7 +2952,7 @@ interface VerifyResetPasswordTokenCommand {
|
|
|
2951
2952
|
*/
|
|
2952
2953
|
|
|
2953
2954
|
interface AuditLogsSearchAuditLogsRequestParams {
|
|
2954
|
-
auditEntity: "User" | "PermissionBundle" | "RsdRegion" | "RepTerritory" | "UserGroup" | "KnownContact";
|
|
2955
|
+
auditEntity: "User" | "PermissionBundle" | "RsdRegion" | "RepTerritory" | "UserGroup" | "KnownContact" | "ControllerProgram";
|
|
2955
2956
|
entityId: string;
|
|
2956
2957
|
page?: number;
|
|
2957
2958
|
pageSize?: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/renewaire-frontend-sdk",
|
|
3
|
-
"version": "0.65.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.65.
|
|
3
|
+
"version": "0.65.2",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.65.2+e9fcd16ca1b7f1d100f3de4cd0bb13930a2f5b87)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|