waldur-js-client 8.0.7-dev.39 → 8.0.7-dev.40

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.
@@ -10628,6 +10628,8 @@ export type NestedPlanComponent = {
10628
10628
  * Discount rate in percentage.
10629
10629
  */
10630
10630
  discount_rate?: number | null;
10631
+ readonly discounted_price?: string | null;
10632
+ readonly discount_description?: string | null;
10631
10633
  };
10632
10634
  export type NestedPlanComponentRequest = {
10633
10635
  amount?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.7-dev.39",
3
+ "version": "8.0.7-dev.40",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",