mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-28 02:02:19 +01:00
feat: add launcher protocol data archive
- Add protocol data for multiple locales and versions - Implement protocol archiving in archive command - Update Api types and default settings for protocol support
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
type LauncherProtocol = {
|
||||
dataVersion: string;
|
||||
protocol: {
|
||||
version: string;
|
||||
};
|
||||
};
|
||||
type LauncherLatestGame = {
|
||||
action: number;
|
||||
version: string; // x.y.z
|
||||
@@ -549,6 +555,7 @@ type GameHubGiftCodeRedeem = {
|
||||
};
|
||||
|
||||
export type {
|
||||
LauncherProtocol,
|
||||
LauncherLatestGame,
|
||||
LauncherLatestGameResources,
|
||||
LauncherLatestLauncher,
|
||||
|
||||
Reference in New Issue
Block a user