feat: 포인트 초기화 추가

- 급하니까 일단 땜빵
This commit is contained in:
2024-07-10 18:11:10 +00:00
parent 7c9d5d34f6
commit d8870caf29
5 changed files with 129 additions and 9 deletions
+2 -1
View File
@@ -17,7 +17,7 @@ import { APIPathGen, NumVar, StrVar } from "./util/APIPathGen.js";
import type { BettingDetailResponse, BettingListResponse } from "./defs/API/Betting";
import type { ReserveBulkCommandResponse, ReserveCommandResponse, ReservedCommandResponse } from "./defs/API/Command";
import type { ChiefResponse } from "./defs/API/NationCommand";
import type { inheritBuffType, InheritLogResponse } from "./defs/API/InheritAction";
import type { inheritBuffType, InheritLogResponse, InheritResetStat } from "./defs/API/InheritAction";
import type { SetBlockWarResponse, GeneralListResponse as NationGeneralListResponse, NationInfoResponse } from "./defs/API/Nation";
import type { UploadImageResponse } from "./defs/API/Misc";
import type { GeneralLogType, GetGeneralLogResponse, JoinArgs } from "./defs/API/General";
@@ -183,6 +183,7 @@ const apiRealPath = {
CheckOwner: PUT as APICallT<{
destGeneralID: number;
}>,
ResetStat: PUT as APICallT<InheritResetStat>,
},
Message: {
DeleteMessage: PATCH as APICallT<{