kui-crm 0.0.554 → 0.0.555

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/utils/index.d.ts CHANGED
@@ -431,6 +431,8 @@ declare type ServiceContractModel = {
431
431
  id: number;
432
432
  apartment: ApartmentLinkModel;
433
433
  owner: LiteUserModel;
434
+ beneficiary: LiteUserModel;
435
+ signer: LiteUserModel;
434
436
  renter: LiteUserModel;
435
437
  co_owners: CoOwnerModel[];
436
438
  auto_prolongate: boolean;