@epilot/pricing-client 3.27.5 → 3.27.6

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
@@ -1169,7 +1169,7 @@ declare namespace Components {
1169
1169
  /**
1170
1170
  * The concession type for gas
1171
1171
  */
1172
- concession_type?: "tarif_ka" | "sonder_ka";
1172
+ concession_type?: "standard" | "special";
1173
1173
  }
1174
1174
  /**
1175
1175
  * The compute price payload for power
package/dist/openapi.json CHANGED
@@ -2834,8 +2834,8 @@
2834
2834
  "description": "The concession type for gas",
2835
2835
  "type": "string",
2836
2836
  "enum": [
2837
- "tarif_ka",
2838
- "sonder_ka"
2837
+ "standard",
2838
+ "special"
2839
2839
  ]
2840
2840
  }
2841
2841
  },
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.27.5",
3
+ "version": "3.27.6",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "author": "epilot GmbH",
8
- "license": "MIT",
8
+ "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "git+https://github.com/epilot-dev/sdk-js.git",