|
|
|
@ -2,20 +2,20 @@ import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
|
|
|
|
|
|
|
|
|
|
|
|
export const AGENT_NAME = "splashcat / s3si.ts";
|
|
|
|
export const AGENT_NAME = "splashcat / s3si.ts";
|
|
|
|
export const AGENT_VERSION = "1.1.1";
|
|
|
|
export const AGENT_VERSION = "1.1.1";
|
|
|
|
export const S3SI_VERSION = "0.4.6";
|
|
|
|
export const S3SI_VERSION = "0.4.5";
|
|
|
|
export const COMBINED_VERSION = `${AGENT_VERSION}/${S3SI_VERSION}`;
|
|
|
|
export const COMBINED_VERSION = `${AGENT_VERSION}/${S3SI_VERSION}`;
|
|
|
|
export const NSOAPP_VERSION = "2.6.0";
|
|
|
|
export const NSOAPP_VERSION = "2.6.0";
|
|
|
|
export const WEB_VIEW_VERSION = "4.0.0-22ddb0fd";
|
|
|
|
export const WEB_VIEW_VERSION = "4.0.0-d5178440";
|
|
|
|
export enum Queries {
|
|
|
|
export enum Queries {
|
|
|
|
HomeQuery = "7dcc64ea27a08e70919893a0d3f70871",
|
|
|
|
HomeQuery = "7dcc64ea27a08e70919893a0d3f70871",
|
|
|
|
LatestBattleHistoriesQuery = "0d90c7576f1916469b2ae69f64292c02",
|
|
|
|
LatestBattleHistoriesQuery = "0d90c7576f1916469b2ae69f64292c02",
|
|
|
|
RegularBattleHistoriesQuery = "3baef04b095ad8975ea679d722bc17de",
|
|
|
|
RegularBattleHistoriesQuery = "3baef04b095ad8975ea679d722bc17de",
|
|
|
|
BankaraBattleHistoriesQuery = "0438ea6978ae8bd77c5d1250f4f84803",
|
|
|
|
BankaraBattleHistoriesQuery = "0438ea6978ae8bd77c5d1250f4f84803",
|
|
|
|
XBattleHistoriesQuery = "6796e3cd5dc3ebd51864dc709d899fc5",
|
|
|
|
XBattleHistoriesQuery = "6796e3cd5dc3ebd51864dc709d899fc5",
|
|
|
|
EventBattleHistoriesQuery = "e7bbaf1fa255305d607351da434b2d0f",
|
|
|
|
EventBattleHistoriesQuery = "9744fcf676441873c7c8a51285b6aa4d",
|
|
|
|
PrivateBattleHistoriesQuery = "8e5ae78b194264a6c230e262d069bd28",
|
|
|
|
PrivateBattleHistoriesQuery = "8e5ae78b194264a6c230e262d069bd28",
|
|
|
|
VsHistoryDetailQuery = "9ee0099fbe3d8db2a838a75cf42856dd",
|
|
|
|
VsHistoryDetailQuery = "9ee0099fbe3d8db2a838a75cf42856dd",
|
|
|
|
CoopHistoryQuery = "01fb9793ad92f91892ea713410173260",
|
|
|
|
CoopHistoryQuery = "91b917becd2fa415890f5b47e15ffb15",
|
|
|
|
CoopHistoryDetailQuery = "379f0d9b78b531be53044bcac031b34b",
|
|
|
|
CoopHistoryDetailQuery = "379f0d9b78b531be53044bcac031b34b",
|
|
|
|
myOutfitCommonDataFilteringConditionQuery =
|
|
|
|
myOutfitCommonDataFilteringConditionQuery =
|
|
|
|
"d02ab22c9dccc440076055c8baa0fa7a",
|
|
|
|
"d02ab22c9dccc440076055c8baa0fa7a",
|
|
|
|
|