feat: add support for generating sessions locally (#277)

* feat: add visitor data proto

* feat: add support for generating session data locally

* chore: add test
This commit is contained in:
LuanRT
2023-01-06 03:06:49 -03:00
committed by GitHub
parent d36389c865
commit 00fa514b03
6 changed files with 303 additions and 105 deletions

View File

@@ -35,7 +35,9 @@ export const OAUTH = Object.freeze({
export const CLIENTS = Object.freeze({
WEB: {
NAME: 'WEB',
VERSION: '2.20220902.01.00'
VERSION: '2.20230104.01.00',
API_KEY: 'AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8',
API_VERSION: 'v1'
},
YTMUSIC: {
NAME: 'WEB_REMIX',