diff --git a/.changeset/transloadit-types-from-sdk.md b/.changeset/transloadit-types-from-sdk.md index 22d8de012..5a5d6ed0b 100644 --- a/.changeset/transloadit-types-from-sdk.md +++ b/.changeset/transloadit-types-from-sdk.md @@ -6,5 +6,7 @@ Use the `transloadit` Node.js SDK's exported Assembly types instead of our inacc **Warning** -There is no breaking change in type exports but because the types are more strict you will get build errors if you depend on these type exports. -Since the runtime is not affected, only the types, this remains a minor release. +The names of our type exports here are unchanged, but they do pack slightly different types. Overall you'll find they are both more complete, but also more loose. Runtime wise there should be no breaking changes, but it could mean you may need a couple of extra guards to make TypeScript happy. + +A cool benefit from the new types tho, is that Robot parameters will now autocomplete for you. +More information on these types, and our approach rolling them out, can be found here https://transloadit.com/blog/2025/09/nodejs-sdk-v4/#our-approach-to-type-retrofitting