An open API service indexing awesome lists of open source software.

https://github.com/shravan20/reconcilix-web-service

Seamless Identity Reconciliation
https://github.com/shravan20/reconcilix-web-service

Last synced: 6 months ago
JSON representation

Seamless Identity Reconciliation

Awesome Lists containing this project

README

          

# reconcilix-web-service
Seamless Identity Reconciliation

#### DB Models:

Contact:
```ts
{
id Int
phoneNumber String?
email String?
linkedId Int? // the ID of another Contact linked to this one
linkPrecedence "secondary"|"primary" // "primary" if it's the first Contact in the link
createdAt DateTime
updatedAt DateTime
deletedAt DateTime?
}
```

###