maplestory-openapi 2.4.1 → 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 -41
- package/dist/index.js +1085 -405
- package/dist/index.min.js +1 -1
- package/dist/index.mjs +1068 -405
- 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 +1 -1
- 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 +1 -1
- 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/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 +1 -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 +126 -25
- package/types/maplestory/api/mapleStoryApiError.d.ts +2 -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 +1 -1
- package/types/maplestory/api/response/union/unionRaiderDtoBody.d.ts +14 -2
- package/types/maplestory/api/dto/character/characterSetEffectOptionInfoDto.d.ts +0 -16
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
type GuildBasicDtoBody = {
|
|
2
|
-
date: string;
|
|
2
|
+
date: string | null;
|
|
3
3
|
world_name: string;
|
|
4
4
|
guild_name: string;
|
|
5
5
|
guild_level: number;
|
|
@@ -10,8 +10,6 @@ type GuildBasicDtoBody = {
|
|
|
10
10
|
guild_member: string[];
|
|
11
11
|
guild_skill: GuildSkillDtoBody[];
|
|
12
12
|
guild_noblesse_skill: GuildSkillDtoBody[];
|
|
13
|
-
guild_mark: string | null;
|
|
14
|
-
guild_mark_custom: string | null;
|
|
15
13
|
};
|
|
16
14
|
type GuildSkillDtoBody = {
|
|
17
15
|
skill_name: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { StarforceEventDtoBody } from '
|
|
1
|
+
import { StarforceEventDtoBody } from '@src/maplestory/api/response/history/starforceEventDtoBody';
|
|
2
2
|
type StarforceHistoryDtoBody = {
|
|
3
3
|
id: string;
|
|
4
4
|
item_upgrade_result: string;
|
|
@@ -16,6 +16,6 @@ type StarforceHistoryDtoBody = {
|
|
|
16
16
|
world_name: string;
|
|
17
17
|
target_item: string;
|
|
18
18
|
date_create: string;
|
|
19
|
-
starforce_event_list: StarforceEventDtoBody[];
|
|
19
|
+
starforce_event_list: StarforceEventDtoBody[] | null;
|
|
20
20
|
};
|
|
21
21
|
export type { StarforceHistoryDtoBody };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { StarforceHistoryDtoBody } from '
|
|
1
|
+
import { StarforceHistoryDtoBody } from '@src/maplestory/api/response/history/starforceHistoryDtoBody';
|
|
2
2
|
type StarforceHistoryResponseDtoBody = {
|
|
3
3
|
count: number;
|
|
4
4
|
starforce_history: StarforceHistoryDtoBody[];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
type CashshopNoticeListDtoBody = {
|
|
2
|
+
cashshop_notice: CashshopNoticeListItemDtoBody[];
|
|
3
|
+
};
|
|
4
|
+
type CashshopNoticeListItemDtoBody = {
|
|
5
|
+
title: string;
|
|
6
|
+
url: string;
|
|
7
|
+
notice_id: number;
|
|
8
|
+
date: string;
|
|
9
|
+
date_sale_start: string | null;
|
|
10
|
+
date_sale_end: string | null;
|
|
11
|
+
ongoing_flag: string;
|
|
12
|
+
};
|
|
13
|
+
export type { CashshopNoticeListDtoBody, CashshopNoticeListItemDtoBody };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type EventNoticeListDtoBody = {
|
|
2
|
+
event_notice: EventNoticeListItemDtoBody[];
|
|
3
|
+
};
|
|
4
|
+
type EventNoticeListItemDtoBody = {
|
|
5
|
+
title: string;
|
|
6
|
+
url: string;
|
|
7
|
+
notice_id: number;
|
|
8
|
+
date: string;
|
|
9
|
+
date_event_start: string;
|
|
10
|
+
date_event_end: string;
|
|
11
|
+
};
|
|
12
|
+
export type { EventNoticeListDtoBody, EventNoticeListItemDtoBody };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
type UpdateNoticeListDtoBody = {
|
|
2
|
+
update_notice: UpdateNoticeListItemDtoBody[];
|
|
3
|
+
};
|
|
4
|
+
type UpdateNoticeListItemDtoBody = {
|
|
5
|
+
title: string;
|
|
6
|
+
url: string;
|
|
7
|
+
notice_id: number;
|
|
8
|
+
date: string;
|
|
9
|
+
};
|
|
10
|
+
export type { UpdateNoticeListDtoBody, UpdateNoticeListItemDtoBody };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
};
|
|
1
|
+
import { RankingResponseDtoBody } from './rankingResponseDtoBody';
|
|
2
|
+
type TheSeedRankingResponseDtoBody = RankingResponseDtoBody<TheSeedRankingDtoBody>;
|
|
4
3
|
type TheSeedRankingDtoBody = {
|
|
5
4
|
date: string;
|
|
6
5
|
ranking: number;
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
type UnionRaiderDtoBody = {
|
|
2
|
-
date: string;
|
|
2
|
+
date: string | null;
|
|
3
3
|
union_raider_stat: string[];
|
|
4
4
|
union_occupied_stat: string[];
|
|
5
5
|
union_inner_stat: UnionRaiderInnerStatDtoBody[];
|
|
6
6
|
union_block: UnionRaiderBlockDtoBody[];
|
|
7
|
+
use_preset_no: number;
|
|
8
|
+
union_raider_preset_1: UnionRaiderPresetDtoBody | null;
|
|
9
|
+
union_raider_preset_2: UnionRaiderPresetDtoBody | null;
|
|
10
|
+
union_raider_preset_3: UnionRaiderPresetDtoBody | null;
|
|
11
|
+
union_raider_preset_4: UnionRaiderPresetDtoBody | null;
|
|
12
|
+
union_raider_preset_5: UnionRaiderPresetDtoBody | null;
|
|
7
13
|
};
|
|
8
14
|
type UnionRaiderInnerStatDtoBody = {
|
|
9
15
|
stat_field_id: string;
|
|
@@ -24,4 +30,10 @@ type UnionRaiderBlockPositionDtoBody = {
|
|
|
24
30
|
x: number;
|
|
25
31
|
y: number;
|
|
26
32
|
};
|
|
27
|
-
|
|
33
|
+
type UnionRaiderPresetDtoBody = {
|
|
34
|
+
union_raider_stat: string[];
|
|
35
|
+
union_occupied_stat: string[];
|
|
36
|
+
union_inner_stat: UnionRaiderInnerStatDtoBody[];
|
|
37
|
+
union_block: UnionRaiderBlockDtoBody[];
|
|
38
|
+
};
|
|
39
|
+
export type { UnionRaiderDtoBody, UnionRaiderInnerStatDtoBody, UnionRaiderBlockDtoBody, UnionRaiderBlockControlPointDtoBody, UnionRaiderBlockPositionDtoBody, UnionRaiderPresetDtoBody, };
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CharacterSetEffectOptionInfoDtoBody } from '../../response/character/characterSetEffectDtoBody';
|
|
2
|
-
/**
|
|
3
|
-
* 캐릭터 세트 효과 옵션 정보
|
|
4
|
-
*/
|
|
5
|
-
declare class CharacterSetEffectOptionInfoDto {
|
|
6
|
-
/**
|
|
7
|
-
* 세트 효과 레벨 (장비 수)
|
|
8
|
-
*/
|
|
9
|
-
setCount: number;
|
|
10
|
-
/**
|
|
11
|
-
* 적용 중인 세트 효과
|
|
12
|
-
*/
|
|
13
|
-
setOption: string;
|
|
14
|
-
constructor(obj: CharacterSetEffectOptionInfoDtoBody);
|
|
15
|
-
}
|
|
16
|
-
export { CharacterSetEffectOptionInfoDto };
|