merge records composite type (#14005)

/closes #13989

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
neo773
2025-09-08 21:20:26 +05:30
committed by GitHub
parent 9e81618773
commit ad944e1d2c
19 changed files with 1277 additions and 16 deletions
@@ -127,14 +127,14 @@ describe('findPersonByPrimaryOrAdditionalEmail', () => {
id: 'person-1',
emails: {
primaryEmail: 'other@example.com',
additionalEmails: [],
additionalEmails: null,
},
},
{
id: 'person-2',
emails: {
primaryEmail: 'test@example.com',
additionalEmails: [],
additionalEmails: null,
},
},
] as PersonWorkspaceEntity[];