maplestory-openapi 2.4.0 → 2.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +51 -39
- package/dist/index.js +1459 -1153
- package/dist/index.min.js +1 -1
- package/dist/index.mjs +1442 -1153
- package/package.json +6 -4
- package/types/index.d.ts +18 -3
- package/types/maplestory/api/dto/character/characterAbilityDto.d.ts +1 -1
- package/types/maplestory/api/dto/character/characterAndroidEquipmentDto.d.ts +2 -2
- package/types/maplestory/api/dto/character/characterAndroidEquipmentPresetDto.d.ts +2 -2
- package/types/maplestory/api/dto/character/characterBasicDto.d.ts +21 -1
- package/types/maplestory/api/dto/character/characterBeautyEquipmentDto.d.ts +1 -1
- package/types/maplestory/api/dto/character/characterCashItemEquipmentDto.d.ts +1 -1
- package/types/maplestory/api/dto/character/characterDojangDto.d.ts +1 -1
- package/types/maplestory/api/dto/character/characterHexaMatrixDto.d.ts +1 -1
- package/types/maplestory/api/dto/character/characterHexaMatrixStatDto.d.ts +1 -1
- package/types/maplestory/api/dto/character/characterHyperStatDto.d.ts +1 -1
- package/types/maplestory/api/dto/character/characterItemEquipmentDto.d.ts +3 -3
- package/types/maplestory/api/dto/character/characterLinkSkillDto.d.ts +1 -1
- package/types/maplestory/api/dto/character/characterLinkSkillInfoDto.d.ts +4 -0
- package/types/maplestory/api/dto/character/characterListAccountCharacterDto.d.ts +28 -0
- package/types/maplestory/api/dto/character/characterListAccountDto.d.ts +17 -0
- package/types/maplestory/api/dto/character/characterListDto.d.ts +13 -0
- package/types/maplestory/api/dto/character/characterPetEquipmentDto.d.ts +1 -1
- package/types/maplestory/api/dto/character/characterPopularityDto.d.ts +1 -1
- package/types/maplestory/api/dto/character/characterPropensityDto.d.ts +1 -1
- package/types/maplestory/api/dto/character/characterSetEffectDto.d.ts +3 -3
- package/types/maplestory/api/dto/character/characterSetEffectInfoDto.d.ts +5 -10
- package/types/maplestory/api/dto/character/characterSetEffectOptionFullDto.d.ts +16 -0
- package/types/maplestory/api/dto/character/characterSetEffectSetDto.d.ts +26 -0
- package/types/maplestory/api/dto/character/characterSkillDto.d.ts +1 -1
- package/types/maplestory/api/dto/character/characterSkillInfoDto.d.ts +4 -0
- package/types/maplestory/api/dto/character/characterStatDto.d.ts +1 -1
- package/types/maplestory/api/dto/character/characterSymbolEquipmentDto.d.ts +1 -1
- package/types/maplestory/api/dto/character/characterVMatrixCoreEquipmentDto.d.ts +2 -2
- package/types/maplestory/api/dto/character/characterVMatrixDto.d.ts +1 -1
- package/types/maplestory/api/dto/guild/guildBasicDto.d.ts +1 -9
- package/types/maplestory/api/dto/history/cubeHistoryDto.d.ts +1 -1
- package/types/maplestory/api/dto/history/cubeResultOptionDto.d.ts +1 -1
- package/types/maplestory/api/dto/history/potentialHistoryDto.d.ts +2 -2
- package/types/maplestory/api/dto/history/potentialResultOptionDto.d.ts +1 -1
- package/types/maplestory/api/dto/history/starforceHistoryDto.d.ts +1 -1
- package/types/maplestory/api/dto/notice/cashshopNoticeDetailDto.d.ts +40 -0
- package/types/maplestory/api/dto/notice/cashshopNoticeListDto.d.ts +13 -0
- package/types/maplestory/api/dto/notice/cashshopNoticeListItemDto.d.ts +40 -0
- package/types/maplestory/api/dto/notice/eventNoticeDetailDto.d.ts +32 -0
- package/types/maplestory/api/dto/notice/eventNoticeListDto.d.ts +13 -0
- package/types/maplestory/api/dto/notice/eventNoticeListItemDto.d.ts +32 -0
- package/types/maplestory/api/dto/notice/noticeDetailDto.d.ts +24 -0
- package/types/maplestory/api/dto/notice/noticeListDto.d.ts +13 -0
- package/types/maplestory/api/dto/notice/noticeListItemDto.d.ts +24 -0
- package/types/maplestory/api/dto/notice/updateNoticeDetailDto.d.ts +24 -0
- package/types/maplestory/api/dto/notice/updateNoticeListDto.d.ts +13 -0
- package/types/maplestory/api/dto/notice/updateNoticeListItemDto.d.ts +24 -0
- package/types/maplestory/api/dto/union/unionArtifactDto.d.ts +1 -1
- package/types/maplestory/api/dto/union/unionDto.d.ts +13 -1
- package/types/maplestory/api/dto/union/unionRaiderDto.d.ts +26 -1
- package/types/maplestory/api/dto/union/unionRaiderPresetDto.d.ts +26 -0
- package/types/maplestory/api/mapleStoryApi.d.ts +133 -30
- package/types/maplestory/api/mapleStoryApiError.d.ts +4 -1
- package/types/maplestory/api/response/character/characterAbilityDtoBody.d.ts +1 -1
- package/types/maplestory/api/response/character/characterAndroidEquipmentDtoBody.d.ts +1 -1
- package/types/maplestory/api/response/character/characterBasicDtoBody.d.ts +4 -1
- package/types/maplestory/api/response/character/characterBeautyEquipmentDtoBody.d.ts +1 -1
- package/types/maplestory/api/response/character/characterCashItemEquipmentDtoBody.d.ts +1 -1
- package/types/maplestory/api/response/character/characterDojangDtoBody.d.ts +1 -1
- package/types/maplestory/api/response/character/characterHexaMatrixDtoBody.d.ts +1 -1
- package/types/maplestory/api/response/character/characterHexaMatrixStatDtoBody.d.ts +1 -1
- package/types/maplestory/api/response/character/characterHyperStatDtoBody.d.ts +1 -1
- package/types/maplestory/api/response/character/characterItemEquipmentDtoBody.d.ts +1 -1
- package/types/maplestory/api/response/character/characterLinkSkillDtoBody.d.ts +2 -1
- package/types/maplestory/api/response/character/characterListDtoBody.d.ts +15 -0
- package/types/maplestory/api/response/character/characterPetEquipmentDtoBody.d.ts +1 -1
- package/types/maplestory/api/response/character/characterPopularityDtoBody.d.ts +1 -1
- package/types/maplestory/api/response/character/characterPropensityDtoBody.d.ts +1 -1
- package/types/maplestory/api/response/character/characterSetEffectDtoBody.d.ts +11 -6
- package/types/maplestory/api/response/character/characterSkillDtoBody.d.ts +2 -1
- package/types/maplestory/api/response/character/characterStatDtoBody.d.ts +1 -1
- package/types/maplestory/api/response/character/characterSymbolEquipmentDtoBody.d.ts +1 -1
- package/types/maplestory/api/response/character/characterVMatrixDtoBody.d.ts +3 -3
- package/types/maplestory/api/response/guild/guildBasicDtoBody.d.ts +1 -3
- package/types/maplestory/api/response/history/cubeHistoryDtoBody.d.ts +1 -1
- package/types/maplestory/api/response/history/cubeHistoryResponseDtoBody.d.ts +1 -1
- package/types/maplestory/api/response/history/starforceHistoryDtoBody.d.ts +2 -2
- package/types/maplestory/api/response/history/starforceHistoryResponseDtoBody.d.ts +1 -1
- package/types/maplestory/api/response/notice/cashshopNoticeDetailDtoBody.d.ts +10 -0
- package/types/maplestory/api/response/notice/cashshopNoticeListDtoBody.d.ts +13 -0
- package/types/maplestory/api/response/notice/eventNoticeDetailDtoBody.d.ts +9 -0
- package/types/maplestory/api/response/notice/eventNoticeListDtoBody.d.ts +12 -0
- package/types/maplestory/api/response/notice/noticeDetailDtoBody.d.ts +7 -0
- package/types/maplestory/api/response/notice/noticeListDtoBody.d.ts +10 -0
- package/types/maplestory/api/response/notice/updateNoticeDetailDtoBody.d.ts +7 -0
- package/types/maplestory/api/response/notice/updateNoticeListDtoBody.d.ts +10 -0
- package/types/maplestory/api/response/ranking/theSeedRankingResponseDtoBody.d.ts +2 -3
- package/types/maplestory/api/response/union/unionArtifactDtoBody.d.ts +1 -1
- package/types/maplestory/api/response/union/unionDtoBody.d.ts +4 -1
- package/types/maplestory/api/response/union/unionRaiderDtoBody.d.ts +14 -2
- package/types/maplestory/api/dto/character/characterSetEffectOptionInfoDto.d.ts +0 -16
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { CashshopNoticeListItemDtoBody } from '../../response/notice/cashshopNoticeListDtoBody';
|
|
2
|
+
/**
|
|
3
|
+
* 캐시샵 공지
|
|
4
|
+
*/
|
|
5
|
+
declare class CashshopNoticeListItemDto {
|
|
6
|
+
/**
|
|
7
|
+
* 공지 제목
|
|
8
|
+
*/
|
|
9
|
+
title: string;
|
|
10
|
+
/**
|
|
11
|
+
* 공지 링크
|
|
12
|
+
*/
|
|
13
|
+
url: string;
|
|
14
|
+
/**
|
|
15
|
+
* 공지 식별자
|
|
16
|
+
*/
|
|
17
|
+
noticeId: number;
|
|
18
|
+
/**
|
|
19
|
+
* 공지 등록일
|
|
20
|
+
*/
|
|
21
|
+
date: Date;
|
|
22
|
+
/**
|
|
23
|
+
* 판매 시작일
|
|
24
|
+
*/
|
|
25
|
+
dateSaleStart: Date | null;
|
|
26
|
+
/**
|
|
27
|
+
* 판매 종료일
|
|
28
|
+
*/
|
|
29
|
+
dateSaleEnd: Date | null;
|
|
30
|
+
/**
|
|
31
|
+
* 상시 판매 여부 (true - 상시)
|
|
32
|
+
*/
|
|
33
|
+
ongoingFlag: string;
|
|
34
|
+
constructor(obj: CashshopNoticeListItemDtoBody);
|
|
35
|
+
/**
|
|
36
|
+
* 상시 판매 여부 (true - 상시)
|
|
37
|
+
*/
|
|
38
|
+
get isOnGoing(): boolean;
|
|
39
|
+
}
|
|
40
|
+
export { CashshopNoticeListItemDto };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { EventNoticeDetailDtoBody } from '../../response/notice/eventNoticeDetailDtoBody';
|
|
2
|
+
/**
|
|
3
|
+
* 진행 중 이벤트 상세
|
|
4
|
+
*/
|
|
5
|
+
declare class EventNoticeDetailDto {
|
|
6
|
+
/**
|
|
7
|
+
* 공지 제목
|
|
8
|
+
*/
|
|
9
|
+
title: string;
|
|
10
|
+
/**
|
|
11
|
+
* 공지 링크
|
|
12
|
+
*/
|
|
13
|
+
url: string;
|
|
14
|
+
/**
|
|
15
|
+
* 공지 본문
|
|
16
|
+
*/
|
|
17
|
+
contents: string;
|
|
18
|
+
/**
|
|
19
|
+
* 공지 등록일
|
|
20
|
+
*/
|
|
21
|
+
date: Date;
|
|
22
|
+
/**
|
|
23
|
+
* 이벤트 시작일
|
|
24
|
+
*/
|
|
25
|
+
dateEventStart: Date;
|
|
26
|
+
/**
|
|
27
|
+
* 이벤트 종료일
|
|
28
|
+
*/
|
|
29
|
+
dateEventEnd: Date;
|
|
30
|
+
constructor(obj: EventNoticeDetailDtoBody);
|
|
31
|
+
}
|
|
32
|
+
export { EventNoticeDetailDto };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventNoticeListItemDto } from './eventNoticeListItemDto';
|
|
2
|
+
import { EventNoticeListDtoBody } from '../../response/notice/eventNoticeListDtoBody';
|
|
3
|
+
/**
|
|
4
|
+
* 진행 중 이벤트 공지 목록
|
|
5
|
+
*/
|
|
6
|
+
declare class EventNoticeListDto {
|
|
7
|
+
/**
|
|
8
|
+
* 공지 목록
|
|
9
|
+
*/
|
|
10
|
+
eventNotice: EventNoticeListItemDto[];
|
|
11
|
+
constructor(obj: EventNoticeListDtoBody);
|
|
12
|
+
}
|
|
13
|
+
export { EventNoticeListDto };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { EventNoticeListItemDtoBody } from '../../response/notice/eventNoticeListDtoBody';
|
|
2
|
+
/**
|
|
3
|
+
* 진행 중 이벤트 공지
|
|
4
|
+
*/
|
|
5
|
+
declare class EventNoticeListItemDto {
|
|
6
|
+
/**
|
|
7
|
+
* 공지 제목
|
|
8
|
+
*/
|
|
9
|
+
title: string;
|
|
10
|
+
/**
|
|
11
|
+
* 공지 링크
|
|
12
|
+
*/
|
|
13
|
+
url: string;
|
|
14
|
+
/**
|
|
15
|
+
* 공지 식별자
|
|
16
|
+
*/
|
|
17
|
+
noticeId: number;
|
|
18
|
+
/**
|
|
19
|
+
* 공지 등록일
|
|
20
|
+
*/
|
|
21
|
+
date: Date;
|
|
22
|
+
/**
|
|
23
|
+
* 이벤트 시작일
|
|
24
|
+
*/
|
|
25
|
+
dateEventStart: Date;
|
|
26
|
+
/**
|
|
27
|
+
* 이벤트 종료일
|
|
28
|
+
*/
|
|
29
|
+
dateEventEnd: Date;
|
|
30
|
+
constructor(obj: EventNoticeListItemDtoBody);
|
|
31
|
+
}
|
|
32
|
+
export { EventNoticeListItemDto };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { NoticeDetailDtoBody } from '../../response/notice/noticeDetailDtoBody';
|
|
2
|
+
/**
|
|
3
|
+
* 공지사항 상세
|
|
4
|
+
*/
|
|
5
|
+
declare class NoticeDetailDto {
|
|
6
|
+
/**
|
|
7
|
+
* 공지 제목
|
|
8
|
+
*/
|
|
9
|
+
title: string;
|
|
10
|
+
/**
|
|
11
|
+
* 공지 링크
|
|
12
|
+
*/
|
|
13
|
+
url: string;
|
|
14
|
+
/**
|
|
15
|
+
* 공지 본문
|
|
16
|
+
*/
|
|
17
|
+
contents: string;
|
|
18
|
+
/**
|
|
19
|
+
* 공지 등록일
|
|
20
|
+
*/
|
|
21
|
+
date: Date;
|
|
22
|
+
constructor(obj: NoticeDetailDtoBody);
|
|
23
|
+
}
|
|
24
|
+
export { NoticeDetailDto };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { NoticeListItemDto } from './noticeListItemDto';
|
|
2
|
+
import { NoticeListDtoBody } from '../../response/notice/noticeListDtoBody';
|
|
3
|
+
/**
|
|
4
|
+
* 공지사항 목록
|
|
5
|
+
*/
|
|
6
|
+
declare class NoticeListDto {
|
|
7
|
+
/**
|
|
8
|
+
* 공지 목록
|
|
9
|
+
*/
|
|
10
|
+
notice: NoticeListItemDto[];
|
|
11
|
+
constructor(obj: NoticeListDtoBody);
|
|
12
|
+
}
|
|
13
|
+
export { NoticeListDto };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { NoticeListItemDtoBody } from '../../response/notice/noticeListDtoBody';
|
|
2
|
+
/**
|
|
3
|
+
* 공지사항
|
|
4
|
+
*/
|
|
5
|
+
declare class NoticeListItemDto {
|
|
6
|
+
/**
|
|
7
|
+
* 공지 제목
|
|
8
|
+
*/
|
|
9
|
+
title: string;
|
|
10
|
+
/**
|
|
11
|
+
* 공지 링크
|
|
12
|
+
*/
|
|
13
|
+
url: string;
|
|
14
|
+
/**
|
|
15
|
+
* 공지 식별자
|
|
16
|
+
*/
|
|
17
|
+
noticeId: number;
|
|
18
|
+
/**
|
|
19
|
+
* 공지 등록일
|
|
20
|
+
*/
|
|
21
|
+
date: Date;
|
|
22
|
+
constructor(obj: NoticeListItemDtoBody);
|
|
23
|
+
}
|
|
24
|
+
export { NoticeListItemDto };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { UpdateNoticeDetailDtoBody } from '../../response/notice/updateNoticeDetailDtoBody';
|
|
2
|
+
/**
|
|
3
|
+
* 업데이트 상세
|
|
4
|
+
*/
|
|
5
|
+
declare class UpdateNoticeDetailDto {
|
|
6
|
+
/**
|
|
7
|
+
* 공지 제목
|
|
8
|
+
*/
|
|
9
|
+
title: string;
|
|
10
|
+
/**
|
|
11
|
+
* 공지 링크
|
|
12
|
+
*/
|
|
13
|
+
url: string;
|
|
14
|
+
/**
|
|
15
|
+
* 공지 본문
|
|
16
|
+
*/
|
|
17
|
+
contents: string;
|
|
18
|
+
/**
|
|
19
|
+
* 공지 등록일
|
|
20
|
+
*/
|
|
21
|
+
date: Date;
|
|
22
|
+
constructor(obj: UpdateNoticeDetailDtoBody);
|
|
23
|
+
}
|
|
24
|
+
export { UpdateNoticeDetailDto };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { UpdateNoticeListItemDto } from './updateNoticeListItemDto';
|
|
2
|
+
import { UpdateNoticeListDtoBody } from '../../response/notice/updateNoticeListDtoBody';
|
|
3
|
+
/**
|
|
4
|
+
* 업데이트 목록
|
|
5
|
+
*/
|
|
6
|
+
declare class UpdateNoticeListDto {
|
|
7
|
+
/**
|
|
8
|
+
* 공지 목록
|
|
9
|
+
*/
|
|
10
|
+
updateNotice: UpdateNoticeListItemDto[];
|
|
11
|
+
constructor(obj: UpdateNoticeListDtoBody);
|
|
12
|
+
}
|
|
13
|
+
export { UpdateNoticeListDto };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { UpdateNoticeListItemDtoBody } from '../../response/notice/updateNoticeListDtoBody';
|
|
2
|
+
/**
|
|
3
|
+
* 업데이트 공지
|
|
4
|
+
*/
|
|
5
|
+
declare class UpdateNoticeListItemDto {
|
|
6
|
+
/**
|
|
7
|
+
* 공지 제목
|
|
8
|
+
*/
|
|
9
|
+
title: string;
|
|
10
|
+
/**
|
|
11
|
+
* 공지 링크
|
|
12
|
+
*/
|
|
13
|
+
url: string;
|
|
14
|
+
/**
|
|
15
|
+
* 공지 식별자
|
|
16
|
+
*/
|
|
17
|
+
noticeId: number;
|
|
18
|
+
/**
|
|
19
|
+
* 공지 등록일
|
|
20
|
+
*/
|
|
21
|
+
date: Date;
|
|
22
|
+
constructor(obj: UpdateNoticeListItemDtoBody);
|
|
23
|
+
}
|
|
24
|
+
export { UpdateNoticeListItemDto };
|
|
@@ -6,7 +6,7 @@ declare class UnionDto {
|
|
|
6
6
|
/**
|
|
7
7
|
* 조회 기준일
|
|
8
8
|
*/
|
|
9
|
-
date: Date;
|
|
9
|
+
date: Date | null;
|
|
10
10
|
/**
|
|
11
11
|
* 유니온 레벨
|
|
12
12
|
*/
|
|
@@ -15,6 +15,18 @@ declare class UnionDto {
|
|
|
15
15
|
* 유니온 등급
|
|
16
16
|
*/
|
|
17
17
|
unionGrade: string;
|
|
18
|
+
/**
|
|
19
|
+
* 아티팩트 레벨
|
|
20
|
+
*/
|
|
21
|
+
unionArtifactLevel: number | null;
|
|
22
|
+
/**
|
|
23
|
+
* 보유 아티팩트 경험치
|
|
24
|
+
*/
|
|
25
|
+
unionArtifactExp: number | null;
|
|
26
|
+
/**
|
|
27
|
+
* 보유 아티팩트 포인트
|
|
28
|
+
*/
|
|
29
|
+
unionArtifactPoint: number | null;
|
|
18
30
|
constructor(obj: UnionDtoBody);
|
|
19
31
|
}
|
|
20
32
|
export { UnionDto };
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { UnionRaiderBlockDto } from './unionRaiderBlockDto';
|
|
2
2
|
import { UnionRaiderInnerStatDto } from './unionRaiderInnerStatDto';
|
|
3
|
+
import { UnionRaiderPresetDto } from './unionRaiderPresetDto';
|
|
3
4
|
import { UnionRaiderDtoBody } from '../../response/union/unionRaiderDtoBody';
|
|
4
5
|
/**
|
|
5
6
|
* 유니온 공격대 정보
|
|
6
7
|
*/
|
|
7
8
|
declare class UnionRaiderDto {
|
|
8
|
-
date: Date;
|
|
9
|
+
date: Date | null;
|
|
9
10
|
/**
|
|
10
11
|
* 유니온 공격대원 효과
|
|
11
12
|
*/
|
|
@@ -22,6 +23,30 @@ declare class UnionRaiderDto {
|
|
|
22
23
|
* 유니온 블록 정보
|
|
23
24
|
*/
|
|
24
25
|
unionBlock: UnionRaiderBlockDto[];
|
|
26
|
+
/**
|
|
27
|
+
* 적용 중인 프리셋 번호
|
|
28
|
+
*/
|
|
29
|
+
usePresetNo: number;
|
|
30
|
+
/**
|
|
31
|
+
* 유니온 프리셋 1번 정보
|
|
32
|
+
*/
|
|
33
|
+
unionRaiderPreset1: UnionRaiderPresetDto | null;
|
|
34
|
+
/**
|
|
35
|
+
* 유니온 프리셋 2번 정보
|
|
36
|
+
*/
|
|
37
|
+
unionRaiderPreset2: UnionRaiderPresetDto | null;
|
|
38
|
+
/**
|
|
39
|
+
* 유니온 프리셋 3번 정보
|
|
40
|
+
*/
|
|
41
|
+
unionRaiderPreset3: UnionRaiderPresetDto | null;
|
|
42
|
+
/**
|
|
43
|
+
* 유니온 프리셋 4번 정보
|
|
44
|
+
*/
|
|
45
|
+
unionRaiderPreset4: UnionRaiderPresetDto | null;
|
|
46
|
+
/**
|
|
47
|
+
* 유니온 프리셋 5번 정보
|
|
48
|
+
*/
|
|
49
|
+
unionRaiderPreset5: UnionRaiderPresetDto | null;
|
|
25
50
|
constructor(obj: UnionRaiderDtoBody);
|
|
26
51
|
}
|
|
27
52
|
export { UnionRaiderDto };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { UnionRaiderBlockDto } from './unionRaiderBlockDto';
|
|
2
|
+
import { UnionRaiderInnerStatDto } from './unionRaiderInnerStatDto';
|
|
3
|
+
import { UnionRaiderPresetDtoBody } from '../../response/union/unionRaiderDtoBody';
|
|
4
|
+
/**
|
|
5
|
+
* 유니온 프리셋 정보
|
|
6
|
+
*/
|
|
7
|
+
declare class UnionRaiderPresetDto {
|
|
8
|
+
/**
|
|
9
|
+
* 유니온 공격대원 효과
|
|
10
|
+
*/
|
|
11
|
+
unionRaiderStat: string[];
|
|
12
|
+
/**
|
|
13
|
+
* 유니온 공격대 점령 효과
|
|
14
|
+
*/
|
|
15
|
+
unionOccupiedStat: string[];
|
|
16
|
+
/**
|
|
17
|
+
* 유니온 공격대 배치
|
|
18
|
+
*/
|
|
19
|
+
unionInnerStat: UnionRaiderInnerStatDto[];
|
|
20
|
+
/**
|
|
21
|
+
* 유니온 블록 정보
|
|
22
|
+
*/
|
|
23
|
+
unionBlock: UnionRaiderBlockDto[];
|
|
24
|
+
constructor(obj: UnionRaiderPresetDtoBody);
|
|
25
|
+
}
|
|
26
|
+
export { UnionRaiderPresetDto };
|