feat(dal,api,nextRun,templateGenerator,templateActivator): IsUnused вынесена в TemplateStatusType
This commit is contained in:
17
PARR.Constants/TemplateMatcherActionEnum.cs
Normal file
17
PARR.Constants/TemplateMatcherActionEnum.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace PARR.Constants
|
||||
{
|
||||
[JsonConverter(typeof(JsonStringEnumConverter))]
|
||||
public enum TemplateMatcherActionEnum
|
||||
{
|
||||
/// <summary>
|
||||
/// Только сгенерировать недостающие шаблоны(можно использовать IsUnused)
|
||||
/// </summary>
|
||||
Create,
|
||||
/// <summary>
|
||||
/// Обновить существующие шаблоны без сохдания новых(имя шаблона, новая Job и т.д.)
|
||||
/// </summary>
|
||||
Update
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user