mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 09:32:48 -05:00
[AC-1864] Event type for initiation path (#3869)
* initial commit Signed-off-by: Cy Okeke <cokeke@bitwarden.com> * handle the upgrade path reference Signed-off-by: Cy Okeke <cokeke@bitwarden.com> * code improvement Signed-off-by: Cy Okeke <cokeke@bitwarden.com> * resolve pr comment Signed-off-by: Cy Okeke <cokeke@bitwarden.com> * change the comment Signed-off-by: Cy Okeke <cokeke@bitwarden.com> * move the private method down Signed-off-by: Cy Okeke <cokeke@bitwarden.com> * code review changes Signed-off-by: Cy Okeke <cokeke@bitwarden.com> --------- Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
This commit is contained in:
@ -243,4 +243,15 @@ public class ReferenceEvent
|
||||
/// the value should be <see langword="null" />.
|
||||
/// </value>
|
||||
public string SignupInitiationPath { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The upgrade applied to an account. The current plan is listed first,
|
||||
/// followed by the plan they are migrating to. For example,
|
||||
/// "Teams Starter → Teams, Enterprise".
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// <see langword="null"/> when the event was not originated by an application,
|
||||
/// or when a downgrade occurred.
|
||||
/// </value>
|
||||
public string PlanUpgradePath { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user