@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 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
@@ -2235,6 +2235,9 @@
2235
2235
  }
2236
2236
  ]
2237
2237
  },
2238
+ "get_ag": {
2239
+ "$ref": "#/components/schemas/PriceGetAg"
2240
+ },
2238
2241
  "_created_at": {
2239
2242
  "description": "The price creation date",
2240
2243
  "type": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.27.0",
3
+ "version": "3.27.1",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",