Closed AlexLloyd0 closed 7 months ago
Thanks for reporting, and sorry for the slow response! I think that's just an oversight in the OpenAPI file. transaction_id
in this context should never be undefined.
This has now been fixed; the fix will be available in the next client library release
The type definition for
RemovedTransaction
isHowever the docs do not describe transaction_id as nullable:
This is inconsistent - do we have to handle
transaction_id === undefined
?