Skip to content

Commit

Permalink
Regenerate bindings for 4.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubFrejlach committed Oct 30, 2024
1 parent c2bf52a commit b46a935
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class FlawReferenceType(str, Enum):
ARTICLE = "ARTICLE"
EXTERNAL = "EXTERNAL"
SOURCE = "SOURCE"
UPSTREAM = "UPSTREAM"

def __str__(self) -> str:
return str(self.value)
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class OsidbApiV1FlawsListReferencesType(str, Enum):
ARTICLE = "ARTICLE"
EXTERNAL = "EXTERNAL"
SOURCE = "SOURCE"
UPSTREAM = "UPSTREAM"

def __str__(self) -> str:
return str(self.value)
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class OsidbApiV1FlawsReferencesListType(str, Enum):
ARTICLE = "ARTICLE"
EXTERNAL = "EXTERNAL"
SOURCE = "SOURCE"
UPSTREAM = "UPSTREAM"

def __str__(self) -> str:
return str(self.value)
5 changes: 4 additions & 1 deletion osidb_bindings/openapi_schema.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: OSIDB API
version: 4.4.0
version: 4.5.2
description: REST API autogenerated docs for the OSIDB and its components
paths:
/auth/token:
Expand Down Expand Up @@ -3411,6 +3411,7 @@ paths:
- ARTICLE
- EXTERNAL
- SOURCE
- UPSTREAM
- in: query
name: references__updated_dt
schema:
Expand Down Expand Up @@ -5224,6 +5225,7 @@ paths:
- ARTICLE
- EXTERNAL
- SOURCE
- UPSTREAM
- in: query
name: updated_dt
schema:
Expand Down Expand Up @@ -8523,6 +8525,7 @@ components:
- ARTICLE
- EXTERNAL
- SOURCE
- UPSTREAM
type: string
FlawReportData:
type: object
Expand Down

0 comments on commit b46a935

Please sign in to comment.