yandex-music-client
Version:
``` npm i yandex-music-client ```
99 lines (98 loc) • 5.57 kB
TypeScript
export { YandexMusicClient } from './YandexMusicClient';
export { ApiError } from './core/ApiError';
export { BaseHttpRequest } from './core/BaseHttpRequest';
export { CancelablePromise, CancelError } from './core/CancelablePromise';
export { OpenAPI } from './core/OpenAPI';
export type { OpenAPIConfig } from './core/OpenAPI';
export type { Account } from './models/Account';
export type { AdParams } from './models/AdParams';
export type { Album } from './models/Album';
export type { Alert } from './models/Alert';
export type { AlertButton } from './models/AlertButton';
export type { Artist } from './models/Artist';
export type { BadRequest } from './models/BadRequest';
export type { Best } from './models/Best';
export type { BooksAndPodcastsResult } from './models/BooksAndPodcastsResult';
export type { Chart } from './models/Chart';
export type { ChartItem } from './models/ChartItem';
export type { Cover } from './models/Cover';
export type { Dashboard } from './models/Dashboard';
export type { DiscreteScale } from './models/DiscreteScale';
export type { Error } from './models/Error';
export type { Experiments } from './models/Experiments';
export type { FullChartResult } from './models/FullChartResult';
export type { GeneratedPlaylist } from './models/GeneratedPlaylist';
export type { GeneratedPlaylistLandingBlock } from './models/GeneratedPlaylistLandingBlock';
export type { Genre } from './models/Genre';
export type { Icon } from './models/Icon';
export type { InvocationInfo } from './models/InvocationInfo';
export type { LandingBlock } from './models/LandingBlock';
export type { LandingBlockItem } from './models/LandingBlockItem';
export type { LandingBlockType } from './models/LandingBlockType';
export type { LandingPodcastItem } from './models/LandingPodcastItem';
export type { LandingResult } from './models/LandingResult';
export type { LicenceTextPart } from './models/LicenceTextPart';
export type { Lyrics } from './models/Lyrics';
export type { MenuItem } from './models/MenuItem';
export type { MinMax } from './models/MinMax';
export type { MixLink } from './models/MixLink';
export type { NewPlaylistItem } from './models/NewPlaylistItem';
export type { Owner } from './models/Owner';
export type { PermissionAlerts } from './models/PermissionAlerts';
export type { Permissions } from './models/Permissions';
export type { Playlist } from './models/Playlist';
export type { PlaylistId } from './models/PlaylistId';
export type { PlaylistRecommendations } from './models/PlaylistRecommendations';
export type { Price } from './models/Price';
export type { Product } from './models/Product';
export type { PromoCodeStatus } from './models/PromoCodeStatus';
export type { Promotion } from './models/Promotion';
export type { QueueContext } from './models/QueueContext';
export type { QueueItem } from './models/QueueItem';
export type { QueuesResult } from './models/QueuesResult';
export type { QueueTrack } from './models/QueueTrack';
export type { RestrictionEnum } from './models/RestrictionEnum';
export type { RestrictionEnum2 } from './models/RestrictionEnum2';
export type { Restrictions } from './models/Restrictions';
export type { Restrictions2 } from './models/Restrictions2';
export type { RotorData } from './models/RotorData';
export type { RotorSettings } from './models/RotorSettings';
export type { RotorSettings2 } from './models/RotorSettings2';
export type { Search } from './models/Search';
export type { SearchResult } from './models/SearchResult';
export type { SearchType } from './models/SearchType';
export type { SequenceItem } from './models/SequenceItem';
export type { Settings } from './models/Settings';
export type { SimilarTracks } from './models/SimilarTracks';
export type { Station } from './models/Station';
export type { StationId } from './models/StationId';
export type { StationResult } from './models/StationResult';
export type { StationTracksResult } from './models/StationTracksResult';
export type { Status } from './models/Status';
export type { Subscription } from './models/Subscription';
export type { Suggestions } from './models/Suggestions';
export type { Supplement } from './models/Supplement';
export type { Tag } from './models/Tag';
export type { TagResult } from './models/TagResult';
export type { Track } from './models/Track';
export type { TrackDownloadInfo } from './models/TrackDownloadInfo';
export type { TrackItem } from './models/TrackItem';
export type { TrackShort } from './models/TrackShort';
export type { TracksList } from './models/TracksList';
export type { UpdateQueueResult } from './models/UpdateQueueResult';
export type { UserSettings } from './models/UserSettings';
export type { Video } from './models/Video';
export type { VideoSupplement } from './models/VideoSupplement';
export type { VisibilityEnum } from './models/VisibilityEnum';
export { AccountService } from './services/AccountService';
export { AlbumsService } from './services/AlbumsService';
export { ArtistsService } from './services/ArtistsService';
export { DefaultService } from './services/DefaultService';
export { LandingService } from './services/LandingService';
export { PlaylistsService } from './services/PlaylistsService';
export { QueuesService } from './services/QueuesService';
export { RotorService } from './services/RotorService';
export { SearchService } from './services/SearchService';
export { TagsService } from './services/TagsService';
export { TracksService } from './services/TracksService';
export { UserService } from './services/UserService';