Skip to content

Commit 79869a2

Browse files
committed
Update OpenAPI to unstable
1 parent c285586 commit 79869a2

40 files changed

+186
-160
lines changed

jellyfin-api/api/jellyfin-api.api

-1
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,6 @@ public final class org/jellyfin/sdk/api/operations/SystemApi : org/jellyfin/sdk/
10931093
public final fun getPublicSystemInfo (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
10941094
public final fun getServerLogs (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
10951095
public final fun getSystemInfo (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
1096-
public final fun getWakeOnLanInfo (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
10971096
public final fun postPingSystem (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
10981097
public final fun restartApplication (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
10991098
public final fun shutdownApplication (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;

jellyfin-api/src/commonMain/kotlin-generated/org/jellyfin/sdk/api/info/ApiConstants.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ package org.jellyfin.sdk.api.info
88
import kotlin.String
99

1010
public object ApiConstants {
11-
public const val apiVersion: String = "10.10.6"
11+
public const val apiVersion: String = "10.11.0"
1212
}

jellyfin-api/src/commonMain/kotlin-generated/org/jellyfin/sdk/api/operations/AudioApi.kt

+4-4
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ public class AudioApi(
504504
* @param maxVideoBitDepth Optional. The maximum video bit depth.
505505
* @param requireAvc Optional. Whether to require avc.
506506
* @param deInterlace Optional. Whether to deinterlace the video.
507-
* @param requireNonAnamorphic Optional. Whether to require a non anamporphic stream.
507+
* @param requireNonAnamorphic Optional. Whether to require a non anamorphic stream.
508508
* @param transcodingMaxAudioChannels Optional. The maximum number of audio channels to transcode.
509509
* @param cpuCoreLimit Optional. The limit of how many cpu cores to use.
510510
* @param liveStreamId The live stream id.
@@ -744,7 +744,7 @@ public class AudioApi(
744744
* @param maxVideoBitDepth Optional. The maximum video bit depth.
745745
* @param requireAvc Optional. Whether to require avc.
746746
* @param deInterlace Optional. Whether to deinterlace the video.
747-
* @param requireNonAnamorphic Optional. Whether to require a non anamporphic stream.
747+
* @param requireNonAnamorphic Optional. Whether to require a non anamorphic stream.
748748
* @param transcodingMaxAudioChannels Optional. The maximum number of audio channels to transcode.
749749
* @param cpuCoreLimit Optional. The limit of how many cpu cores to use.
750750
* @param liveStreamId The live stream id.
@@ -924,7 +924,7 @@ public class AudioApi(
924924
* @param maxVideoBitDepth Optional. The maximum video bit depth.
925925
* @param requireAvc Optional. Whether to require avc.
926926
* @param deInterlace Optional. Whether to deinterlace the video.
927-
* @param requireNonAnamorphic Optional. Whether to require a non anamporphic stream.
927+
* @param requireNonAnamorphic Optional. Whether to require a non anamorphic stream.
928928
* @param transcodingMaxAudioChannels Optional. The maximum number of audio channels to transcode.
929929
* @param cpuCoreLimit Optional. The limit of how many cpu cores to use.
930930
* @param liveStreamId The live stream id.
@@ -1171,7 +1171,7 @@ public class AudioApi(
11711171
* @param maxVideoBitDepth Optional. The maximum video bit depth.
11721172
* @param requireAvc Optional. Whether to require avc.
11731173
* @param deInterlace Optional. Whether to deinterlace the video.
1174-
* @param requireNonAnamorphic Optional. Whether to require a non anamporphic stream.
1174+
* @param requireNonAnamorphic Optional. Whether to require a non anamorphic stream.
11751175
* @param transcodingMaxAudioChannels Optional. The maximum number of audio channels to transcode.
11761176
* @param cpuCoreLimit Optional. The limit of how many cpu cores to use.
11771177
* @param liveStreamId The live stream id.

jellyfin-api/src/commonMain/kotlin-generated/org/jellyfin/sdk/api/operations/DynamicHlsApi.kt

+8-8
Original file line numberDiff line numberDiff line change
@@ -2922,7 +2922,7 @@ public class DynamicHlsApi(
29222922
videoStreamIndex: Int? = null,
29232923
context: EncodingContext? = null,
29242924
streamOptions: Map<String, String?>? = emptyMap(),
2925-
enableAdaptiveBitrateStreaming: Boolean? = true,
2925+
enableAdaptiveBitrateStreaming: Boolean? = false,
29262926
enableAudioVbrEncoding: Boolean? = true,
29272927
): Response<ByteReadChannel> {
29282928
val pathParameters = buildMap<String, Any?>(1) {
@@ -3164,7 +3164,7 @@ public class DynamicHlsApi(
31643164
videoStreamIndex: Int? = null,
31653165
context: EncodingContext? = null,
31663166
streamOptions: Map<String, String?>? = emptyMap(),
3167-
enableAdaptiveBitrateStreaming: Boolean? = true,
3167+
enableAdaptiveBitrateStreaming: Boolean? = false,
31683168
enableAudioVbrEncoding: Boolean? = true,
31693169
): String {
31703170
val pathParameters = buildMap<String, Any?>(1) {
@@ -3347,7 +3347,7 @@ public class DynamicHlsApi(
33473347
videoStreamIndex: Int? = null,
33483348
context: EncodingContext? = null,
33493349
streamOptions: Map<String, String?>? = emptyMap(),
3350-
enableAdaptiveBitrateStreaming: Boolean? = true,
3350+
enableAdaptiveBitrateStreaming: Boolean? = false,
33513351
enableAudioVbrEncoding: Boolean? = true,
33523352
): Response<ByteReadChannel> {
33533353
val pathParameters = buildMap<String, Any?>(1) {
@@ -3596,7 +3596,7 @@ public class DynamicHlsApi(
35963596
videoStreamIndex: Int? = null,
35973597
context: EncodingContext? = null,
35983598
streamOptions: Map<String, String?>? = emptyMap(),
3599-
enableAdaptiveBitrateStreaming: Boolean? = true,
3599+
enableAdaptiveBitrateStreaming: Boolean? = false,
36003600
enableAudioVbrEncoding: Boolean? = true,
36013601
): String {
36023602
val pathParameters = buildMap<String, Any?>(1) {
@@ -3781,7 +3781,7 @@ public class DynamicHlsApi(
37813781
videoStreamIndex: Int? = null,
37823782
context: EncodingContext? = null,
37833783
streamOptions: Map<String, String?>? = emptyMap(),
3784-
enableAdaptiveBitrateStreaming: Boolean? = true,
3784+
enableAdaptiveBitrateStreaming: Boolean? = false,
37853785
enableTrickplay: Boolean? = true,
37863786
enableAudioVbrEncoding: Boolean? = true,
37873787
alwaysBurnInSubtitleWhenTranscoding: Boolean? = false,
@@ -4035,7 +4035,7 @@ public class DynamicHlsApi(
40354035
videoStreamIndex: Int? = null,
40364036
context: EncodingContext? = null,
40374037
streamOptions: Map<String, String?>? = emptyMap(),
4038-
enableAdaptiveBitrateStreaming: Boolean? = true,
4038+
enableAdaptiveBitrateStreaming: Boolean? = false,
40394039
enableTrickplay: Boolean? = true,
40404040
enableAudioVbrEncoding: Boolean? = true,
40414041
alwaysBurnInSubtitleWhenTranscoding: Boolean? = false,
@@ -4227,7 +4227,7 @@ public class DynamicHlsApi(
42274227
videoStreamIndex: Int? = null,
42284228
context: EncodingContext? = null,
42294229
streamOptions: Map<String, String?>? = emptyMap(),
4230-
enableAdaptiveBitrateStreaming: Boolean? = true,
4230+
enableAdaptiveBitrateStreaming: Boolean? = false,
42314231
enableTrickplay: Boolean? = true,
42324232
enableAudioVbrEncoding: Boolean? = true,
42334233
alwaysBurnInSubtitleWhenTranscoding: Boolean? = false,
@@ -4488,7 +4488,7 @@ public class DynamicHlsApi(
44884488
videoStreamIndex: Int? = null,
44894489
context: EncodingContext? = null,
44904490
streamOptions: Map<String, String?>? = emptyMap(),
4491-
enableAdaptiveBitrateStreaming: Boolean? = true,
4491+
enableAdaptiveBitrateStreaming: Boolean? = false,
44924492
enableTrickplay: Boolean? = true,
44934493
enableAudioVbrEncoding: Boolean? = true,
44944494
alwaysBurnInSubtitleWhenTranscoding: Boolean? = false,

jellyfin-api/src/commonMain/kotlin-generated/org/jellyfin/sdk/api/operations/LiveTvApi.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public class LiveTvApi(
285285
}
286286

287287
/**
288-
* Get guid info.
288+
* Get guide info.
289289
*/
290290
public suspend fun getGuideInfo(): Response<GuideInfo> {
291291
val pathParameters = emptyMap<String, Any?>()

jellyfin-api/src/commonMain/kotlin-generated/org/jellyfin/sdk/api/operations/SystemApi.kt

-15
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
package org.jellyfin.sdk.api.operations
77

88
import kotlin.Any
9-
import kotlin.Deprecated
109
import kotlin.String
1110
import kotlin.Unit
1211
import kotlin.collections.List
@@ -20,7 +19,6 @@ import org.jellyfin.sdk.model.api.EndPointInfo
2019
import org.jellyfin.sdk.model.api.LogFile
2120
import org.jellyfin.sdk.model.api.PublicSystemInfo
2221
import org.jellyfin.sdk.model.api.SystemInfo
23-
import org.jellyfin.sdk.model.api.WakeOnLanInfo
2422

2523
public class SystemApi(
2624
private val api: ApiClient,
@@ -96,19 +94,6 @@ public class SystemApi(
9694
return response
9795
}
9896

99-
/**
100-
* Gets wake on lan information.
101-
*/
102-
@Deprecated("This member is deprecated and may be removed in the future")
103-
public suspend fun getWakeOnLanInfo(): Response<List<WakeOnLanInfo>> {
104-
val pathParameters = emptyMap<String, Any?>()
105-
val queryParameters = emptyMap<String, Any?>()
106-
val data = null
107-
val response = api.`get`<List<WakeOnLanInfo>>("/System/WakeOnLanInfo", pathParameters,
108-
queryParameters, data)
109-
return response
110-
}
111-
11297
/**
11398
* Pings the system.
11499
*/

0 commit comments

Comments
 (0)