kui-crm 0.0.156 → 0.0.157

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
@@ -551,6 +551,7 @@ declare type ServiceContractListModel = {
551
551
  end_date: string;
552
552
  agent_report_payment_status: PaymentStatuses;
553
553
  status: ContractStatuses;
554
+ rental_type: RentalTypes;
554
555
  };
555
556
 
556
557
  declare type SignInParams = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.156",
3
+ "version": "0.0.157",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",
package/types/index.d.ts CHANGED
@@ -627,6 +627,7 @@ declare type ServiceContractListModel = {
627
627
  end_date: string;
628
628
  agent_report_payment_status: PaymentStatuses;
629
629
  status: ContractStatuses;
630
+ rental_type: RentalTypes;
630
631
  };
631
632
 
632
633
  declare type ClientRoles = "landlord" | "tenant" | "landlord_tenant";