abde3c04ac
As title - adds decorators in twenty-sdk - update twenty-cli load-manifest to it gets @FieldMetadata infos + testing - update twenty-server so it CRUD fields properly, using universalIdentifier - Fix UI so we can update managed objects records - move FieldMetadata items from twenty-server to twenty-shared
twenty-sdk
A lightweight TypeScript SDK for Twenty CRM.
Installation
npm install twenty-sdk
# or
yarn add twenty-sdk
Usage
import { /* your exports */ } from 'twenty-sdk';
Development
# Build
npx nx build twenty-sdk
# Lint
npx nx lint twenty-sdk