refactor: use new updateId column for user CUD sync (#16384)

This commit is contained in:
Zack Pollard
2025-02-27 14:22:02 +00:00
committed by GitHub
parent 7d6cfd09e6
commit fb907d707d
7 changed files with 50 additions and 47 deletions

View File

@@ -421,6 +421,5 @@ export interface IBulkAsset {
export type SyncAck = {
type: SyncEntityType;
ackEpoch: string;
ids: string[];
updateId: string;
};