Interface: EntitySyncConfig
Defined in: packages/sdk/src/types/app-connection-types.ts:567
Properties
checkpoints
checkpoints:
Record<string,SyncCheckpoint>
Defined in: packages/sdk/src/types/app-connection-types.ts:577
conflictPolicy
conflictPolicy:
ConflictPolicy
Defined in: packages/sdk/src/types/app-connection-types.ts:575
entityParams
entityParams:
Record<string,unknown>
Defined in: packages/sdk/src/types/app-connection-types.ts:576
entityType
entityType:
SyncEntityType
Defined in: packages/sdk/src/types/app-connection-types.ts:568
inboundEnabled
inboundEnabled:
boolean
Defined in: packages/sdk/src/types/app-connection-types.ts:570
inboundFilter
inboundFilter:
string|null
Defined in: packages/sdk/src/types/app-connection-types.ts:572
matchStrategy
matchStrategy:
MatchStrategy
Defined in: packages/sdk/src/types/app-connection-types.ts:574
outboundEnabled
outboundEnabled:
boolean
Defined in: packages/sdk/src/types/app-connection-types.ts:569
outboundFilter
outboundFilter:
string|null
Defined in: packages/sdk/src/types/app-connection-types.ts:571
rules
rules:
SyncRule[]
Defined in: packages/sdk/src/types/app-connection-types.ts:573
trustEmail?
optionaltrustEmail:boolean
Defined in: packages/sdk/src/types/app-connection-types.ts:579
Mark imported email addresses as trusted (member entity only).
trustPhone?
optionaltrustPhone:boolean
Defined in: packages/sdk/src/types/app-connection-types.ts:581
Mark imported phone numbers as trusted (member entity only).