@jellyfin/sdk 0.0.0-unstable.202510181733 → 0.0.0-unstable.202510181735
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/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 +4 -4
- package/lib/generated-client/api/backup-api.d.ts +4 -4
- package/lib/generated-client/api/branding-api.d.ts +3 -3
- 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 +6 -6
- package/lib/generated-client/api/dashboard-api.d.ts +2 -2
- package/lib/generated-client/api/devices-api.d.ts +5 -5
- package/lib/generated-client/api/display-preferences-api.d.ts +2 -2
- 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/filter-api.d.ts +2 -2
- package/lib/generated-client/api/genres-api.d.ts +2 -2
- package/lib/generated-client/api/hls-segment-api.d.ts +5 -5
- package/lib/generated-client/api/image-api.d.ts +37 -37
- 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 +1 -1
- 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/library-api.d.ts +25 -25
- package/lib/generated-client/api/library-structure-api.d.ts +8 -8
- package/lib/generated-client/api/live-tv-api.d.ts +41 -41
- 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/media-info-api.d.ts +5 -5
- 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/notifications-api.d.ts +7 -7
- package/lib/generated-client/api/package-api.d.ts +6 -6
- package/lib/generated-client/api/persons-api.d.ts +2 -2
- package/lib/generated-client/api/playlists-api.d.ts +11 -11
- package/lib/generated-client/api/playstate-api.d.ts +9 -9
- 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/remote-image-api.d.ts +3 -3
- package/lib/generated-client/api/scheduled-tasks-api.d.ts +5 -5
- 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/studios-api.d.ts +2 -2
- package/lib/generated-client/api/subtitle-api.d.ts +10 -10
- package/lib/generated-client/api/suggestions-api.d.ts +1 -1
- package/lib/generated-client/api/sync-play-api.d.ts +22 -22
- package/lib/generated-client/api/system-api.d.ts +10 -10
- 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/universal-audio-api.d.ts +2 -2
- package/lib/generated-client/api/user-api.d.ts +14 -14
- 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/common.d.ts +1 -1
- package/package.json +2 -2
|
@@ -637,7 +637,7 @@ export declare class PlaylistsApi extends BaseAPI {
|
|
|
637
637
|
* @throws {RequiredError}
|
|
638
638
|
* @memberof PlaylistsApi
|
|
639
639
|
*/
|
|
640
|
-
addItemToPlaylist(requestParameters: PlaylistsApiAddItemToPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
640
|
+
addItemToPlaylist(requestParameters: PlaylistsApiAddItemToPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
641
641
|
/**
|
|
642
642
|
* For backwards compatibility parameters can be sent via Query or Body, with Query having higher precedence. Query parameters are obsolete.
|
|
643
643
|
* @summary Creates a new playlist.
|
|
@@ -646,7 +646,7 @@ export declare class PlaylistsApi extends BaseAPI {
|
|
|
646
646
|
* @throws {RequiredError}
|
|
647
647
|
* @memberof PlaylistsApi
|
|
648
648
|
*/
|
|
649
|
-
createPlaylist(requestParameters?: PlaylistsApiCreatePlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PlaylistCreationResult, any>>;
|
|
649
|
+
createPlaylist(requestParameters?: PlaylistsApiCreatePlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PlaylistCreationResult, any, {}>>;
|
|
650
650
|
/**
|
|
651
651
|
*
|
|
652
652
|
* @summary Get a playlist.
|
|
@@ -655,7 +655,7 @@ export declare class PlaylistsApi extends BaseAPI {
|
|
|
655
655
|
* @throws {RequiredError}
|
|
656
656
|
* @memberof PlaylistsApi
|
|
657
657
|
*/
|
|
658
|
-
getPlaylist(requestParameters: PlaylistsApiGetPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PlaylistDto, any>>;
|
|
658
|
+
getPlaylist(requestParameters: PlaylistsApiGetPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PlaylistDto, any, {}>>;
|
|
659
659
|
/**
|
|
660
660
|
*
|
|
661
661
|
* @summary Gets the original items of a playlist.
|
|
@@ -664,7 +664,7 @@ export declare class PlaylistsApi extends BaseAPI {
|
|
|
664
664
|
* @throws {RequiredError}
|
|
665
665
|
* @memberof PlaylistsApi
|
|
666
666
|
*/
|
|
667
|
-
getPlaylistItems(requestParameters: PlaylistsApiGetPlaylistItemsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any>>;
|
|
667
|
+
getPlaylistItems(requestParameters: PlaylistsApiGetPlaylistItemsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any, {}>>;
|
|
668
668
|
/**
|
|
669
669
|
*
|
|
670
670
|
* @summary Get a playlist user.
|
|
@@ -673,7 +673,7 @@ export declare class PlaylistsApi extends BaseAPI {
|
|
|
673
673
|
* @throws {RequiredError}
|
|
674
674
|
* @memberof PlaylistsApi
|
|
675
675
|
*/
|
|
676
|
-
getPlaylistUser(requestParameters: PlaylistsApiGetPlaylistUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PlaylistUserPermissions, any>>;
|
|
676
|
+
getPlaylistUser(requestParameters: PlaylistsApiGetPlaylistUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PlaylistUserPermissions, any, {}>>;
|
|
677
677
|
/**
|
|
678
678
|
*
|
|
679
679
|
* @summary Get a playlist\'s users.
|
|
@@ -682,7 +682,7 @@ export declare class PlaylistsApi extends BaseAPI {
|
|
|
682
682
|
* @throws {RequiredError}
|
|
683
683
|
* @memberof PlaylistsApi
|
|
684
684
|
*/
|
|
685
|
-
getPlaylistUsers(requestParameters: PlaylistsApiGetPlaylistUsersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PlaylistUserPermissions[], any>>;
|
|
685
|
+
getPlaylistUsers(requestParameters: PlaylistsApiGetPlaylistUsersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PlaylistUserPermissions[], any, {}>>;
|
|
686
686
|
/**
|
|
687
687
|
*
|
|
688
688
|
* @summary Moves a playlist item.
|
|
@@ -691,7 +691,7 @@ export declare class PlaylistsApi extends BaseAPI {
|
|
|
691
691
|
* @throws {RequiredError}
|
|
692
692
|
* @memberof PlaylistsApi
|
|
693
693
|
*/
|
|
694
|
-
moveItem(requestParameters: PlaylistsApiMoveItemRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
694
|
+
moveItem(requestParameters: PlaylistsApiMoveItemRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
695
695
|
/**
|
|
696
696
|
*
|
|
697
697
|
* @summary Removes items from a playlist.
|
|
@@ -700,7 +700,7 @@ export declare class PlaylistsApi extends BaseAPI {
|
|
|
700
700
|
* @throws {RequiredError}
|
|
701
701
|
* @memberof PlaylistsApi
|
|
702
702
|
*/
|
|
703
|
-
removeItemFromPlaylist(requestParameters: PlaylistsApiRemoveItemFromPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
703
|
+
removeItemFromPlaylist(requestParameters: PlaylistsApiRemoveItemFromPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
704
704
|
/**
|
|
705
705
|
*
|
|
706
706
|
* @summary Remove a user from a playlist\'s users.
|
|
@@ -709,7 +709,7 @@ export declare class PlaylistsApi extends BaseAPI {
|
|
|
709
709
|
* @throws {RequiredError}
|
|
710
710
|
* @memberof PlaylistsApi
|
|
711
711
|
*/
|
|
712
|
-
removeUserFromPlaylist(requestParameters: PlaylistsApiRemoveUserFromPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
712
|
+
removeUserFromPlaylist(requestParameters: PlaylistsApiRemoveUserFromPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
713
713
|
/**
|
|
714
714
|
*
|
|
715
715
|
* @summary Updates a playlist.
|
|
@@ -718,7 +718,7 @@ export declare class PlaylistsApi extends BaseAPI {
|
|
|
718
718
|
* @throws {RequiredError}
|
|
719
719
|
* @memberof PlaylistsApi
|
|
720
720
|
*/
|
|
721
|
-
updatePlaylist(requestParameters: PlaylistsApiUpdatePlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
721
|
+
updatePlaylist(requestParameters: PlaylistsApiUpdatePlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
722
722
|
/**
|
|
723
723
|
*
|
|
724
724
|
* @summary Modify a user of a playlist\'s users.
|
|
@@ -727,5 +727,5 @@ export declare class PlaylistsApi extends BaseAPI {
|
|
|
727
727
|
* @throws {RequiredError}
|
|
728
728
|
* @memberof PlaylistsApi
|
|
729
729
|
*/
|
|
730
|
-
updatePlaylistUser(requestParameters: PlaylistsApiUpdatePlaylistUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
730
|
+
updatePlaylistUser(requestParameters: PlaylistsApiUpdatePlaylistUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
731
731
|
}
|
|
@@ -600,7 +600,7 @@ export declare class PlaystateApi extends BaseAPI {
|
|
|
600
600
|
* @throws {RequiredError}
|
|
601
601
|
* @memberof PlaystateApi
|
|
602
602
|
*/
|
|
603
|
-
markPlayedItem(requestParameters: PlaystateApiMarkPlayedItemRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserItemDataDto, any>>;
|
|
603
|
+
markPlayedItem(requestParameters: PlaystateApiMarkPlayedItemRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserItemDataDto, any, {}>>;
|
|
604
604
|
/**
|
|
605
605
|
*
|
|
606
606
|
* @summary Marks an item as unplayed for user.
|
|
@@ -609,7 +609,7 @@ export declare class PlaystateApi extends BaseAPI {
|
|
|
609
609
|
* @throws {RequiredError}
|
|
610
610
|
* @memberof PlaystateApi
|
|
611
611
|
*/
|
|
612
|
-
markUnplayedItem(requestParameters: PlaystateApiMarkUnplayedItemRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserItemDataDto, any>>;
|
|
612
|
+
markUnplayedItem(requestParameters: PlaystateApiMarkUnplayedItemRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserItemDataDto, any, {}>>;
|
|
613
613
|
/**
|
|
614
614
|
*
|
|
615
615
|
* @summary Reports a session\'s playback progress.
|
|
@@ -619,7 +619,7 @@ export declare class PlaystateApi extends BaseAPI {
|
|
|
619
619
|
* @throws {RequiredError}
|
|
620
620
|
* @memberof PlaystateApi
|
|
621
621
|
*/
|
|
622
|
-
onPlaybackProgress(requestParameters: PlaystateApiOnPlaybackProgressRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
622
|
+
onPlaybackProgress(requestParameters: PlaystateApiOnPlaybackProgressRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
623
623
|
/**
|
|
624
624
|
*
|
|
625
625
|
* @summary Reports that a session has begun playing an item.
|
|
@@ -629,7 +629,7 @@ export declare class PlaystateApi extends BaseAPI {
|
|
|
629
629
|
* @throws {RequiredError}
|
|
630
630
|
* @memberof PlaystateApi
|
|
631
631
|
*/
|
|
632
|
-
onPlaybackStart(requestParameters: PlaystateApiOnPlaybackStartRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
632
|
+
onPlaybackStart(requestParameters: PlaystateApiOnPlaybackStartRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
633
633
|
/**
|
|
634
634
|
*
|
|
635
635
|
* @summary Reports that a session has stopped playing an item.
|
|
@@ -639,7 +639,7 @@ export declare class PlaystateApi extends BaseAPI {
|
|
|
639
639
|
* @throws {RequiredError}
|
|
640
640
|
* @memberof PlaystateApi
|
|
641
641
|
*/
|
|
642
|
-
onPlaybackStopped(requestParameters: PlaystateApiOnPlaybackStoppedRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
642
|
+
onPlaybackStopped(requestParameters: PlaystateApiOnPlaybackStoppedRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
643
643
|
/**
|
|
644
644
|
*
|
|
645
645
|
* @summary Pings a playback session.
|
|
@@ -648,7 +648,7 @@ export declare class PlaystateApi extends BaseAPI {
|
|
|
648
648
|
* @throws {RequiredError}
|
|
649
649
|
* @memberof PlaystateApi
|
|
650
650
|
*/
|
|
651
|
-
pingPlaybackSession(requestParameters: PlaystateApiPingPlaybackSessionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
651
|
+
pingPlaybackSession(requestParameters: PlaystateApiPingPlaybackSessionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
652
652
|
/**
|
|
653
653
|
*
|
|
654
654
|
* @summary Reports playback progress within a session.
|
|
@@ -657,7 +657,7 @@ export declare class PlaystateApi extends BaseAPI {
|
|
|
657
657
|
* @throws {RequiredError}
|
|
658
658
|
* @memberof PlaystateApi
|
|
659
659
|
*/
|
|
660
|
-
reportPlaybackProgress(requestParameters?: PlaystateApiReportPlaybackProgressRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
660
|
+
reportPlaybackProgress(requestParameters?: PlaystateApiReportPlaybackProgressRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
661
661
|
/**
|
|
662
662
|
*
|
|
663
663
|
* @summary Reports playback has started within a session.
|
|
@@ -666,7 +666,7 @@ export declare class PlaystateApi extends BaseAPI {
|
|
|
666
666
|
* @throws {RequiredError}
|
|
667
667
|
* @memberof PlaystateApi
|
|
668
668
|
*/
|
|
669
|
-
reportPlaybackStart(requestParameters?: PlaystateApiReportPlaybackStartRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
669
|
+
reportPlaybackStart(requestParameters?: PlaystateApiReportPlaybackStartRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
670
670
|
/**
|
|
671
671
|
*
|
|
672
672
|
* @summary Reports playback has stopped within a session.
|
|
@@ -675,5 +675,5 @@ export declare class PlaystateApi extends BaseAPI {
|
|
|
675
675
|
* @throws {RequiredError}
|
|
676
676
|
* @memberof PlaystateApi
|
|
677
677
|
*/
|
|
678
|
-
reportPlaybackStopped(requestParameters?: PlaystateApiReportPlaybackStoppedRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
678
|
+
reportPlaybackStopped(requestParameters?: PlaystateApiReportPlaybackStoppedRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
679
679
|
}
|
|
@@ -397,7 +397,7 @@ export declare class PluginsApi extends BaseAPI {
|
|
|
397
397
|
* @throws {RequiredError}
|
|
398
398
|
* @memberof PluginsApi
|
|
399
399
|
*/
|
|
400
|
-
disablePlugin(requestParameters: PluginsApiDisablePluginRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
400
|
+
disablePlugin(requestParameters: PluginsApiDisablePluginRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
401
401
|
/**
|
|
402
402
|
*
|
|
403
403
|
* @summary Enables a disabled plugin.
|
|
@@ -406,7 +406,7 @@ export declare class PluginsApi extends BaseAPI {
|
|
|
406
406
|
* @throws {RequiredError}
|
|
407
407
|
* @memberof PluginsApi
|
|
408
408
|
*/
|
|
409
|
-
enablePlugin(requestParameters: PluginsApiEnablePluginRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
409
|
+
enablePlugin(requestParameters: PluginsApiEnablePluginRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
410
410
|
/**
|
|
411
411
|
*
|
|
412
412
|
* @summary Gets plugin configuration.
|
|
@@ -415,7 +415,7 @@ export declare class PluginsApi extends BaseAPI {
|
|
|
415
415
|
* @throws {RequiredError}
|
|
416
416
|
* @memberof PluginsApi
|
|
417
417
|
*/
|
|
418
|
-
getPluginConfiguration(requestParameters: PluginsApiGetPluginConfigurationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
|
|
418
|
+
getPluginConfiguration(requestParameters: PluginsApiGetPluginConfigurationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}>>;
|
|
419
419
|
/**
|
|
420
420
|
*
|
|
421
421
|
* @summary Gets a plugin\'s image.
|
|
@@ -424,7 +424,7 @@ export declare class PluginsApi extends BaseAPI {
|
|
|
424
424
|
* @throws {RequiredError}
|
|
425
425
|
* @memberof PluginsApi
|
|
426
426
|
*/
|
|
427
|
-
getPluginImage(requestParameters: PluginsApiGetPluginImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
427
|
+
getPluginImage(requestParameters: PluginsApiGetPluginImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
428
428
|
/**
|
|
429
429
|
*
|
|
430
430
|
* @summary Gets a plugin\'s manifest.
|
|
@@ -433,7 +433,7 @@ export declare class PluginsApi extends BaseAPI {
|
|
|
433
433
|
* @throws {RequiredError}
|
|
434
434
|
* @memberof PluginsApi
|
|
435
435
|
*/
|
|
436
|
-
getPluginManifest(requestParameters: PluginsApiGetPluginManifestRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
436
|
+
getPluginManifest(requestParameters: PluginsApiGetPluginManifestRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
437
437
|
/**
|
|
438
438
|
*
|
|
439
439
|
* @summary Gets a list of currently installed plugins.
|
|
@@ -441,7 +441,7 @@ export declare class PluginsApi extends BaseAPI {
|
|
|
441
441
|
* @throws {RequiredError}
|
|
442
442
|
* @memberof PluginsApi
|
|
443
443
|
*/
|
|
444
|
-
getPlugins(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PluginInfo[], any>>;
|
|
444
|
+
getPlugins(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PluginInfo[], any, {}>>;
|
|
445
445
|
/**
|
|
446
446
|
*
|
|
447
447
|
* @summary Uninstalls a plugin.
|
|
@@ -451,7 +451,7 @@ export declare class PluginsApi extends BaseAPI {
|
|
|
451
451
|
* @throws {RequiredError}
|
|
452
452
|
* @memberof PluginsApi
|
|
453
453
|
*/
|
|
454
|
-
uninstallPlugin(requestParameters: PluginsApiUninstallPluginRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
454
|
+
uninstallPlugin(requestParameters: PluginsApiUninstallPluginRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
455
455
|
/**
|
|
456
456
|
*
|
|
457
457
|
* @summary Uninstalls a plugin by version.
|
|
@@ -460,7 +460,7 @@ export declare class PluginsApi extends BaseAPI {
|
|
|
460
460
|
* @throws {RequiredError}
|
|
461
461
|
* @memberof PluginsApi
|
|
462
462
|
*/
|
|
463
|
-
uninstallPluginByVersion(requestParameters: PluginsApiUninstallPluginByVersionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
463
|
+
uninstallPluginByVersion(requestParameters: PluginsApiUninstallPluginByVersionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
464
464
|
/**
|
|
465
465
|
* Accepts plugin configuration as JSON body.
|
|
466
466
|
* @summary Updates plugin configuration.
|
|
@@ -469,5 +469,5 @@ export declare class PluginsApi extends BaseAPI {
|
|
|
469
469
|
* @throws {RequiredError}
|
|
470
470
|
* @memberof PluginsApi
|
|
471
471
|
*/
|
|
472
|
-
updatePluginConfiguration(requestParameters: PluginsApiUpdatePluginConfigurationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
472
|
+
updatePluginConfiguration(requestParameters: PluginsApiUpdatePluginConfigurationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
473
473
|
}
|
|
@@ -169,7 +169,7 @@ export declare class QuickConnectApi extends BaseAPI {
|
|
|
169
169
|
* @throws {RequiredError}
|
|
170
170
|
* @memberof QuickConnectApi
|
|
171
171
|
*/
|
|
172
|
-
authorizeQuickConnect(requestParameters: QuickConnectApiAuthorizeQuickConnectRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
172
|
+
authorizeQuickConnect(requestParameters: QuickConnectApiAuthorizeQuickConnectRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any, {}>>;
|
|
173
173
|
/**
|
|
174
174
|
*
|
|
175
175
|
* @summary Gets the current quick connect state.
|
|
@@ -177,7 +177,7 @@ export declare class QuickConnectApi extends BaseAPI {
|
|
|
177
177
|
* @throws {RequiredError}
|
|
178
178
|
* @memberof QuickConnectApi
|
|
179
179
|
*/
|
|
180
|
-
getQuickConnectEnabled(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
180
|
+
getQuickConnectEnabled(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any, {}>>;
|
|
181
181
|
/**
|
|
182
182
|
*
|
|
183
183
|
* @summary Attempts to retrieve authentication information.
|
|
@@ -186,7 +186,7 @@ export declare class QuickConnectApi extends BaseAPI {
|
|
|
186
186
|
* @throws {RequiredError}
|
|
187
187
|
* @memberof QuickConnectApi
|
|
188
188
|
*/
|
|
189
|
-
getQuickConnectState(requestParameters: QuickConnectApiGetQuickConnectStateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<QuickConnectResult, any>>;
|
|
189
|
+
getQuickConnectState(requestParameters: QuickConnectApiGetQuickConnectStateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<QuickConnectResult, any, {}>>;
|
|
190
190
|
/**
|
|
191
191
|
*
|
|
192
192
|
* @summary Initiate a new quick connect request.
|
|
@@ -194,5 +194,5 @@ export declare class QuickConnectApi extends BaseAPI {
|
|
|
194
194
|
* @throws {RequiredError}
|
|
195
195
|
* @memberof QuickConnectApi
|
|
196
196
|
*/
|
|
197
|
-
initiateQuickConnect(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<QuickConnectResult, any>>;
|
|
197
|
+
initiateQuickConnect(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<QuickConnectResult, any, {}>>;
|
|
198
198
|
}
|
|
@@ -214,7 +214,7 @@ export declare class RemoteImageApi extends BaseAPI {
|
|
|
214
214
|
* @throws {RequiredError}
|
|
215
215
|
* @memberof RemoteImageApi
|
|
216
216
|
*/
|
|
217
|
-
downloadRemoteImage(requestParameters: RemoteImageApiDownloadRemoteImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
217
|
+
downloadRemoteImage(requestParameters: RemoteImageApiDownloadRemoteImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
218
218
|
/**
|
|
219
219
|
*
|
|
220
220
|
* @summary Gets available remote image providers for an item.
|
|
@@ -223,7 +223,7 @@ export declare class RemoteImageApi extends BaseAPI {
|
|
|
223
223
|
* @throws {RequiredError}
|
|
224
224
|
* @memberof RemoteImageApi
|
|
225
225
|
*/
|
|
226
|
-
getRemoteImageProviders(requestParameters: RemoteImageApiGetRemoteImageProvidersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImageProviderInfo[], any>>;
|
|
226
|
+
getRemoteImageProviders(requestParameters: RemoteImageApiGetRemoteImageProvidersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImageProviderInfo[], any, {}>>;
|
|
227
227
|
/**
|
|
228
228
|
*
|
|
229
229
|
* @summary Gets available remote images for an item.
|
|
@@ -232,5 +232,5 @@ export declare class RemoteImageApi extends BaseAPI {
|
|
|
232
232
|
* @throws {RequiredError}
|
|
233
233
|
* @memberof RemoteImageApi
|
|
234
234
|
*/
|
|
235
|
-
getRemoteImages(requestParameters: RemoteImageApiGetRemoteImagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RemoteImageResult, any>>;
|
|
235
|
+
getRemoteImages(requestParameters: RemoteImageApiGetRemoteImagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RemoteImageResult, any, {}>>;
|
|
236
236
|
}
|
|
@@ -247,7 +247,7 @@ export declare class ScheduledTasksApi extends BaseAPI {
|
|
|
247
247
|
* @throws {RequiredError}
|
|
248
248
|
* @memberof ScheduledTasksApi
|
|
249
249
|
*/
|
|
250
|
-
getTask(requestParameters: ScheduledTasksApiGetTaskRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TaskInfo, any>>;
|
|
250
|
+
getTask(requestParameters: ScheduledTasksApiGetTaskRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TaskInfo, any, {}>>;
|
|
251
251
|
/**
|
|
252
252
|
*
|
|
253
253
|
* @summary Get tasks.
|
|
@@ -256,7 +256,7 @@ export declare class ScheduledTasksApi extends BaseAPI {
|
|
|
256
256
|
* @throws {RequiredError}
|
|
257
257
|
* @memberof ScheduledTasksApi
|
|
258
258
|
*/
|
|
259
|
-
getTasks(requestParameters?: ScheduledTasksApiGetTasksRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TaskInfo[], any>>;
|
|
259
|
+
getTasks(requestParameters?: ScheduledTasksApiGetTasksRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TaskInfo[], any, {}>>;
|
|
260
260
|
/**
|
|
261
261
|
*
|
|
262
262
|
* @summary Start specified task.
|
|
@@ -265,7 +265,7 @@ export declare class ScheduledTasksApi extends BaseAPI {
|
|
|
265
265
|
* @throws {RequiredError}
|
|
266
266
|
* @memberof ScheduledTasksApi
|
|
267
267
|
*/
|
|
268
|
-
startTask(requestParameters: ScheduledTasksApiStartTaskRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
268
|
+
startTask(requestParameters: ScheduledTasksApiStartTaskRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
269
269
|
/**
|
|
270
270
|
*
|
|
271
271
|
* @summary Stop specified task.
|
|
@@ -274,7 +274,7 @@ export declare class ScheduledTasksApi extends BaseAPI {
|
|
|
274
274
|
* @throws {RequiredError}
|
|
275
275
|
* @memberof ScheduledTasksApi
|
|
276
276
|
*/
|
|
277
|
-
stopTask(requestParameters: ScheduledTasksApiStopTaskRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
277
|
+
stopTask(requestParameters: ScheduledTasksApiStopTaskRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
278
278
|
/**
|
|
279
279
|
*
|
|
280
280
|
* @summary Update specified task triggers.
|
|
@@ -283,5 +283,5 @@ export declare class ScheduledTasksApi extends BaseAPI {
|
|
|
283
283
|
* @throws {RequiredError}
|
|
284
284
|
* @memberof ScheduledTasksApi
|
|
285
285
|
*/
|
|
286
|
-
updateTask(requestParameters: ScheduledTasksApiUpdateTaskRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
286
|
+
updateTask(requestParameters: ScheduledTasksApiUpdateTaskRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
287
287
|
}
|
|
@@ -220,5 +220,5 @@ export declare class SearchApi extends BaseAPI {
|
|
|
220
220
|
* @throws {RequiredError}
|
|
221
221
|
* @memberof SearchApi
|
|
222
222
|
*/
|
|
223
|
-
getSearchHints(requestParameters: SearchApiGetSearchHintsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchHintResult, any>>;
|
|
223
|
+
getSearchHints(requestParameters: SearchApiGetSearchHintsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SearchHintResult, any, {}>>;
|
|
224
224
|
}
|
|
@@ -814,7 +814,7 @@ export declare class SessionApi extends BaseAPI {
|
|
|
814
814
|
* @throws {RequiredError}
|
|
815
815
|
* @memberof SessionApi
|
|
816
816
|
*/
|
|
817
|
-
addUserToSession(requestParameters: SessionApiAddUserToSessionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
817
|
+
addUserToSession(requestParameters: SessionApiAddUserToSessionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
818
818
|
/**
|
|
819
819
|
*
|
|
820
820
|
* @summary Instructs a session to browse to an item or view.
|
|
@@ -823,7 +823,7 @@ export declare class SessionApi extends BaseAPI {
|
|
|
823
823
|
* @throws {RequiredError}
|
|
824
824
|
* @memberof SessionApi
|
|
825
825
|
*/
|
|
826
|
-
displayContent(requestParameters: SessionApiDisplayContentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
826
|
+
displayContent(requestParameters: SessionApiDisplayContentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
827
827
|
/**
|
|
828
828
|
*
|
|
829
829
|
* @summary Get all auth providers.
|
|
@@ -831,7 +831,7 @@ export declare class SessionApi extends BaseAPI {
|
|
|
831
831
|
* @throws {RequiredError}
|
|
832
832
|
* @memberof SessionApi
|
|
833
833
|
*/
|
|
834
|
-
getAuthProviders(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NameIdPair[], any>>;
|
|
834
|
+
getAuthProviders(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NameIdPair[], any, {}>>;
|
|
835
835
|
/**
|
|
836
836
|
*
|
|
837
837
|
* @summary Get all password reset providers.
|
|
@@ -839,7 +839,7 @@ export declare class SessionApi extends BaseAPI {
|
|
|
839
839
|
* @throws {RequiredError}
|
|
840
840
|
* @memberof SessionApi
|
|
841
841
|
*/
|
|
842
|
-
getPasswordResetProviders(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NameIdPair[], any>>;
|
|
842
|
+
getPasswordResetProviders(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NameIdPair[], any, {}>>;
|
|
843
843
|
/**
|
|
844
844
|
*
|
|
845
845
|
* @summary Gets a list of sessions.
|
|
@@ -848,7 +848,7 @@ export declare class SessionApi extends BaseAPI {
|
|
|
848
848
|
* @throws {RequiredError}
|
|
849
849
|
* @memberof SessionApi
|
|
850
850
|
*/
|
|
851
|
-
getSessions(requestParameters?: SessionApiGetSessionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SessionInfoDto[], any>>;
|
|
851
|
+
getSessions(requestParameters?: SessionApiGetSessionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SessionInfoDto[], any, {}>>;
|
|
852
852
|
/**
|
|
853
853
|
*
|
|
854
854
|
* @summary Instructs a session to play an item.
|
|
@@ -857,7 +857,7 @@ export declare class SessionApi extends BaseAPI {
|
|
|
857
857
|
* @throws {RequiredError}
|
|
858
858
|
* @memberof SessionApi
|
|
859
859
|
*/
|
|
860
|
-
play(requestParameters: SessionApiPlayRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
860
|
+
play(requestParameters: SessionApiPlayRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
861
861
|
/**
|
|
862
862
|
*
|
|
863
863
|
* @summary Updates capabilities for a device.
|
|
@@ -866,7 +866,7 @@ export declare class SessionApi extends BaseAPI {
|
|
|
866
866
|
* @throws {RequiredError}
|
|
867
867
|
* @memberof SessionApi
|
|
868
868
|
*/
|
|
869
|
-
postCapabilities(requestParameters?: SessionApiPostCapabilitiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
869
|
+
postCapabilities(requestParameters?: SessionApiPostCapabilitiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
870
870
|
/**
|
|
871
871
|
*
|
|
872
872
|
* @summary Updates capabilities for a device.
|
|
@@ -875,7 +875,7 @@ export declare class SessionApi extends BaseAPI {
|
|
|
875
875
|
* @throws {RequiredError}
|
|
876
876
|
* @memberof SessionApi
|
|
877
877
|
*/
|
|
878
|
-
postFullCapabilities(requestParameters: SessionApiPostFullCapabilitiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
878
|
+
postFullCapabilities(requestParameters: SessionApiPostFullCapabilitiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
879
879
|
/**
|
|
880
880
|
*
|
|
881
881
|
* @summary Removes an additional user from a session.
|
|
@@ -884,7 +884,7 @@ export declare class SessionApi extends BaseAPI {
|
|
|
884
884
|
* @throws {RequiredError}
|
|
885
885
|
* @memberof SessionApi
|
|
886
886
|
*/
|
|
887
|
-
removeUserFromSession(requestParameters: SessionApiRemoveUserFromSessionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
887
|
+
removeUserFromSession(requestParameters: SessionApiRemoveUserFromSessionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
888
888
|
/**
|
|
889
889
|
*
|
|
890
890
|
* @summary Reports that a session has ended.
|
|
@@ -892,7 +892,7 @@ export declare class SessionApi extends BaseAPI {
|
|
|
892
892
|
* @throws {RequiredError}
|
|
893
893
|
* @memberof SessionApi
|
|
894
894
|
*/
|
|
895
|
-
reportSessionEnded(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
895
|
+
reportSessionEnded(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
896
896
|
/**
|
|
897
897
|
*
|
|
898
898
|
* @summary Reports that a session is viewing an item.
|
|
@@ -901,7 +901,7 @@ export declare class SessionApi extends BaseAPI {
|
|
|
901
901
|
* @throws {RequiredError}
|
|
902
902
|
* @memberof SessionApi
|
|
903
903
|
*/
|
|
904
|
-
reportViewing(requestParameters: SessionApiReportViewingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
904
|
+
reportViewing(requestParameters: SessionApiReportViewingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
905
905
|
/**
|
|
906
906
|
*
|
|
907
907
|
* @summary Issues a full general command to a client.
|
|
@@ -910,7 +910,7 @@ export declare class SessionApi extends BaseAPI {
|
|
|
910
910
|
* @throws {RequiredError}
|
|
911
911
|
* @memberof SessionApi
|
|
912
912
|
*/
|
|
913
|
-
sendFullGeneralCommand(requestParameters: SessionApiSendFullGeneralCommandRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
913
|
+
sendFullGeneralCommand(requestParameters: SessionApiSendFullGeneralCommandRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
914
914
|
/**
|
|
915
915
|
*
|
|
916
916
|
* @summary Issues a general command to a client.
|
|
@@ -919,7 +919,7 @@ export declare class SessionApi extends BaseAPI {
|
|
|
919
919
|
* @throws {RequiredError}
|
|
920
920
|
* @memberof SessionApi
|
|
921
921
|
*/
|
|
922
|
-
sendGeneralCommand(requestParameters: SessionApiSendGeneralCommandRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
922
|
+
sendGeneralCommand(requestParameters: SessionApiSendGeneralCommandRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
923
923
|
/**
|
|
924
924
|
*
|
|
925
925
|
* @summary Issues a command to a client to display a message to the user.
|
|
@@ -928,7 +928,7 @@ export declare class SessionApi extends BaseAPI {
|
|
|
928
928
|
* @throws {RequiredError}
|
|
929
929
|
* @memberof SessionApi
|
|
930
930
|
*/
|
|
931
|
-
sendMessageCommand(requestParameters: SessionApiSendMessageCommandRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
931
|
+
sendMessageCommand(requestParameters: SessionApiSendMessageCommandRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
932
932
|
/**
|
|
933
933
|
*
|
|
934
934
|
* @summary Issues a playstate command to a client.
|
|
@@ -937,7 +937,7 @@ export declare class SessionApi extends BaseAPI {
|
|
|
937
937
|
* @throws {RequiredError}
|
|
938
938
|
* @memberof SessionApi
|
|
939
939
|
*/
|
|
940
|
-
sendPlaystateCommand(requestParameters: SessionApiSendPlaystateCommandRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
940
|
+
sendPlaystateCommand(requestParameters: SessionApiSendPlaystateCommandRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
941
941
|
/**
|
|
942
942
|
*
|
|
943
943
|
* @summary Issues a system command to a client.
|
|
@@ -946,5 +946,5 @@ export declare class SessionApi extends BaseAPI {
|
|
|
946
946
|
* @throws {RequiredError}
|
|
947
947
|
* @memberof SessionApi
|
|
948
948
|
*/
|
|
949
|
-
sendSystemCommand(requestParameters: SessionApiSendSystemCommandRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
949
|
+
sendSystemCommand(requestParameters: SessionApiSendSystemCommandRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
950
950
|
}
|
|
@@ -241,7 +241,7 @@ export declare class StartupApi extends BaseAPI {
|
|
|
241
241
|
* @throws {RequiredError}
|
|
242
242
|
* @memberof StartupApi
|
|
243
243
|
*/
|
|
244
|
-
completeWizard(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
244
|
+
completeWizard(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
245
245
|
/**
|
|
246
246
|
*
|
|
247
247
|
* @summary Gets the first user.
|
|
@@ -249,7 +249,7 @@ export declare class StartupApi extends BaseAPI {
|
|
|
249
249
|
* @throws {RequiredError}
|
|
250
250
|
* @memberof StartupApi
|
|
251
251
|
*/
|
|
252
|
-
getFirstUser(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StartupUserDto, any>>;
|
|
252
|
+
getFirstUser(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StartupUserDto, any, {}>>;
|
|
253
253
|
/**
|
|
254
254
|
*
|
|
255
255
|
* @summary Gets the first user.
|
|
@@ -257,7 +257,7 @@ export declare class StartupApi extends BaseAPI {
|
|
|
257
257
|
* @throws {RequiredError}
|
|
258
258
|
* @memberof StartupApi
|
|
259
259
|
*/
|
|
260
|
-
getFirstUser2(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StartupUserDto, any>>;
|
|
260
|
+
getFirstUser2(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StartupUserDto, any, {}>>;
|
|
261
261
|
/**
|
|
262
262
|
*
|
|
263
263
|
* @summary Gets the initial startup wizard configuration.
|
|
@@ -265,7 +265,7 @@ export declare class StartupApi extends BaseAPI {
|
|
|
265
265
|
* @throws {RequiredError}
|
|
266
266
|
* @memberof StartupApi
|
|
267
267
|
*/
|
|
268
|
-
getStartupConfiguration(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StartupConfigurationDto, any>>;
|
|
268
|
+
getStartupConfiguration(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StartupConfigurationDto, any, {}>>;
|
|
269
269
|
/**
|
|
270
270
|
*
|
|
271
271
|
* @summary Sets remote access and UPnP.
|
|
@@ -274,7 +274,7 @@ export declare class StartupApi extends BaseAPI {
|
|
|
274
274
|
* @throws {RequiredError}
|
|
275
275
|
* @memberof StartupApi
|
|
276
276
|
*/
|
|
277
|
-
setRemoteAccess(requestParameters: StartupApiSetRemoteAccessRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
277
|
+
setRemoteAccess(requestParameters: StartupApiSetRemoteAccessRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
278
278
|
/**
|
|
279
279
|
*
|
|
280
280
|
* @summary Sets the initial startup wizard configuration.
|
|
@@ -283,7 +283,7 @@ export declare class StartupApi extends BaseAPI {
|
|
|
283
283
|
* @throws {RequiredError}
|
|
284
284
|
* @memberof StartupApi
|
|
285
285
|
*/
|
|
286
|
-
updateInitialConfiguration(requestParameters: StartupApiUpdateInitialConfigurationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
286
|
+
updateInitialConfiguration(requestParameters: StartupApiUpdateInitialConfigurationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
287
287
|
/**
|
|
288
288
|
*
|
|
289
289
|
* @summary Sets the user name and password.
|
|
@@ -292,5 +292,5 @@ export declare class StartupApi extends BaseAPI {
|
|
|
292
292
|
* @throws {RequiredError}
|
|
293
293
|
* @memberof StartupApi
|
|
294
294
|
*/
|
|
295
|
-
updateStartupUser(requestParameters?: StartupApiUpdateStartupUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
295
|
+
updateStartupUser(requestParameters?: StartupApiUpdateStartupUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
296
296
|
}
|
|
@@ -259,7 +259,7 @@ export declare class StudiosApi extends BaseAPI {
|
|
|
259
259
|
* @throws {RequiredError}
|
|
260
260
|
* @memberof StudiosApi
|
|
261
261
|
*/
|
|
262
|
-
getStudio(requestParameters: StudiosApiGetStudioRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDto, any>>;
|
|
262
|
+
getStudio(requestParameters: StudiosApiGetStudioRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDto, any, {}>>;
|
|
263
263
|
/**
|
|
264
264
|
*
|
|
265
265
|
* @summary Gets all studios from a given item, folder, or the entire library.
|
|
@@ -268,5 +268,5 @@ export declare class StudiosApi extends BaseAPI {
|
|
|
268
268
|
* @throws {RequiredError}
|
|
269
269
|
* @memberof StudiosApi
|
|
270
270
|
*/
|
|
271
|
-
getStudios(requestParameters?: StudiosApiGetStudiosRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any>>;
|
|
271
|
+
getStudios(requestParameters?: StudiosApiGetStudiosRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any, {}>>;
|
|
272
272
|
}
|