Skip to content

Commit 328812a

Browse files
committed
Enhance data structure in AbstractIdentitiesService by including additional identity fields for improved data handling
1 parent c025295 commit 328812a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/management/identities/abstract-identities.service.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,14 @@ export abstract class AbstractIdentitiesService extends AbstractServiceSchema {
140140
const data = construct(
141141
omit(
142142
toPlainAndCrush({
143+
dataStatus: identity.dataStatus,
144+
state: identity.state,
145+
lifecycle: identity.lifecycle,
146+
srcFusionId: identity.srcFusionId,
147+
primaryEmployeeNumber: identity.primaryEmployeeNumber,
148+
initState: identity.initState,
143149
inetOrgPerson: identity.inetOrgPerson,
150+
deletedFlag: identity.deletedFlag,
144151
additionalFields,
145152
}) as any,
146153
[

0 commit comments

Comments
 (0)