twenty/packages
Thomas Trompette a2a272fed4
Add crud actions (#8500)
Adding update / delete / find actions

Update and delete are not really different than creation.

Find uses the same logique as for graphql filters.
Expected formats are:

Filter
```
{
  "and": [
    {
      "name": {
        "eq": "salut"
      }
    },
    {
      "employees": {
        "eq": "0"
      }
    }
  ]
}
```

Order
`[ { "name": 'AscNullsFirst' } ]`
2024-11-15 10:10:00 +01:00
..
twenty-chrome-extension Migrate to twenty-ui - feedback/loader (#7997) 2024-10-24 16:19:32 +02:00
twenty-docker Begin moving to postgres spilo + adding pgvector (#8309) 2024-11-15 09:38:30 +01:00
twenty-e2e-testing Begin moving to postgres spilo + adding pgvector (#8309) 2024-11-15 09:38:30 +01:00
twenty-emails Fix typo in branch name (#8480) 2024-11-13 19:35:15 +01:00
twenty-front Fix record board export not taking filters into account (#8505) 2024-11-14 23:28:53 +01:00
twenty-server Add crud actions (#8500) 2024-11-15 10:10:00 +01:00
twenty-tinybird refactor webhookAnalytics call and enrich analytics module (#8253) 2024-11-08 10:00:51 +01:00
twenty-ui Fix record board export not taking filters into account (#8505) 2024-11-14 23:28:53 +01:00
twenty-utils Fix docs build in CI (#5826) 2024-06-11 19:06:37 +02:00
twenty-website Begin moving to postgres spilo + adding pgvector (#8309) 2024-11-15 09:38:30 +01:00
twenty-zapier Update zapier trigger payload (#8464) 2024-11-12 17:58:36 +01:00