You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kossnocorp thanks for filing this issue. @pshoniuk@00000111 maybe you can check with the api team and get a better definition on what could be optional, we can then update our types package accordingly
It would also be good to update our public api schema docs
Hi there, I hope you're doing well! Just wanted to check if there have been any updates on this?
We have noticed other differences as well. For example, preview being of type IImage, while in the docs it states that it should return mp4. Also, original_mp4 is not specified in the docs, but rather the mp4 is returned as part of the original.
The
IImages
states thatdownsized
anddownsized_still
are always present, however, it's not true. Recently we've captured an exception with aIImages
missing bothdownsized
anddownsized_still
.Here's the culprit:
The text was updated successfully, but these errors were encountered: