kui-crm 0.0.576 → 0.0.578
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/index.d.ts +3 -0
- package/package.json +1 -1
- package/types/index.d.ts +3 -0
- package/utils/index.d.ts +2 -0
package/index.d.ts
CHANGED
|
@@ -920,6 +920,7 @@ declare type RentalContractModel = {
|
|
|
920
920
|
public_offer_status?: OfferSignStatuses;
|
|
921
921
|
terms_acceptation?: ContractTermAcceptationModel;
|
|
922
922
|
representative?: ClientLinkModel | null;
|
|
923
|
+
is_transferred_by_tenant?: boolean;
|
|
923
924
|
};
|
|
924
925
|
|
|
925
926
|
declare type RentPeriodTypes = "short" | "medium" | "long" | "any";
|
|
@@ -1076,6 +1077,7 @@ declare type CountryParams = {
|
|
|
1076
1077
|
} & CatalogItemParams;
|
|
1077
1078
|
|
|
1078
1079
|
type FileWithVisibility = {
|
|
1080
|
+
id?: number
|
|
1079
1081
|
file: File | null
|
|
1080
1082
|
tenant: boolean
|
|
1081
1083
|
landlord: boolean
|
|
@@ -1538,6 +1540,7 @@ declare type VideoModel$1 = {
|
|
|
1538
1540
|
};
|
|
1539
1541
|
|
|
1540
1542
|
type FileWithVisibility$1 = {
|
|
1543
|
+
id?: number
|
|
1541
1544
|
file: File | null
|
|
1542
1545
|
tenant: boolean
|
|
1543
1546
|
landlord: boolean
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -244,6 +244,7 @@ declare type CountryParams = {
|
|
|
244
244
|
} & CatalogItemParams;
|
|
245
245
|
|
|
246
246
|
type FileWithVisibility$1 = {
|
|
247
|
+
id?: number
|
|
247
248
|
file: File | null
|
|
248
249
|
tenant: boolean
|
|
249
250
|
landlord: boolean
|
|
@@ -645,6 +646,7 @@ declare type RentalContractModel = {
|
|
|
645
646
|
public_offer_status?: OfferSignStatuses;
|
|
646
647
|
terms_acceptation?: ContractTermAcceptationModel;
|
|
647
648
|
representative?: ClientLinkModel | null;
|
|
649
|
+
is_transferred_by_tenant?: boolean;
|
|
648
650
|
};
|
|
649
651
|
|
|
650
652
|
declare type RentPeriodTypes = "short" | "medium" | "long" | "any";
|
|
@@ -1806,6 +1808,7 @@ declare type VideoModel = {
|
|
|
1806
1808
|
};
|
|
1807
1809
|
|
|
1808
1810
|
type FileWithVisibility = {
|
|
1811
|
+
id?: number
|
|
1809
1812
|
file: File | null
|
|
1810
1813
|
tenant: boolean
|
|
1811
1814
|
landlord: boolean
|
package/utils/index.d.ts
CHANGED
|
@@ -415,6 +415,7 @@ declare type RentalContractModel = {
|
|
|
415
415
|
public_offer_status?: OfferSignStatuses;
|
|
416
416
|
terms_acceptation?: ContractTermAcceptationModel;
|
|
417
417
|
representative?: ClientLinkModel | null;
|
|
418
|
+
is_transferred_by_tenant?: boolean;
|
|
418
419
|
};
|
|
419
420
|
|
|
420
421
|
declare type RentPeriodTypes = "short" | "medium" | "long" | "any";
|
|
@@ -815,6 +816,7 @@ declare type DocumentAgentInterface = {
|
|
|
815
816
|
};
|
|
816
817
|
|
|
817
818
|
type FileWithVisibility = {
|
|
819
|
+
id?: number
|
|
818
820
|
file: File | null
|
|
819
821
|
tenant: boolean
|
|
820
822
|
landlord: boolean
|