Interface: EntitySyncConfig
Defined in: packages/sdk/src/types/app-connection-types.ts:513
Properties
checkpoints
checkpoints:
Record<string,SyncCheckpoint>
Defined in: packages/sdk/src/types/app-connection-types.ts:523
conflictPolicy
conflictPolicy:
ConflictPolicy
Defined in: packages/sdk/src/types/app-connection-types.ts:521
entityParams
entityParams:
Record<string,unknown>
Defined in: packages/sdk/src/types/app-connection-types.ts:522
entityType
entityType:
SyncEntityType
Defined in: packages/sdk/src/types/app-connection-types.ts:514
inboundEnabled
inboundEnabled:
boolean
Defined in: packages/sdk/src/types/app-connection-types.ts:516
inboundFilter
inboundFilter:
string|null
Defined in: packages/sdk/src/types/app-connection-types.ts:518
matchStrategy
matchStrategy:
MatchStrategy
Defined in: packages/sdk/src/types/app-connection-types.ts:520
outboundEnabled
outboundEnabled:
boolean
Defined in: packages/sdk/src/types/app-connection-types.ts:515
outboundFilter
outboundFilter:
string|null
Defined in: packages/sdk/src/types/app-connection-types.ts:517
rules
rules:
SyncRule[]
Defined in: packages/sdk/src/types/app-connection-types.ts:519
trustEmail?
optionaltrustEmail:boolean
Defined in: packages/sdk/src/types/app-connection-types.ts:525
Mark imported email addresses as trusted (member entity only).
trustPhone?
optionaltrustPhone:boolean
Defined in: packages/sdk/src/types/app-connection-types.ts:527
Mark imported phone numbers as trusted (member entity only).