@saritasa/renewaire-frontend-sdk 0.106.0 → 0.107.1
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
CHANGED
|
@@ -7532,7 +7532,7 @@ var AshraeVersion;
|
|
|
7532
7532
|
* Do not edit the class manually.
|
|
7533
7533
|
*/
|
|
7534
7534
|
/**
|
|
7535
|
-
* Type of entity that has an ability to track its audit change log. (When adding new options in this enum, need to add a new database migration.)<br />AuditEntity<br />0 = User<br />1 = PermissionBundle<br />2 = RsdRegion<br />3 = RepTerritory<br />4 = UserGroup<br />5 = KnownContact<br />6 = ControllerProgram<br />7 = RepTerritoryRepContact<br />8 = RepTerritoryLocation
|
|
7535
|
+
* Type of entity that has an ability to track its audit change log. (When adding new options in this enum, need to add a new database migration.)<br />AuditEntity<br />0 = User<br />1 = PermissionBundle<br />2 = RsdRegion<br />3 = RepTerritory<br />4 = UserGroup<br />5 = KnownContact<br />6 = ControllerProgram<br />7 = RepTerritoryRepContact<br />8 = RepTerritoryLocation<br />9 = Project
|
|
7536
7536
|
*/
|
|
7537
7537
|
var AuditEntity;
|
|
7538
7538
|
(function (AuditEntity) {
|
|
@@ -7545,6 +7545,7 @@ var AuditEntity;
|
|
|
7545
7545
|
AuditEntity["ControllerProgram"] = "ControllerProgram";
|
|
7546
7546
|
AuditEntity["RepTerritoryRepContact"] = "RepTerritoryRepContact";
|
|
7547
7547
|
AuditEntity["RepTerritoryLocation"] = "RepTerritoryLocation";
|
|
7548
|
+
AuditEntity["Project"] = "Project";
|
|
7548
7549
|
})(AuditEntity || (AuditEntity = {}));
|
|
7549
7550
|
|
|
7550
7551
|
/**
|