Skip to content

Commit

Permalink
add deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
mhagmajer committed Sep 9, 2021
1 parent c331da0 commit 50c2fd8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Sources/Responses/EventType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@ public enum EventType: BoxEnum {
case tagAdded
/// 2 factor authentication enabled by user.
case twoFactorEnabled
/// Free user accepts invitation to become a managed user.
/// (deprecated)
case masterInviteAccepted
/// Free user accepts invitation to become a managed user.
case adminInviteAccepted
/// Free user rejects invitation to become a managed user.
/// (deprecated)
case masterInviteRejected
/// Free user rejects invitation to become a managed user.
case adminInviteRejected
/// Granted Box access to account.
case accessGranted
Expand Down

0 comments on commit 50c2fd8

Please sign in to comment.