@inceptionbg/main 2.0.50 → 2.0.51

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/dist/index.d.ts CHANGED
@@ -167,9 +167,9 @@ interface IContactPerson {
167
167
  uuid: string;
168
168
  representation: string;
169
169
  legalEntity?: Partial<IPartner>;
170
- firstName?: string;
171
- lastName?: string;
172
- personalIdentificationNumber?: string;
170
+ firstName: string;
171
+ lastName: string;
172
+ umcn?: string;
173
173
  email?: string;
174
174
  director?: boolean;
175
175
  responsiblePerson?: boolean;