6120e6062e5dd2c4bc10d604b0c9831330eb6da9
The namespace of the `ReceiverController` class was updated from `EnvelopeGenerator.GeneratorAPI.Controllers` to `EnvelopeGenerator.Server.Controllers`. The `Get` method was enhanced with the following changes: - Added `[Authorize]` attribute with `AuthScheme.Sender`. - Updated the method signature to include an optional `ReadReceiverQuery? receiver` parameter (defaulting to `null`) and a new `bool onlyEmailAddress` parameter (defaulting to `false`). - Modified logic to handle `receiver` being `null` by creating a new `ReadReceiverQuery`. - Added handling for `onlyEmailAddress` to return a list of email addresses if true. - Simplified the result handling and removed the previous `receiver.HasAnyCriteria` logic.
Description
No description provided
Languages
JavaScript
82.6%
C#
8.4%
HTML
4.5%
Visual Basic .NET
2.6%
CSS
1.4%
Other
0.4%