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
Describe the bug
When listing namespaces using SDK a namespace type "team_member_root" is another possible string values not included in the NamespaceType definition
To Reproduce
Write any typescript that uses the returned value of a NamespaceMetadata
Expected Behavior
NamespaceMetadata should have an exhaustive list of all documented return types from the current Dropbox spec.
Actual Behavior
An error when writing a tag type that checks for the "team_member_root" This comparison appears to be unintentional because the types '"app_folder" | "shared_folder" | "team_folder" | "team_member_folder" | "other"' and '"team_member_root"' have no overlap
Version
10.35.0 current
The text was updated successfully, but these errors were encountered:
Describe the bug
When listing namespaces using SDK a namespace type "team_member_root" is another possible string values not included in the NamespaceType definition
To Reproduce
Write any typescript that uses the returned value of a NamespaceMetadata
Expected Behavior
NamespaceMetadata should have an exhaustive list of all documented return types from the current Dropbox spec.
Actual Behavior
An error when writing a tag type that checks for the "team_member_root"
This comparison appears to be unintentional because the types '"app_folder" | "shared_folder" | "team_folder" | "team_member_folder" | "other"' and '"team_member_root"' have no overlap
Version
10.35.0 current
The text was updated successfully, but these errors were encountered: