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
Some parts of our SDK uses enums and one specific part(UpdateStatus) uses namespaces as a runtime feature. These are non-standard TS-only features which are compiled to JS. The input and output are vastly different. This should be converted to a class like all other modules in client_api folder.
Some parts of our SDK uses enums and one specific part(UpdateStatus) uses namespaces as a runtime feature. These are non-standard TS-only features which are compiled to JS. The input and output are vastly different. This should be converted to a class like all other modules in
client_api
folder.Compiled output:
enums deserve similar treatment
The text was updated successfully, but these errors were encountered: