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.
- package/dist/types.gen.d.ts +2 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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;
|