kui-crm 0.0.107 → 0.0.108
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 +1 -0
- package/package.json +1 -1
- package/types/index.d.ts +1 -0
package/index.d.ts
CHANGED
|
@@ -628,6 +628,7 @@ declare type ApartmentLiteModel = {
|
|
|
628
628
|
deposit_percent?: number;
|
|
629
629
|
operating_accounts?: ApartmentMeterAccounts;
|
|
630
630
|
administrative_company?: AdministrativeCompanyModel;
|
|
631
|
+
financial_personal_account?: string;
|
|
631
632
|
payer_code?: string;
|
|
632
633
|
period_status: PeriodStatus;
|
|
633
634
|
};
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -478,6 +478,7 @@ declare type ApartmentLiteModel = {
|
|
|
478
478
|
deposit_percent?: number;
|
|
479
479
|
operating_accounts?: ApartmentMeterAccounts;
|
|
480
480
|
administrative_company?: AdministrativeCompanyModel;
|
|
481
|
+
financial_personal_account?: string;
|
|
481
482
|
payer_code?: string;
|
|
482
483
|
period_status: PeriodStatus;
|
|
483
484
|
};
|