@saritasa/renewaire-frontend-sdk 0.359.0 → 0.360.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.359.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.360.0
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.359.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.360.0 --save
5
5
  ```
@@ -15807,12 +15807,12 @@ var ProjectDiscountType;
15807
15807
  * Do not edit the class manually.
15808
15808
  */
15809
15809
  /**
15810
- * Project download file types.<br />ProjectDownloadFileType<br />0 = ProjectSummary<br />1 = Example2
15810
+ * Project download file types.<br />ProjectDownloadFileType<br />0 = ProjectSummary<br />1 = Schedule
15811
15811
  */
15812
15812
  var ProjectDownloadFileType;
15813
15813
  (function (ProjectDownloadFileType) {
15814
15814
  ProjectDownloadFileType["ProjectSummary"] = "ProjectSummary";
15815
- ProjectDownloadFileType["Example2"] = "Example2";
15815
+ ProjectDownloadFileType["Schedule"] = "Schedule";
15816
15816
  })(ProjectDownloadFileType || (ProjectDownloadFileType = {}));
15817
15817
 
15818
15818
  /**