Skip to content

Commit

Permalink
fix(deps): update dependency lidarr/lidarr to v2.6.4.4402
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsarr[bot] committed Oct 9, 2024
1 parent 9a15230 commit efe3d2b
Show file tree
Hide file tree
Showing 222 changed files with 319 additions and 237 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 @@ Lidarr 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: v2.5.3.4341
- API version: v2.6.4.4402
- Package version: 1.1.0 <!--- x-release-please-version -->
- Generator version: 7.9.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
Expand Down
36 changes: 36 additions & 0 deletions docs/AlbumResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Name | Type | Description | Notes
**Artist** | Pointer to [**ArtistResource**](ArtistResource.md) | | [optional]
**Images** | Pointer to [**[]MediaCover**](MediaCover.md) | | [optional]
**Links** | Pointer to [**[]Links**](Links.md) | | [optional]
**LastSearchTime** | Pointer to **NullableTime** | | [optional]
**Statistics** | Pointer to [**AlbumStatisticsResource**](AlbumStatisticsResource.md) | | [optional]
**AddOptions** | Pointer to [**AddAlbumOptions**](AddAlbumOptions.md) | | [optional]
**RemoteCover** | Pointer to **NullableString** | | [optional]
Expand Down Expand Up @@ -693,6 +694,41 @@ HasLinks returns a boolean if a field has been set.
`func (o *AlbumResource) UnsetLinks()`

UnsetLinks ensures that no value is present for Links, not even an explicit nil
### GetLastSearchTime

`func (o *AlbumResource) GetLastSearchTime() time.Time`

GetLastSearchTime returns the LastSearchTime field if non-nil, zero value otherwise.

### GetLastSearchTimeOk

`func (o *AlbumResource) GetLastSearchTimeOk() (*time.Time, bool)`

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

### SetLastSearchTime

`func (o *AlbumResource) SetLastSearchTime(v time.Time)`

SetLastSearchTime sets LastSearchTime field to given value.

### HasLastSearchTime

`func (o *AlbumResource) HasLastSearchTime() bool`

HasLastSearchTime returns a boolean if a field has been set.

### SetLastSearchTimeNil

`func (o *AlbumResource) SetLastSearchTimeNil(b bool)`

SetLastSearchTimeNil sets the value for LastSearchTime to be an explicit nil

### UnsetLastSearchTime
`func (o *AlbumResource) UnsetLastSearchTime()`

UnsetLastSearchTime ensures that no value is present for LastSearchTime, not even an explicit nil
### GetStatistics

`func (o *AlbumResource) GetStatistics() AlbumStatisticsResource`
Expand Down
4 changes: 2 additions & 2 deletions docs/DownloadClientAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ import (
)

func main() {
id := "id_example" // string |
id := int32(56) // int32 |
forceSave := true // bool | (optional) (default to false)
downloadClientResource := *lidarrClient.NewDownloadClientResource() // DownloadClientResource | (optional)

Expand All @@ -692,7 +692,7 @@ func main() {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**id** | **string** | |
**id** | **int32** | |

### Other Parameters

Expand Down
4 changes: 2 additions & 2 deletions docs/ImportListAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ import (
)

func main() {
id := "id_example" // string |
id := int32(56) // int32 |
forceSave := true // bool | (optional) (default to false)
importListResource := *lidarrClient.NewImportListResource() // ImportListResource | (optional)

Expand All @@ -692,7 +692,7 @@ func main() {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**id** | **string** | |
**id** | **int32** | |

### Other Parameters

Expand Down
4 changes: 2 additions & 2 deletions docs/IndexerAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ import (
)

func main() {
id := "id_example" // string |
id := int32(56) // int32 |
forceSave := true // bool | (optional) (default to false)
indexerResource := *lidarrClient.NewIndexerResource() // IndexerResource | (optional)

Expand All @@ -692,7 +692,7 @@ func main() {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**id** | **string** | |
**id** | **int32** | |

### Other Parameters

Expand Down
4 changes: 2 additions & 2 deletions docs/MetadataAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ import (
)

func main() {
id := "id_example" // string |
id := int32(56) // int32 |
forceSave := true // bool | (optional) (default to false)
metadataResource := *lidarrClient.NewMetadataResource() // MetadataResource | (optional)

Expand All @@ -564,7 +564,7 @@ func main() {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**id** | **string** | |
**id** | **int32** | |

### Other Parameters

Expand Down
4 changes: 2 additions & 2 deletions docs/NotificationAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ import (
)

func main() {
id := "id_example" // string |
id := int32(56) // int32 |
forceSave := true // bool | (optional) (default to false)
notificationResource := *lidarrClient.NewNotificationResource() // NotificationResource | (optional)

Expand All @@ -564,7 +564,7 @@ func main() {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**id** | **string** | |
**id** | **int32** | |

### Other Parameters

Expand Down
2 changes: 1 addition & 1 deletion lidarr/api_album.go

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

2 changes: 1 addition & 1 deletion lidarr/api_album_lookup.go

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

2 changes: 1 addition & 1 deletion lidarr/api_album_studio.go

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

2 changes: 1 addition & 1 deletion lidarr/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 lidarr/api_artist.go

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

2 changes: 1 addition & 1 deletion lidarr/api_artist_editor.go

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

2 changes: 1 addition & 1 deletion lidarr/api_artist_lookup.go

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

2 changes: 1 addition & 1 deletion lidarr/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 lidarr/api_auto_tagging.go

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

2 changes: 1 addition & 1 deletion lidarr/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 lidarr/api_blocklist.go

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

2 changes: 1 addition & 1 deletion lidarr/api_calendar.go

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

2 changes: 1 addition & 1 deletion lidarr/api_calendar_feed.go

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

2 changes: 1 addition & 1 deletion lidarr/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 lidarr/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 lidarr/api_custom_format.go

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

2 changes: 1 addition & 1 deletion lidarr/api_cutoff.go

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

2 changes: 1 addition & 1 deletion lidarr/api_delay_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 lidarr/api_disk_space.go

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

6 changes: 3 additions & 3 deletions lidarr/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 lidarr/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 lidarr/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 lidarr/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 lidarr/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 lidarr/api_host_config.go

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

Loading

0 comments on commit efe3d2b

Please sign in to comment.