Describe the bug
The team event group_external_sharing_setting_override_changed is returned as event type "Other", with empty details.
To Reproduce
Modify external sharing override setting for a group, query event using api library.
Expected Behavior
An event with event type GroupExternalSharingSettingOverride and full model support with details tag support for group_external_sharing_setting_override_changed_details with PreviousValue and NewValue.
Actual Behavior
Event details are not returned, only an event of type "Other", with empty OtherDetails info.
Versions
- What version of the SDK are you using? Dropbox.Api v7.0.0
- What version of the language are you using? 12.0
- What platform are you using? (if applicable) .net 8.0
Additional context
Recommend updating API schema source and re-generating code.