maplestory-openapi 2.2.1 → 2.3.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 +1 -1
- package/dist/index.js +236 -28
- package/dist/index.min.js +1 -1
- package/dist/index.mjs +233 -28
- package/package.json +1 -1
- package/types/index.d.ts +81 -78
- package/types/maplestory/api/dto/{characterAbilityDto.d.ts → character/characterAbilityDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterAbilityInfoDto.d.ts → character/characterAbilityInfoDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterAndroidCashItemEquipmentColoringPrismDto.d.ts → character/characterAndroidCashItemEquipmentColoringPrismDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterAndroidCashItemEquipmentDto.d.ts → character/characterAndroidCashItemEquipmentDto.d.ts} +6 -6
- package/types/maplestory/api/dto/{characterAndroidCashItemEquipmentOptionDto.d.ts → character/characterAndroidCashItemEquipmentOptionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterAndroidEquipmentDto.d.ts → character/characterAndroidEquipmentDto.d.ts} +7 -7
- package/types/maplestory/api/dto/{characterAndroidEquipmentFaceDto.d.ts → character/characterAndroidEquipmentFaceDto.d.ts} +4 -4
- package/types/maplestory/api/dto/{characterAndroidEquipmentHairDto.d.ts → character/characterAndroidEquipmentHairDto.d.ts} +4 -4
- package/types/maplestory/api/dto/{characterBasicDto.d.ts → character/characterBasicDto.d.ts} +2 -2
- package/types/maplestory/api/dto/{characterBeautyEquipmentDto.d.ts → character/characterBeautyEquipmentDto.d.ts} +4 -4
- package/types/maplestory/api/dto/{characterBeautyEquipmentFaceDto.d.ts → character/characterBeautyEquipmentFaceDto.d.ts} +2 -2
- package/types/maplestory/api/dto/{characterBeautyEquipmentHairDto.d.ts → character/characterBeautyEquipmentHairDto.d.ts} +2 -2
- package/types/maplestory/api/dto/{characterCashItemEquipmentColoringPrismDto.d.ts → character/characterCashItemEquipmentColoringPrismDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterCashItemEquipmentDto.d.ts → character/characterCashItemEquipmentDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterCashItemEquipmentOptionDto.d.ts → character/characterCashItemEquipmentOptionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterCashItemEquipmentPresetDto.d.ts → character/characterCashItemEquipmentPresetDto.d.ts} +6 -6
- package/types/maplestory/api/dto/{characterDojangDto.d.ts → character/characterDojangDto.d.ts} +2 -2
- package/types/maplestory/api/dto/{characterDto.d.ts → character/characterDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterHexaMatrixDto.d.ts → character/characterHexaMatrixDto.d.ts} +2 -2
- package/types/maplestory/api/dto/{characterHexaMatrixEquipmentDto.d.ts → character/characterHexaMatrixEquipmentDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterHexaMatrixEquipmentLinkedSkillDto.d.ts → character/characterHexaMatrixEquipmentLinkedSkillDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterHexaMatrixStatCoreDto.d.ts → character/characterHexaMatrixStatCoreDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterHexaMatrixStatDto.d.ts → character/characterHexaMatrixStatDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterHyperStatDto.d.ts → character/characterHyperStatDto.d.ts} +5 -5
- package/types/maplestory/api/dto/character/characterHyperStatPresetDto.d.ts +24 -0
- package/types/maplestory/api/dto/{characterItemEquipmentAddOptionDto.d.ts → character/characterItemEquipmentAddOptionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterItemEquipmentBaseOptionDto.d.ts → character/characterItemEquipmentBaseOptionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterItemEquipmentDto.d.ts → character/characterItemEquipmentDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterItemEquipmentEtcOptionDto.d.ts → character/characterItemEquipmentEtcOptionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterItemEquipmentExceptionalOptionDto.d.ts → character/characterItemEquipmentExceptionalOptionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterItemEquipmentInfoDto.d.ts → character/characterItemEquipmentInfoDto.d.ts} +14 -14
- package/types/maplestory/api/dto/{characterItemEquipmentStarforceOptionDto.d.ts → character/characterItemEquipmentStarforceOptionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterItemEquipmentTitleDto.d.ts → character/characterItemEquipmentTitleDto.d.ts} +7 -3
- package/types/maplestory/api/dto/{characterItemEquipmentTotalOptionDto.d.ts → character/characterItemEquipmentTotalOptionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterLinkSkillDto.d.ts → character/characterLinkSkillDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterLinkSkillInfoDto.d.ts → character/characterLinkSkillInfoDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterPetEquipmentAutoSkillDto.d.ts → character/characterPetEquipmentAutoSkillDto.d.ts} +5 -5
- package/types/maplestory/api/dto/{characterPetEquipmentDto.d.ts → character/characterPetEquipmentDto.d.ts} +4 -4
- package/types/maplestory/api/dto/{characterPetEquipmentItemDto.d.ts → character/characterPetEquipmentItemDto.d.ts} +4 -4
- package/types/maplestory/api/dto/{characterPetEquipmentItemOptionDto.d.ts → character/characterPetEquipmentItemOptionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterPopularityDto.d.ts → character/characterPopularityDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterPropensityDto.d.ts → character/characterPropensityDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterSetEffectDto.d.ts → character/characterSetEffectDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterSetEffectInfoDto.d.ts → character/characterSetEffectInfoDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterSetEffectOptionInfoDto.d.ts → character/characterSetEffectOptionInfoDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterSkillDto.d.ts → character/characterSkillDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterSkillInfoDto.d.ts → character/characterSkillInfoDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterStatDto.d.ts → character/characterStatDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterSymbolEquipmentDto.d.ts → character/characterSymbolEquipmentDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterSymbolEquipmentInfoDto.d.ts → character/characterSymbolEquipmentInfoDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterVMatrixCoreEquipmentDto.d.ts → character/characterVMatrixCoreEquipmentDto.d.ts} +3 -3
- package/types/maplestory/api/dto/{characterVMatrixDto.d.ts → character/characterVMatrixDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{guildBasicDto.d.ts → guild/guildBasicDto.d.ts} +4 -4
- package/types/maplestory/api/dto/{guildDto.d.ts → guild/guildDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{guildSkillDto.d.ts → guild/guildSkillDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{cubeHistoryDto.d.ts → history/cubeHistoryDto.d.ts} +2 -2
- package/types/maplestory/api/dto/{cubeHistoryResponseDto.d.ts → history/cubeHistoryResponseDto.d.ts} +2 -2
- package/types/maplestory/api/dto/{cubeResultOptionDto.d.ts → history/cubeResultOptionDto.d.ts} +2 -2
- package/types/maplestory/api/dto/history/starforceEventDto.d.ts +24 -0
- package/types/maplestory/api/dto/history/starforceHistoryDto.d.ts +77 -0
- package/types/maplestory/api/dto/history/starforceHistoryResponseDto.d.ts +21 -0
- package/types/maplestory/api/dto/{achievementRankingDto.d.ts → ranking/achievementRankingDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{achievementRankingResponseDto.d.ts → ranking/achievementRankingResponseDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{dojangRankingDto.d.ts → ranking/dojangRankingDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{dojangRankingResponseDto.d.ts → ranking/dojangRankingResponseDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{guildRankingDto.d.ts → ranking/guildRankingDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{guildRankingResponseDto.d.ts → ranking/guildRankingResponseDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{overallRankingDto.d.ts → ranking/overallRankingDto.d.ts} +2 -2
- package/types/maplestory/api/dto/{overallRankingResponseDto.d.ts → ranking/overallRankingResponseDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{theSeedRankingDto.d.ts → ranking/theSeedRankingDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{theSeedRankingResponseDto.d.ts → ranking/theSeedRankingResponseDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{unionRankingDto.d.ts → ranking/unionRankingDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{unionRankingResponseDto.d.ts → ranking/unionRankingResponseDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{unionDto.d.ts → union/unionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{unionRaiderBlockDto.d.ts → union/unionRaiderBlockDto.d.ts} +2 -2
- package/types/maplestory/api/dto/{unionRaiderBlockPositionDto.d.ts → union/unionRaiderBlockPositionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{unionRaiderControlPointDto.d.ts → union/unionRaiderControlPointDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{unionRaiderDto.d.ts → union/unionRaiderDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{unionRaiderInnerStatDto.d.ts → union/unionRaiderInnerStatDto.d.ts} +1 -1
- package/types/maplestory/api/mapleStoryApi.d.ts +58 -31
- package/types/maplestory/api/response/{characterAndroidEquipmentDtoBody.d.ts → character/characterAndroidEquipmentDtoBody.d.ts} +17 -17
- package/types/maplestory/api/response/{characterBasicDtoBody.d.ts → character/characterBasicDtoBody.d.ts} +1 -1
- package/types/maplestory/api/response/{characterBeautyEquipmentDtoBody.d.ts → character/characterBeautyEquipmentDtoBody.d.ts} +5 -5
- package/types/maplestory/api/response/{characterCashItemEquipmentDtoBody.d.ts → character/characterCashItemEquipmentDtoBody.d.ts} +5 -5
- package/types/maplestory/api/response/{characterDojangDtoBody.d.ts → character/characterDojangDtoBody.d.ts} +1 -1
- package/types/maplestory/api/response/character/characterHyperStatDtoBody.d.ts +19 -0
- package/types/maplestory/api/response/{characterItemEquipmentDtoBody.d.ts → character/characterItemEquipmentDtoBody.d.ts} +14 -14
- package/types/maplestory/api/response/{characterPetEquipmentDtoBody.d.ts → character/characterPetEquipmentDtoBody.d.ts} +10 -10
- package/types/maplestory/api/response/{characterVMatrixDtoBody.d.ts → character/characterVMatrixDtoBody.d.ts} +2 -2
- package/types/maplestory/api/response/{guildBasicDtoBody.d.ts → guild/guildBasicDtoBody.d.ts} +3 -3
- package/types/maplestory/api/response/{cubeHistoryResponseDtoBody.d.ts → history/cubeHistoryResponseDtoBody.d.ts} +1 -1
- package/types/maplestory/api/response/history/starforceEventDtoBody.d.ts +7 -0
- package/types/maplestory/api/response/history/starforceHistoryDtoBody.d.ts +21 -0
- package/types/maplestory/api/response/history/starforceHistoryResponseDtoBody.d.ts +7 -0
- package/types/maplestory/api/response/{overallRankingResponseDtoBody.d.ts → ranking/overallRankingResponseDtoBody.d.ts} +1 -1
- package/types/maplestory/api/dto/characterHyperStatInfoDto.d.ts +0 -24
- package/types/maplestory/api/response/characterHyperStatDtoBody.d.ts +0 -19
- /package/types/maplestory/api/response/{characterAbilityDtoBody.d.ts → character/characterAbilityDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterDtoBody.d.ts → character/characterDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterHexaMatrixDtoBody.d.ts → character/characterHexaMatrixDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterHexaMatrixStatDtoBody.d.ts → character/characterHexaMatrixStatDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterLinkSkillDtoBody.d.ts → character/characterLinkSkillDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterPopularityDtoBody.d.ts → character/characterPopularityDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterPropensityDtoBody.d.ts → character/characterPropensityDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterSetEffectDtoBody.d.ts → character/characterSetEffectDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterSkillDtoBody.d.ts → character/characterSkillDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterStatDtoBody.d.ts → character/characterStatDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterSymbolEquipmentDtoBody.d.ts → character/characterSymbolEquipmentDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{guildDtoBody.d.ts → guild/guildDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{cubeHistoryDtoBody.d.ts → history/cubeHistoryDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{cubeResultOptionDtoBody.d.ts → history/cubeResultOptionDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{achievementRankingResponseDtoBody.d.ts → ranking/achievementRankingResponseDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{dojangRankingResponseDtoBody.d.ts → ranking/dojangRankingResponseDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{guildRankingResponseDtoBody.d.ts → ranking/guildRankingResponseDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{rankingResponseDtoBody.d.ts → ranking/rankingResponseDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{theSeedRankingResponseDtoBody.d.ts → ranking/theSeedRankingResponseDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{unionRankingResponseDtoBody.d.ts → ranking/unionRankingResponseDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{unionDtoBody.d.ts → union/unionDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{unionRaiderDtoBody.d.ts → union/unionRaiderDtoBody.d.ts} +0 -0
|
@@ -5,20 +5,20 @@ type CharacterBeautyEquipmentDtoBody = {
|
|
|
5
5
|
character_hair: CharacterBeautyEquipmentHairDtoBody;
|
|
6
6
|
character_face: CharacterBeautyEquipmentFaceDtoBody;
|
|
7
7
|
character_skin_name: string;
|
|
8
|
-
additional_character_hair: CharacterBeautyEquipmentHairDtoBody;
|
|
9
|
-
additional_character_face: CharacterBeautyEquipmentFaceDtoBody;
|
|
10
|
-
additional_character_skin_name: string;
|
|
8
|
+
additional_character_hair: CharacterBeautyEquipmentHairDtoBody | null;
|
|
9
|
+
additional_character_face: CharacterBeautyEquipmentFaceDtoBody | null;
|
|
10
|
+
additional_character_skin_name: string | null;
|
|
11
11
|
};
|
|
12
12
|
type CharacterBeautyEquipmentHairDtoBody = {
|
|
13
13
|
hair_name: string;
|
|
14
14
|
base_color: string;
|
|
15
|
-
mix_color: string;
|
|
15
|
+
mix_color: string | null;
|
|
16
16
|
mix_rate: string;
|
|
17
17
|
};
|
|
18
18
|
type CharacterBeautyEquipmentFaceDtoBody = {
|
|
19
19
|
face_name: string;
|
|
20
20
|
base_color: string;
|
|
21
|
-
mix_color: string;
|
|
21
|
+
mix_color: string | null;
|
|
22
22
|
mix_rate: string;
|
|
23
23
|
};
|
|
24
24
|
export type { CharacterBeautyEquipmentDtoBody, CharacterBeautyEquipmentHairDtoBody, CharacterBeautyEquipmentFaceDtoBody, };
|
|
@@ -15,12 +15,12 @@ type CharacterCashItemEquipmentPresetDtoBody = {
|
|
|
15
15
|
cash_item_equipment_slot: string;
|
|
16
16
|
cash_item_name: string;
|
|
17
17
|
cash_item_icon: string;
|
|
18
|
-
cash_item_description: string;
|
|
18
|
+
cash_item_description: string | null;
|
|
19
19
|
cash_item_option: CharacterCashItemEquipmentOptionDtoBody[];
|
|
20
|
-
date_expire: string;
|
|
21
|
-
date_option_expire: string;
|
|
22
|
-
cash_item_label: string;
|
|
23
|
-
cash_item_coloring_prism: CharacterCashItemEquipmentColoringPrismDtoBody;
|
|
20
|
+
date_expire: string | null;
|
|
21
|
+
date_option_expire: string | null;
|
|
22
|
+
cash_item_label: string | null;
|
|
23
|
+
cash_item_coloring_prism: CharacterCashItemEquipmentColoringPrismDtoBody | null;
|
|
24
24
|
base_preset_item_disable_flag: string;
|
|
25
25
|
};
|
|
26
26
|
type CharacterCashItemEquipmentOptionDtoBody = {
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
type CharacterHyperStatDtoBody = {
|
|
2
|
+
date: string;
|
|
3
|
+
character_class: string;
|
|
4
|
+
use_preset_no: string;
|
|
5
|
+
use_available_hyper_stat: number;
|
|
6
|
+
hyper_stat_preset_1: CharacterHyperStatPresetDtoBody[];
|
|
7
|
+
hyper_stat_preset_1_remain_point: number;
|
|
8
|
+
hyper_stat_preset_2: CharacterHyperStatPresetDtoBody[];
|
|
9
|
+
hyper_stat_preset_2_remain_point: number;
|
|
10
|
+
hyper_stat_preset_3: CharacterHyperStatPresetDtoBody[];
|
|
11
|
+
hyper_stat_preset_3_remain_point: number;
|
|
12
|
+
};
|
|
13
|
+
type CharacterHyperStatPresetDtoBody = {
|
|
14
|
+
stat_type: string;
|
|
15
|
+
stat_point: number | null;
|
|
16
|
+
stat_level: number;
|
|
17
|
+
stat_increase: string | null;
|
|
18
|
+
};
|
|
19
|
+
export type { CharacterHyperStatDtoBody, CharacterHyperStatPresetDtoBody };
|
|
@@ -12,20 +12,20 @@ type CharacterItemEquipmentInfoDtoBody = {
|
|
|
12
12
|
equipment_slot: string;
|
|
13
13
|
item_name: string;
|
|
14
14
|
item_icon: string;
|
|
15
|
-
item_description: string;
|
|
15
|
+
item_description: string | null;
|
|
16
16
|
item_shape_name: string;
|
|
17
17
|
item_shape_icon: string;
|
|
18
|
-
|
|
18
|
+
item_gender: string | null;
|
|
19
19
|
item_total_option: CharacterItemEquipmentOptionDtoBody;
|
|
20
20
|
item_base_option: CharacterItemEquipmentBaseOptionDtoBody;
|
|
21
|
-
potential_option_grade: string;
|
|
22
|
-
additional_potential_option_grade: string;
|
|
23
|
-
potential_option_1: string;
|
|
24
|
-
potential_option_2: string;
|
|
25
|
-
potential_option_3: string;
|
|
26
|
-
additional_potential_option_1: string;
|
|
27
|
-
additional_potential_option_2: string;
|
|
28
|
-
additional_potential_option_3: string;
|
|
21
|
+
potential_option_grade: string | null;
|
|
22
|
+
additional_potential_option_grade: string | null;
|
|
23
|
+
potential_option_1: string | null;
|
|
24
|
+
potential_option_2: string | null;
|
|
25
|
+
potential_option_3: string | null;
|
|
26
|
+
additional_potential_option_1: string | null;
|
|
27
|
+
additional_potential_option_2: string | null;
|
|
28
|
+
additional_potential_option_3: string | null;
|
|
29
29
|
equipment_level_increase: number;
|
|
30
30
|
item_exceptional_option: CharacterItemEquipmentOptionDtoBody;
|
|
31
31
|
item_add_option: CharacterItemEquipmentAddOptionDtoBody;
|
|
@@ -36,14 +36,14 @@ type CharacterItemEquipmentInfoDtoBody = {
|
|
|
36
36
|
golden_hammer_flag: string;
|
|
37
37
|
scroll_resilience_count: string;
|
|
38
38
|
scroll_upgradeable_count: string;
|
|
39
|
-
soul_name: string;
|
|
40
|
-
soul_option: string;
|
|
39
|
+
soul_name: string | null;
|
|
40
|
+
soul_option: string | null;
|
|
41
41
|
item_etc_option: CharacterItemEquipmentOptionDtoBody;
|
|
42
42
|
starforce: string;
|
|
43
43
|
starforce_scroll_flag: string;
|
|
44
44
|
item_starforce_option: CharacterItemEquipmentOptionDtoBody;
|
|
45
45
|
special_ring_level: number;
|
|
46
|
-
date_expire: string;
|
|
46
|
+
date_expire: string | null;
|
|
47
47
|
};
|
|
48
48
|
type CharacterItemEquipmentOptionDtoBody = {
|
|
49
49
|
str: string;
|
|
@@ -149,7 +149,7 @@ type CharacterItemEquipmentTitleDtoBody = {
|
|
|
149
149
|
title_name: string;
|
|
150
150
|
title_icon: string;
|
|
151
151
|
title_description: string;
|
|
152
|
-
date_expire: string;
|
|
152
|
+
date_expire: string | null;
|
|
153
153
|
date_option_expire: string | null;
|
|
154
154
|
};
|
|
155
155
|
export type { CharacterItemEquipmentDtoBody, CharacterItemEquipmentInfoDtoBody, CharacterItemEquipmentTitleDtoBody, CharacterItemEquipmentOptionDtoBody, CharacterItemEquipmentExceptionalOptionDtoBody, CharacterItemEquipmentTotalOptionDtoBody, CharacterItemEquipmentBaseOptionDtoBody, CharacterItemEquipmentAddOptionDtoBody, CharacterItemEquipmentEtcOptionDtoBody, CharacterItemEquipmentStarforceOptionDtoBody, };
|
|
@@ -6,7 +6,7 @@ type CharacterPetEquipmentDtoBody = {
|
|
|
6
6
|
pet_1_description: string;
|
|
7
7
|
pet_1_equipment: CharacterPetEquipmentItemDtoBody;
|
|
8
8
|
pet_1_auto_skill: CharacterPetEquipmentAutoSkillDtoBody;
|
|
9
|
-
pet_1_pet_type: string;
|
|
9
|
+
pet_1_pet_type: string | null;
|
|
10
10
|
pet_1_skill: string[];
|
|
11
11
|
pet_1_date_expire: string;
|
|
12
12
|
pet_2_name: string;
|
|
@@ -15,7 +15,7 @@ type CharacterPetEquipmentDtoBody = {
|
|
|
15
15
|
pet_2_description: string;
|
|
16
16
|
pet_2_equipment: CharacterPetEquipmentItemDtoBody;
|
|
17
17
|
pet_2_auto_skill: CharacterPetEquipmentAutoSkillDtoBody;
|
|
18
|
-
pet_2_pet_type: string;
|
|
18
|
+
pet_2_pet_type: string | null;
|
|
19
19
|
pet_2_skill: string[];
|
|
20
20
|
pet_2_date_expire: string;
|
|
21
21
|
pet_3_name: string;
|
|
@@ -24,14 +24,14 @@ type CharacterPetEquipmentDtoBody = {
|
|
|
24
24
|
pet_3_description: string;
|
|
25
25
|
pet_3_equipment: CharacterPetEquipmentItemDtoBody;
|
|
26
26
|
pet_3_auto_skill: CharacterPetEquipmentAutoSkillDtoBody;
|
|
27
|
-
pet_3_pet_type: string;
|
|
27
|
+
pet_3_pet_type: string | null;
|
|
28
28
|
pet_3_skill: string[];
|
|
29
29
|
pet_3_date_expire: string;
|
|
30
30
|
};
|
|
31
31
|
type CharacterPetEquipmentItemDtoBody = {
|
|
32
|
-
item_name: string;
|
|
33
|
-
item_icon: string;
|
|
34
|
-
item_description: string;
|
|
32
|
+
item_name: string | null;
|
|
33
|
+
item_icon: string | null;
|
|
34
|
+
item_description: string | null;
|
|
35
35
|
item_option: CharacterPetEquipmentItemOptionDtoBody[];
|
|
36
36
|
scroll_upgrade: number;
|
|
37
37
|
scroll_upgradeable: number;
|
|
@@ -41,9 +41,9 @@ type CharacterPetEquipmentItemOptionDtoBody = {
|
|
|
41
41
|
option_value: string;
|
|
42
42
|
};
|
|
43
43
|
type CharacterPetEquipmentAutoSkillDtoBody = {
|
|
44
|
-
skill_1: string;
|
|
45
|
-
skill_1_icon: string;
|
|
46
|
-
skill_2: string;
|
|
47
|
-
skill_2_icon: string;
|
|
44
|
+
skill_1: string | null;
|
|
45
|
+
skill_1_icon: string | null;
|
|
46
|
+
skill_2: string | null;
|
|
47
|
+
skill_2_icon: string | null;
|
|
48
48
|
};
|
|
49
49
|
export type { CharacterPetEquipmentDtoBody, CharacterPetEquipmentItemDtoBody, CharacterPetEquipmentItemOptionDtoBody, CharacterPetEquipmentAutoSkillDtoBody, };
|
|
@@ -11,7 +11,7 @@ type CharacterVMatrixCoreEquipmentDtoBody = {
|
|
|
11
11
|
v_core_type: string;
|
|
12
12
|
v_core_level: number;
|
|
13
13
|
v_core_skill_1: string;
|
|
14
|
-
v_core_skill_2
|
|
15
|
-
v_core_skill_3
|
|
14
|
+
v_core_skill_2: string | null;
|
|
15
|
+
v_core_skill_3: string | null;
|
|
16
16
|
};
|
|
17
17
|
export type { CharacterVMatrixDtoBody, CharacterVMatrixCoreEquipmentDtoBody };
|
package/types/maplestory/api/response/{guildBasicDtoBody.d.ts → guild/guildBasicDtoBody.d.ts}
RENAMED
|
@@ -9,9 +9,9 @@ type GuildBasicDtoBody = {
|
|
|
9
9
|
guild_member_count: number;
|
|
10
10
|
guild_member: string[];
|
|
11
11
|
guild_skill: GuildSkillDtoBody[];
|
|
12
|
-
|
|
13
|
-
guild_mark: string;
|
|
14
|
-
guild_mark_custom: string;
|
|
12
|
+
guild_noblesse_skill: GuildSkillDtoBody[];
|
|
13
|
+
guild_mark: string | null;
|
|
14
|
+
guild_mark_custom: string | null;
|
|
15
15
|
};
|
|
16
16
|
type GuildSkillDtoBody = {
|
|
17
17
|
skill_name: string;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { StarforceEventDtoBody } from './starforceEventDtoBody';
|
|
2
|
+
type StarforceHistoryDtoBody = {
|
|
3
|
+
id: string;
|
|
4
|
+
item_upgrade_result: string;
|
|
5
|
+
before_starforce_count: number;
|
|
6
|
+
after_starforce_count: number;
|
|
7
|
+
starcatch_result: string;
|
|
8
|
+
superior_item_flag: string;
|
|
9
|
+
destroy_defence: string;
|
|
10
|
+
chance_time: string;
|
|
11
|
+
event_field_flag: string;
|
|
12
|
+
upgrade_item: string;
|
|
13
|
+
protect_shield: string;
|
|
14
|
+
bonus_stat_upgrade: string;
|
|
15
|
+
character_name: string;
|
|
16
|
+
world_name: string;
|
|
17
|
+
target_item: string;
|
|
18
|
+
date_create: string;
|
|
19
|
+
starforce_event_list: StarforceEventDtoBody[];
|
|
20
|
+
};
|
|
21
|
+
export type { StarforceHistoryDtoBody };
|
|
@@ -10,6 +10,6 @@ type OverallRankingDtoBody = {
|
|
|
10
10
|
character_level: number;
|
|
11
11
|
character_exp: number;
|
|
12
12
|
character_popularity: number;
|
|
13
|
-
character_guildname: string;
|
|
13
|
+
character_guildname: string | null;
|
|
14
14
|
};
|
|
15
15
|
export type { OverallRankingResponseDtoBody, OverallRankingDtoBody };
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { CharacterHyperStatInfoDtoBody } from '../response/characterHyperStatDtoBody';
|
|
2
|
-
/**
|
|
3
|
-
* 캐릭터 하이퍼 스탯 상세 정보
|
|
4
|
-
*/
|
|
5
|
-
declare class CharacterHyperStatInfoDto {
|
|
6
|
-
/**
|
|
7
|
-
* 스탯 종류
|
|
8
|
-
*/
|
|
9
|
-
statType: string;
|
|
10
|
-
/**
|
|
11
|
-
* 스탯 투자 포인트
|
|
12
|
-
*/
|
|
13
|
-
statPoint: number;
|
|
14
|
-
/**
|
|
15
|
-
* 스탯 레벨
|
|
16
|
-
*/
|
|
17
|
-
statLevel: number;
|
|
18
|
-
/**
|
|
19
|
-
* 스탯 상승량
|
|
20
|
-
*/
|
|
21
|
-
statIncrease: string;
|
|
22
|
-
constructor(obj: CharacterHyperStatInfoDtoBody);
|
|
23
|
-
}
|
|
24
|
-
export { CharacterHyperStatInfoDto };
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
type CharacterHyperStatDtoBody = {
|
|
2
|
-
date: string;
|
|
3
|
-
character_class: string;
|
|
4
|
-
use_preset_no: string;
|
|
5
|
-
use_available_hyper_stat: number;
|
|
6
|
-
hyper_stat_preset_1: CharacterHyperStatInfoDtoBody[];
|
|
7
|
-
hyper_stat_preset_1_remain_point: number;
|
|
8
|
-
hyper_stat_preset_2: CharacterHyperStatInfoDtoBody[];
|
|
9
|
-
hyper_stat_preset_2_remain_point: number;
|
|
10
|
-
hyper_stat_preset_3: CharacterHyperStatInfoDtoBody[];
|
|
11
|
-
hyper_stat_preset_3_remain_point: number;
|
|
12
|
-
};
|
|
13
|
-
type CharacterHyperStatInfoDtoBody = {
|
|
14
|
-
stat_type: string;
|
|
15
|
-
stat_point: number;
|
|
16
|
-
stat_level: number;
|
|
17
|
-
stat_increase: string;
|
|
18
|
-
};
|
|
19
|
-
export type { CharacterHyperStatDtoBody, CharacterHyperStatInfoDtoBody };
|
|
File without changes
|
/package/types/maplestory/api/response/{characterDtoBody.d.ts → character/characterDtoBody.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/types/maplestory/api/response/{cubeHistoryDtoBody.d.ts → history/cubeHistoryDtoBody.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/types/maplestory/api/response/{unionRaiderDtoBody.d.ts → union/unionRaiderDtoBody.d.ts}
RENAMED
|
File without changes
|