Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK Implement Raw Content Version Types #21675

Open
br41nslug opened this issue Mar 4, 2024 · 0 comments
Open

SDK Implement Raw Content Version Types #21675

br41nslug opened this issue Mar 4, 2024 · 0 comments

Comments

@br41nslug
Copy link
Member

br41nslug commented Mar 4, 2024

Describe the Bug

Follow up to #21386

Currently the RAW content version data is not typed in SDK specifically the { create: [], update: [], delete: [] } relational diff type.

To Reproduce

const result = await client.request(readItem('collection_a', { version: 'test', versionRaw: true }));
//    ^? doesnt account for the raw content version structure

Similarly for creating or updating relational data.

Directus Version

10.10.0

Hosting Strategy

Self-Hosted (Docker Image)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants