-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [0.4.1](v0.4.0...v0.4.1) (2025-01-19) ### Bug Fixes * Add missing exports for `PlaylistManager` ([adcf55a](adcf55a))
- Loading branch information
1 parent
794c398
commit 6d17978
Showing
12 changed files
with
235 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
docs/api/youtubes.js.updateplaylistoptions.defaultlanguage.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [youtubes.js](./youtubes.js.md) > [UpdatePlaylistOptions](./youtubes.js.updateplaylistoptions.md) > [defaultLanguage](./youtubes.js.updateplaylistoptions.defaultlanguage.md) | ||
|
||
## UpdatePlaylistOptions.defaultLanguage property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
defaultLanguage?: string; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [youtubes.js](./youtubes.js.md) > [UpdatePlaylistOptions](./youtubes.js.updateplaylistoptions.md) > [description](./youtubes.js.updateplaylistoptions.description.md) | ||
|
||
## UpdatePlaylistOptions.description property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
description?: string; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [youtubes.js](./youtubes.js.md) > [UpdatePlaylistOptions](./youtubes.js.updateplaylistoptions.md) > [id](./youtubes.js.updateplaylistoptions.id.md) | ||
|
||
## UpdatePlaylistOptions.id property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
id: string; | ||
``` |
14 changes: 14 additions & 0 deletions
14
docs/api/youtubes.js.updateplaylistoptions.localizations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [youtubes.js](./youtubes.js.md) > [UpdatePlaylistOptions](./youtubes.js.updateplaylistoptions.md) > [localizations](./youtubes.js.updateplaylistoptions.localizations.md) | ||
|
||
## UpdatePlaylistOptions.localizations property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
localizations?: Record<string, { | ||
title: string; | ||
description: string; | ||
}>; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,146 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [youtubes.js](./youtubes.js.md) > [UpdatePlaylistOptions](./youtubes.js.updateplaylistoptions.md) | ||
|
||
## UpdatePlaylistOptions interface | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface UpdatePlaylistOptions | ||
``` | ||
|
||
## Properties | ||
|
||
<table><thead><tr><th> | ||
|
||
Property | ||
|
||
|
||
</th><th> | ||
|
||
Modifiers | ||
|
||
|
||
</th><th> | ||
|
||
Type | ||
|
||
|
||
</th><th> | ||
|
||
Description | ||
|
||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
[defaultLanguage?](./youtubes.js.updateplaylistoptions.defaultlanguage.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
string | ||
|
||
|
||
</td><td> | ||
|
||
_(Optional)_ | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[description?](./youtubes.js.updateplaylistoptions.description.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
string | ||
|
||
|
||
</td><td> | ||
|
||
_(Optional)_ | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[id](./youtubes.js.updateplaylistoptions.id.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
string | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[localizations?](./youtubes.js.updateplaylistoptions.localizations.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
Record<string, { title: string; description: string; }> | ||
|
||
|
||
</td><td> | ||
|
||
_(Optional)_ | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[privacy?](./youtubes.js.updateplaylistoptions.privacy.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
[Privacy](./youtubes.js.privacy.md) | ||
|
||
|
||
</td><td> | ||
|
||
_(Optional)_ | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[title](./youtubes.js.updateplaylistoptions.title.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
string | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
</tbody></table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [youtubes.js](./youtubes.js.md) > [UpdatePlaylistOptions](./youtubes.js.updateplaylistoptions.md) > [privacy](./youtubes.js.updateplaylistoptions.privacy.md) | ||
|
||
## UpdatePlaylistOptions.privacy property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
privacy?: Privacy; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [youtubes.js](./youtubes.js.md) > [UpdatePlaylistOptions](./youtubes.js.updateplaylistoptions.md) > [title](./youtubes.js.updateplaylistoptions.title.md) | ||
|
||
## UpdatePlaylistOptions.title property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
title: string; | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters