diff --git a/src/IO.Swagger/model.agreements/AgreementEvent.cs b/src/IO.Swagger/model.agreements/AgreementEvent.cs index b66cc1b..4ab4d79 100755 --- a/src/IO.Swagger/model.agreements/AgreementEvent.cs +++ b/src/IO.Swagger/model.agreements/AgreementEvent.cs @@ -460,7 +460,13 @@ public enum TypeEnum /// Enum WRITTENSIGNED for value: WRITTEN_SIGNED /// [EnumMember(Value = "WRITTEN_SIGNED")] - WRITTENSIGNED = 54 + WRITTENSIGNED = 54, + + /// + /// Enum URLREAUTHENTICATIONREQUESTED for value: URL_REAUTHENTICATION_REQUESTED + /// + [EnumMember(Value = "URL_REAUTHENTICATION_REQUESTED")] + URLREAUTHENTICATIONREQUESTED = 55 } ///