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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.107",
3
+ "version": "0.0.108",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",
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
  };