Skip to content

Commit

Permalink
Update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanan-ravi committed Nov 1, 2023
1 parent 5506162 commit ba841a2
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 4 deletions.
4 changes: 4 additions & 0 deletions client/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12096,6 +12096,7 @@ components:
filters:
include_dead_nodes: true
node_type: host
most_exploitable_report: true
advanced_report_filters:
image_name:
- image_name
Expand Down Expand Up @@ -19303,6 +19304,7 @@ components:
example:
include_dead_nodes: true
node_type: host
most_exploitable_report: true
advanced_report_filters:
image_name:
- image_name
Expand Down Expand Up @@ -19338,6 +19340,8 @@ components:
$ref: '#/components/schemas/UtilsAdvancedReportFilters'
include_dead_nodes:
type: boolean
most_exploitable_report:
type: boolean
node_type:
enum:
- host
Expand Down
2 changes: 0 additions & 2 deletions client/api_registry.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions client/api_settings.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions client/docs/UtilsReportFilters.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AdvancedReportFilters** | Pointer to [**UtilsAdvancedReportFilters**](UtilsAdvancedReportFilters.md) | | [optional]
**IncludeDeadNodes** | Pointer to **bool** | | [optional]
**MostExploitableReport** | Pointer to **bool** | | [optional]
**NodeType** | **string** | |
**ScanId** | Pointer to **string** | | [optional]
**ScanType** | **string** | |
Expand Down Expand Up @@ -80,6 +81,31 @@ SetIncludeDeadNodes sets IncludeDeadNodes field to given value.

HasIncludeDeadNodes returns a boolean if a field has been set.

### GetMostExploitableReport

`func (o *UtilsReportFilters) GetMostExploitableReport() bool`

GetMostExploitableReport returns the MostExploitableReport field if non-nil, zero value otherwise.

### GetMostExploitableReportOk

`func (o *UtilsReportFilters) GetMostExploitableReportOk() (*bool, bool)`

GetMostExploitableReportOk returns a tuple with the MostExploitableReport field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetMostExploitableReport

`func (o *UtilsReportFilters) SetMostExploitableReport(v bool)`

SetMostExploitableReport sets MostExploitableReport field to given value.

### HasMostExploitableReport

`func (o *UtilsReportFilters) HasMostExploitableReport() bool`

HasMostExploitableReport returns a boolean if a field has been set.

### GetNodeType

`func (o *UtilsReportFilters) GetNodeType() string`
Expand Down
36 changes: 36 additions & 0 deletions client/model_utils_report_filters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba841a2

Please sign in to comment.