Skip to content

Commit 180f3d9

Browse files
committed
Update file(s) "dist/json/." from "cloudforet-io/api"
1 parent 9769681 commit 180f3d9

File tree

1 file changed

+18
-3
lines changed
  • dist/json/cloudforet/api/alert_manager/v1

1 file changed

+18
-3
lines changed

dist/json/cloudforet/api/alert_manager/v1/Alert.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,14 @@
4646
"description": ""
4747
},
4848
{
49-
"name": "EVENT_PUSHED",
49+
"name": "NOTIFIED_SKIPPED",
5050
"number": "6",
5151
"description": ""
52+
},
53+
{
54+
"name": "EVENT_PUSHED",
55+
"number": "7",
56+
"description": ""
5257
}
5358
]
5459
},
@@ -79,14 +84,24 @@
7984
"description": ""
8085
},
8186
{
82-
"name": "NOTIFIED",
87+
"name": "NOTIFIED_SUCCESS",
8388
"number": "4",
8489
"description": ""
8590
},
8691
{
87-
"name": "EVENT_PUSHED",
92+
"name": "NOTIFIED_FAILURE",
8893
"number": "5",
8994
"description": ""
95+
},
96+
{
97+
"name": "NOTIFIED_SKIPPED",
98+
"number": "6",
99+
"description": ""
100+
},
101+
{
102+
"name": "EVENT_PUSHED",
103+
"number": "7",
104+
"description": ""
90105
}
91106
]
92107
},

0 commit comments

Comments
 (0)