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
Meaning we need to use account.metadata.media.avatar to access something that, using Account class is just account.avatar.
Motivation
This does not happen in processes :)
Proposal
Return Account instance from account info responses, which has the metadata fields integrated in a single level, rather than the current IAccount with metadata fields split into different levels.
Components affected
I think only Organization, but maybe could be a good moment to check Process and ensure there's unified too.
The text was updated successfully, but these errors were encountered:
Describe the feature
Right now, when we create an account, we have a
Account
class with all the required fields unified in one level, meaning we create accounts this way:But, when getting an account info, the response object looks like...
Meaning we need to use
account.metadata.media.avatar
to access something that, usingAccount
class is justaccount.avatar
.Motivation
This does not happen in processes :)
Proposal
Return
Account
instance from account info responses, which has the metadata fields integrated in a single level, rather than the current IAccount with metadata fields split into different levels.Components affected
I think only Organization, but maybe could be a good moment to check Process and ensure there's unified too.
The text was updated successfully, but these errors were encountered: