docs: change from detecting version to since tag (#13127)

* update everything from version to since

* update events

* regenerate oas
This commit is contained in:
Shahed Nasser
2025-08-01 18:22:42 +03:00
committed by GitHub
parent 57ad8fc755
commit 522fc12d7a
36 changed files with 94 additions and 101 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ export type Operation = OpenAPIV3.OperationObject<{
"x-workflow"?: string
"x-sidebar-summary"?: string
"x-events"?: OasEvents[]
"x-version"?: string
"x-since"?: string
"x-deprecated_message"?: string
"x-badges"?: {
text: string
@@ -149,5 +149,5 @@ export type OasEvents = {
description?: string
deprecated?: boolean
deprecated_message?: string
version?: string
since?: string
}