maplestory-openapi 1.1.0 → 2.1.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.
Files changed (117) hide show
  1. package/README.md +20 -15
  2. package/dist/index.js +4283 -71
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.mjs +4211 -72
  5. package/package.json +4 -3
  6. package/types/index.d.ts +75 -0
  7. package/types/maplestory/api/dto/achievementRankingDto.d.ts +40 -0
  8. package/types/maplestory/api/dto/achievementRankingResponseDto.d.ts +13 -0
  9. package/types/maplestory/api/dto/characterAbilityDto.d.ts +25 -0
  10. package/types/maplestory/api/dto/characterAbilityInfoDto.d.ts +11 -0
  11. package/types/maplestory/api/dto/characterAndroidCashItemEquipmentColoringPrismDto.d.ts +24 -0
  12. package/types/maplestory/api/dto/characterAndroidCashItemEquipmentDto.d.ts +50 -0
  13. package/types/maplestory/api/dto/characterAndroidCashItemEquipmentOptionDto.d.ts +16 -0
  14. package/types/maplestory/api/dto/characterAndroidEquipmentDto.d.ts +51 -0
  15. package/types/maplestory/api/dto/characterAndroidEquipmentFaceDto.d.ts +24 -0
  16. package/types/maplestory/api/dto/characterAndroidEquipmentHairDto.d.ts +24 -0
  17. package/types/maplestory/api/dto/characterBasicDto.d.ts +49 -0
  18. package/types/maplestory/api/dto/characterBeautyEquipmentDto.d.ts +49 -0
  19. package/types/maplestory/api/dto/characterBeautyEquipmentFaceDto.d.ts +24 -0
  20. package/types/maplestory/api/dto/characterBeautyEquipmentHairDto.d.ts +24 -0
  21. package/types/maplestory/api/dto/characterCashItemEquipmentColoringPrismDto.d.ts +24 -0
  22. package/types/maplestory/api/dto/characterCashItemEquipmentDto.d.ts +49 -0
  23. package/types/maplestory/api/dto/characterCashItemEquipmentOptionDto.d.ts +16 -0
  24. package/types/maplestory/api/dto/characterCashItemEquipmentPresetDto.d.ts +54 -0
  25. package/types/maplestory/api/dto/characterDojangDto.d.ts +32 -0
  26. package/types/maplestory/api/dto/characterDto.d.ts +12 -0
  27. package/types/maplestory/api/dto/characterHexaMatrixDto.d.ts +17 -0
  28. package/types/maplestory/api/dto/characterHexaMatrixEquipmentDto.d.ts +25 -0
  29. package/types/maplestory/api/dto/characterHexaMatrixEquipmentLinkedSkillDto.d.ts +12 -0
  30. package/types/maplestory/api/dto/characterHexaMatrixStatCoreDto.d.ts +40 -0
  31. package/types/maplestory/api/dto/characterHexaMatrixStatDto.d.ts +25 -0
  32. package/types/maplestory/api/dto/characterHyperStatDto.d.ts +49 -0
  33. package/types/maplestory/api/dto/characterHyperStatInfoDto.d.ts +24 -0
  34. package/types/maplestory/api/dto/characterItemEquipmentAddOptionDto.d.ts +68 -0
  35. package/types/maplestory/api/dto/characterItemEquipmentBaseOptionDto.d.ts +76 -0
  36. package/types/maplestory/api/dto/characterItemEquipmentDto.d.ts +38 -0
  37. package/types/maplestory/api/dto/characterItemEquipmentEtcOptionDto.d.ts +52 -0
  38. package/types/maplestory/api/dto/characterItemEquipmentExceptionalOptionDto.d.ts +40 -0
  39. package/types/maplestory/api/dto/characterItemEquipmentInfoDto.d.ts +155 -0
  40. package/types/maplestory/api/dto/characterItemEquipmentStarforceOptionDto.d.ts +52 -0
  41. package/types/maplestory/api/dto/characterItemEquipmentTitleDto.d.ts +28 -0
  42. package/types/maplestory/api/dto/characterItemEquipmentTotalOptionDto.d.ts +80 -0
  43. package/types/maplestory/api/dto/characterLinkSkillDto.d.ts +25 -0
  44. package/types/maplestory/api/dto/characterLinkSkillInfoDto.d.ts +28 -0
  45. package/types/maplestory/api/dto/characterPetEquipmentAutoSkillDto.d.ts +24 -0
  46. package/types/maplestory/api/dto/characterPetEquipmentDto.d.ts +116 -0
  47. package/types/maplestory/api/dto/characterPetEquipmentItemDto.d.ts +33 -0
  48. package/types/maplestory/api/dto/characterPetEquipmentItemOptionDto.d.ts +16 -0
  49. package/types/maplestory/api/dto/characterPopularityDto.d.ts +16 -0
  50. package/types/maplestory/api/dto/characterPropensityDto.d.ts +33 -0
  51. package/types/maplestory/api/dto/characterSetEffectDto.d.ts +17 -0
  52. package/types/maplestory/api/dto/characterSetEffectInfoDto.d.ts +21 -0
  53. package/types/maplestory/api/dto/characterSetEffectOptionInfoDto.d.ts +16 -0
  54. package/types/maplestory/api/dto/characterSkillDto.d.ts +25 -0
  55. package/types/maplestory/api/dto/characterSkillInfoDto.d.ts +28 -0
  56. package/types/maplestory/api/dto/characterStatDto.d.ts +27 -0
  57. package/types/maplestory/api/dto/characterSymbolEquipmentDto.d.ts +21 -0
  58. package/types/maplestory/api/dto/characterSymbolEquipmentInfoDto.d.ts +56 -0
  59. package/types/maplestory/api/dto/characterVMatrixCoreEquipmentDto.d.ts +40 -0
  60. package/types/maplestory/api/dto/characterVMatrixDto.d.ts +25 -0
  61. package/types/maplestory/api/dto/cubeHistoryDto.d.ts +18 -18
  62. package/types/maplestory/api/dto/cubeHistoryResponseDto.d.ts +2 -2
  63. package/types/maplestory/api/dto/cubeResultOptionDto.d.ts +1 -1
  64. package/types/maplestory/api/dto/dojangRankingDto.d.ts +44 -0
  65. package/types/maplestory/api/dto/dojangRankingResponseDto.d.ts +13 -0
  66. package/types/maplestory/api/dto/guildBasicDto.d.ts +61 -0
  67. package/types/maplestory/api/dto/guildDto.d.ts +12 -0
  68. package/types/maplestory/api/dto/guildRankingDto.d.ts +40 -0
  69. package/types/maplestory/api/dto/guildRankingResponseDto.d.ts +13 -0
  70. package/types/maplestory/api/dto/guildSkillDto.d.ts +28 -0
  71. package/types/maplestory/api/dto/overallRankingDto.d.ts +48 -0
  72. package/types/maplestory/api/dto/overallRankingResponseDto.d.ts +13 -0
  73. package/types/maplestory/api/dto/theSeedRankingDto.d.ts +44 -0
  74. package/types/maplestory/api/dto/theSeedRankingResponseDto.d.ts +13 -0
  75. package/types/maplestory/api/dto/unionDto.d.ts +20 -0
  76. package/types/maplestory/api/dto/unionRaiderBlockDto.d.ts +30 -0
  77. package/types/maplestory/api/dto/unionRaiderBlockPositionDto.d.ts +16 -0
  78. package/types/maplestory/api/dto/unionRaiderControlPointDto.d.ts +16 -0
  79. package/types/maplestory/api/dto/unionRaiderDto.d.ts +27 -0
  80. package/types/maplestory/api/dto/unionRaiderInnerStatDto.d.ts +16 -0
  81. package/types/maplestory/api/dto/unionRankingDto.d.ts +40 -0
  82. package/types/maplestory/api/dto/unionRankingResponseDto.d.ts +13 -0
  83. package/types/maplestory/api/mapleStoryApi.d.ts +760 -19
  84. package/types/maplestory/api/mapleStoryApiError.d.ts +18 -7
  85. package/types/maplestory/api/response/achievementRankingResponseDtoBody.d.ts +13 -0
  86. package/types/maplestory/api/response/characterAbilityDtoBody.d.ts +12 -0
  87. package/types/maplestory/api/response/characterAndroidEquipmentDtoBody.d.ts +47 -0
  88. package/types/maplestory/api/response/characterBasicDtoBody.d.ts +14 -0
  89. package/types/maplestory/api/response/characterBeautyEquipmentDtoBody.d.ts +24 -0
  90. package/types/maplestory/api/response/characterCashItemEquipmentDtoBody.d.ts +36 -0
  91. package/types/maplestory/api/response/characterDojangDtoBody.d.ts +9 -0
  92. package/types/maplestory/api/response/characterDtoBody.d.ts +4 -0
  93. package/types/maplestory/api/response/characterHexaMatrixDtoBody.d.ts +14 -0
  94. package/types/maplestory/api/response/characterHexaMatrixStatDtoBody.d.ts +17 -0
  95. package/types/maplestory/api/response/characterHyperStatDtoBody.d.ts +19 -0
  96. package/types/maplestory/api/response/characterItemEquipmentDtoBody.d.ts +155 -0
  97. package/types/maplestory/api/response/characterLinkSkillDtoBody.d.ts +14 -0
  98. package/types/maplestory/api/response/characterPetEquipmentDtoBody.d.ts +49 -0
  99. package/types/maplestory/api/response/characterPopularityDtoBody.d.ts +5 -0
  100. package/types/maplestory/api/response/characterPropensityDtoBody.d.ts +10 -0
  101. package/types/maplestory/api/response/characterSetEffectDtoBody.d.ts +14 -0
  102. package/types/maplestory/api/response/characterSkillDtoBody.d.ts +14 -0
  103. package/types/maplestory/api/response/characterStatDtoBody.d.ts +10 -0
  104. package/types/maplestory/api/response/characterSymbolEquipmentDtoBody.d.ts +20 -0
  105. package/types/maplestory/api/response/characterVMatrixDtoBody.d.ts +17 -0
  106. package/types/maplestory/api/response/cubeHistoryDtoBody.d.ts +8 -8
  107. package/types/maplestory/api/response/cubeHistoryResponseDtoBody.d.ts +1 -1
  108. package/types/maplestory/api/response/dojangRankingResponseDtoBody.d.ts +14 -0
  109. package/types/maplestory/api/response/guildBasicDtoBody.d.ts +23 -0
  110. package/types/maplestory/api/response/guildDtoBody.d.ts +4 -0
  111. package/types/maplestory/api/response/guildRankingResponseDtoBody.d.ts +13 -0
  112. package/types/maplestory/api/response/overallRankingResponseDtoBody.d.ts +15 -0
  113. package/types/maplestory/api/response/rankingResponseDtoBody.d.ts +7 -0
  114. package/types/maplestory/api/response/theSeedRankingResponseDtoBody.d.ts +15 -0
  115. package/types/maplestory/api/response/unionDtoBody.d.ts +6 -0
  116. package/types/maplestory/api/response/unionRaiderDtoBody.d.ts +27 -0
  117. package/types/maplestory/api/response/unionRankingResponseDtoBody.d.ts +13 -0
@@ -0,0 +1,30 @@
1
+ import { UnionRaiderBlockDtoBody } from "../response/unionRaiderDtoBody";
2
+ import { UnionRaiderBlockPositionDto } from "./unionRaiderBlockPositionDto";
3
+ import { UnionRaiderBlockControlPointDto } from "./unionRaiderControlPointDto";
4
+ /**
5
+ * 유니온 블록 정보
6
+ */
7
+ declare class UnionRaiderBlockDto {
8
+ /**
9
+ * 블록 모양 (전사, 마법사, 궁수, 도적, 해적, 메이플m, 하이브리드)
10
+ */
11
+ blockType: string;
12
+ /**
13
+ * 블록 해당 캐릭터 직업
14
+ */
15
+ blockClass: string;
16
+ /**
17
+ * 블록 해당 캐릭터 레벨
18
+ */
19
+ blockLevel: string;
20
+ /**
21
+ * 블록 기준점 좌표
22
+ */
23
+ blockControlPoint: UnionRaiderBlockControlPointDto;
24
+ /**
25
+ * 블록이 차지하고 있는 영역 좌표들 (null:미 배치 시)
26
+ */
27
+ blockPosition: UnionRaiderBlockPositionDto[];
28
+ constructor(obj: UnionRaiderBlockDtoBody);
29
+ }
30
+ export { UnionRaiderBlockDto };
@@ -0,0 +1,16 @@
1
+ import { UnionRaiderBlockPositionDtoBody } from "../response/unionRaiderDtoBody";
2
+ /**
3
+ * 유니온 블록이 차지하고 있는 영역 좌표들
4
+ */
5
+ declare class UnionRaiderBlockPositionDto {
6
+ /**
7
+ * 블록 X좌표
8
+ */
9
+ x: number;
10
+ /**
11
+ * 블록 Y좌표
12
+ */
13
+ y: number;
14
+ constructor(obj: UnionRaiderBlockPositionDtoBody);
15
+ }
16
+ export { UnionRaiderBlockPositionDto };
@@ -0,0 +1,16 @@
1
+ import { UnionRaiderBlockControlPointDtoBody } from "../response/unionRaiderDtoBody";
2
+ /**
3
+ * 유니온 블록 기준점 좌표 정보
4
+ */
5
+ declare class UnionRaiderBlockControlPointDto {
6
+ /**
7
+ * 블록 기준점 X좌표
8
+ */
9
+ x: number;
10
+ /**
11
+ * 블록 기준점 Y좌표
12
+ */
13
+ y: number;
14
+ constructor(obj: UnionRaiderBlockControlPointDtoBody);
15
+ }
16
+ export { UnionRaiderBlockControlPointDto };
@@ -0,0 +1,27 @@
1
+ import { UnionRaiderDtoBody } from "../response/unionRaiderDtoBody";
2
+ import { UnionRaiderInnerStatDto } from "./unionRaiderInnerStatDto";
3
+ import { UnionRaiderBlockDto } from "./unionRaiderBlockDto";
4
+ /**
5
+ * 유니온 공격대 정보
6
+ */
7
+ declare class UnionRaiderDto {
8
+ date: Date;
9
+ /**
10
+ * 유니온 공격대원 효과
11
+ */
12
+ unionRaiderStat: string[];
13
+ /**
14
+ * 유니온 공격대 점령 효과
15
+ */
16
+ unionOccupiedStat: string[];
17
+ /**
18
+ * 유니온 공격대 배치
19
+ */
20
+ unionInnerStat: UnionRaiderInnerStatDto[];
21
+ /**
22
+ * 유니온 블록 정보
23
+ */
24
+ unionBlock: UnionRaiderBlockDto[];
25
+ constructor(obj: UnionRaiderDtoBody);
26
+ }
27
+ export { UnionRaiderDto };
@@ -0,0 +1,16 @@
1
+ import { UnionRaiderInnerStatDtoBody } from "../response/unionRaiderDtoBody";
2
+ /**
3
+ * 유니온 공격대 배치 정보
4
+ */
5
+ declare class UnionRaiderInnerStatDto {
6
+ /**
7
+ * 공격대 배치 위치 (11시 방향부터 시계 방향 순서대로 0~7)
8
+ */
9
+ statFieldId: string;
10
+ /**
11
+ * 해당 지역 점령 효과
12
+ */
13
+ statFieldEffect: string;
14
+ constructor(obj: UnionRaiderInnerStatDtoBody);
15
+ }
16
+ export { UnionRaiderInnerStatDto };
@@ -0,0 +1,40 @@
1
+ import { UnionRankingDtoBody } from "../response/unionRankingResponseDtoBody";
2
+ /**
3
+ * 유니온 랭킹 정보
4
+ */
5
+ declare class UnionRankingDto {
6
+ /**
7
+ * 랭킹 업데이트 일자 (KST, 일 단위 데이터로 시, 분은 일괄 0으로 표기)
8
+ */
9
+ date: Date;
10
+ /**
11
+ * 유니온 랭킹 순위
12
+ */
13
+ ranking: number;
14
+ /**
15
+ * 캐릭터 명
16
+ */
17
+ characterName: string;
18
+ /**
19
+ * 월드 명
20
+ */
21
+ worldName: string;
22
+ /**
23
+ * 직업 명
24
+ */
25
+ className: string;
26
+ /**
27
+ * 전직 직업 명
28
+ */
29
+ subClassName: string;
30
+ /**
31
+ * 유니온 레벨
32
+ */
33
+ unionLevel: number;
34
+ /**
35
+ * 유니온 파워
36
+ */
37
+ unionPower: number;
38
+ constructor(obj: UnionRankingDtoBody);
39
+ }
40
+ export { UnionRankingDto };
@@ -0,0 +1,13 @@
1
+ import { UnionRankingDto } from "./unionRankingDto";
2
+ import { UnionRankingResponseDtoBody } from "../response/unionRankingResponseDtoBody";
3
+ /**
4
+ * 유니온 랭킹 응답 정보
5
+ */
6
+ declare class UnionRankingResponseDto {
7
+ /**
8
+ * 유니온 랭킹 정보
9
+ */
10
+ ranking: UnionRankingDto[];
11
+ constructor(obj: UnionRankingResponseDtoBody);
12
+ }
13
+ export { UnionRankingResponseDto };