Skip to main content

@idpass/data-collect-core / EntityPushPayload

Interface: EntityPushPayload

Defined in: interfaces/adapter.ts:111

Payload for pushing an entity to the external system.

Properties

guid

guid: string

Defined in: interfaces/adapter.ts:113

Global unique identifier for the entity


type

type: string

Defined in: interfaces/adapter.ts:115

Entity type (e.g., "individual", "group")


data

data: Record<string, unknown>

Defined in: interfaces/adapter.ts:117

Entity data payload


version

version: number

Defined in: interfaces/adapter.ts:119

Entity version for optimistic concurrency