@epilot/pricing-client 3.27.0 → 3.27.1
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/dist/openapi.d.ts +2 -0
- package/dist/openapi.json +3 -0
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -1996,6 +1996,7 @@ declare namespace Components {
|
|
|
1996
1996
|
* The unit of measurement used for display purposes and possibly for calculations when the price is variable.
|
|
1997
1997
|
*/
|
|
1998
1998
|
unit?: /* The unit of measurement used for display purposes and possibly for calculations when the price is variable. */ ("kw" | "kwh" | "m" | "m2" | "l" | "cubic-meter" | "cubic-meter-h" | "ls" | "a" | "kva" | "w" | "wp" | "kwp") | string;
|
|
1999
|
+
get_ag?: PriceGetAg;
|
|
1999
2000
|
/**
|
|
2000
2001
|
* The price creation date
|
|
2001
2002
|
*/
|
|
@@ -2624,6 +2625,7 @@ declare namespace Components {
|
|
|
2624
2625
|
* The unit of measurement used for display purposes and possibly for calculations when the price is variable.
|
|
2625
2626
|
*/
|
|
2626
2627
|
unit?: /* The unit of measurement used for display purposes and possibly for calculations when the price is variable. */ ("kw" | "kwh" | "m" | "m2" | "l" | "cubic-meter" | "cubic-meter-h" | "ls" | "a" | "kva" | "w" | "wp" | "kwp") | string;
|
|
2628
|
+
get_ag?: PriceGetAg;
|
|
2627
2629
|
/**
|
|
2628
2630
|
* The price creation date
|
|
2629
2631
|
*/
|
package/dist/openapi.json
CHANGED