@e-trias/woonplan 1.3.109 → 1.3.111
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/package.json +1 -1
- package/types.d.ts +2 -1
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -720,7 +720,7 @@ export interface IPriceMargin {
|
|
|
720
720
|
|
|
721
721
|
export interface IPrice {
|
|
722
722
|
currency: string
|
|
723
|
-
value:
|
|
723
|
+
value: string
|
|
724
724
|
}
|
|
725
725
|
|
|
726
726
|
export interface IPSPStatusUpdate {
|
|
@@ -730,6 +730,7 @@ export interface IPSPStatusUpdate {
|
|
|
730
730
|
|
|
731
731
|
export interface IPayment {
|
|
732
732
|
id: string,
|
|
733
|
+
deleted: boolean,
|
|
733
734
|
mollieid: string,
|
|
734
735
|
price: IPrice
|
|
735
736
|
description: string,
|