@saritasa/renewaire-frontend-sdk 0.412.0 → 0.414.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.412.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.414.0
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.412.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.414.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
  /**