**Describe the bug** The `DropboxAuth.getAuthenticationUrl` has a return type of `String` which should be a `string`. **To Reproduce** ```typescript const url = DropboxAuth.getAuthenticationUrl(...) // url is now of type String and not string ``` **Expected Behavior** The return type should be of type `string`. **Actual Behavior** The return type is currently `String`. **Screenshots**  **Versions** * What version of the SDK are you using? The SDK is the latest version available: 10.34+ * Are you using Javascript or Typescript? The problem happens with TypeScript.