Skip to content
Merged

Hints #627

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/Infrastructure/BotSharp.Abstraction/Users/Enums/UserRole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ public class UserRole
/// </summary>
public const string Client = "client";

/// <summary>
/// Back office operations
/// </summary>
public const string Operation = "operation";

public const string Technician = "technician";

/// <summary>
/// Software Developers, Data Engineer, Business Analyst
/// </summary>
public const string Engineer = "engineer";

/// <summary>
/// AI Assistant
/// </summary>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading