@saritasa/renewaire-frontend-sdk 0.411.0 → 0.413.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.411.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.413.0
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.411.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.413.0 --save
5
5
  ```
@@ -16776,11 +16776,11 @@ var LeadTimeType;
16776
16776
  * Do not edit the class manually.
16777
16777
  */
16778
16778
  /**
16779
- * Project line download file types.<br />LineDownloadFileType<br />-1 = UrlToPdfExample1
16779
+ * Project line download file types.<br />LineDownloadFileType<br />1 = Ahri1060Report
16780
16780
  */
16781
16781
  var LineDownloadFileType;
16782
16782
  (function (LineDownloadFileType) {
16783
- LineDownloadFileType["UrlToPdfExample1"] = "UrlToPdfExample1";
16783
+ LineDownloadFileType["Ahri1060Report"] = "Ahri1060Report";
16784
16784
  })(LineDownloadFileType || (LineDownloadFileType = {}));
16785
16785
 
16786
16786
  /**
@@ -17256,7 +17256,7 @@ var Permission;
17256
17256
  * Do not edit the class manually.
17257
17257
  */
17258
17258
  /**
17259
- * ProjectAccessLevel<br />0 = ReadOnly<br />1 = Edit
17259
+ * Defines the access level for project permissions.<br />ProjectAccessLevel<br />0 = ReadOnly<br />1 = Edit
17260
17260
  */
17261
17261
  var ProjectAccessLevel;
17262
17262
  (function (ProjectAccessLevel) {