@jellyfin/sdk 0.11.0 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +127 -0
- package/README.md +2 -45
- package/lib/api.d.ts +7 -0
- package/lib/api.js +13 -0
- package/lib/generated-client/api/activity-log-api.d.ts +1 -1
- package/lib/generated-client/api/api-key-api.d.ts +3 -3
- package/lib/generated-client/api/artists-api.d.ts +3 -3
- package/lib/generated-client/api/audio-api.d.ts +10 -10
- package/lib/generated-client/api/audio-api.js +4 -4
- package/lib/generated-client/api/backup-api.d.ts +209 -0
- package/lib/generated-client/api/backup-api.js +311 -0
- package/lib/generated-client/api/branding-api.d.ts +6 -6
- package/lib/generated-client/api/channels-api.d.ts +5 -5
- package/lib/generated-client/api/client-log-api.d.ts +1 -1
- package/lib/generated-client/api/collection-api.d.ts +3 -3
- package/lib/generated-client/api/configuration-api.d.ts +52 -5
- package/lib/generated-client/api/configuration-api.js +68 -1
- package/lib/generated-client/api/dashboard-api.d.ts +2 -2
- package/lib/generated-client/api/dashboard-api.js +1 -1
- package/lib/generated-client/api/devices-api.d.ts +5 -5
- package/lib/generated-client/api/devices-api.js +1 -1
- package/lib/generated-client/api/display-preferences-api.d.ts +2 -2
- package/lib/generated-client/api/display-preferences-api.js +1 -1
- package/lib/generated-client/api/dlna-api.d.ts +6 -6
- package/lib/generated-client/api/dlna-server-api.d.ts +16 -16
- package/lib/generated-client/api/dynamic-hls-api.d.ts +9 -9
- package/lib/generated-client/api/environment-api.d.ts +6 -6
- package/lib/generated-client/api/environment-api.js +1 -1
- package/lib/generated-client/api/filter-api.d.ts +2 -2
- package/lib/generated-client/api/genres-api.d.ts +2 -2
- package/lib/generated-client/api/genres-api.js +1 -1
- package/lib/generated-client/api/hls-segment-api.d.ts +5 -5
- package/lib/generated-client/api/hls-segment-api.js +1 -1
- package/lib/generated-client/api/image-api.d.ts +43 -331
- package/lib/generated-client/api/image-api.js +16 -196
- package/lib/generated-client/api/image-by-name-api.d.ts +6 -6
- package/lib/generated-client/api/instant-mix-api.d.ts +8 -8
- package/lib/generated-client/api/item-lookup-api.d.ts +11 -11
- package/lib/generated-client/api/item-refresh-api.d.ts +11 -3
- package/lib/generated-client/api/item-refresh-api.js +10 -5
- package/lib/generated-client/api/item-update-api.d.ts +3 -3
- package/lib/generated-client/api/items-api.d.ts +4 -4
- package/lib/generated-client/api/items-api.js +1 -1
- package/lib/generated-client/api/library-api.d.ts +25 -25
- package/lib/generated-client/api/library-api.js +1 -1
- package/lib/generated-client/api/library-structure-api.d.ts +8 -8
- package/lib/generated-client/api/live-tv-api.d.ts +55 -47
- package/lib/generated-client/api/live-tv-api.js +15 -10
- package/lib/generated-client/api/localization-api.d.ts +4 -4
- package/lib/generated-client/api/lyrics-api.d.ts +6 -6
- package/lib/generated-client/api/lyrics-api.js +1 -1
- package/lib/generated-client/api/media-info-api.d.ts +5 -5
- package/lib/generated-client/api/media-info-api.js +1 -1
- package/lib/generated-client/api/media-segments-api.d.ts +1 -1
- package/lib/generated-client/api/movies-api.d.ts +1 -1
- package/lib/generated-client/api/music-genres-api.d.ts +2 -2
- package/lib/generated-client/api/music-genres-api.js +1 -1
- package/lib/generated-client/api/notifications-api.d.ts +7 -7
- package/lib/generated-client/api/package-api.d.ts +6 -6
- package/lib/generated-client/api/package-api.js +1 -1
- package/lib/generated-client/api/persons-api.d.ts +2 -2
- package/lib/generated-client/api/persons-api.js +1 -1
- package/lib/generated-client/api/playlists-api.d.ts +11 -11
- package/lib/generated-client/api/playlists-api.js +1 -1
- package/lib/generated-client/api/playstate-api.d.ts +21 -9
- package/lib/generated-client/api/playstate-api.js +13 -1
- package/lib/generated-client/api/plugins-api.d.ts +9 -9
- package/lib/generated-client/api/quick-connect-api.d.ts +4 -4
- package/lib/generated-client/api/quick-connect-api.js +1 -1
- package/lib/generated-client/api/remote-image-api.d.ts +3 -3
- package/lib/generated-client/api/scheduled-tasks-api.d.ts +5 -5
- package/lib/generated-client/api/scheduled-tasks-api.js +1 -1
- package/lib/generated-client/api/search-api.d.ts +1 -1
- package/lib/generated-client/api/session-api.d.ts +16 -16
- package/lib/generated-client/api/startup-api.d.ts +7 -7
- package/lib/generated-client/api/startup-api.js +1 -1
- package/lib/generated-client/api/studios-api.d.ts +2 -2
- package/lib/generated-client/api/studios-api.js +1 -1
- package/lib/generated-client/api/subtitle-api.d.ts +10 -10
- package/lib/generated-client/api/subtitle-api.js +1 -1
- package/lib/generated-client/api/suggestions-api.d.ts +1 -1
- package/lib/generated-client/api/sync-play-api.d.ts +69 -23
- package/lib/generated-client/api/sync-play-api.js +67 -1
- package/lib/generated-client/api/system-api.d.ts +18 -22
- package/lib/generated-client/api/system-api.js +13 -17
- package/lib/generated-client/api/time-sync-api.d.ts +1 -1
- package/lib/generated-client/api/tmdb-api.d.ts +1 -1
- package/lib/generated-client/api/trailers-api.d.ts +1 -1
- package/lib/generated-client/api/trickplay-api.d.ts +2 -2
- package/lib/generated-client/api/tv-shows-api.d.ts +4 -4
- package/lib/generated-client/api/tv-shows-api.js +1 -1
- package/lib/generated-client/api/universal-audio-api.d.ts +2 -2
- package/lib/generated-client/api/user-api.d.ts +14 -14
- package/lib/generated-client/api/user-api.js +1 -1
- package/lib/generated-client/api/user-library-api.d.ts +10 -10
- package/lib/generated-client/api/user-views-api.d.ts +2 -2
- package/lib/generated-client/api/video-attachments-api.d.ts +1 -1
- package/lib/generated-client/api/videos-api.d.ts +7 -7
- package/lib/generated-client/api/years-api.d.ts +2 -2
- package/lib/generated-client/api/years-api.js +1 -1
- package/lib/generated-client/api.d.ts +1 -0
- package/lib/generated-client/common.d.ts +1 -1
- package/lib/generated-client/index.js +3 -0
- package/lib/generated-client/models/backup-manifest-dto.d.ts +48 -0
- package/lib/generated-client/models/backup-options-dto.d.ts +41 -0
- package/lib/generated-client/models/backup-restore-request-dto.d.ts +23 -0
- package/lib/generated-client/models/base-item-dto.d.ts +3 -3
- package/lib/generated-client/models/branding-options-dto.d.ts +35 -0
- package/lib/generated-client/models/custom-database-option.d.ts +29 -0
- package/lib/generated-client/models/custom-database-options.d.ts +42 -0
- package/lib/generated-client/models/database-configuration-options.d.ts +37 -0
- package/lib/generated-client/models/database-locking-behavior-types.d.ts +21 -0
- package/lib/generated-client/models/database-locking-behavior-types.js +24 -0
- package/lib/generated-client/models/external-id-info.d.ts +0 -7
- package/lib/generated-client/models/external-id-media-type.d.ts +1 -0
- package/lib/generated-client/models/external-id-media-type.js +2 -1
- package/lib/generated-client/models/folder-storage-dto.d.ts +47 -0
- package/lib/generated-client/models/group-update-type.d.ts +0 -2
- package/lib/generated-client/models/group-update-type.js +0 -2
- package/lib/generated-client/models/group-update.d.ts +19 -14
- package/lib/generated-client/models/index.d.ts +25 -8
- package/lib/generated-client/models/index.js +2 -0
- package/lib/generated-client/models/item-fields.d.ts +0 -11
- package/lib/generated-client/models/item-fields.js +0 -11
- package/lib/generated-client/models/item-sort-by.d.ts +0 -2
- package/lib/generated-client/models/item-sort-by.js +1 -3
- package/lib/generated-client/models/library-options-result-dto.d.ts +6 -0
- package/lib/generated-client/models/library-options.d.ts +1 -1
- package/lib/generated-client/models/library-storage-dto.d.ts +36 -0
- package/lib/generated-client/models/lyric-line-cue.d.ts +41 -0
- package/lib/generated-client/models/lyric-line.d.ts +7 -0
- package/lib/generated-client/models/media-segment-type.d.ts +1 -1
- package/lib/generated-client/models/media-segment-type.js +1 -1
- package/lib/generated-client/models/media-stream.d.ts +6 -0
- package/lib/generated-client/models/metadata-editor-info.d.ts +6 -6
- package/lib/generated-client/models/network-configuration.d.ts +1 -0
- package/lib/generated-client/models/open-live-stream-dto.d.ts +1 -1
- package/lib/generated-client/models/outbound-web-socket-message.d.ts +2 -2
- package/lib/generated-client/models/parental-rating-score.d.ts +29 -0
- package/lib/generated-client/models/parental-rating.d.ts +8 -1
- package/lib/generated-client/models/playback-info-dto.d.ts +1 -1
- package/lib/generated-client/models/plugin-status.d.ts +1 -0
- package/lib/generated-client/models/plugin-status.js +1 -0
- package/lib/generated-client/models/profile-condition-value.d.ts +1 -0
- package/lib/generated-client/models/profile-condition-value.js +2 -1
- package/lib/generated-client/models/server-configuration.d.ts +21 -9
- package/lib/generated-client/models/startup-configuration-dto.d.ts +6 -0
- package/lib/generated-client/models/startup-remote-access-dto.d.ts +1 -0
- package/lib/generated-client/models/sync-play-group-does-not-exist-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-group-joined-update.d.ts +37 -0
- package/lib/generated-client/models/sync-play-group-left-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-group-update-message.d.ts +37 -0
- package/lib/generated-client/models/sync-play-library-access-denied-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-not-in-group-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-play-queue-update.d.ts +37 -0
- package/lib/generated-client/models/sync-play-state-update.d.ts +37 -0
- package/lib/generated-client/models/sync-play-user-joined-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-user-left-update.d.ts +36 -0
- package/lib/generated-client/models/system-info.d.ts +7 -0
- package/lib/generated-client/models/system-storage-dto.d.ts +67 -0
- package/lib/generated-client/models/task-trigger-info-type.d.ts +22 -0
- package/lib/generated-client/models/task-trigger-info-type.js +25 -0
- package/lib/generated-client/models/task-trigger-info.d.ts +4 -3
- package/lib/generated-client/models/transcode-reason.d.ts +1 -0
- package/lib/generated-client/models/transcode-reason.js +2 -1
- package/lib/generated-client/models/transcoding-info.d.ts +1 -1
- package/lib/generated-client/models/transcoding-profile.d.ts +1 -1
- package/lib/generated-client/models/trickplay-info-dto.d.ts +59 -0
- package/lib/generated-client/models/trickplay-info.d.ts +7 -1
- package/lib/generated-client/models/tuner-host-info.d.ts +6 -0
- package/lib/generated-client/models/user-policy.d.ts +6 -0
- package/lib/generated-client/models/video-range-type.d.ts +4 -0
- package/lib/generated-client/models/video-range-type.js +4 -0
- package/lib/models/api/image-request-parameters.d.ts +0 -1
- package/lib/models/api/index.d.ts +0 -1
- package/lib/models/api/index.js +1 -1
- package/lib/versions.d.ts +2 -2
- package/lib/versions.js +2 -2
- package/package.json +17 -16
- package/lib/models/api/item-sort-by.d.ts +0 -40
- package/lib/models/api/item-sort-by.js +0 -43
|
@@ -119,7 +119,7 @@ export declare class DashboardApi extends BaseAPI {
|
|
|
119
119
|
* @throws {RequiredError}
|
|
120
120
|
* @memberof DashboardApi
|
|
121
121
|
*/
|
|
122
|
-
getConfigurationPages(requestParameters?: DashboardApiGetConfigurationPagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ConfigurationPageInfo[], any>>;
|
|
122
|
+
getConfigurationPages(requestParameters?: DashboardApiGetConfigurationPagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ConfigurationPageInfo[], any, {}>>;
|
|
123
123
|
/**
|
|
124
124
|
*
|
|
125
125
|
* @summary Gets a dashboard configuration page.
|
|
@@ -128,5 +128,5 @@ export declare class DashboardApi extends BaseAPI {
|
|
|
128
128
|
* @throws {RequiredError}
|
|
129
129
|
* @memberof DashboardApi
|
|
130
130
|
*/
|
|
131
|
-
getDashboardConfigurationPage(requestParameters?: DashboardApiGetDashboardConfigurationPageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
131
|
+
getDashboardConfigurationPage(requestParameters?: DashboardApiGetDashboardConfigurationPageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
132
132
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import globalAxios from 'axios';
|
|
2
|
-
import { DUMMY_BASE_URL,
|
|
2
|
+
import { DUMMY_BASE_URL, setSearchParams, toPathString, setApiKeyToObject, createRequestFunction } from '../common.js';
|
|
3
3
|
import { operationServerMap, BaseAPI, BASE_PATH } from '../base.js';
|
|
4
4
|
|
|
5
5
|
/* tslint:disable */
|
|
@@ -240,7 +240,7 @@ export declare class DevicesApi extends BaseAPI {
|
|
|
240
240
|
* @throws {RequiredError}
|
|
241
241
|
* @memberof DevicesApi
|
|
242
242
|
*/
|
|
243
|
-
deleteDevice(requestParameters: DevicesApiDeleteDeviceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
243
|
+
deleteDevice(requestParameters: DevicesApiDeleteDeviceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
244
244
|
/**
|
|
245
245
|
*
|
|
246
246
|
* @summary Get info for a device.
|
|
@@ -249,7 +249,7 @@ export declare class DevicesApi extends BaseAPI {
|
|
|
249
249
|
* @throws {RequiredError}
|
|
250
250
|
* @memberof DevicesApi
|
|
251
251
|
*/
|
|
252
|
-
getDeviceInfo(requestParameters: DevicesApiGetDeviceInfoRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeviceInfoDto, any>>;
|
|
252
|
+
getDeviceInfo(requestParameters: DevicesApiGetDeviceInfoRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeviceInfoDto, any, {}>>;
|
|
253
253
|
/**
|
|
254
254
|
*
|
|
255
255
|
* @summary Get options for a device.
|
|
@@ -258,7 +258,7 @@ export declare class DevicesApi extends BaseAPI {
|
|
|
258
258
|
* @throws {RequiredError}
|
|
259
259
|
* @memberof DevicesApi
|
|
260
260
|
*/
|
|
261
|
-
getDeviceOptions(requestParameters: DevicesApiGetDeviceOptionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeviceOptionsDto, any>>;
|
|
261
|
+
getDeviceOptions(requestParameters: DevicesApiGetDeviceOptionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeviceOptionsDto, any, {}>>;
|
|
262
262
|
/**
|
|
263
263
|
*
|
|
264
264
|
* @summary Get Devices.
|
|
@@ -267,7 +267,7 @@ export declare class DevicesApi extends BaseAPI {
|
|
|
267
267
|
* @throws {RequiredError}
|
|
268
268
|
* @memberof DevicesApi
|
|
269
269
|
*/
|
|
270
|
-
getDevices(requestParameters?: DevicesApiGetDevicesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeviceInfoDtoQueryResult, any>>;
|
|
270
|
+
getDevices(requestParameters?: DevicesApiGetDevicesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeviceInfoDtoQueryResult, any, {}>>;
|
|
271
271
|
/**
|
|
272
272
|
*
|
|
273
273
|
* @summary Update device options.
|
|
@@ -276,5 +276,5 @@ export declare class DevicesApi extends BaseAPI {
|
|
|
276
276
|
* @throws {RequiredError}
|
|
277
277
|
* @memberof DevicesApi
|
|
278
278
|
*/
|
|
279
|
-
updateDeviceOptions(requestParameters: DevicesApiUpdateDeviceOptionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
279
|
+
updateDeviceOptions(requestParameters: DevicesApiUpdateDeviceOptionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
280
280
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import globalAxios from 'axios';
|
|
2
|
-
import { assertParamExists, DUMMY_BASE_URL, setApiKeyToObject, setSearchParams,
|
|
2
|
+
import { assertParamExists, DUMMY_BASE_URL, setApiKeyToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common.js';
|
|
3
3
|
import { operationServerMap, BaseAPI, BASE_PATH } from '../base.js';
|
|
4
4
|
|
|
5
5
|
/* tslint:disable */
|
|
@@ -159,7 +159,7 @@ export declare class DisplayPreferencesApi extends BaseAPI {
|
|
|
159
159
|
* @throws {RequiredError}
|
|
160
160
|
* @memberof DisplayPreferencesApi
|
|
161
161
|
*/
|
|
162
|
-
getDisplayPreferences(requestParameters: DisplayPreferencesApiGetDisplayPreferencesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DisplayPreferencesDto, any>>;
|
|
162
|
+
getDisplayPreferences(requestParameters: DisplayPreferencesApiGetDisplayPreferencesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DisplayPreferencesDto, any, {}>>;
|
|
163
163
|
/**
|
|
164
164
|
*
|
|
165
165
|
* @summary Update Display Preferences.
|
|
@@ -168,5 +168,5 @@ export declare class DisplayPreferencesApi extends BaseAPI {
|
|
|
168
168
|
* @throws {RequiredError}
|
|
169
169
|
* @memberof DisplayPreferencesApi
|
|
170
170
|
*/
|
|
171
|
-
updateDisplayPreferences(requestParameters: DisplayPreferencesApiUpdateDisplayPreferencesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
171
|
+
updateDisplayPreferences(requestParameters: DisplayPreferencesApiUpdateDisplayPreferencesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
172
172
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import globalAxios from 'axios';
|
|
2
|
-
import { assertParamExists, DUMMY_BASE_URL, setApiKeyToObject, setSearchParams,
|
|
2
|
+
import { assertParamExists, DUMMY_BASE_URL, setApiKeyToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common.js';
|
|
3
3
|
import { operationServerMap, BaseAPI, BASE_PATH } from '../base.js';
|
|
4
4
|
|
|
5
5
|
/* tslint:disable */
|
|
@@ -245,7 +245,7 @@ export declare class DlnaApi extends BaseAPI {
|
|
|
245
245
|
* @throws {RequiredError}
|
|
246
246
|
* @memberof DlnaApi
|
|
247
247
|
*/
|
|
248
|
-
createProfile(requestParameters?: DlnaApiCreateProfileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
248
|
+
createProfile(requestParameters?: DlnaApiCreateProfileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
249
249
|
/**
|
|
250
250
|
*
|
|
251
251
|
* @summary Deletes a profile.
|
|
@@ -254,7 +254,7 @@ export declare class DlnaApi extends BaseAPI {
|
|
|
254
254
|
* @throws {RequiredError}
|
|
255
255
|
* @memberof DlnaApi
|
|
256
256
|
*/
|
|
257
|
-
deleteProfile(requestParameters: DlnaApiDeleteProfileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
257
|
+
deleteProfile(requestParameters: DlnaApiDeleteProfileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
258
258
|
/**
|
|
259
259
|
*
|
|
260
260
|
* @summary Gets the default profile.
|
|
@@ -262,7 +262,7 @@ export declare class DlnaApi extends BaseAPI {
|
|
|
262
262
|
* @throws {RequiredError}
|
|
263
263
|
* @memberof DlnaApi
|
|
264
264
|
*/
|
|
265
|
-
getDefaultProfile(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeviceProfile, any>>;
|
|
265
|
+
getDefaultProfile(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeviceProfile, any, {}>>;
|
|
266
266
|
/**
|
|
267
267
|
*
|
|
268
268
|
* @summary Gets a single profile.
|
|
@@ -271,7 +271,7 @@ export declare class DlnaApi extends BaseAPI {
|
|
|
271
271
|
* @throws {RequiredError}
|
|
272
272
|
* @memberof DlnaApi
|
|
273
273
|
*/
|
|
274
|
-
getProfile(requestParameters: DlnaApiGetProfileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeviceProfile, any>>;
|
|
274
|
+
getProfile(requestParameters: DlnaApiGetProfileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeviceProfile, any, {}>>;
|
|
275
275
|
/**
|
|
276
276
|
*
|
|
277
277
|
* @summary Get profile infos.
|
|
@@ -279,7 +279,7 @@ export declare class DlnaApi extends BaseAPI {
|
|
|
279
279
|
* @throws {RequiredError}
|
|
280
280
|
* @memberof DlnaApi
|
|
281
281
|
*/
|
|
282
|
-
getProfileInfos(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeviceProfileInfo[], any>>;
|
|
282
|
+
getProfileInfos(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeviceProfileInfo[], any, {}>>;
|
|
283
283
|
/**
|
|
284
284
|
*
|
|
285
285
|
* @summary Updates a profile.
|
|
@@ -288,5 +288,5 @@ export declare class DlnaApi extends BaseAPI {
|
|
|
288
288
|
* @throws {RequiredError}
|
|
289
289
|
* @memberof DlnaApi
|
|
290
290
|
*/
|
|
291
|
-
updateProfile(requestParameters: DlnaApiUpdateProfileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
291
|
+
updateProfile(requestParameters: DlnaApiUpdateProfileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
292
292
|
}
|
|
@@ -645,7 +645,7 @@ export declare class DlnaServerApi extends BaseAPI {
|
|
|
645
645
|
* @throws {RequiredError}
|
|
646
646
|
* @memberof DlnaServerApi
|
|
647
647
|
*/
|
|
648
|
-
getConnectionManager(requestParameters: DlnaServerApiGetConnectionManagerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
|
648
|
+
getConnectionManager(requestParameters: DlnaServerApiGetConnectionManagerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
649
649
|
/**
|
|
650
650
|
*
|
|
651
651
|
* @summary Gets Dlna media receiver registrar xml.
|
|
@@ -654,7 +654,7 @@ export declare class DlnaServerApi extends BaseAPI {
|
|
|
654
654
|
* @throws {RequiredError}
|
|
655
655
|
* @memberof DlnaServerApi
|
|
656
656
|
*/
|
|
657
|
-
getConnectionManager2(requestParameters: DlnaServerApiGetConnectionManager2Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
|
657
|
+
getConnectionManager2(requestParameters: DlnaServerApiGetConnectionManager2Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
658
658
|
/**
|
|
659
659
|
*
|
|
660
660
|
* @summary Gets Dlna media receiver registrar xml.
|
|
@@ -663,7 +663,7 @@ export declare class DlnaServerApi extends BaseAPI {
|
|
|
663
663
|
* @throws {RequiredError}
|
|
664
664
|
* @memberof DlnaServerApi
|
|
665
665
|
*/
|
|
666
|
-
getConnectionManager3(requestParameters: DlnaServerApiGetConnectionManager3Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
|
666
|
+
getConnectionManager3(requestParameters: DlnaServerApiGetConnectionManager3Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
667
667
|
/**
|
|
668
668
|
*
|
|
669
669
|
* @summary Gets Dlna content directory xml.
|
|
@@ -672,7 +672,7 @@ export declare class DlnaServerApi extends BaseAPI {
|
|
|
672
672
|
* @throws {RequiredError}
|
|
673
673
|
* @memberof DlnaServerApi
|
|
674
674
|
*/
|
|
675
|
-
getContentDirectory(requestParameters: DlnaServerApiGetContentDirectoryRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
|
675
|
+
getContentDirectory(requestParameters: DlnaServerApiGetContentDirectoryRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
676
676
|
/**
|
|
677
677
|
*
|
|
678
678
|
* @summary Gets Dlna content directory xml.
|
|
@@ -681,7 +681,7 @@ export declare class DlnaServerApi extends BaseAPI {
|
|
|
681
681
|
* @throws {RequiredError}
|
|
682
682
|
* @memberof DlnaServerApi
|
|
683
683
|
*/
|
|
684
|
-
getContentDirectory2(requestParameters: DlnaServerApiGetContentDirectory2Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
|
684
|
+
getContentDirectory2(requestParameters: DlnaServerApiGetContentDirectory2Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
685
685
|
/**
|
|
686
686
|
*
|
|
687
687
|
* @summary Gets Dlna content directory xml.
|
|
@@ -690,7 +690,7 @@ export declare class DlnaServerApi extends BaseAPI {
|
|
|
690
690
|
* @throws {RequiredError}
|
|
691
691
|
* @memberof DlnaServerApi
|
|
692
692
|
*/
|
|
693
|
-
getContentDirectory3(requestParameters: DlnaServerApiGetContentDirectory3Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
|
693
|
+
getContentDirectory3(requestParameters: DlnaServerApiGetContentDirectory3Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
694
694
|
/**
|
|
695
695
|
*
|
|
696
696
|
* @summary Get Description Xml.
|
|
@@ -699,7 +699,7 @@ export declare class DlnaServerApi extends BaseAPI {
|
|
|
699
699
|
* @throws {RequiredError}
|
|
700
700
|
* @memberof DlnaServerApi
|
|
701
701
|
*/
|
|
702
|
-
getDescriptionXml(requestParameters: DlnaServerApiGetDescriptionXmlRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
|
702
|
+
getDescriptionXml(requestParameters: DlnaServerApiGetDescriptionXmlRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
703
703
|
/**
|
|
704
704
|
*
|
|
705
705
|
* @summary Get Description Xml.
|
|
@@ -708,7 +708,7 @@ export declare class DlnaServerApi extends BaseAPI {
|
|
|
708
708
|
* @throws {RequiredError}
|
|
709
709
|
* @memberof DlnaServerApi
|
|
710
710
|
*/
|
|
711
|
-
getDescriptionXml2(requestParameters: DlnaServerApiGetDescriptionXml2Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
|
711
|
+
getDescriptionXml2(requestParameters: DlnaServerApiGetDescriptionXml2Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
712
712
|
/**
|
|
713
713
|
*
|
|
714
714
|
* @summary Gets a server icon.
|
|
@@ -717,7 +717,7 @@ export declare class DlnaServerApi extends BaseAPI {
|
|
|
717
717
|
* @throws {RequiredError}
|
|
718
718
|
* @memberof DlnaServerApi
|
|
719
719
|
*/
|
|
720
|
-
getIcon(requestParameters: DlnaServerApiGetIconRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
|
720
|
+
getIcon(requestParameters: DlnaServerApiGetIconRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
721
721
|
/**
|
|
722
722
|
*
|
|
723
723
|
* @summary Gets a server icon.
|
|
@@ -726,7 +726,7 @@ export declare class DlnaServerApi extends BaseAPI {
|
|
|
726
726
|
* @throws {RequiredError}
|
|
727
727
|
* @memberof DlnaServerApi
|
|
728
728
|
*/
|
|
729
|
-
getIconId(requestParameters: DlnaServerApiGetIconIdRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
|
729
|
+
getIconId(requestParameters: DlnaServerApiGetIconIdRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
730
730
|
/**
|
|
731
731
|
*
|
|
732
732
|
* @summary Gets Dlna media receiver registrar xml.
|
|
@@ -735,7 +735,7 @@ export declare class DlnaServerApi extends BaseAPI {
|
|
|
735
735
|
* @throws {RequiredError}
|
|
736
736
|
* @memberof DlnaServerApi
|
|
737
737
|
*/
|
|
738
|
-
getMediaReceiverRegistrar(requestParameters: DlnaServerApiGetMediaReceiverRegistrarRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
|
738
|
+
getMediaReceiverRegistrar(requestParameters: DlnaServerApiGetMediaReceiverRegistrarRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
739
739
|
/**
|
|
740
740
|
*
|
|
741
741
|
* @summary Gets Dlna media receiver registrar xml.
|
|
@@ -744,7 +744,7 @@ export declare class DlnaServerApi extends BaseAPI {
|
|
|
744
744
|
* @throws {RequiredError}
|
|
745
745
|
* @memberof DlnaServerApi
|
|
746
746
|
*/
|
|
747
|
-
getMediaReceiverRegistrar2(requestParameters: DlnaServerApiGetMediaReceiverRegistrar2Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
|
747
|
+
getMediaReceiverRegistrar2(requestParameters: DlnaServerApiGetMediaReceiverRegistrar2Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
748
748
|
/**
|
|
749
749
|
*
|
|
750
750
|
* @summary Gets Dlna media receiver registrar xml.
|
|
@@ -753,7 +753,7 @@ export declare class DlnaServerApi extends BaseAPI {
|
|
|
753
753
|
* @throws {RequiredError}
|
|
754
754
|
* @memberof DlnaServerApi
|
|
755
755
|
*/
|
|
756
|
-
getMediaReceiverRegistrar3(requestParameters: DlnaServerApiGetMediaReceiverRegistrar3Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
|
756
|
+
getMediaReceiverRegistrar3(requestParameters: DlnaServerApiGetMediaReceiverRegistrar3Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
757
757
|
/**
|
|
758
758
|
*
|
|
759
759
|
* @summary Process a connection manager control request.
|
|
@@ -762,7 +762,7 @@ export declare class DlnaServerApi extends BaseAPI {
|
|
|
762
762
|
* @throws {RequiredError}
|
|
763
763
|
* @memberof DlnaServerApi
|
|
764
764
|
*/
|
|
765
|
-
processConnectionManagerControlRequest(requestParameters: DlnaServerApiProcessConnectionManagerControlRequestRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
|
765
|
+
processConnectionManagerControlRequest(requestParameters: DlnaServerApiProcessConnectionManagerControlRequestRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
766
766
|
/**
|
|
767
767
|
*
|
|
768
768
|
* @summary Process a content directory control request.
|
|
@@ -771,7 +771,7 @@ export declare class DlnaServerApi extends BaseAPI {
|
|
|
771
771
|
* @throws {RequiredError}
|
|
772
772
|
* @memberof DlnaServerApi
|
|
773
773
|
*/
|
|
774
|
-
processContentDirectoryControlRequest(requestParameters: DlnaServerApiProcessContentDirectoryControlRequestRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
|
774
|
+
processContentDirectoryControlRequest(requestParameters: DlnaServerApiProcessContentDirectoryControlRequestRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
775
775
|
/**
|
|
776
776
|
*
|
|
777
777
|
* @summary Process a media receiver registrar control request.
|
|
@@ -780,5 +780,5 @@ export declare class DlnaServerApi extends BaseAPI {
|
|
|
780
780
|
* @throws {RequiredError}
|
|
781
781
|
* @memberof DlnaServerApi
|
|
782
782
|
*/
|
|
783
|
-
processMediaReceiverRegistrarControlRequest(requestParameters: DlnaServerApiProcessMediaReceiverRegistrarControlRequestRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
|
783
|
+
processMediaReceiverRegistrarControlRequest(requestParameters: DlnaServerApiProcessMediaReceiverRegistrarControlRequestRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
784
784
|
}
|
|
@@ -4185,7 +4185,7 @@ export declare class DynamicHlsApi extends BaseAPI {
|
|
|
4185
4185
|
* @throws {RequiredError}
|
|
4186
4186
|
* @memberof DynamicHlsApi
|
|
4187
4187
|
*/
|
|
4188
|
-
getHlsAudioSegment(requestParameters: DynamicHlsApiGetHlsAudioSegmentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
4188
|
+
getHlsAudioSegment(requestParameters: DynamicHlsApiGetHlsAudioSegmentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
4189
4189
|
/**
|
|
4190
4190
|
*
|
|
4191
4191
|
* @summary Gets a video stream using HTTP live streaming.
|
|
@@ -4194,7 +4194,7 @@ export declare class DynamicHlsApi extends BaseAPI {
|
|
|
4194
4194
|
* @throws {RequiredError}
|
|
4195
4195
|
* @memberof DynamicHlsApi
|
|
4196
4196
|
*/
|
|
4197
|
-
getHlsVideoSegment(requestParameters: DynamicHlsApiGetHlsVideoSegmentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
4197
|
+
getHlsVideoSegment(requestParameters: DynamicHlsApiGetHlsVideoSegmentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
4198
4198
|
/**
|
|
4199
4199
|
*
|
|
4200
4200
|
* @summary Gets a hls live stream.
|
|
@@ -4203,7 +4203,7 @@ export declare class DynamicHlsApi extends BaseAPI {
|
|
|
4203
4203
|
* @throws {RequiredError}
|
|
4204
4204
|
* @memberof DynamicHlsApi
|
|
4205
4205
|
*/
|
|
4206
|
-
getLiveHlsStream(requestParameters: DynamicHlsApiGetLiveHlsStreamRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
4206
|
+
getLiveHlsStream(requestParameters: DynamicHlsApiGetLiveHlsStreamRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
4207
4207
|
/**
|
|
4208
4208
|
*
|
|
4209
4209
|
* @summary Gets an audio hls playlist stream.
|
|
@@ -4212,7 +4212,7 @@ export declare class DynamicHlsApi extends BaseAPI {
|
|
|
4212
4212
|
* @throws {RequiredError}
|
|
4213
4213
|
* @memberof DynamicHlsApi
|
|
4214
4214
|
*/
|
|
4215
|
-
getMasterHlsAudioPlaylist(requestParameters: DynamicHlsApiGetMasterHlsAudioPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
4215
|
+
getMasterHlsAudioPlaylist(requestParameters: DynamicHlsApiGetMasterHlsAudioPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
4216
4216
|
/**
|
|
4217
4217
|
*
|
|
4218
4218
|
* @summary Gets a video hls playlist stream.
|
|
@@ -4221,7 +4221,7 @@ export declare class DynamicHlsApi extends BaseAPI {
|
|
|
4221
4221
|
* @throws {RequiredError}
|
|
4222
4222
|
* @memberof DynamicHlsApi
|
|
4223
4223
|
*/
|
|
4224
|
-
getMasterHlsVideoPlaylist(requestParameters: DynamicHlsApiGetMasterHlsVideoPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
4224
|
+
getMasterHlsVideoPlaylist(requestParameters: DynamicHlsApiGetMasterHlsVideoPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
4225
4225
|
/**
|
|
4226
4226
|
*
|
|
4227
4227
|
* @summary Gets an audio stream using HTTP live streaming.
|
|
@@ -4230,7 +4230,7 @@ export declare class DynamicHlsApi extends BaseAPI {
|
|
|
4230
4230
|
* @throws {RequiredError}
|
|
4231
4231
|
* @memberof DynamicHlsApi
|
|
4232
4232
|
*/
|
|
4233
|
-
getVariantHlsAudioPlaylist(requestParameters: DynamicHlsApiGetVariantHlsAudioPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
4233
|
+
getVariantHlsAudioPlaylist(requestParameters: DynamicHlsApiGetVariantHlsAudioPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
4234
4234
|
/**
|
|
4235
4235
|
*
|
|
4236
4236
|
* @summary Gets a video stream using HTTP live streaming.
|
|
@@ -4239,7 +4239,7 @@ export declare class DynamicHlsApi extends BaseAPI {
|
|
|
4239
4239
|
* @throws {RequiredError}
|
|
4240
4240
|
* @memberof DynamicHlsApi
|
|
4241
4241
|
*/
|
|
4242
|
-
getVariantHlsVideoPlaylist(requestParameters: DynamicHlsApiGetVariantHlsVideoPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
4242
|
+
getVariantHlsVideoPlaylist(requestParameters: DynamicHlsApiGetVariantHlsVideoPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
4243
4243
|
/**
|
|
4244
4244
|
*
|
|
4245
4245
|
* @summary Gets an audio hls playlist stream.
|
|
@@ -4248,7 +4248,7 @@ export declare class DynamicHlsApi extends BaseAPI {
|
|
|
4248
4248
|
* @throws {RequiredError}
|
|
4249
4249
|
* @memberof DynamicHlsApi
|
|
4250
4250
|
*/
|
|
4251
|
-
headMasterHlsAudioPlaylist(requestParameters: DynamicHlsApiHeadMasterHlsAudioPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
4251
|
+
headMasterHlsAudioPlaylist(requestParameters: DynamicHlsApiHeadMasterHlsAudioPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
4252
4252
|
/**
|
|
4253
4253
|
*
|
|
4254
4254
|
* @summary Gets a video hls playlist stream.
|
|
@@ -4257,5 +4257,5 @@ export declare class DynamicHlsApi extends BaseAPI {
|
|
|
4257
4257
|
* @throws {RequiredError}
|
|
4258
4258
|
* @memberof DynamicHlsApi
|
|
4259
4259
|
*/
|
|
4260
|
-
headMasterHlsVideoPlaylist(requestParameters: DynamicHlsApiHeadMasterHlsVideoPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
4260
|
+
headMasterHlsVideoPlaylist(requestParameters: DynamicHlsApiHeadMasterHlsVideoPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
4261
4261
|
}
|
|
@@ -239,7 +239,7 @@ export declare class EnvironmentApi extends BaseAPI {
|
|
|
239
239
|
* @throws {RequiredError}
|
|
240
240
|
* @memberof EnvironmentApi
|
|
241
241
|
*/
|
|
242
|
-
getDefaultDirectoryBrowser(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DefaultDirectoryBrowserInfoDto, any>>;
|
|
242
|
+
getDefaultDirectoryBrowser(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DefaultDirectoryBrowserInfoDto, any, {}>>;
|
|
243
243
|
/**
|
|
244
244
|
*
|
|
245
245
|
* @summary Gets the contents of a given directory in the file system.
|
|
@@ -248,7 +248,7 @@ export declare class EnvironmentApi extends BaseAPI {
|
|
|
248
248
|
* @throws {RequiredError}
|
|
249
249
|
* @memberof EnvironmentApi
|
|
250
250
|
*/
|
|
251
|
-
getDirectoryContents(requestParameters: EnvironmentApiGetDirectoryContentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FileSystemEntryInfo[], any>>;
|
|
251
|
+
getDirectoryContents(requestParameters: EnvironmentApiGetDirectoryContentsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FileSystemEntryInfo[], any, {}>>;
|
|
252
252
|
/**
|
|
253
253
|
*
|
|
254
254
|
* @summary Gets available drives from the server\'s file system.
|
|
@@ -256,7 +256,7 @@ export declare class EnvironmentApi extends BaseAPI {
|
|
|
256
256
|
* @throws {RequiredError}
|
|
257
257
|
* @memberof EnvironmentApi
|
|
258
258
|
*/
|
|
259
|
-
getDrives(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FileSystemEntryInfo[], any>>;
|
|
259
|
+
getDrives(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FileSystemEntryInfo[], any, {}>>;
|
|
260
260
|
/**
|
|
261
261
|
*
|
|
262
262
|
* @summary Gets network paths.
|
|
@@ -265,7 +265,7 @@ export declare class EnvironmentApi extends BaseAPI {
|
|
|
265
265
|
* @throws {RequiredError}
|
|
266
266
|
* @memberof EnvironmentApi
|
|
267
267
|
*/
|
|
268
|
-
getNetworkShares(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FileSystemEntryInfo[], any>>;
|
|
268
|
+
getNetworkShares(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FileSystemEntryInfo[], any, {}>>;
|
|
269
269
|
/**
|
|
270
270
|
*
|
|
271
271
|
* @summary Gets the parent path of a given path.
|
|
@@ -274,7 +274,7 @@ export declare class EnvironmentApi extends BaseAPI {
|
|
|
274
274
|
* @throws {RequiredError}
|
|
275
275
|
* @memberof EnvironmentApi
|
|
276
276
|
*/
|
|
277
|
-
getParentPath(requestParameters: EnvironmentApiGetParentPathRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
277
|
+
getParentPath(requestParameters: EnvironmentApiGetParentPathRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
278
278
|
/**
|
|
279
279
|
*
|
|
280
280
|
* @summary Validates path.
|
|
@@ -283,5 +283,5 @@ export declare class EnvironmentApi extends BaseAPI {
|
|
|
283
283
|
* @throws {RequiredError}
|
|
284
284
|
* @memberof EnvironmentApi
|
|
285
285
|
*/
|
|
286
|
-
validatePath(requestParameters: EnvironmentApiValidatePathRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
286
|
+
validatePath(requestParameters: EnvironmentApiValidatePathRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
287
287
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import globalAxios from 'axios';
|
|
2
|
-
import { DUMMY_BASE_URL, setApiKeyToObject, setSearchParams,
|
|
2
|
+
import { assertParamExists, DUMMY_BASE_URL, setApiKeyToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common.js';
|
|
3
3
|
import { operationServerMap, BaseAPI, BASE_PATH } from '../base.js';
|
|
4
4
|
|
|
5
5
|
/* tslint:disable */
|
|
@@ -218,7 +218,7 @@ export declare class FilterApi extends BaseAPI {
|
|
|
218
218
|
* @throws {RequiredError}
|
|
219
219
|
* @memberof FilterApi
|
|
220
220
|
*/
|
|
221
|
-
getQueryFilters(requestParameters?: FilterApiGetQueryFiltersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<QueryFilters, any>>;
|
|
221
|
+
getQueryFilters(requestParameters?: FilterApiGetQueryFiltersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<QueryFilters, any, {}>>;
|
|
222
222
|
/**
|
|
223
223
|
*
|
|
224
224
|
* @summary Gets legacy query filters.
|
|
@@ -227,5 +227,5 @@ export declare class FilterApi extends BaseAPI {
|
|
|
227
227
|
* @throws {RequiredError}
|
|
228
228
|
* @memberof FilterApi
|
|
229
229
|
*/
|
|
230
|
-
getQueryFiltersLegacy(requestParameters?: FilterApiGetQueryFiltersLegacyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<QueryFiltersLegacy, any>>;
|
|
230
|
+
getQueryFiltersLegacy(requestParameters?: FilterApiGetQueryFiltersLegacyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<QueryFiltersLegacy, any, {}>>;
|
|
231
231
|
}
|
|
@@ -269,7 +269,7 @@ export declare class GenresApi extends BaseAPI {
|
|
|
269
269
|
* @throws {RequiredError}
|
|
270
270
|
* @memberof GenresApi
|
|
271
271
|
*/
|
|
272
|
-
getGenre(requestParameters: GenresApiGetGenreRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDto, any>>;
|
|
272
|
+
getGenre(requestParameters: GenresApiGetGenreRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDto, any, {}>>;
|
|
273
273
|
/**
|
|
274
274
|
*
|
|
275
275
|
* @summary Gets all genres from a given item, folder, or the entire library.
|
|
@@ -278,5 +278,5 @@ export declare class GenresApi extends BaseAPI {
|
|
|
278
278
|
* @throws {RequiredError}
|
|
279
279
|
* @memberof GenresApi
|
|
280
280
|
*/
|
|
281
|
-
getGenres(requestParameters?: GenresApiGetGenresRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any>>;
|
|
281
|
+
getGenres(requestParameters?: GenresApiGetGenresRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any, {}>>;
|
|
282
282
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import globalAxios from 'axios';
|
|
2
|
-
import {
|
|
2
|
+
import { DUMMY_BASE_URL, setApiKeyToObject, setSearchParams, toPathString, assertParamExists, createRequestFunction } from '../common.js';
|
|
3
3
|
import { operationServerMap, BaseAPI, BASE_PATH } from '../base.js';
|
|
4
4
|
|
|
5
5
|
/* tslint:disable */
|
|
@@ -285,7 +285,7 @@ export declare class HlsSegmentApi extends BaseAPI {
|
|
|
285
285
|
* @throws {RequiredError}
|
|
286
286
|
* @memberof HlsSegmentApi
|
|
287
287
|
*/
|
|
288
|
-
getHlsAudioSegmentLegacyAac(requestParameters: HlsSegmentApiGetHlsAudioSegmentLegacyAacRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
288
|
+
getHlsAudioSegmentLegacyAac(requestParameters: HlsSegmentApiGetHlsAudioSegmentLegacyAacRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
289
289
|
/**
|
|
290
290
|
*
|
|
291
291
|
* @summary Gets the specified audio segment for an audio item.
|
|
@@ -294,7 +294,7 @@ export declare class HlsSegmentApi extends BaseAPI {
|
|
|
294
294
|
* @throws {RequiredError}
|
|
295
295
|
* @memberof HlsSegmentApi
|
|
296
296
|
*/
|
|
297
|
-
getHlsAudioSegmentLegacyMp3(requestParameters: HlsSegmentApiGetHlsAudioSegmentLegacyMp3Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
297
|
+
getHlsAudioSegmentLegacyMp3(requestParameters: HlsSegmentApiGetHlsAudioSegmentLegacyMp3Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
298
298
|
/**
|
|
299
299
|
*
|
|
300
300
|
* @summary Gets a hls video playlist.
|
|
@@ -303,7 +303,7 @@ export declare class HlsSegmentApi extends BaseAPI {
|
|
|
303
303
|
* @throws {RequiredError}
|
|
304
304
|
* @memberof HlsSegmentApi
|
|
305
305
|
*/
|
|
306
|
-
getHlsPlaylistLegacy(requestParameters: HlsSegmentApiGetHlsPlaylistLegacyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
306
|
+
getHlsPlaylistLegacy(requestParameters: HlsSegmentApiGetHlsPlaylistLegacyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
307
307
|
/**
|
|
308
308
|
*
|
|
309
309
|
* @summary Gets a hls video segment.
|
|
@@ -312,7 +312,7 @@ export declare class HlsSegmentApi extends BaseAPI {
|
|
|
312
312
|
* @throws {RequiredError}
|
|
313
313
|
* @memberof HlsSegmentApi
|
|
314
314
|
*/
|
|
315
|
-
getHlsVideoSegmentLegacy(requestParameters: HlsSegmentApiGetHlsVideoSegmentLegacyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
315
|
+
getHlsVideoSegmentLegacy(requestParameters: HlsSegmentApiGetHlsVideoSegmentLegacyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
316
316
|
/**
|
|
317
317
|
*
|
|
318
318
|
* @summary Stops an active encoding.
|
|
@@ -321,5 +321,5 @@ export declare class HlsSegmentApi extends BaseAPI {
|
|
|
321
321
|
* @throws {RequiredError}
|
|
322
322
|
* @memberof HlsSegmentApi
|
|
323
323
|
*/
|
|
324
|
-
stopEncodingProcess(requestParameters: HlsSegmentApiStopEncodingProcessRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
324
|
+
stopEncodingProcess(requestParameters: HlsSegmentApiStopEncodingProcessRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
325
325
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import globalAxios from 'axios';
|
|
2
|
-
import { assertParamExists, DUMMY_BASE_URL, setSearchParams, toPathString,
|
|
2
|
+
import { assertParamExists, DUMMY_BASE_URL, setApiKeyToObject, setSearchParams, toPathString, createRequestFunction } from '../common.js';
|
|
3
3
|
import { operationServerMap, BaseAPI, BASE_PATH } from '../base.js';
|
|
4
4
|
|
|
5
5
|
/* tslint:disable */
|