Skip to content

Commit

Permalink
Update generated sources to 10.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored and nielsvanvelzen committed Aug 5, 2024
1 parent ee5cd3c commit caa5285
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ package org.jellyfin.sdk.api.info
import kotlin.String

public object ApiConstants {
public const val apiVersion: String = "10.9.8"
public const val apiVersion: String = "10.9.9"
}
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public data class BaseItemDto(
@SerialName("ParentId")
public val parentId: UUID? = null,
/**
* The base item kind.
* The type.
*/
@SerialName("Type")
public val type: BaseItemKind,
Expand Down Expand Up @@ -509,7 +509,7 @@ public data class BaseItemDto(
@SerialName("IsoType")
public val isoType: IsoType? = null,
/**
* Media types.
* The type of the media.
*/
@SerialName("MediaType")
public val mediaType: MediaType,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public data class BaseItemPerson(
@SerialName("Role")
public val role: String? = null,
/**
* The person kind.
* The type.
*/
@SerialName("Type")
public val type: PersonKind,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public data class DisplayPreferencesDto(
@SerialName("CustomPrefs")
public val customPrefs: Map<String, String?>,
/**
* An enum representing the axis that should be scrolled.
* The scroll direction.
*/
@SerialName("ScrollDirection")
public val scrollDirection: ScrollDirection,
Expand All @@ -73,7 +73,7 @@ public data class DisplayPreferencesDto(
@SerialName("RememberSorting")
public val rememberSorting: Boolean,
/**
* An enum representing the sorting order.
* The sort order.
*/
@SerialName("SortOrder")
public val sortOrder: SortOrder,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ public data class MediaStream(
@SerialName("Title")
public val title: String? = null,
/**
* An enum representing video ranges.
* The video range.
*/
@SerialName("VideoRange")
public val videoRange: VideoRange,
/**
* An enum representing types of video ranges.
* The video range type.
*/
@SerialName("VideoRangeType")
public val videoRangeType: VideoRangeType,
Expand Down Expand Up @@ -293,7 +293,7 @@ public data class MediaStream(
public val isAnamorphic: Boolean? = null,
) {
/**
* An enum representing formats of spatial audio.
* The audio spatial format.
*/
@SerialName("AudioSpatialFormat")
public val audioSpatialFormat: AudioSpatialFormat = AudioSpatialFormat.NONE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public data class SearchHint(
@SerialName("BackdropImageItemId")
public val backdropImageItemId: String? = null,
/**
* The base item kind.
* The type.
*/
@SerialName("Type")
public val type: BaseItemKind,
Expand All @@ -107,7 +107,7 @@ public data class SearchHint(
@SerialName("RunTimeTicks")
public val runTimeTicks: Long? = null,
/**
* Media types.
* The type of the media.
*/
@SerialName("MediaType")
public val mediaType: MediaType,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public data class UserPolicy(
@SerialName("PasswordResetProviderId")
public val passwordResetProviderId: String,
/**
* Enum SyncPlayUserAccessType.
* A value indicating what SyncPlay features the user can access.
*/
@SerialName("SyncPlayAccess")
public val syncPlayAccess: SyncPlayUserAccessType,
Expand Down
4 changes: 2 additions & 2 deletions openapi.json
Git LFS file not shown

0 comments on commit caa5285

Please sign in to comment.