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
Fix DeviceFactory stats property (#37)
* Fix DeviceFactory stats property
- Passing a null value to an enums "tryFrom" method is deprecated
- Default "stats" property to DeviceAnalytics::OFF if "stats" is not set in data. This is the default ControlD behaviour
* Fix styling
---------
Co-authored-by: rapkis <rapkis@users.noreply.github.com>
Make all arguments nullable for modifyOrganization method in Organiza…
…tions resource (#34)
- The endpoint allows any value to be null
- The changes better reflect the endpoint's functionality
- Modified the test case to cover all or no arguments