kui-crm 0.0.552 → 0.0.554

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
@@ -1764,7 +1764,7 @@ declare type ResourceAccessParams = {
1764
1764
  };
1765
1765
  declare type ApartmentResourceTypes = ResourceTypes | "administrativeCompany" | "other";
1766
1766
  declare type ApartmentResourceCompanyDetails = {
1767
- company: CompanyAutocompleteFields;
1767
+ company: CompanyAutocompleteFields | null;
1768
1768
  operationalAccountNumber: string;
1769
1769
  payerCode: string;
1770
1770
  dataSubmissionDays: DataSubmissionDaysParams;