Skip to content

Commit f1c69e9

Browse files
committed
[fix] Update version number and add optional description field to IncidentEntityV2
1 parent 43042ff commit f1c69e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Services/Status.Entities.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const enum NameEnum {
2323
/**
2424
* @author Aloento
2525
* @since 1.0.0
26-
* @version 0.1.0
26+
* @version 0.2.0
2727
*/
2828
export interface IncidentEntityV2 {
2929
title: string;
@@ -35,6 +35,7 @@ export interface IncidentEntityV2 {
3535
start_date: string;
3636
updates?: UpdateEntityV2[];
3737
type: string;
38+
description?: string;
3839
}
3940

4041
interface UpdateEntityV2 {

0 commit comments

Comments
 (0)