Skip to content

Commit

Permalink
Merge pull request #46 from devopsarr/feature/code-generation
Browse files Browse the repository at this point in the history
chore(deps): update dependency prowlarr/prowlarr to v1.17.2.4511
  • Loading branch information
devopsarr[bot] authored Jul 26, 2024
2 parents 55948ad + 93fcae5 commit aa9a76d
Show file tree
Hide file tree
Showing 113 changed files with 320 additions and 158 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Prowlarr API docs
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: v1.16.2.4435
- API version: v1.20.1.4603
- Package version: 1.0.0 <!--- x-release-please-version -->
- Generator version: 7.6.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
Expand Down
12 changes: 11 additions & 1 deletion docs/CommandResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Name | Type | Description | Notes
**Queued** | Pointer to **time.Time** | | [optional]
**Started** | Pointer to **NullableTime** | | [optional]
**Ended** | Pointer to **NullableTime** | | [optional]
**Duration** | Pointer to **string** | | [optional]
**Duration** | Pointer to **NullableString** | | [optional]
**Exception** | Pointer to **NullableString** | | [optional]
**Trigger** | Pointer to [**CommandTrigger**](CommandTrigger.md) | | [optional]
**ClientUserAgent** | Pointer to **NullableString** | | [optional]
Expand Down Expand Up @@ -367,6 +367,16 @@ SetDuration sets Duration field to given value.

HasDuration returns a boolean if a field has been set.

### SetDurationNil

`func (o *CommandResource) SetDurationNil(b bool)`

SetDurationNil sets the value for Duration to be an explicit nil

### UnsetDuration
`func (o *CommandResource) UnsetDuration()`

UnsetDuration ensures that no value is present for Duration, not even an explicit nil
### GetException

`func (o *CommandResource) GetException() string`
Expand Down
36 changes: 36 additions & 0 deletions docs/ReleaseResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Name | Type | Description | Notes
**Leechers** | Pointer to **NullableInt32** | | [optional]
**Protocol** | Pointer to [**DownloadProtocol**](DownloadProtocol.md) | | [optional]
**FileName** | Pointer to **NullableString** | | [optional] [readonly]
**DownloadClientId** | Pointer to **NullableInt32** | | [optional]

## Methods

Expand Down Expand Up @@ -1020,6 +1021,41 @@ HasFileName returns a boolean if a field has been set.
`func (o *ReleaseResource) UnsetFileName()`

UnsetFileName ensures that no value is present for FileName, not even an explicit nil
### GetDownloadClientId

`func (o *ReleaseResource) GetDownloadClientId() int32`

GetDownloadClientId returns the DownloadClientId field if non-nil, zero value otherwise.

### GetDownloadClientIdOk

`func (o *ReleaseResource) GetDownloadClientIdOk() (*int32, bool)`

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

### SetDownloadClientId

`func (o *ReleaseResource) SetDownloadClientId(v int32)`

SetDownloadClientId sets DownloadClientId field to given value.

### HasDownloadClientId

`func (o *ReleaseResource) HasDownloadClientId() bool`

HasDownloadClientId returns a boolean if a field has been set.

### SetDownloadClientIdNil

`func (o *ReleaseResource) SetDownloadClientIdNil(b bool)`

SetDownloadClientIdNil sets the value for DownloadClientId to be an explicit nil

### UnsetDownloadClientId
`func (o *ReleaseResource) UnsetDownloadClientId()`

UnsetDownloadClientId ensures that no value is present for DownloadClientId, not even an explicit nil

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
24 changes: 22 additions & 2 deletions docs/SystemResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Name | Type | Description | Notes
**Mode** | Pointer to [**RuntimeMode**](RuntimeMode.md) | | [optional]
**Branch** | Pointer to **NullableString** | | [optional]
**DatabaseType** | Pointer to [**DatabaseType**](DatabaseType.md) | | [optional]
**DatabaseVersion** | Pointer to **string** | | [optional]
**DatabaseVersion** | Pointer to **NullableString** | | [optional]
**Authentication** | Pointer to [**AuthenticationType**](AuthenticationType.md) | | [optional]
**MigrationVersion** | Pointer to **int32** | | [optional]
**UrlBase** | Pointer to **NullableString** | | [optional]
**RuntimeVersion** | Pointer to **string** | | [optional]
**RuntimeVersion** | Pointer to **NullableString** | | [optional]
**RuntimeName** | Pointer to **NullableString** | | [optional]
**StartTime** | Pointer to **time.Time** | | [optional]
**PackageVersion** | Pointer to **NullableString** | | [optional]
Expand Down Expand Up @@ -660,6 +660,16 @@ SetDatabaseVersion sets DatabaseVersion field to given value.

HasDatabaseVersion returns a boolean if a field has been set.

### SetDatabaseVersionNil

`func (o *SystemResource) SetDatabaseVersionNil(b bool)`

SetDatabaseVersionNil sets the value for DatabaseVersion to be an explicit nil

### UnsetDatabaseVersion
`func (o *SystemResource) UnsetDatabaseVersion()`

UnsetDatabaseVersion ensures that no value is present for DatabaseVersion, not even an explicit nil
### GetAuthentication

`func (o *SystemResource) GetAuthentication() AuthenticationType`
Expand Down Expand Up @@ -770,6 +780,16 @@ SetRuntimeVersion sets RuntimeVersion field to given value.

HasRuntimeVersion returns a boolean if a field has been set.

### SetRuntimeVersionNil

`func (o *SystemResource) SetRuntimeVersionNil(b bool)`

SetRuntimeVersionNil sets the value for RuntimeVersion to be an explicit nil

### UnsetRuntimeVersion
`func (o *SystemResource) UnsetRuntimeVersion()`

UnsetRuntimeVersion ensures that no value is present for RuntimeVersion, not even an explicit nil
### GetRuntimeName

`func (o *SystemResource) GetRuntimeName() string`
Expand Down
2 changes: 1 addition & 1 deletion docs/TaskResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**LastExecution** | Pointer to **time.Time** | | [optional]
**LastStartTime** | Pointer to **time.Time** | | [optional]
**NextExecution** | Pointer to **time.Time** | | [optional]
**LastDuration** | Pointer to **string** | | [optional]
**LastDuration** | Pointer to **string** | | [optional] [readonly]

## Methods

Expand Down
12 changes: 11 additions & 1 deletion docs/UpdateResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **int32** | | [optional]
**Version** | Pointer to **string** | | [optional]
**Version** | Pointer to **NullableString** | | [optional]
**Branch** | Pointer to **NullableString** | | [optional]
**ReleaseDate** | Pointer to **time.Time** | | [optional]
**FileName** | Pointer to **NullableString** | | [optional]
Expand Down Expand Up @@ -86,6 +86,16 @@ SetVersion sets Version field to given value.

HasVersion returns a boolean if a field has been set.

### SetVersionNil

`func (o *UpdateResource) SetVersionNil(b bool)`

SetVersionNil sets the value for Version to be an explicit nil

### UnsetVersion
`func (o *UpdateResource) UnsetVersion()`

UnsetVersion ensures that no value is present for Version, not even an explicit nil
### GetBranch

`func (o *UpdateResource) GetBranch() string`
Expand Down
2 changes: 1 addition & 1 deletion prowlarr/api_api_info.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_app_profile.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_application.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_authentication.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_backup.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_command.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_custom_filter.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_development_config.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_download_client.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_download_client_config.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_file_system.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_health.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_history.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_host_config.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_indexer.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_indexer_default_categories.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_indexer_proxy.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_indexer_stats.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_indexer_status.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_localization.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_log.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_log_file.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_newznab.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_notification.go

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

2 changes: 1 addition & 1 deletion prowlarr/api_ping.go

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

Loading

0 comments on commit aa9a76d

Please sign in to comment.