@saritasa/renewaire-frontend-sdk 0.412.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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/renewaire-frontend-sdk",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.
|
|
3
|
+
"version": "0.413.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.413.0)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -1523,10 +1523,10 @@ interface CreateProductCodeLayerCommand {
|
|
|
1523
1523
|
* Do not edit the class manually.
|
|
1524
1524
|
*/
|
|
1525
1525
|
/**
|
|
1526
|
-
* Project line download file types.<br />LineDownloadFileType<br
|
|
1526
|
+
* Project line download file types.<br />LineDownloadFileType<br />1 = Ahri1060Report
|
|
1527
1527
|
*/
|
|
1528
1528
|
declare enum LineDownloadFileType {
|
|
1529
|
-
|
|
1529
|
+
Ahri1060Report = "Ahri1060Report"
|
|
1530
1530
|
}
|
|
1531
1531
|
|
|
1532
1532
|
/**
|