Skip to content

Commit a24fb9e

Browse files
Update generated sources
1 parent d6f41c1 commit a24fb9e

File tree

219 files changed

+1664
-3417
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+1664
-3417
lines changed

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ public class ActivityLogApi(
2323
/**
2424
* Gets activity log entries.
2525
*
26-
* @param startIndex Optional. The record index to start at. All items with a lower index will be
27-
* dropped from the results.
26+
* @param startIndex Optional. The record index to start at. All items with a lower index will be dropped from the results.
2827
* @param limit Optional. The maximum number of records to return.
2928
* @param minDate Optional. The minimum date. Format = ISO.
3029
* @param hasUserId Optional. Filter log entries if it has user id, or not.
@@ -43,8 +42,7 @@ public class ActivityLogApi(
4342
put("hasUserId", hasUserId)
4443
}
4544
val data = null
46-
val response = api.`get`<ActivityLogEntryQueryResult>("/System/ActivityLog/Entries",
47-
pathParameters, queryParameters, data)
45+
val response = api.`get`<ActivityLogEntryQueryResult>("/System/ActivityLog/Entries", pathParameters, queryParameters, data)
4846
return response
4947
}
5048
}

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ public class ApiKeyApi(
4242
val pathParameters = emptyMap<String, Any?>()
4343
val queryParameters = emptyMap<String, Any?>()
4444
val data = null
45-
val response = api.`get`<AuthenticationInfoQueryResult>("/Auth/Keys", pathParameters,
46-
queryParameters, data)
45+
val response = api.`get`<AuthenticationInfoQueryResult>("/Auth/Keys", pathParameters, queryParameters, data)
4746
return response
4847
}
4948

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

+38-78
Original file line numberDiff line numberDiff line change
@@ -37,51 +37,33 @@ public class ArtistsApi(
3737
* Gets all album artists from a given item, folder, or the entire library.
3838
*
3939
* @param minCommunityRating Optional filter by minimum community rating.
40-
* @param startIndex Optional. The record index to start at. All items with a lower index will be
41-
* dropped from the results.
40+
* @param startIndex Optional. The record index to start at. All items with a lower index will be dropped from the results.
4241
* @param limit Optional. The maximum number of records to return.
4342
* @param searchTerm Optional. Search term.
44-
* @param parentId Specify this to localize the search to a specific item or folder. Omit to use
45-
* the root.
43+
* @param parentId Specify this to localize the search to a specific item or folder. Omit to use the root.
4644
* @param fields Optional. Specify additional fields of information to return in the output.
47-
* @param excludeItemTypes Optional. If specified, results will be filtered out based on item type.
48-
* This allows multiple, comma delimited.
49-
* @param includeItemTypes Optional. If specified, results will be filtered based on item type.
50-
* This allows multiple, comma delimited.
45+
* @param excludeItemTypes Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
46+
* @param includeItemTypes Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
5147
* @param filters Optional. Specify additional filters to apply.
5248
* @param isFavorite Optional filter by items that are marked as favorite, or not.
5349
* @param mediaTypes Optional filter by MediaType. Allows multiple, comma delimited.
54-
* @param genres Optional. If specified, results will be filtered based on genre. This allows
55-
* multiple, pipe delimited.
56-
* @param genreIds Optional. If specified, results will be filtered based on genre id. This allows
57-
* multiple, pipe delimited.
58-
* @param officialRatings Optional. If specified, results will be filtered based on OfficialRating.
59-
* This allows multiple, pipe delimited.
60-
* @param tags Optional. If specified, results will be filtered based on tag. This allows multiple,
61-
* pipe delimited.
62-
* @param years Optional. If specified, results will be filtered based on production year. This
63-
* allows multiple, comma delimited.
50+
* @param genres Optional. If specified, results will be filtered based on genre. This allows multiple, pipe delimited.
51+
* @param genreIds Optional. If specified, results will be filtered based on genre id. This allows multiple, pipe delimited.
52+
* @param officialRatings Optional. If specified, results will be filtered based on OfficialRating. This allows multiple, pipe delimited.
53+
* @param tags Optional. If specified, results will be filtered based on tag. This allows multiple, pipe delimited.
54+
* @param years Optional. If specified, results will be filtered based on production year. This allows multiple, comma delimited.
6455
* @param enableUserData Optional, include user data.
6556
* @param imageTypeLimit Optional, the max number of images to return, per image type.
6657
* @param enableImageTypes Optional. The image types to include in the output.
67-
* @param person Optional. If specified, results will be filtered to include only those containing
68-
* the specified person.
69-
* @param personIds Optional. If specified, results will be filtered to include only those
70-
* containing the specified person ids.
71-
* @param personTypes Optional. If specified, along with Person, results will be filtered to
72-
* include only those containing the specified person and PersonType. Allows multiple,
73-
* comma-delimited.
74-
* @param studios Optional. If specified, results will be filtered based on studio. This allows
75-
* multiple, pipe delimited.
76-
* @param studioIds Optional. If specified, results will be filtered based on studio id. This
77-
* allows multiple, pipe delimited.
58+
* @param person Optional. If specified, results will be filtered to include only those containing the specified person.
59+
* @param personIds Optional. If specified, results will be filtered to include only those containing the specified person ids.
60+
* @param personTypes Optional. If specified, along with Person, results will be filtered to include only those containing the specified person and PersonType. Allows multiple, comma-delimited.
61+
* @param studios Optional. If specified, results will be filtered based on studio. This allows multiple, pipe delimited.
62+
* @param studioIds Optional. If specified, results will be filtered based on studio id. This allows multiple, pipe delimited.
7863
* @param userId User id.
79-
* @param nameStartsWithOrGreater Optional filter by items whose name is sorted equally or greater
80-
* than a given input string.
81-
* @param nameStartsWith Optional filter by items whose name is sorted equally than a given input
82-
* string.
83-
* @param nameLessThan Optional filter by items whose name is equally or lesser than a given input
84-
* string.
64+
* @param nameStartsWithOrGreater Optional filter by items whose name is sorted equally or greater than a given input string.
65+
* @param nameStartsWith Optional filter by items whose name is sorted equally than a given input string.
66+
* @param nameLessThan Optional filter by items whose name is equally or lesser than a given input string.
8567
* @param sortBy Optional. Specify one or more sort orders, comma delimited.
8668
* @param sortOrder Sort Order - Ascending,Descending.
8769
* @param enableImages Optional, include image information in output.
@@ -157,8 +139,7 @@ public class ArtistsApi(
157139
put("enableTotalRecordCount", enableTotalRecordCount)
158140
}
159141
val data = null
160-
val response = api.`get`<BaseItemDtoQueryResult>("/Artists/AlbumArtists", pathParameters,
161-
queryParameters, data)
142+
val response = api.`get`<BaseItemDtoQueryResult>("/Artists/AlbumArtists", pathParameters, queryParameters, data)
162143
return response
163144
}
164145

@@ -167,8 +148,7 @@ public class ArtistsApi(
167148
*
168149
* @param request The request parameters
169150
*/
170-
public suspend fun getAlbumArtists(request: GetAlbumArtistsRequest = GetAlbumArtistsRequest()):
171-
Response<BaseItemDtoQueryResult> = getAlbumArtists(
151+
public suspend fun getAlbumArtists(request: GetAlbumArtistsRequest = GetAlbumArtistsRequest()): Response<BaseItemDtoQueryResult> = getAlbumArtists(
172152
minCommunityRating = request.minCommunityRating,
173153
startIndex = request.startIndex,
174154
limit = request.limit,
@@ -225,51 +205,33 @@ public class ArtistsApi(
225205
* Gets all artists from a given item, folder, or the entire library.
226206
*
227207
* @param minCommunityRating Optional filter by minimum community rating.
228-
* @param startIndex Optional. The record index to start at. All items with a lower index will be
229-
* dropped from the results.
208+
* @param startIndex Optional. The record index to start at. All items with a lower index will be dropped from the results.
230209
* @param limit Optional. The maximum number of records to return.
231210
* @param searchTerm Optional. Search term.
232-
* @param parentId Specify this to localize the search to a specific item or folder. Omit to use
233-
* the root.
211+
* @param parentId Specify this to localize the search to a specific item or folder. Omit to use the root.
234212
* @param fields Optional. Specify additional fields of information to return in the output.
235-
* @param excludeItemTypes Optional. If specified, results will be filtered out based on item type.
236-
* This allows multiple, comma delimited.
237-
* @param includeItemTypes Optional. If specified, results will be filtered based on item type.
238-
* This allows multiple, comma delimited.
213+
* @param excludeItemTypes Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
214+
* @param includeItemTypes Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
239215
* @param filters Optional. Specify additional filters to apply.
240216
* @param isFavorite Optional filter by items that are marked as favorite, or not.
241217
* @param mediaTypes Optional filter by MediaType. Allows multiple, comma delimited.
242-
* @param genres Optional. If specified, results will be filtered based on genre. This allows
243-
* multiple, pipe delimited.
244-
* @param genreIds Optional. If specified, results will be filtered based on genre id. This allows
245-
* multiple, pipe delimited.
246-
* @param officialRatings Optional. If specified, results will be filtered based on OfficialRating.
247-
* This allows multiple, pipe delimited.
248-
* @param tags Optional. If specified, results will be filtered based on tag. This allows multiple,
249-
* pipe delimited.
250-
* @param years Optional. If specified, results will be filtered based on production year. This
251-
* allows multiple, comma delimited.
218+
* @param genres Optional. If specified, results will be filtered based on genre. This allows multiple, pipe delimited.
219+
* @param genreIds Optional. If specified, results will be filtered based on genre id. This allows multiple, pipe delimited.
220+
* @param officialRatings Optional. If specified, results will be filtered based on OfficialRating. This allows multiple, pipe delimited.
221+
* @param tags Optional. If specified, results will be filtered based on tag. This allows multiple, pipe delimited.
222+
* @param years Optional. If specified, results will be filtered based on production year. This allows multiple, comma delimited.
252223
* @param enableUserData Optional, include user data.
253224
* @param imageTypeLimit Optional, the max number of images to return, per image type.
254225
* @param enableImageTypes Optional. The image types to include in the output.
255-
* @param person Optional. If specified, results will be filtered to include only those containing
256-
* the specified person.
257-
* @param personIds Optional. If specified, results will be filtered to include only those
258-
* containing the specified person ids.
259-
* @param personTypes Optional. If specified, along with Person, results will be filtered to
260-
* include only those containing the specified person and PersonType. Allows multiple,
261-
* comma-delimited.
262-
* @param studios Optional. If specified, results will be filtered based on studio. This allows
263-
* multiple, pipe delimited.
264-
* @param studioIds Optional. If specified, results will be filtered based on studio id. This
265-
* allows multiple, pipe delimited.
226+
* @param person Optional. If specified, results will be filtered to include only those containing the specified person.
227+
* @param personIds Optional. If specified, results will be filtered to include only those containing the specified person ids.
228+
* @param personTypes Optional. If specified, along with Person, results will be filtered to include only those containing the specified person and PersonType. Allows multiple, comma-delimited.
229+
* @param studios Optional. If specified, results will be filtered based on studio. This allows multiple, pipe delimited.
230+
* @param studioIds Optional. If specified, results will be filtered based on studio id. This allows multiple, pipe delimited.
266231
* @param userId User id.
267-
* @param nameStartsWithOrGreater Optional filter by items whose name is sorted equally or greater
268-
* than a given input string.
269-
* @param nameStartsWith Optional filter by items whose name is sorted equally than a given input
270-
* string.
271-
* @param nameLessThan Optional filter by items whose name is equally or lesser than a given input
272-
* string.
232+
* @param nameStartsWithOrGreater Optional filter by items whose name is sorted equally or greater than a given input string.
233+
* @param nameStartsWith Optional filter by items whose name is sorted equally than a given input string.
234+
* @param nameLessThan Optional filter by items whose name is equally or lesser than a given input string.
273235
* @param sortBy Optional. Specify one or more sort orders, comma delimited.
274236
* @param sortOrder Sort Order - Ascending,Descending.
275237
* @param enableImages Optional, include image information in output.
@@ -345,8 +307,7 @@ public class ArtistsApi(
345307
put("enableTotalRecordCount", enableTotalRecordCount)
346308
}
347309
val data = null
348-
val response = api.`get`<BaseItemDtoQueryResult>("/Artists", pathParameters, queryParameters,
349-
data)
310+
val response = api.`get`<BaseItemDtoQueryResult>("/Artists", pathParameters, queryParameters, data)
350311
return response
351312
}
352313

@@ -355,8 +316,7 @@ public class ArtistsApi(
355316
*
356317
* @param request The request parameters
357318
*/
358-
public suspend fun getArtists(request: GetArtistsRequest = GetArtistsRequest()):
359-
Response<BaseItemDtoQueryResult> = getArtists(
319+
public suspend fun getArtists(request: GetArtistsRequest = GetArtistsRequest()): Response<BaseItemDtoQueryResult> = getArtists(
360320
minCommunityRating = request.minCommunityRating,
361321
startIndex = request.startIndex,
362322
limit = request.limit,

0 commit comments

Comments
 (0)