chore: gen docs [skip ci]

This commit is contained in:
Luan
2025-06-08 13:48:03 -03:00
parent e1650e1297
commit f87b5af98c
795 changed files with 9279 additions and 7948 deletions

View File

@@ -32,19 +32,27 @@
### IOS.DEVICE\_MODEL
> `readonly` **DEVICE\_MODEL**: `"iPhone10,6"` = `'iPhone10,6'`
> `readonly` **DEVICE\_MODEL**: `"iPhone10,4"` = `'iPhone10,4'`
### IOS.NAME
> `readonly` **NAME**: `"iOS"` = `'iOS'`
### IOS.OS\_NAME
> `readonly` **OS\_NAME**: `"iOS"` = `'iOS'`
### IOS.OS\_VERSION
> `readonly` **OS\_VERSION**: `"16.7.7.20H330"` = `'16.7.7.20H330'`
### IOS.USER\_AGENT
> `readonly` **USER\_AGENT**: `"com.google.ios.youtube/18.06.35 (iPhone; CPU iPhone OS 14_4 like Mac OS X; en_US)"` = `'com.google.ios.youtube/18.06.35 (iPhone; CPU iPhone OS 14_4 like Mac OS X; en_US)'`
> `readonly` **USER\_AGENT**: `"com.google.ios.youtube/20.11.6 (iPhone10,4; U; CPU iOS 16_7_7 like Mac OS X)"` = `'com.google.ios.youtube/20.11.6 (iPhone10,4; U; CPU iOS 16_7_7 like Mac OS X)'`
### IOS.VERSION
> `readonly` **VERSION**: `"18.06.35"` = `'18.06.35'`
> `readonly` **VERSION**: `"20.11.6"` = `'20.11.6'`
### MWEB
@@ -60,7 +68,7 @@
### MWEB.VERSION
> `readonly` **VERSION**: `"2.20241205.01.00"` = `'2.20241205.01.00'`
> `readonly` **VERSION**: `"2.20250224.01.00"` = `'2.20250224.01.00'`
### TV
@@ -76,7 +84,7 @@
### TV.VERSION
> `readonly` **VERSION**: `"7.20241016.15.00"` = `'7.20241016.15.00'`
> `readonly` **VERSION**: `"7.20250219.14.00"` = `'7.20250219.14.00'`
### TV\_EMBEDDED
@@ -90,6 +98,18 @@
> `readonly` **VERSION**: `"2.0"` = `'2.0'`
### TV\_SIMPLY
> `readonly` **TV\_SIMPLY**: `object`
### TV\_SIMPLY.NAME
> `readonly` **NAME**: `"TVHTML5_SIMPLY"` = `'TVHTML5_SIMPLY'`
### TV\_SIMPLY.VERSION
> `readonly` **VERSION**: `"1.0"` = `'1.0'`
### WEB
> `readonly` **WEB**: `object`
@@ -116,7 +136,7 @@
### WEB.VERSION
> `readonly` **VERSION**: `"2.20241121.01.00"` = `'2.20241121.01.00'`
> `readonly` **VERSION**: `"2.20250222.10.00"` = `'2.20250222.10.00'`
### WEB\_CREATOR
@@ -140,7 +160,7 @@
### WEB\_CREATOR.VERSION
> `readonly` **VERSION**: `"1.20240918.03.00"` = `'1.20240918.03.00'`
> `readonly` **VERSION**: `"1.20241203.01.00"` = `'1.20241203.01.00'`
### WEB\_EMBEDDED
@@ -164,7 +184,7 @@
### WEB\_EMBEDDED.VERSION
> `readonly` **VERSION**: `"2.20240111.09.00"` = `'2.20240111.09.00'`
> `readonly` **VERSION**: `"1.20250219.01.00"` = `'1.20250219.01.00'`
### WEB\_KIDS
@@ -176,7 +196,7 @@
### WEB\_KIDS.VERSION
> `readonly` **VERSION**: `"2.20230111.00.00"` = `'2.20230111.00.00'`
> `readonly` **VERSION**: `"2.20250221.11.00"` = `'2.20250221.11.00'`
### YTMUSIC
@@ -188,7 +208,7 @@
### YTMUSIC.VERSION
> `readonly` **VERSION**: `"1.20211213.00.00"` = `'1.20211213.00.00'`
> `readonly` **VERSION**: `"1.20250219.01.00"` = `'1.20250219.01.00'`
### YTMUSIC\_ANDROID
@@ -216,4 +236,4 @@
## Defined in
[src/utils/Constants.ts:25](https://github.com/LuanRT/YouTube.js/blob/e54e499ff553dab51e6d9d1aebc090b50fec29ba/src/utils/Constants.ts#L25)
[src/utils/Constants.ts:25](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Constants.ts#L25)

View File

@@ -32,6 +32,10 @@ The keys correspond to the `NAME` fields in [`CLIENTS`](CLIENTS.md) constant
> `readonly` **TVHTML5**: `"7"` = `'7'`
### TVHTML5\_SIMPLY
> `readonly` **TVHTML5\_SIMPLY**: `"74"` = `'74'`
### TVHTML5\_SIMPLY\_EMBEDDED\_PLAYER
> `readonly` **TVHTML5\_SIMPLY\_EMBEDDED\_PLAYER**: `"85"` = `'85'`
@@ -58,4 +62,4 @@ The keys correspond to the `NAME` fields in [`CLIENTS`](CLIENTS.md) constant
## Defined in
[src/utils/Constants.ts:94](https://github.com/LuanRT/YouTube.js/blob/e54e499ff553dab51e6d9d1aebc090b50fec29ba/src/utils/Constants.ts#L94)
[src/utils/Constants.ts:100](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Constants.ts#L100)

View File

@@ -20,4 +20,4 @@
## Defined in
[src/utils/Constants.ts:114](https://github.com/LuanRT/YouTube.js/blob/e54e499ff553dab51e6d9d1aebc090b50fec29ba/src/utils/Constants.ts#L114)
[src/utils/Constants.ts:121](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Constants.ts#L121)

View File

@@ -20,4 +20,4 @@
## Defined in
[src/utils/Constants.ts:19](https://github.com/LuanRT/YouTube.js/blob/e54e499ff553dab51e6d9d1aebc090b50fec29ba/src/utils/Constants.ts#L19)
[src/utils/Constants.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Constants.ts#L19)

View File

@@ -24,4 +24,4 @@
## Defined in
[src/utils/Constants.ts:108](https://github.com/LuanRT/YouTube.js/blob/e54e499ff553dab51e6d9d1aebc090b50fec29ba/src/utils/Constants.ts#L108)
[src/utils/Constants.ts:115](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Constants.ts#L115)

View File

@@ -6,4 +6,4 @@
## Defined in
[src/utils/Constants.ts:120](https://github.com/LuanRT/YouTube.js/blob/e54e499ff553dab51e6d9d1aebc090b50fec29ba/src/utils/Constants.ts#L120)
[src/utils/Constants.ts:127](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Constants.ts#L127)

View File

@@ -64,4 +64,4 @@
## Defined in
[src/utils/Constants.ts:2](https://github.com/LuanRT/YouTube.js/blob/e54e499ff553dab51e6d9d1aebc090b50fec29ba/src/utils/Constants.ts#L2)
[src/utils/Constants.ts:2](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Constants.ts#L2)