The documentation for V1 contains type inconsistencies with the actual API return types. For instance, the additionalRegisters field is documented as a simple string for each key, but the actual return value is an object containing serializedValue and renderedValue. This inconsistency can cause misunderstandings for users and more serious issues when using autogenerated API response types based on the documentation.
The documentation for V1 contains type inconsistencies with the actual API return types. For instance, the
additionalRegistersfield is documented as a simple string for each key, but the actual return value is an object containingserializedValueandrenderedValue. This inconsistency can cause misunderstandings for users and more serious issues when using autogenerated API response types based on the documentation.