devDeps: Manually bump @rtk-query/codegen-openapi
This bumps @rtk-query/codegen-openapi from 1.2.0 to 2.0.0
This commit is contained in:
parent
5672f12db4
commit
c2926ff147
6 changed files with 124 additions and 31 deletions
|
|
@ -1069,6 +1069,14 @@ components:
|
|||
$ref: '#/components/schemas/Customizations'
|
||||
metadata:
|
||||
$ref: '#/components/schemas/BlueprintMetadata'
|
||||
content_sources:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
additionalProperties: true
|
||||
description: |
|
||||
List of custom repositories including all the repository details needed in order
|
||||
to recreate the repositories.
|
||||
BlueprintMetadata:
|
||||
required:
|
||||
- parent_id
|
||||
|
|
@ -1568,6 +1576,7 @@ components:
|
|||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/CustomRepository'
|
||||
description: List of custom repositories.
|
||||
openscap:
|
||||
$ref: '#/components/schemas/OpenSCAP'
|
||||
filesystem:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue