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
Batch ReadResponse.as does not parse errors anymore, but throws an error if the response in fact was an ErrorResponse. To avoid this check response.isSuccess() before casting.
Rename deprecated ODataRequestConfigs e.g. ODataCreateRequestConfig -> ODataCreateRequestConfigLegacy due to naming conflicts.
Improvements
Export the tenant interface from the scp-cf module.
Throw an error when attempting to parse a batch ReadResponse that in fact is an ErrorResponse.
Fixed Issues
[Generator] Fix the enum type (V4), when only one enum member is defined in the metadata.
[OData] Fix function imports with and without parameters using the OData V4 syntax.