@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
|
@@ -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
|
|
16779
|
+
* Project line download file types.<br />LineDownloadFileType<br />1 = Ahri1060Report
|
|
16780
16780
|
*/
|
|
16781
16781
|
var LineDownloadFileType;
|
|
16782
16782
|
(function (LineDownloadFileType) {
|
|
16783
|
-
LineDownloadFileType["
|
|
16783
|
+
LineDownloadFileType["Ahri1060Report"] = "Ahri1060Report";
|
|
16784
16784
|
})(LineDownloadFileType || (LineDownloadFileType = {}));
|
|
16785
16785
|
|
|
16786
16786
|
/**
|