sowhat-types 2.0.127 → 2.0.128
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/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -551,6 +551,7 @@ interface MobilityResponse {
|
|
|
551
551
|
imageUrl: string | null;
|
|
552
552
|
value: number;
|
|
553
553
|
currency: string;
|
|
554
|
+
position: number;
|
|
554
555
|
loan: LoanResponse | null;
|
|
555
556
|
coOwner: AssetCoOwnerResponse | null;
|
|
556
557
|
updatedAt: Date;
|
|
@@ -573,6 +574,7 @@ interface OtherAssetResponse {
|
|
|
573
574
|
imageUrl: string | null;
|
|
574
575
|
value: number;
|
|
575
576
|
currency: string;
|
|
577
|
+
position: number;
|
|
576
578
|
loan: LoanResponse | null;
|
|
577
579
|
coOwner: AssetCoOwnerResponse | null;
|
|
578
580
|
updatedAt: Date;
|
|
@@ -595,6 +597,7 @@ interface RealEstateResponse {
|
|
|
595
597
|
imageUrl: string | null;
|
|
596
598
|
value: number;
|
|
597
599
|
currency: string;
|
|
600
|
+
position: number;
|
|
598
601
|
loan: LoanResponse | null;
|
|
599
602
|
coOwner: AssetCoOwnerResponse | null;
|
|
600
603
|
updatedAt: Date;
|
package/dist/index.d.ts
CHANGED
|
@@ -551,6 +551,7 @@ interface MobilityResponse {
|
|
|
551
551
|
imageUrl: string | null;
|
|
552
552
|
value: number;
|
|
553
553
|
currency: string;
|
|
554
|
+
position: number;
|
|
554
555
|
loan: LoanResponse | null;
|
|
555
556
|
coOwner: AssetCoOwnerResponse | null;
|
|
556
557
|
updatedAt: Date;
|
|
@@ -573,6 +574,7 @@ interface OtherAssetResponse {
|
|
|
573
574
|
imageUrl: string | null;
|
|
574
575
|
value: number;
|
|
575
576
|
currency: string;
|
|
577
|
+
position: number;
|
|
576
578
|
loan: LoanResponse | null;
|
|
577
579
|
coOwner: AssetCoOwnerResponse | null;
|
|
578
580
|
updatedAt: Date;
|
|
@@ -595,6 +597,7 @@ interface RealEstateResponse {
|
|
|
595
597
|
imageUrl: string | null;
|
|
596
598
|
value: number;
|
|
597
599
|
currency: string;
|
|
600
|
+
position: number;
|
|
598
601
|
loan: LoanResponse | null;
|
|
599
602
|
coOwner: AssetCoOwnerResponse | null;
|
|
600
603
|
updatedAt: Date;
|