Files
twenty/packages/twenty-sdk
martmull abde3c04ac 1630 extensibility twenty cli ability to create edit and delete fields (#15501)
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
2025-11-05 17:50:06 +01:00
..
2025-10-20 15:54:08 +02:00
2025-10-20 15:54:08 +02:00

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