maplestory-openapi 2.2.0 → 2.3.0
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 +234 -26
- package/dist/index.min.js +1 -1
- package/dist/index.mjs +231 -26
- 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} +3 -3
- 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} +2 -2
- 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
package/types/maplestory/api/dto/{characterSetEffectDto.d.ts → character/characterSetEffectDto.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CharacterSetEffectInfoDto } from './characterSetEffectInfoDto';
|
|
2
|
-
import { CharacterSetEffectDtoBody } from '
|
|
2
|
+
import { CharacterSetEffectDtoBody } from '../../response/character/characterSetEffectDtoBody';
|
|
3
3
|
/**
|
|
4
4
|
* 캐릭터 세트 효과 정보
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CharacterSetEffectOptionInfoDto } from './characterSetEffectOptionInfoDto';
|
|
2
|
-
import { CharacterSetEffectInfoDtoBody } from '
|
|
2
|
+
import { CharacterSetEffectInfoDtoBody } from '../../response/character/characterSetEffectDtoBody';
|
|
3
3
|
/**
|
|
4
4
|
* 캐릭터 세트 효과 정보
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CharacterSymbolEquipmentInfoDto } from './characterSymbolEquipmentInfoDto';
|
|
2
|
-
import { CharacterSymbolEquipmentDtoBody } from '
|
|
2
|
+
import { CharacterSymbolEquipmentDtoBody } from '../../response/character/characterSymbolEquipmentDtoBody';
|
|
3
3
|
/**
|
|
4
4
|
* 캐릭터 심볼 정보
|
|
5
5
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CharacterVMatrixCoreEquipmentDtoBody } from '
|
|
1
|
+
import { CharacterVMatrixCoreEquipmentDtoBody } from '../../response/character/characterVMatrixDtoBody';
|
|
2
2
|
/**
|
|
3
3
|
* 캐릭터 V코어 정보
|
|
4
4
|
*/
|
|
@@ -30,11 +30,11 @@ declare class CharacterVMatrixCodeEquipmentDto {
|
|
|
30
30
|
/**
|
|
31
31
|
* (강화 코어인 경우) 코어에 해당하는 두 번째 스킬 명
|
|
32
32
|
*/
|
|
33
|
-
vCoreSkill2
|
|
33
|
+
vCoreSkill2: string | null;
|
|
34
34
|
/**
|
|
35
35
|
* (강화 코어인 경우) 코어에 해당하는 세 번째 스킬 명
|
|
36
36
|
*/
|
|
37
|
-
vCoreSkill3
|
|
37
|
+
vCoreSkill3: string | null;
|
|
38
38
|
constructor(obj: CharacterVMatrixCoreEquipmentDtoBody);
|
|
39
39
|
}
|
|
40
40
|
export { CharacterVMatrixCodeEquipmentDto };
|
package/types/maplestory/api/dto/{characterVMatrixDto.d.ts → character/characterVMatrixDto.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CharacterVMatrixCodeEquipmentDto } from './characterVMatrixCoreEquipmentDto';
|
|
2
|
-
import { CharacterVMatrixDtoBody } from '
|
|
2
|
+
import { CharacterVMatrixDtoBody } from '../../response/character/characterVMatrixDtoBody';
|
|
3
3
|
/**
|
|
4
4
|
* 캐릭터 V매트릭스 정보
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GuildSkillDto } from './guildSkillDto';
|
|
2
|
-
import { GuildBasicDtoBody } from '
|
|
2
|
+
import { GuildBasicDtoBody } from '../../response/guild/guildBasicDtoBody';
|
|
3
3
|
/**
|
|
4
4
|
* 길드 기본 정보
|
|
5
5
|
*/
|
|
@@ -51,11 +51,11 @@ declare class GuildBasicDto {
|
|
|
51
51
|
/**
|
|
52
52
|
* 조합형 길드 마크
|
|
53
53
|
*/
|
|
54
|
-
guildMark: string;
|
|
54
|
+
guildMark: string | null;
|
|
55
55
|
/**
|
|
56
56
|
* 커스텀 길드 마크 (base64 인코딩 형식)
|
|
57
57
|
*/
|
|
58
|
-
guildMarkCustom: string;
|
|
58
|
+
guildMarkCustom: string | null;
|
|
59
59
|
constructor(obj: GuildBasicDtoBody);
|
|
60
60
|
}
|
|
61
61
|
export { GuildBasicDto };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CubeResultOptionDto } from './cubeResultOptionDto';
|
|
2
|
-
import { PotentialOptionGrade } from '
|
|
3
|
-
import { CubeHistoryDtoBody } from '
|
|
2
|
+
import { PotentialOptionGrade } from '../potentialOptionGrade';
|
|
3
|
+
import { CubeHistoryDtoBody } from '../../response/history/cubeHistoryDtoBody';
|
|
4
4
|
/**
|
|
5
5
|
* 큐브 히스토리
|
|
6
6
|
*/
|
package/types/maplestory/api/dto/{cubeHistoryResponseDto.d.ts → history/cubeHistoryResponseDto.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CubeHistoryDto } from './cubeHistoryDto';
|
|
2
|
-
import { CubeHistoryResponseDtoBody } from '
|
|
2
|
+
import { CubeHistoryResponseDtoBody } from '../../response/history/cubeHistoryResponseDtoBody';
|
|
3
3
|
/**
|
|
4
4
|
* 큐브 히스토리 응답 정보
|
|
5
5
|
*/
|
|
@@ -15,7 +15,7 @@ declare class CubeHistoryResponseDto {
|
|
|
15
15
|
/**
|
|
16
16
|
* 페이징 처리를 위한 cursor
|
|
17
17
|
*/
|
|
18
|
-
nextCursor: string;
|
|
18
|
+
nextCursor: string | null;
|
|
19
19
|
constructor(obj: CubeHistoryResponseDtoBody);
|
|
20
20
|
}
|
|
21
21
|
export { CubeHistoryResponseDto };
|
package/types/maplestory/api/dto/{cubeResultOptionDto.d.ts → history/cubeResultOptionDto.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PotentialOptionGrade } from '
|
|
2
|
-
import { CubeResultOptionDtoBody } from '
|
|
1
|
+
import { PotentialOptionGrade } from '../potentialOptionGrade';
|
|
2
|
+
import { CubeResultOptionDtoBody } from '../../response/history/cubeResultOptionDtoBody';
|
|
3
3
|
/**
|
|
4
4
|
* 큐브 결과 옵션 정보
|
|
5
5
|
*/
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { StarforceEventDtoBody } from '../../response/history/starforceEventDtoBody';
|
|
2
|
+
/**
|
|
3
|
+
* 스타포스 강화 이벤트 정보
|
|
4
|
+
*/
|
|
5
|
+
declare class StarforceEventDto {
|
|
6
|
+
/**
|
|
7
|
+
* 이벤트 성공 확률
|
|
8
|
+
*/
|
|
9
|
+
successRate: string;
|
|
10
|
+
/**
|
|
11
|
+
* 이벤트 비용 할인율
|
|
12
|
+
*/
|
|
13
|
+
costDiscountRate: string;
|
|
14
|
+
/**
|
|
15
|
+
* 이벤트 강화 수치 가중값
|
|
16
|
+
*/
|
|
17
|
+
plusValue: string;
|
|
18
|
+
/**
|
|
19
|
+
* 이벤트 적용 강화 시도 가능한 n성 범위
|
|
20
|
+
*/
|
|
21
|
+
starforceEventRange: string;
|
|
22
|
+
constructor(obj: StarforceEventDtoBody);
|
|
23
|
+
}
|
|
24
|
+
export { StarforceEventDto };
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { StarforceEventDto } from './starforceEventDto';
|
|
2
|
+
import { StarforceHistoryDtoBody } from '../../response/history/starforceHistoryDtoBody';
|
|
3
|
+
/**
|
|
4
|
+
* 스타포스 히스토리
|
|
5
|
+
*/
|
|
6
|
+
declare class StarforceHistoryDto {
|
|
7
|
+
/**
|
|
8
|
+
*스타포스 히스토리 식별자
|
|
9
|
+
*/
|
|
10
|
+
id: string;
|
|
11
|
+
/**
|
|
12
|
+
*강화 시도 결과
|
|
13
|
+
*/
|
|
14
|
+
itemUpgradeResult: string;
|
|
15
|
+
/**
|
|
16
|
+
*강화 시도 전 스타포스 수치
|
|
17
|
+
*/
|
|
18
|
+
beforeStarforceCount: number;
|
|
19
|
+
/**
|
|
20
|
+
*강화 시도 후 스타포스 수치
|
|
21
|
+
*/
|
|
22
|
+
afterStarforceCount: number;
|
|
23
|
+
/**
|
|
24
|
+
*스타 캐치
|
|
25
|
+
*/
|
|
26
|
+
starCatchResult: string;
|
|
27
|
+
/**
|
|
28
|
+
*슈페리얼 장비
|
|
29
|
+
*/
|
|
30
|
+
superiorItemFlag: string;
|
|
31
|
+
/**
|
|
32
|
+
*파괴 방지
|
|
33
|
+
*/
|
|
34
|
+
destroyDefence: string;
|
|
35
|
+
/**
|
|
36
|
+
*찬스 타임
|
|
37
|
+
*/
|
|
38
|
+
chanceTime: string;
|
|
39
|
+
/**
|
|
40
|
+
*파괴 방지 필드 이벤트
|
|
41
|
+
*/
|
|
42
|
+
eventFieldFlag: string;
|
|
43
|
+
/**
|
|
44
|
+
*사용 주문서 명
|
|
45
|
+
*/
|
|
46
|
+
upgradeItem: string;
|
|
47
|
+
/**
|
|
48
|
+
*프로텍트 실드
|
|
49
|
+
*/
|
|
50
|
+
protectShield: string;
|
|
51
|
+
/**
|
|
52
|
+
*보너스 스탯 부여 아이템 여부
|
|
53
|
+
*/
|
|
54
|
+
bonusStatUpgrade: string;
|
|
55
|
+
/**
|
|
56
|
+
*캐릭터 명
|
|
57
|
+
*/
|
|
58
|
+
characterName: string;
|
|
59
|
+
/**
|
|
60
|
+
*월드 명
|
|
61
|
+
*/
|
|
62
|
+
worldName: string;
|
|
63
|
+
/**
|
|
64
|
+
*대상 장비 아이템 명
|
|
65
|
+
*/
|
|
66
|
+
targetItem: string;
|
|
67
|
+
/**
|
|
68
|
+
*강화 일시 (KST)
|
|
69
|
+
*/
|
|
70
|
+
dateCreate: Date;
|
|
71
|
+
/**
|
|
72
|
+
* 진행 중인 스타포스 강화 이벤트 정보
|
|
73
|
+
*/
|
|
74
|
+
starforceEventList: StarforceEventDto[];
|
|
75
|
+
constructor(obj: StarforceHistoryDtoBody);
|
|
76
|
+
}
|
|
77
|
+
export { StarforceHistoryDto };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { StarforceHistoryDto } from './starforceHistoryDto';
|
|
2
|
+
import { StarforceHistoryResponseDtoBody } from '../../response/history/starforceHistoryResponseDtoBody';
|
|
3
|
+
/**
|
|
4
|
+
* 스타포스 히스토리 응답 정보
|
|
5
|
+
*/
|
|
6
|
+
declare class StarforceHistoryResponseDto {
|
|
7
|
+
/**
|
|
8
|
+
* 결과 건 수
|
|
9
|
+
*/
|
|
10
|
+
count: number;
|
|
11
|
+
/**
|
|
12
|
+
* 스타포스 히스토리
|
|
13
|
+
*/
|
|
14
|
+
starforceHistory: StarforceHistoryDto[];
|
|
15
|
+
/**
|
|
16
|
+
* 페이징 처리를 위한 cursor
|
|
17
|
+
*/
|
|
18
|
+
nextCursor: string | null;
|
|
19
|
+
constructor(obj: StarforceHistoryResponseDtoBody);
|
|
20
|
+
}
|
|
21
|
+
export { StarforceHistoryResponseDto };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AchievementRankingDto } from './achievementRankingDto';
|
|
2
|
-
import { AchievementRankingResponseDtoBody } from '
|
|
2
|
+
import { AchievementRankingResponseDtoBody } from '../../response/ranking/achievementRankingResponseDtoBody';
|
|
3
3
|
/**
|
|
4
4
|
* 업적 랭킹 응답 정보
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DojangRankingDto } from './dojangRankingDto';
|
|
2
|
-
import { DojangRankingResponseDtoBody } from '
|
|
2
|
+
import { DojangRankingResponseDtoBody } from '../../response/ranking/dojangRankingResponseDtoBody';
|
|
3
3
|
/**
|
|
4
4
|
* 무릉도장 랭킹 응답 정보
|
|
5
5
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OverallRankingDtoBody } from '
|
|
1
|
+
import { OverallRankingDtoBody } from '../../response/ranking/overallRankingResponseDtoBody';
|
|
2
2
|
/**
|
|
3
3
|
* 종합 랭킹 정보
|
|
4
4
|
*/
|
|
@@ -42,7 +42,7 @@ declare class OverallRankingDto {
|
|
|
42
42
|
/**
|
|
43
43
|
* 길드 명
|
|
44
44
|
*/
|
|
45
|
-
characterGuildName: string;
|
|
45
|
+
characterGuildName: string | null;
|
|
46
46
|
constructor(obj: OverallRankingDtoBody);
|
|
47
47
|
}
|
|
48
48
|
export { OverallRankingDto };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OverallRankingDto } from './overallRankingDto';
|
|
2
|
-
import { OverallRankingResponseDtoBody } from '
|
|
2
|
+
import { OverallRankingResponseDtoBody } from '../../response/ranking/overallRankingResponseDtoBody';
|
|
3
3
|
/**
|
|
4
4
|
* 종합 랭킹 응답 정보
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TheSeedRankingDto } from './theSeedRankingDto';
|
|
2
|
-
import { TheSeedRankingResponseDtoBody } from '
|
|
2
|
+
import { TheSeedRankingResponseDtoBody } from '../../response/ranking/theSeedRankingResponseDtoBody';
|
|
3
3
|
/**
|
|
4
4
|
* 더 시드 랭킹 응답 정보
|
|
5
5
|
*/
|
package/types/maplestory/api/dto/{unionRaiderBlockDto.d.ts → union/unionRaiderBlockDto.d.ts}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UnionRaiderBlockPositionDto } from './unionRaiderBlockPositionDto';
|
|
2
2
|
import { UnionRaiderBlockControlPointDto } from './unionRaiderControlPointDto';
|
|
3
|
-
import { UnionRaiderBlockDtoBody } from '
|
|
3
|
+
import { UnionRaiderBlockDtoBody } from '../../response/union/unionRaiderDtoBody';
|
|
4
4
|
/**
|
|
5
5
|
* 유니온 블록 정보
|
|
6
6
|
*/
|
|
@@ -24,7 +24,7 @@ declare class UnionRaiderBlockDto {
|
|
|
24
24
|
/**
|
|
25
25
|
* 블록이 차지하고 있는 영역 좌표들 (null:미 배치 시)
|
|
26
26
|
*/
|
|
27
|
-
blockPosition: UnionRaiderBlockPositionDto[];
|
|
27
|
+
blockPosition: UnionRaiderBlockPositionDto[] | null;
|
|
28
28
|
constructor(obj: UnionRaiderBlockDtoBody);
|
|
29
29
|
}
|
|
30
30
|
export { UnionRaiderBlockDto };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UnionRaiderBlockDto } from './unionRaiderBlockDto';
|
|
2
2
|
import { UnionRaiderInnerStatDto } from './unionRaiderInnerStatDto';
|
|
3
|
-
import { UnionRaiderDtoBody } from '
|
|
3
|
+
import { UnionRaiderDtoBody } from '../../response/union/unionRaiderDtoBody';
|
|
4
4
|
/**
|
|
5
5
|
* 유니온 공격대 정보
|
|
6
6
|
*/
|
|
@@ -1,35 +1,36 @@
|
|
|
1
|
-
import { AchievementRankingResponseDto } from './dto/achievementRankingResponseDto';
|
|
2
|
-
import { CharacterAbilityDto } from './dto/characterAbilityDto';
|
|
3
|
-
import { CharacterAndroidEquipmentDto } from './dto/characterAndroidEquipmentDto';
|
|
4
|
-
import { CharacterBasicDto } from './dto/characterBasicDto';
|
|
5
|
-
import { CharacterBeautyEquipmentDto } from './dto/characterBeautyEquipmentDto';
|
|
6
|
-
import { CharacterCashItemEquipmentDto } from './dto/characterCashItemEquipmentDto';
|
|
7
|
-
import { CharacterDojangDto } from './dto/characterDojangDto';
|
|
8
|
-
import { CharacterDto } from './dto/characterDto';
|
|
9
|
-
import { CharacterHexaMatrixDto } from './dto/characterHexaMatrixDto';
|
|
10
|
-
import { CharacterHexaMatrixStatDto } from './dto/characterHexaMatrixStatDto';
|
|
11
|
-
import { CharacterHyperStatDto } from './dto/characterHyperStatDto';
|
|
12
|
-
import { CharacterItemEquipmentDto } from './dto/characterItemEquipmentDto';
|
|
13
|
-
import { CharacterLinkSkillDto } from './dto/characterLinkSkillDto';
|
|
14
|
-
import { CharacterPetEquipmentDto } from './dto/characterPetEquipmentDto';
|
|
15
|
-
import { CharacterPopularityDto } from './dto/characterPopularityDto';
|
|
16
|
-
import { CharacterPropensityDto } from './dto/characterPropensityDto';
|
|
17
|
-
import { CharacterSetEffectDto } from './dto/characterSetEffectDto';
|
|
18
|
-
import { CharacterSkillDto } from './dto/characterSkillDto';
|
|
19
|
-
import { CharacterStatDto } from './dto/characterStatDto';
|
|
20
|
-
import { CharacterSymbolEquipmentDto } from './dto/characterSymbolEquipmentDto';
|
|
21
|
-
import { CharacterVMatrixDto } from './dto/characterVMatrixDto';
|
|
22
|
-
import { CubeHistoryResponseDto } from './dto/cubeHistoryResponseDto';
|
|
23
|
-
import { DojangRankingResponseDto } from './dto/dojangRankingResponseDto';
|
|
24
|
-
import { GuildBasicDto } from './dto/guildBasicDto';
|
|
25
|
-
import { GuildDto } from './dto/guildDto';
|
|
26
|
-
import { GuildRankingResponseDto } from './dto/guildRankingResponseDto';
|
|
1
|
+
import { AchievementRankingResponseDto } from './dto/ranking/achievementRankingResponseDto';
|
|
2
|
+
import { CharacterAbilityDto } from './dto/character/characterAbilityDto';
|
|
3
|
+
import { CharacterAndroidEquipmentDto } from './dto/character/characterAndroidEquipmentDto';
|
|
4
|
+
import { CharacterBasicDto } from './dto/character/characterBasicDto';
|
|
5
|
+
import { CharacterBeautyEquipmentDto } from './dto/character/characterBeautyEquipmentDto';
|
|
6
|
+
import { CharacterCashItemEquipmentDto } from './dto/character/characterCashItemEquipmentDto';
|
|
7
|
+
import { CharacterDojangDto } from './dto/character/characterDojangDto';
|
|
8
|
+
import { CharacterDto } from './dto/character/characterDto';
|
|
9
|
+
import { CharacterHexaMatrixDto } from './dto/character/characterHexaMatrixDto';
|
|
10
|
+
import { CharacterHexaMatrixStatDto } from './dto/character/characterHexaMatrixStatDto';
|
|
11
|
+
import { CharacterHyperStatDto } from './dto/character/characterHyperStatDto';
|
|
12
|
+
import { CharacterItemEquipmentDto } from './dto/character/characterItemEquipmentDto';
|
|
13
|
+
import { CharacterLinkSkillDto } from './dto/character/characterLinkSkillDto';
|
|
14
|
+
import { CharacterPetEquipmentDto } from './dto/character/characterPetEquipmentDto';
|
|
15
|
+
import { CharacterPopularityDto } from './dto/character/characterPopularityDto';
|
|
16
|
+
import { CharacterPropensityDto } from './dto/character/characterPropensityDto';
|
|
17
|
+
import { CharacterSetEffectDto } from './dto/character/characterSetEffectDto';
|
|
18
|
+
import { CharacterSkillDto } from './dto/character/characterSkillDto';
|
|
19
|
+
import { CharacterStatDto } from './dto/character/characterStatDto';
|
|
20
|
+
import { CharacterSymbolEquipmentDto } from './dto/character/characterSymbolEquipmentDto';
|
|
21
|
+
import { CharacterVMatrixDto } from './dto/character/characterVMatrixDto';
|
|
22
|
+
import { CubeHistoryResponseDto } from './dto/history/cubeHistoryResponseDto';
|
|
23
|
+
import { DojangRankingResponseDto } from './dto/ranking/dojangRankingResponseDto';
|
|
24
|
+
import { GuildBasicDto } from './dto/guild/guildBasicDto';
|
|
25
|
+
import { GuildDto } from './dto/guild/guildDto';
|
|
26
|
+
import { GuildRankingResponseDto } from './dto/ranking/guildRankingResponseDto';
|
|
27
27
|
import { InspectionInfoDto } from './dto/inspectionInfoDto';
|
|
28
|
-
import { OverallRankingResponseDto } from './dto/overallRankingResponseDto';
|
|
29
|
-
import { TheSeedRankingResponseDto } from './dto/theSeedRankingResponseDto';
|
|
30
|
-
import { UnionDto } from './dto/unionDto';
|
|
31
|
-
import { UnionRaiderDto } from './dto/unionRaiderDto';
|
|
32
|
-
import { UnionRankingResponseDto } from './dto/unionRankingResponseDto';
|
|
28
|
+
import { OverallRankingResponseDto } from './dto/ranking/overallRankingResponseDto';
|
|
29
|
+
import { TheSeedRankingResponseDto } from './dto/ranking/theSeedRankingResponseDto';
|
|
30
|
+
import { UnionDto } from './dto/union/unionDto';
|
|
31
|
+
import { UnionRaiderDto } from './dto/union/unionRaiderDto';
|
|
32
|
+
import { UnionRankingResponseDto } from './dto/ranking/unionRankingResponseDto';
|
|
33
|
+
import { StarforceHistoryResponseDto } from './dto/history/starforceHistoryResponseDto';
|
|
33
34
|
/**
|
|
34
35
|
* MapleStory OpenAPI client.<br>
|
|
35
36
|
* This is an implementation of <a href="https://openapi.nexon.com/game/maplestory">MapleStory API</a>
|
|
@@ -291,6 +292,32 @@ declare class MapleStoryApi {
|
|
|
291
292
|
* @param dateOptions 조회 기준일 (KST)
|
|
292
293
|
*/
|
|
293
294
|
getGuildBasic(guildId: string, dateOptions?: DateOptions): Promise<GuildBasicDto>;
|
|
295
|
+
/**
|
|
296
|
+
* 스타포스 강화 결과를 조회합니다.
|
|
297
|
+
* - 스타포스 확률 정보는 최대 5분 후 확인 가능합니다.
|
|
298
|
+
* - 2023년 12월 27일 데이터부터 조회할 수 있습니다.
|
|
299
|
+
*
|
|
300
|
+
* @param count 한번에 가져오려는 결과의 개수(최소 10, 최대 1000)
|
|
301
|
+
*/
|
|
302
|
+
getStarforceHistory(count: number): Promise<StarforceHistoryResponseDto>;
|
|
303
|
+
/**
|
|
304
|
+
* 지목한 날짜의 스타포스 강화 결과를 조회합니다.
|
|
305
|
+
* - 스타포스 확률 정보는 최대 5분 후 확인 가능합니다.
|
|
306
|
+
* - 2023년 12월 27일 데이터부터 조회할 수 있습니다.
|
|
307
|
+
*
|
|
308
|
+
* @param count 한번에 가져오려는 결과의 개수(최소 10, 최대 1000)
|
|
309
|
+
* @param dateOptions 조회 기준일 (KST)
|
|
310
|
+
*/
|
|
311
|
+
getStarforceHistory(count: number, dateOptions: DateOptions): Promise<StarforceHistoryResponseDto>;
|
|
312
|
+
/**
|
|
313
|
+
* 스타포스 강화 결과를 조회합니다.
|
|
314
|
+
* - 스타포스 확률 정보는 최대 5분 후 확인 가능합니다.
|
|
315
|
+
* - 2023년 12월 27일 데이터부터 조회할 수 있습니다.
|
|
316
|
+
*
|
|
317
|
+
* @param count 한번에 가져오려는 결과의 개수(최소 10, 최대 1000)
|
|
318
|
+
* @param cursor 페이징 처리를 위한 cursor
|
|
319
|
+
*/
|
|
320
|
+
getStarforceHistory(count: number, cursor: string): Promise<StarforceHistoryResponseDto>;
|
|
294
321
|
/**
|
|
295
322
|
* 큐브 사용 결과를 조회합니다.
|
|
296
323
|
* - 데이터는 매일 오전 4시, 전일 데이터가 갱신됩니다.
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
type CharacterAndroidEquipmentDtoBody = {
|
|
2
2
|
date: string;
|
|
3
|
-
android_name: string;
|
|
4
|
-
android_nickname: string;
|
|
5
|
-
android_icon: string;
|
|
6
|
-
android_description: string;
|
|
3
|
+
android_name: string | null;
|
|
4
|
+
android_nickname: string | null;
|
|
5
|
+
android_icon: string | null;
|
|
6
|
+
android_description: string | null;
|
|
7
7
|
android_hair: CharacterAndroidEquipmentHairDtoBody;
|
|
8
8
|
android_face: CharacterAndroidEquipmentFaceDtoBody;
|
|
9
|
-
android_skin_name: string;
|
|
9
|
+
android_skin_name: string | null;
|
|
10
10
|
android_cash_item_equipment: CharacterAndroidCashItemEquipmentDtoBody[];
|
|
11
|
-
android_ear_sensor_clip_flag: string;
|
|
11
|
+
android_ear_sensor_clip_flag: string | null;
|
|
12
12
|
};
|
|
13
13
|
type CharacterAndroidEquipmentHairDtoBody = {
|
|
14
|
-
hair_name: string;
|
|
15
|
-
base_color: string;
|
|
16
|
-
mix_color: string;
|
|
14
|
+
hair_name: string | null;
|
|
15
|
+
base_color: string | null;
|
|
16
|
+
mix_color: string | null;
|
|
17
17
|
mix_rate: string;
|
|
18
18
|
};
|
|
19
19
|
type CharacterAndroidEquipmentFaceDtoBody = {
|
|
20
|
-
face_name: string;
|
|
21
|
-
base_color: string;
|
|
22
|
-
mix_color: string;
|
|
20
|
+
face_name: string | null;
|
|
21
|
+
base_color: string | null;
|
|
22
|
+
mix_color: string | null;
|
|
23
23
|
mix_rate: string;
|
|
24
24
|
};
|
|
25
25
|
type CharacterAndroidCashItemEquipmentDtoBody = {
|
|
@@ -27,12 +27,12 @@ type CharacterAndroidCashItemEquipmentDtoBody = {
|
|
|
27
27
|
cash_item_equipment_slot: string;
|
|
28
28
|
cash_item_name: string;
|
|
29
29
|
cash_item_icon: string;
|
|
30
|
-
cash_item_description: string;
|
|
30
|
+
cash_item_description: string | null;
|
|
31
31
|
cash_item_option: CharacterAndroidCashItemEquipmentOptionDtoBody[];
|
|
32
|
-
date_expire: string;
|
|
33
|
-
date_option_expire: string;
|
|
34
|
-
cash_item_label: string;
|
|
35
|
-
cash_item_coloring_prism: CharacterAndroidCashItemEquipmentColoringPrismDtoBody;
|
|
32
|
+
date_expire: string | null;
|
|
33
|
+
date_option_expire: string | null;
|
|
34
|
+
cash_item_label: string | null;
|
|
35
|
+
cash_item_coloring_prism: CharacterAndroidCashItemEquipmentColoringPrismDtoBody | null;
|
|
36
36
|
};
|
|
37
37
|
type CharacterAndroidCashItemEquipmentOptionDtoBody = {
|
|
38
38
|
option_type: string;
|