@saritasa/renewaire-frontend-sdk 0.229.0 → 0.231.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/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/renewaire-frontend-sdk@0.229.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.231.0
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.229.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.231.0 --save
5
5
  ```
@@ -11669,7 +11669,7 @@ var AshraeVersion;
11669
11669
  * Do not edit the class manually.
11670
11670
  */
11671
11671
  /**
11672
- * 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 = ProjectRevision<br />10 = Project<br />11 = MaterialLayer<br />12 = SchematicLayer<br />13 = RoutingLayer<br />14 = ValidationLayer
11672
+ * 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 = ProjectRevision<br />10 = Project<br />11 = ProjectLine<br />12 = MaterialLayer<br />13 = SchematicLayer<br />14 = RoutingLayer<br />15 = ValidationLayer
11673
11673
  */
11674
11674
  var AuditEntity;
11675
11675
  (function (AuditEntity) {
@@ -11684,6 +11684,7 @@ var AuditEntity;
11684
11684
  AuditEntity["RepTerritoryLocation"] = "RepTerritoryLocation";
11685
11685
  AuditEntity["ProjectRevision"] = "ProjectRevision";
11686
11686
  AuditEntity["Project"] = "Project";
11687
+ AuditEntity["ProjectLine"] = "ProjectLine";
11687
11688
  AuditEntity["MaterialLayer"] = "MaterialLayer";
11688
11689
  AuditEntity["SchematicLayer"] = "SchematicLayer";
11689
11690
  AuditEntity["RoutingLayer"] = "RoutingLayer";
@@ -13104,26 +13105,6 @@ var RegistrationStatus;
13104
13105
  * Do not edit the class manually.
13105
13106
  */
13106
13107
 
13107
- /**
13108
- * RenewAire CORES API
13109
- *
13110
- * Contact: renewaire@saritasa.com
13111
- *
13112
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
13113
- * https://openapi-generator.tech
13114
- * Do not edit the class manually.
13115
- */
13116
-
13117
- /**
13118
- * RenewAire CORES API
13119
- *
13120
- * Contact: renewaire@saritasa.com
13121
- *
13122
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
13123
- * https://openapi-generator.tech
13124
- * Do not edit the class manually.
13125
- */
13126
-
13127
13108
  /**
13128
13109
  * RenewAire CORES API
13129
13110
  *