kui-crm 0.0.543 → 0.0.544

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
@@ -1791,7 +1791,7 @@ declare type ApartmentLiteModel = {
1791
1791
  owner: LiteUserModel | null;
1792
1792
  renter: LiteUserModel | null;
1793
1793
  rental_status: RentalStatuses;
1794
- renter_payment_status: PaymentStatuses;
1794
+ renter_payment_status: RentalPaymentStatuses;
1795
1795
  main_image: ImageModel;
1796
1796
  service_contract?: ServiceContractLiteModel;
1797
1797
  is_imported_from_old_crm?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.543",
3
+ "version": "0.0.544",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",
package/types/index.d.ts CHANGED
@@ -902,7 +902,7 @@ declare type ApartmentLiteModel = {
902
902
  owner: LiteUserModel | null;
903
903
  renter: LiteUserModel | null;
904
904
  rental_status: RentalStatuses;
905
- renter_payment_status: PaymentStatuses;
905
+ renter_payment_status: RentalPaymentStatuses;
906
906
  main_image: ImageModel;
907
907
  service_contract?: ServiceContractLiteModel;
908
908
  is_imported_from_old_crm?: boolean;