@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/index.d.ts CHANGED
@@ -384,7 +384,7 @@ declare enum AshraeVersion {
384
384
  * Do not edit the class manually.
385
385
  */
386
386
  /**
387
- * 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
387
+ * 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
388
388
  */
389
389
  declare enum AuditEntity {
390
390
  User = "User",
@@ -395,7 +395,8 @@ declare enum AuditEntity {
395
395
  KnownContact = "KnownContact",
396
396
  ControllerProgram = "ControllerProgram",
397
397
  RepTerritoryRepContact = "RepTerritoryRepContact",
398
- RepTerritoryLocation = "RepTerritoryLocation"
398
+ RepTerritoryLocation = "RepTerritoryLocation",
399
+ Project = "Project"
399
400
  }
400
401
 
401
402
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/renewaire-frontend-sdk",
3
- "version": "0.106.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.106.0+a44fbcae7bc1801b5e279ae3908916c426f168eb)",
3
+ "version": "0.107.1",
4
+ "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.107.1+257a760e1c70a2b4197cb6473f67628d1181cb12)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",