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
Thank you for sharing your concerns. We understand how frustrating it can be when an issue persists for an extended period.
While I cannot provide a timeline regarding a resolution, I can assure you that your feedback has been recorded and have noted this concern with our team. In the meantime, creating your own "wrapper" is a valid approach to address your specific needs and maintain functionality within your integration.
Describe the bug
Property 'fileBinary' does not exist on type 'FileMetadata'.
To Reproduce
This will give the aforementioned TypeScript error, although fileBinary does actually exist if you console.log the object:
Expected Behavior
I'd expect no compilation errors
I would expect
fileBinary: Buffer
in theFileMetadata
type, or something likefileBlob
?(Issue #809 might be related but is looking for a fileBlob, not a fileBinary)
Actual Behavior
Compilation fails.
Versions
What version of the SDK are you using?
10.34.0
What version of the language are you using?
Node 20
Are you using Javascript or Typescript?
TypeScript
The text was updated successfully, but these errors were encountered: