@saritasa/renewaire-frontend-sdk 0.424.0 → 0.426.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
|
@@ -17287,13 +17287,14 @@ var LeadTimeType;
|
|
|
17287
17287
|
* Do not edit the class manually.
|
|
17288
17288
|
*/
|
|
17289
17289
|
/**
|
|
17290
|
-
* Project line download file types.<br />LineDownloadFileType<br />1 = Ahri1060Report<br />2 = CsiSpecsPdf<br />3 = CsiSpecsDocx
|
|
17290
|
+
* Project line download file types.<br />LineDownloadFileType<br />1 = Ahri1060Report<br />2 = CsiSpecsPdf<br />3 = CsiSpecsDocx<br />4 = DimensionDrawingPdf
|
|
17291
17291
|
*/
|
|
17292
17292
|
var LineDownloadFileType;
|
|
17293
17293
|
(function (LineDownloadFileType) {
|
|
17294
17294
|
LineDownloadFileType["Ahri1060Report"] = "Ahri1060Report";
|
|
17295
17295
|
LineDownloadFileType["CsiSpecsPdf"] = "CsiSpecsPdf";
|
|
17296
17296
|
LineDownloadFileType["CsiSpecsDocx"] = "CsiSpecsDocx";
|
|
17297
|
+
LineDownloadFileType["DimensionDrawingPdf"] = "DimensionDrawingPdf";
|
|
17297
17298
|
})(LineDownloadFileType || (LineDownloadFileType = {}));
|
|
17298
17299
|
|
|
17299
17300
|
/**
|