-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
140 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
EdiApi.Client/Types/Messages/BoxEventsContents/DiadocGisMtInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
namespace SkbKontur.EdiApi.Client.Types.Messages.BoxEventsContents | ||
{ | ||
/// <summary>Информация о статусе проверки в ГИС МТ "Честный ЗНАК"</summary> | ||
public class DiadocGisMtInfo | ||
{ | ||
/// <summary>Идентификатор квитанции, полученной при взаимодействии с ГИС МТ "Честный ЗНАК"</summary> | ||
public string GisMtAttachmentEntityId { get; set; } | ||
|
||
/// <summary>Cтатус проверки в ГИС МТ "Честный ЗНАК"</summary> | ||
public DiadocGisMtStatus GisMtStatus { get; set; } | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
EdiApi.Client/Types/Messages/BoxEventsContents/DiadocGisMtStatus.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
namespace SkbKontur.EdiApi.Client.Types.Messages.BoxEventsContents | ||
{ | ||
/// <summary>Cтатус проверки в ГИС МТ "Честный ЗНАК"</summary> | ||
public class DiadocGisMtStatus | ||
{ | ||
/// <summary>Статус проверки в ГИС МТ "Честный ЗНАК"</summary> | ||
public DiadocGisMtStatusNamedId NamedId { get; set; } | ||
|
||
/// <summary>Тип статуса обработки в ГИС МТ "Честный ЗНАК"</summary> | ||
public DiadocGisMtStatusType Type { get; set; } | ||
|
||
/// <summary>Описание статуса в ГИС МТ "Честный ЗНАК"</summary> | ||
public string Description { get; set; } | ||
|
||
/// <summary>Список ошибок, которые были получены при взаимодействии с ГИС МТ "Честный ЗНАК" в рамках документооборота</summary> | ||
public DiadocGisMtStatusDetail[] Details { get; set; } | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
EdiApi.Client/Types/Messages/BoxEventsContents/DiadocGisMtStatusDetail.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
namespace SkbKontur.EdiApi.Client.Types.Messages.BoxEventsContents | ||
{ | ||
/// <summary>Детализация по статусу</summary> | ||
public class DiadocGisMtStatusDetail | ||
{ | ||
/// <summary>Код ошибки</summary> | ||
public string Code { get; set; } | ||
|
||
/// <summary>Текст ошибки</summary> | ||
public string Text { get; set; } | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
EdiApi.Client/Types/Messages/BoxEventsContents/DiadocGisMtStatusNamedId.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
namespace SkbKontur.EdiApi.Client.Types.Messages.BoxEventsContents | ||
{ | ||
/// <summary>Статус в ГИС МТ "Честный ЗНАК"</summary> | ||
public enum DiadocGisMtStatusNamedId | ||
{ | ||
/// <summary>Неизвестный статус</summary> | ||
Unknown = 0, | ||
|
||
/// <summary>Отправляется в ГИС МТ "Честный ЗНАК"</summary> | ||
SendingInProgress = 1, | ||
|
||
/// <summary>Обрабатывается в ГИС МТ "Честный ЗНАК"</summary> | ||
InProcessing = 2, | ||
|
||
/// <summary>Обработан в ГИС МТ "Честный ЗНАК"</summary> | ||
SuccessProcessed = 3, | ||
|
||
/// <summary>Ошибка обработки документа в ГИС МТ "Честный ЗНАК"</summary> | ||
ProcessingError = 4, | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
EdiApi.Client/Types/Messages/BoxEventsContents/DiadocGisMtStatusType.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
namespace SkbKontur.EdiApi.Client.Types.Messages.BoxEventsContents | ||
{ | ||
/// <summary>Тип статуса обработки в ГИС МТ "Честный ЗНАК"</summary> | ||
public enum DiadocGisMtStatusType | ||
{ | ||
/// <summary>Неизвестный тип</summary> | ||
UnknownStatus = 0, | ||
|
||
/// <summary>Обработка в процессе</summary> | ||
Normal = 1, | ||
|
||
/// <summary>Обработка завершена успешно</summary> | ||
Success = 2, | ||
|
||
/// <summary>Тип присваивается промежуточным статусам, на которые требуется обратить внимание пользователя</summary> | ||
Warning = 3, | ||
|
||
/// <summary>В процессе обработки возникли ошибки</summary> | ||
Error = 4, | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
...pes/Messages/BoxEventsContents/Inbox/InboxDiadocDocumentGisMtStatusChangedEventContent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
namespace SkbKontur.EdiApi.Client.Types.Messages.BoxEventsContents.Inbox | ||
{ | ||
/// <summary>Информация о событии InboxDiadocDocumentGisMtStatusChanged в ящике получателя</summary> | ||
public class InboxDiadocDocumentGisMtStatusChangedEventContent : InboxDiadocEventContentBase | ||
{ | ||
/// <summary>Информация о статусе проверки в ГИС МТ "Честный ЗНАК"</summary> | ||
public DiadocGisMtInfo GisMtInfo { get; set; } | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
...es/BoxEventsContents/Inbox/InboxDiadocDocumentRevocationGisMtStatusChangedEventContent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
namespace SkbKontur.EdiApi.Client.Types.Messages.BoxEventsContents.Inbox | ||
{ | ||
/// <summary>Информация о событии InboxDiadocDocumentRevocationGisMtStatusChanged в ящике получателя</summary> | ||
public class InboxDiadocDocumentRevocationGisMtStatusChangedEventContent : InboxDiadocEventContentBase | ||
{ | ||
/// <summary>Информация о статусе проверки в ГИС МТ "Честный ЗНАК"</summary> | ||
public DiadocGisMtInfo GisMtInfo { get; set; } | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
...s/Messages/BoxEventsContents/Outbox/OutboxDiadocDocumentGisMtStatusChangedEventContent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
namespace SkbKontur.EdiApi.Client.Types.Messages.BoxEventsContents.Outbox | ||
{ | ||
/// <summary>Информация о событии OutboxDiadocDocumentGisMtStatusChanged в ящике отправителя</summary> | ||
public class OutboxDiadocDocumentGisMtStatusChangedEventContent : OutboxDiadocEventContentBase | ||
{ | ||
/// <summary>Информация о статусе проверки в ГИС МТ "Честный ЗНАК"</summary> | ||
public DiadocGisMtInfo GisMtInfo { get; set; } | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
.../BoxEventsContents/Outbox/OutboxDiadocDocumentRevocationGisMtStatusChangedEventContent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
namespace SkbKontur.EdiApi.Client.Types.Messages.BoxEventsContents.Outbox | ||
{ | ||
/// <summary>Информация о событии OutboxDiadocDocumentRevocationGisMtStatusChanged в ящике отправителя</summary> | ||
public class OutboxDiadocDocumentRevocationGisMtStatusChangedEventContent : OutboxDiadocEventContentBase | ||
{ | ||
/// <summary>Информация о статусе проверки в ГИС МТ "Честный ЗНАК"</summary> | ||
public DiadocGisMtInfo GisMtInfo { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters