Rename uniqueIdentifier to universalIdentifier (#14201)

This commit is contained in:
Weiko
2025-09-01 12:33:59 +02:00
committed by GitHub
parent 58a38769bd
commit 80347b7b38
76 changed files with 556 additions and 552 deletions
@@ -66,7 +66,7 @@ export class WorkspaceSyncAgentService {
const agentToCreate = agentComparatorResult.object;
const flatAgentData = removePropertiesFromRecord(agentToCreate, [
'uniqueIdentifier',
'universalIdentifier',
'id',
]);
@@ -97,7 +97,7 @@ export class WorkspaceSyncAgentService {
const flatAgentData = removePropertiesFromRecord(agentToUpdate, [
'id',
'uniqueIdentifier',
'universalIdentifier',
'workspaceId',
]);
@@ -53,7 +53,7 @@ export class WorkspaceSyncRoleService {
const roleToCreate = roleComparatorResult.toFlatRole;
const flatRoleData = removePropertiesFromRecord(roleToCreate, [
'uniqueIdentifier',
'universalIdentifier',
'id',
]);
@@ -69,7 +69,7 @@ export class WorkspaceSyncRoleService {
const flatRoleData = removePropertiesFromRecord(roleToUpdate, [
'id',
'uniqueIdentifier',
'universalIdentifier',
'workspaceId',
]);