Proto commits in zkrising/Tachi

These 6 commits are when the Protocol Buffers files have changed:

Commit:7f49e27
Author:Christopher Cooper
Committer:GitHub

[myt/wacca] remove version compat code (#1292)

The documentation is generated from this commit.

Commit:454dabd
Author:Christopher Cooper
Committer:GitHub

support new WaccaVersion enum in MYT proto (#1281)

Commit:17a95f1
Author:Albert Shin
Committer:GitHub

feat: add myt maimai dx import support (#1143) * feat: add myt maimai dx import support * chore: fix myt integration showing up, tests * chore: formatting * fix: linting * chore: more formatting * chore: maybe running lint-fix will fix it

Commit:a092912
Author:Albert Shin
Committer:GitHub

feat: add myt chunithm support (#1082) * feat: add myt chunithm support * fix: check linting when merging * fix: run linter * fix: my ide is very broken and likes to delete code at random * fix: linting isn't being called correctly *anywhere*... * fix: eslint ignore .d.ts * fix: lint common * fix: well whatever i guess literally nothing ever fucking works in js tools --------- Co-authored-by: zkldi <20380519+zkldi@users.noreply.github.com>

Commit:970f7ca
Author:Albert Shin
Committer:GitHub

feat: add myt ongeki support (#1076) * feat: add myt ongeki support * fix: import myt score * style: undo misc. prettier changes * fix: nit on logging * fix: use song-chart desync as the term here and severe as loglevel --------- Co-authored-by: zkldi <20380519+zkldi@users.noreply.github.com>

Commit:c64623c
Author:Christopher Cooper
Committer:zkldi

implement WACCA import from MYT (#1039) * add inGameID to WACCA charts * add WACCA import support from MYT * add client support for api/myt-wacca * add bot support for api/myt-wacca * remove artistJP and titleJP from songs-wacca Turns out these aren't actually in the game data or anything, and we won't be able to get their values for omni songs or future songs added in plus. * add some missing omni WACCA songs * add test * fix tabs in test.conf.json5 * revamp grpc call handling a bit and add more error handling * feat: drag the protofiles in rather than alter build --------- Co-authored-by: zkldi <20380519+zkldi@users.noreply.github.com>