Skip to main content

Interface: EntitySyncConfig

Defined in: packages/sdk/src/types/app-connection-types.ts:501

Properties

checkpoints

checkpoints: Record<string, SyncCheckpoint>

Defined in: packages/sdk/src/types/app-connection-types.ts:511


conflictPolicy

conflictPolicy: ConflictPolicy

Defined in: packages/sdk/src/types/app-connection-types.ts:509


entityParams

entityParams: Record<string, unknown>

Defined in: packages/sdk/src/types/app-connection-types.ts:510


entityType

entityType: SyncEntityType

Defined in: packages/sdk/src/types/app-connection-types.ts:502


inboundEnabled

inboundEnabled: boolean

Defined in: packages/sdk/src/types/app-connection-types.ts:504


inboundFilter

inboundFilter: string | null

Defined in: packages/sdk/src/types/app-connection-types.ts:506


matchStrategy

matchStrategy: MatchStrategy

Defined in: packages/sdk/src/types/app-connection-types.ts:508


outboundEnabled

outboundEnabled: boolean

Defined in: packages/sdk/src/types/app-connection-types.ts:503


outboundFilter

outboundFilter: string | null

Defined in: packages/sdk/src/types/app-connection-types.ts:505


rules

rules: SyncRule[]

Defined in: packages/sdk/src/types/app-connection-types.ts:507


trustEmail?

optional trustEmail: boolean

Defined in: packages/sdk/src/types/app-connection-types.ts:513

Mark imported email addresses as trusted (member entity only).


trustPhone?

optional trustPhone: boolean

Defined in: packages/sdk/src/types/app-connection-types.ts:515

Mark imported phone numbers as trusted (member entity only).