Skip to content

Commit 8210571

Browse files
fix(openapi): sync with openapi definition (#175)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fcb1c3d commit 8210571

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6335,7 +6335,8 @@
63356335
"defer",
63366336
"error",
63376337
"ignore",
6338-
"warn"
6338+
"warn",
6339+
"monitor"
63396340
]
63406341
}
63416342
},

types/api.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2139,7 +2139,7 @@ export interface operations {
21392139
issueRules: {
21402140
[key: string]: {
21412141
/** @enum {string} */
2142-
action: "defer" | "error" | "ignore" | "warn";
2142+
action: "defer" | "error" | "ignore" | "warn" | "monitor";
21432143
};
21442144
};
21452145
};

0 commit comments

Comments
 (0)