Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] [UII] Add types to return content packages correctly (#195505) #195690

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions oas_docs/output/kibana.serverless.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21405,6 +21405,31 @@ components:
title: Package information
type: object
properties:
agent:
type: object
properties:
privileges:
type: object
properties:
root:
type: boolean
asset_tags:
items:
type: object
properties:
asset_ids:
items:
type: string
type: array
asset_types:
items:
type: string
type: array
text:
type: string
required:
- text
type: array
assets:
items:
type: string
Expand Down Expand Up @@ -21469,6 +21494,18 @@ components:
type: array
description:
type: string
discovery:
type: object
properties:
fields:
items:
type: object
properties:
name:
type: string
required:
- name
type: array
download:
type: string
elasticsearch:
Expand All @@ -21491,6 +21528,19 @@ components:
type: boolean
name:
type: string
owner:
type: object
properties:
github:
type: string
type:
enum:
- elastic
- partner
- community
type: string
required:
- github
path:
type: string
readme:
Expand Down Expand Up @@ -21534,6 +21584,10 @@ components:
title:
type: string
type:
enum:
- integration
- input
- content
type: string
version:
type: string
Expand All @@ -21549,6 +21603,7 @@ components:
- format_version
- download
- path
- owner
Fleet_package_policy:
allOf:
- type: object
Expand Down
55 changes: 55 additions & 0 deletions oas_docs/output/kibana.serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21405,6 +21405,31 @@ components:
title: Package information
type: object
properties:
agent:
type: object
properties:
privileges:
type: object
properties:
root:
type: boolean
asset_tags:
items:
type: object
properties:
asset_ids:
items:
type: string
type: array
asset_types:
items:
type: string
type: array
text:
type: string
required:
- text
type: array
assets:
items:
type: string
Expand Down Expand Up @@ -21469,6 +21494,18 @@ components:
type: array
description:
type: string
discovery:
type: object
properties:
fields:
items:
type: object
properties:
name:
type: string
required:
- name
type: array
download:
type: string
elasticsearch:
Expand All @@ -21491,6 +21528,19 @@ components:
type: boolean
name:
type: string
owner:
type: object
properties:
github:
type: string
type:
enum:
- elastic
- partner
- community
type: string
required:
- github
path:
type: string
readme:
Expand Down Expand Up @@ -21534,6 +21584,10 @@ components:
title:
type: string
type:
enum:
- integration
- input
- content
type: string
version:
type: string
Expand All @@ -21549,6 +21603,7 @@ components:
- format_version
- download
- path
- owner
Fleet_package_policy:
allOf:
- type: object
Expand Down
55 changes: 55 additions & 0 deletions oas_docs/output/kibana.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29184,6 +29184,31 @@ components:
title: Package information
type: object
properties:
agent:
type: object
properties:
privileges:
type: object
properties:
root:
type: boolean
asset_tags:
items:
type: object
properties:
asset_ids:
items:
type: string
type: array
asset_types:
items:
type: string
type: array
text:
type: string
required:
- text
type: array
assets:
items:
type: string
Expand Down Expand Up @@ -29248,6 +29273,18 @@ components:
type: array
description:
type: string
discovery:
type: object
properties:
fields:
items:
type: object
properties:
name:
type: string
required:
- name
type: array
download:
type: string
elasticsearch:
Expand All @@ -29270,6 +29307,19 @@ components:
type: boolean
name:
type: string
owner:
type: object
properties:
github:
type: string
type:
enum:
- elastic
- partner
- community
type: string
required:
- github
path:
type: string
readme:
Expand Down Expand Up @@ -29313,6 +29363,10 @@ components:
title:
type: string
type:
enum:
- integration
- input
- content
type: string
version:
type: string
Expand All @@ -29328,6 +29382,7 @@ components:
- format_version
- download
- path
- owner
Fleet_package_policy:
allOf:
- type: object
Expand Down
55 changes: 55 additions & 0 deletions oas_docs/output/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29184,6 +29184,31 @@ components:
title: Package information
type: object
properties:
agent:
type: object
properties:
privileges:
type: object
properties:
root:
type: boolean
asset_tags:
items:
type: object
properties:
asset_ids:
items:
type: string
type: array
asset_types:
items:
type: string
type: array
text:
type: string
required:
- text
type: array
assets:
items:
type: string
Expand Down Expand Up @@ -29248,6 +29273,18 @@ components:
type: array
description:
type: string
discovery:
type: object
properties:
fields:
items:
type: object
properties:
name:
type: string
required:
- name
type: array
download:
type: string
elasticsearch:
Expand All @@ -29270,6 +29307,19 @@ components:
type: boolean
name:
type: string
owner:
type: object
properties:
github:
type: string
type:
enum:
- elastic
- partner
- community
type: string
required:
- github
path:
type: string
readme:
Expand Down Expand Up @@ -29313,6 +29363,10 @@ components:
title:
type: string
type:
enum:
- integration
- input
- content
type: string
version:
type: string
Expand All @@ -29328,6 +29382,7 @@ components:
- format_version
- download
- path
- owner
Fleet_package_policy:
allOf:
- type: object
Expand Down
Loading
Loading