@jellyfin/sdk 0.11.0 → 0.13.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 +142 -0
- package/README.md +8 -53
- package/lib/api.d.ts +11 -2
- package/lib/api.js +23 -13
- 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/utils/api/session-api.js +16 -1
- package/lib/utils/api/user-api.js +26 -1
- package/lib/versions.d.ts +2 -2
- package/lib/versions.js +2 -2
- package/package.json +18 -16
- package/lib/models/api/item-sort-by.d.ts +0 -40
- package/lib/models/api/item-sort-by.js +0 -43
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
import type { Configuration } from '../configuration';
|
|
12
12
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
13
13
|
import { type RequestArgs, BaseAPI } from '../base';
|
|
14
|
+
import type { BrandingOptionsDto } from '../models';
|
|
14
15
|
import type { MetadataOptions } from '../models';
|
|
15
16
|
import type { ServerConfiguration } from '../models';
|
|
16
17
|
/**
|
|
@@ -40,6 +41,14 @@ export declare const ConfigurationApiAxiosParamCreator: (configuration?: Configu
|
|
|
40
41
|
* @throws {RequiredError}
|
|
41
42
|
*/
|
|
42
43
|
getNamedConfiguration: (key: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @summary Updates branding configuration.
|
|
47
|
+
* @param {BrandingOptionsDto} brandingOptionsDto Branding configuration.
|
|
48
|
+
* @param {*} [options] Override http request option.
|
|
49
|
+
* @throws {RequiredError}
|
|
50
|
+
*/
|
|
51
|
+
updateBrandingConfiguration: (brandingOptionsDto: BrandingOptionsDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
43
52
|
/**
|
|
44
53
|
*
|
|
45
54
|
* @summary Updates application configuration.
|
|
@@ -85,6 +94,14 @@ export declare const ConfigurationApiFp: (configuration?: Configuration) => {
|
|
|
85
94
|
* @throws {RequiredError}
|
|
86
95
|
*/
|
|
87
96
|
getNamedConfiguration(key: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @summary Updates branding configuration.
|
|
100
|
+
* @param {BrandingOptionsDto} brandingOptionsDto Branding configuration.
|
|
101
|
+
* @param {*} [options] Override http request option.
|
|
102
|
+
* @throws {RequiredError}
|
|
103
|
+
*/
|
|
104
|
+
updateBrandingConfiguration(brandingOptionsDto: BrandingOptionsDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
88
105
|
/**
|
|
89
106
|
*
|
|
90
107
|
* @summary Updates application configuration.
|
|
@@ -130,6 +147,14 @@ export declare const ConfigurationApiFactory: (configuration?: Configuration, ba
|
|
|
130
147
|
* @throws {RequiredError}
|
|
131
148
|
*/
|
|
132
149
|
getNamedConfiguration(requestParameters: ConfigurationApiGetNamedConfigurationRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
150
|
+
/**
|
|
151
|
+
*
|
|
152
|
+
* @summary Updates branding configuration.
|
|
153
|
+
* @param {ConfigurationApiUpdateBrandingConfigurationRequest} requestParameters Request parameters.
|
|
154
|
+
* @param {*} [options] Override http request option.
|
|
155
|
+
* @throws {RequiredError}
|
|
156
|
+
*/
|
|
157
|
+
updateBrandingConfiguration(requestParameters: ConfigurationApiUpdateBrandingConfigurationRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
133
158
|
/**
|
|
134
159
|
*
|
|
135
160
|
* @summary Updates application configuration.
|
|
@@ -160,6 +185,19 @@ export interface ConfigurationApiGetNamedConfigurationRequest {
|
|
|
160
185
|
*/
|
|
161
186
|
readonly key: string;
|
|
162
187
|
}
|
|
188
|
+
/**
|
|
189
|
+
* Request parameters for updateBrandingConfiguration operation in ConfigurationApi.
|
|
190
|
+
* @export
|
|
191
|
+
* @interface ConfigurationApiUpdateBrandingConfigurationRequest
|
|
192
|
+
*/
|
|
193
|
+
export interface ConfigurationApiUpdateBrandingConfigurationRequest {
|
|
194
|
+
/**
|
|
195
|
+
* Branding configuration.
|
|
196
|
+
* @type {BrandingOptionsDto}
|
|
197
|
+
* @memberof ConfigurationApiUpdateBrandingConfiguration
|
|
198
|
+
*/
|
|
199
|
+
readonly brandingOptionsDto: BrandingOptionsDto;
|
|
200
|
+
}
|
|
163
201
|
/**
|
|
164
202
|
* Request parameters for updateConfiguration operation in ConfigurationApi.
|
|
165
203
|
* @export
|
|
@@ -206,7 +244,7 @@ export declare class ConfigurationApi extends BaseAPI {
|
|
|
206
244
|
* @throws {RequiredError}
|
|
207
245
|
* @memberof ConfigurationApi
|
|
208
246
|
*/
|
|
209
|
-
getConfiguration(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServerConfiguration, any>>;
|
|
247
|
+
getConfiguration(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServerConfiguration, any, {}>>;
|
|
210
248
|
/**
|
|
211
249
|
*
|
|
212
250
|
* @summary Gets a default MetadataOptions object.
|
|
@@ -214,7 +252,7 @@ export declare class ConfigurationApi extends BaseAPI {
|
|
|
214
252
|
* @throws {RequiredError}
|
|
215
253
|
* @memberof ConfigurationApi
|
|
216
254
|
*/
|
|
217
|
-
getDefaultMetadataOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MetadataOptions, any>>;
|
|
255
|
+
getDefaultMetadataOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MetadataOptions, any, {}>>;
|
|
218
256
|
/**
|
|
219
257
|
*
|
|
220
258
|
* @summary Gets a named configuration.
|
|
@@ -223,7 +261,16 @@ export declare class ConfigurationApi extends BaseAPI {
|
|
|
223
261
|
* @throws {RequiredError}
|
|
224
262
|
* @memberof ConfigurationApi
|
|
225
263
|
*/
|
|
226
|
-
getNamedConfiguration(requestParameters: ConfigurationApiGetNamedConfigurationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
264
|
+
getNamedConfiguration(requestParameters: ConfigurationApiGetNamedConfigurationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
265
|
+
/**
|
|
266
|
+
*
|
|
267
|
+
* @summary Updates branding configuration.
|
|
268
|
+
* @param {ConfigurationApiUpdateBrandingConfigurationRequest} requestParameters Request parameters.
|
|
269
|
+
* @param {*} [options] Override http request option.
|
|
270
|
+
* @throws {RequiredError}
|
|
271
|
+
* @memberof ConfigurationApi
|
|
272
|
+
*/
|
|
273
|
+
updateBrandingConfiguration(requestParameters: ConfigurationApiUpdateBrandingConfigurationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
227
274
|
/**
|
|
228
275
|
*
|
|
229
276
|
* @summary Updates application configuration.
|
|
@@ -232,7 +279,7 @@ export declare class ConfigurationApi extends BaseAPI {
|
|
|
232
279
|
* @throws {RequiredError}
|
|
233
280
|
* @memberof ConfigurationApi
|
|
234
281
|
*/
|
|
235
|
-
updateConfiguration(requestParameters: ConfigurationApiUpdateConfigurationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
282
|
+
updateConfiguration(requestParameters: ConfigurationApiUpdateConfigurationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
236
283
|
/**
|
|
237
284
|
*
|
|
238
285
|
* @summary Updates named configuration.
|
|
@@ -241,5 +288,5 @@ export declare class ConfigurationApi extends BaseAPI {
|
|
|
241
288
|
* @throws {RequiredError}
|
|
242
289
|
* @memberof ConfigurationApi
|
|
243
290
|
*/
|
|
244
|
-
updateNamedConfiguration(requestParameters: ConfigurationApiUpdateNamedConfigurationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
291
|
+
updateNamedConfiguration(requestParameters: ConfigurationApiUpdateNamedConfigurationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
245
292
|
}
|
|
@@ -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 */
|
|
@@ -105,6 +105,38 @@ const ConfigurationApiAxiosParamCreator = function (configuration) {
|
|
|
105
105
|
options: localVarRequestOptions,
|
|
106
106
|
};
|
|
107
107
|
},
|
|
108
|
+
/**
|
|
109
|
+
*
|
|
110
|
+
* @summary Updates branding configuration.
|
|
111
|
+
* @param {BrandingOptionsDto} brandingOptionsDto Branding configuration.
|
|
112
|
+
* @param {*} [options] Override http request option.
|
|
113
|
+
* @throws {RequiredError}
|
|
114
|
+
*/
|
|
115
|
+
updateBrandingConfiguration: async (brandingOptionsDto, options = {}) => {
|
|
116
|
+
// verify required parameter 'brandingOptionsDto' is not null or undefined
|
|
117
|
+
assertParamExists('updateBrandingConfiguration', 'brandingOptionsDto', brandingOptionsDto);
|
|
118
|
+
const localVarPath = `/System/Configuration/Branding`;
|
|
119
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
120
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
121
|
+
let baseOptions;
|
|
122
|
+
if (configuration) {
|
|
123
|
+
baseOptions = configuration.baseOptions;
|
|
124
|
+
}
|
|
125
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
126
|
+
const localVarHeaderParameter = {};
|
|
127
|
+
const localVarQueryParameter = {};
|
|
128
|
+
// authentication CustomAuthentication required
|
|
129
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration);
|
|
130
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
131
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
132
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
133
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
134
|
+
localVarRequestOptions.data = serializeDataIfNeeded(brandingOptionsDto, localVarRequestOptions, configuration);
|
|
135
|
+
return {
|
|
136
|
+
url: toPathString(localVarUrlObj),
|
|
137
|
+
options: localVarRequestOptions,
|
|
138
|
+
};
|
|
139
|
+
},
|
|
108
140
|
/**
|
|
109
141
|
*
|
|
110
142
|
* @summary Updates application configuration.
|
|
@@ -222,6 +254,20 @@ const ConfigurationApiFp = function (configuration) {
|
|
|
222
254
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConfigurationApi.getNamedConfiguration']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
223
255
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
224
256
|
},
|
|
257
|
+
/**
|
|
258
|
+
*
|
|
259
|
+
* @summary Updates branding configuration.
|
|
260
|
+
* @param {BrandingOptionsDto} brandingOptionsDto Branding configuration.
|
|
261
|
+
* @param {*} [options] Override http request option.
|
|
262
|
+
* @throws {RequiredError}
|
|
263
|
+
*/
|
|
264
|
+
async updateBrandingConfiguration(brandingOptionsDto, options) {
|
|
265
|
+
var _a, _b, _c;
|
|
266
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateBrandingConfiguration(brandingOptionsDto, options);
|
|
267
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
268
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConfigurationApi.updateBrandingConfiguration']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
269
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
270
|
+
},
|
|
225
271
|
/**
|
|
226
272
|
*
|
|
227
273
|
* @summary Updates application configuration.
|
|
@@ -288,6 +334,16 @@ const ConfigurationApiFactory = function (configuration, basePath, axios) {
|
|
|
288
334
|
getNamedConfiguration(requestParameters, options) {
|
|
289
335
|
return localVarFp.getNamedConfiguration(requestParameters.key, options).then((request) => request(axios, basePath));
|
|
290
336
|
},
|
|
337
|
+
/**
|
|
338
|
+
*
|
|
339
|
+
* @summary Updates branding configuration.
|
|
340
|
+
* @param {ConfigurationApiUpdateBrandingConfigurationRequest} requestParameters Request parameters.
|
|
341
|
+
* @param {*} [options] Override http request option.
|
|
342
|
+
* @throws {RequiredError}
|
|
343
|
+
*/
|
|
344
|
+
updateBrandingConfiguration(requestParameters, options) {
|
|
345
|
+
return localVarFp.updateBrandingConfiguration(requestParameters.brandingOptionsDto, options).then((request) => request(axios, basePath));
|
|
346
|
+
},
|
|
291
347
|
/**
|
|
292
348
|
*
|
|
293
349
|
* @summary Updates application configuration.
|
|
@@ -348,6 +404,17 @@ class ConfigurationApi extends BaseAPI {
|
|
|
348
404
|
getNamedConfiguration(requestParameters, options) {
|
|
349
405
|
return ConfigurationApiFp(this.configuration).getNamedConfiguration(requestParameters.key, options).then((request) => request(this.axios, this.basePath));
|
|
350
406
|
}
|
|
407
|
+
/**
|
|
408
|
+
*
|
|
409
|
+
* @summary Updates branding configuration.
|
|
410
|
+
* @param {ConfigurationApiUpdateBrandingConfigurationRequest} requestParameters Request parameters.
|
|
411
|
+
* @param {*} [options] Override http request option.
|
|
412
|
+
* @throws {RequiredError}
|
|
413
|
+
* @memberof ConfigurationApi
|
|
414
|
+
*/
|
|
415
|
+
updateBrandingConfiguration(requestParameters, options) {
|
|
416
|
+
return ConfigurationApiFp(this.configuration).updateBrandingConfiguration(requestParameters.brandingOptionsDto, options).then((request) => request(this.axios, this.basePath));
|
|
417
|
+
}
|
|
351
418
|
/**
|
|
352
419
|
*
|
|
353
420
|
* @summary Updates application configuration.
|
|
@@ -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
|
}
|