/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type PersonMergeRequest = { /** * UUID of the person to keep (the surviving record). Must belong to your Platform. */ primary_id: string; /** * UUIDs of the persons to merge into `primary_id`. Each must belong to your Platform. `primary_id` may not appear in this list. The duplicates are marked inactive; their related records (deals, activities, tags) are re-parented onto the primary. */ duplicate_ids: Array; };