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.
Files changed (97) hide show
  1. package/README.md +51 -39
  2. package/dist/index.js +1459 -1153
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.mjs +1442 -1153
  5. package/package.json +6 -4
  6. package/types/index.d.ts +18 -3
  7. package/types/maplestory/api/dto/character/characterAbilityDto.d.ts +1 -1
  8. package/types/maplestory/api/dto/character/characterAndroidEquipmentDto.d.ts +2 -2
  9. package/types/maplestory/api/dto/character/characterAndroidEquipmentPresetDto.d.ts +2 -2
  10. package/types/maplestory/api/dto/character/characterBasicDto.d.ts +21 -1
  11. package/types/maplestory/api/dto/character/characterBeautyEquipmentDto.d.ts +1 -1
  12. package/types/maplestory/api/dto/character/characterCashItemEquipmentDto.d.ts +1 -1
  13. package/types/maplestory/api/dto/character/characterDojangDto.d.ts +1 -1
  14. package/types/maplestory/api/dto/character/characterHexaMatrixDto.d.ts +1 -1
  15. package/types/maplestory/api/dto/character/characterHexaMatrixStatDto.d.ts +1 -1
  16. package/types/maplestory/api/dto/character/characterHyperStatDto.d.ts +1 -1
  17. package/types/maplestory/api/dto/character/characterItemEquipmentDto.d.ts +3 -3
  18. package/types/maplestory/api/dto/character/characterLinkSkillDto.d.ts +1 -1
  19. package/types/maplestory/api/dto/character/characterLinkSkillInfoDto.d.ts +4 -0
  20. package/types/maplestory/api/dto/character/characterListAccountCharacterDto.d.ts +28 -0
  21. package/types/maplestory/api/dto/character/characterListAccountDto.d.ts +17 -0
  22. package/types/maplestory/api/dto/character/characterListDto.d.ts +13 -0
  23. package/types/maplestory/api/dto/character/characterPetEquipmentDto.d.ts +1 -1
  24. package/types/maplestory/api/dto/character/characterPopularityDto.d.ts +1 -1
  25. package/types/maplestory/api/dto/character/characterPropensityDto.d.ts +1 -1
  26. package/types/maplestory/api/dto/character/characterSetEffectDto.d.ts +3 -3
  27. package/types/maplestory/api/dto/character/characterSetEffectInfoDto.d.ts +5 -10
  28. package/types/maplestory/api/dto/character/characterSetEffectOptionFullDto.d.ts +16 -0
  29. package/types/maplestory/api/dto/character/characterSetEffectSetDto.d.ts +26 -0
  30. package/types/maplestory/api/dto/character/characterSkillDto.d.ts +1 -1
  31. package/types/maplestory/api/dto/character/characterSkillInfoDto.d.ts +4 -0
  32. package/types/maplestory/api/dto/character/characterStatDto.d.ts +1 -1
  33. package/types/maplestory/api/dto/character/characterSymbolEquipmentDto.d.ts +1 -1
  34. package/types/maplestory/api/dto/character/characterVMatrixCoreEquipmentDto.d.ts +2 -2
  35. package/types/maplestory/api/dto/character/characterVMatrixDto.d.ts +1 -1
  36. package/types/maplestory/api/dto/guild/guildBasicDto.d.ts +1 -9
  37. package/types/maplestory/api/dto/history/cubeHistoryDto.d.ts +1 -1
  38. package/types/maplestory/api/dto/history/cubeResultOptionDto.d.ts +1 -1
  39. package/types/maplestory/api/dto/history/potentialHistoryDto.d.ts +2 -2
  40. package/types/maplestory/api/dto/history/potentialResultOptionDto.d.ts +1 -1
  41. package/types/maplestory/api/dto/history/starforceHistoryDto.d.ts +1 -1
  42. package/types/maplestory/api/dto/notice/cashshopNoticeDetailDto.d.ts +40 -0
  43. package/types/maplestory/api/dto/notice/cashshopNoticeListDto.d.ts +13 -0
  44. package/types/maplestory/api/dto/notice/cashshopNoticeListItemDto.d.ts +40 -0
  45. package/types/maplestory/api/dto/notice/eventNoticeDetailDto.d.ts +32 -0
  46. package/types/maplestory/api/dto/notice/eventNoticeListDto.d.ts +13 -0
  47. package/types/maplestory/api/dto/notice/eventNoticeListItemDto.d.ts +32 -0
  48. package/types/maplestory/api/dto/notice/noticeDetailDto.d.ts +24 -0
  49. package/types/maplestory/api/dto/notice/noticeListDto.d.ts +13 -0
  50. package/types/maplestory/api/dto/notice/noticeListItemDto.d.ts +24 -0
  51. package/types/maplestory/api/dto/notice/updateNoticeDetailDto.d.ts +24 -0
  52. package/types/maplestory/api/dto/notice/updateNoticeListDto.d.ts +13 -0
  53. package/types/maplestory/api/dto/notice/updateNoticeListItemDto.d.ts +24 -0
  54. package/types/maplestory/api/dto/union/unionArtifactDto.d.ts +1 -1
  55. package/types/maplestory/api/dto/union/unionDto.d.ts +13 -1
  56. package/types/maplestory/api/dto/union/unionRaiderDto.d.ts +26 -1
  57. package/types/maplestory/api/dto/union/unionRaiderPresetDto.d.ts +26 -0
  58. package/types/maplestory/api/mapleStoryApi.d.ts +133 -30
  59. package/types/maplestory/api/mapleStoryApiError.d.ts +4 -1
  60. package/types/maplestory/api/response/character/characterAbilityDtoBody.d.ts +1 -1
  61. package/types/maplestory/api/response/character/characterAndroidEquipmentDtoBody.d.ts +1 -1
  62. package/types/maplestory/api/response/character/characterBasicDtoBody.d.ts +4 -1
  63. package/types/maplestory/api/response/character/characterBeautyEquipmentDtoBody.d.ts +1 -1
  64. package/types/maplestory/api/response/character/characterCashItemEquipmentDtoBody.d.ts +1 -1
  65. package/types/maplestory/api/response/character/characterDojangDtoBody.d.ts +1 -1
  66. package/types/maplestory/api/response/character/characterHexaMatrixDtoBody.d.ts +1 -1
  67. package/types/maplestory/api/response/character/characterHexaMatrixStatDtoBody.d.ts +1 -1
  68. package/types/maplestory/api/response/character/characterHyperStatDtoBody.d.ts +1 -1
  69. package/types/maplestory/api/response/character/characterItemEquipmentDtoBody.d.ts +1 -1
  70. package/types/maplestory/api/response/character/characterLinkSkillDtoBody.d.ts +2 -1
  71. package/types/maplestory/api/response/character/characterListDtoBody.d.ts +15 -0
  72. package/types/maplestory/api/response/character/characterPetEquipmentDtoBody.d.ts +1 -1
  73. package/types/maplestory/api/response/character/characterPopularityDtoBody.d.ts +1 -1
  74. package/types/maplestory/api/response/character/characterPropensityDtoBody.d.ts +1 -1
  75. package/types/maplestory/api/response/character/characterSetEffectDtoBody.d.ts +11 -6
  76. package/types/maplestory/api/response/character/characterSkillDtoBody.d.ts +2 -1
  77. package/types/maplestory/api/response/character/characterStatDtoBody.d.ts +1 -1
  78. package/types/maplestory/api/response/character/characterSymbolEquipmentDtoBody.d.ts +1 -1
  79. package/types/maplestory/api/response/character/characterVMatrixDtoBody.d.ts +3 -3
  80. package/types/maplestory/api/response/guild/guildBasicDtoBody.d.ts +1 -3
  81. package/types/maplestory/api/response/history/cubeHistoryDtoBody.d.ts +1 -1
  82. package/types/maplestory/api/response/history/cubeHistoryResponseDtoBody.d.ts +1 -1
  83. package/types/maplestory/api/response/history/starforceHistoryDtoBody.d.ts +2 -2
  84. package/types/maplestory/api/response/history/starforceHistoryResponseDtoBody.d.ts +1 -1
  85. package/types/maplestory/api/response/notice/cashshopNoticeDetailDtoBody.d.ts +10 -0
  86. package/types/maplestory/api/response/notice/cashshopNoticeListDtoBody.d.ts +13 -0
  87. package/types/maplestory/api/response/notice/eventNoticeDetailDtoBody.d.ts +9 -0
  88. package/types/maplestory/api/response/notice/eventNoticeListDtoBody.d.ts +12 -0
  89. package/types/maplestory/api/response/notice/noticeDetailDtoBody.d.ts +7 -0
  90. package/types/maplestory/api/response/notice/noticeListDtoBody.d.ts +10 -0
  91. package/types/maplestory/api/response/notice/updateNoticeDetailDtoBody.d.ts +7 -0
  92. package/types/maplestory/api/response/notice/updateNoticeListDtoBody.d.ts +10 -0
  93. package/types/maplestory/api/response/ranking/theSeedRankingResponseDtoBody.d.ts +2 -3
  94. package/types/maplestory/api/response/union/unionArtifactDtoBody.d.ts +1 -1
  95. package/types/maplestory/api/response/union/unionDtoBody.d.ts +4 -1
  96. package/types/maplestory/api/response/union/unionRaiderDtoBody.d.ts +14 -2
  97. package/types/maplestory/api/dto/character/characterSetEffectOptionInfoDto.d.ts +0 -16
@@ -10,6 +10,7 @@ import { CharacterHexaMatrixStatDto } from './dto/character/characterHexaMatrixS
10
10
  import { CharacterHyperStatDto } from './dto/character/characterHyperStatDto';
11
11
  import { CharacterItemEquipmentDto } from './dto/character/characterItemEquipmentDto';
12
12
  import { CharacterLinkSkillDto } from './dto/character/characterLinkSkillDto';
13
+ import { CharacterListDto } from './dto/character/characterListDto';
13
14
  import { CharacterPetEquipmentDto } from './dto/character/characterPetEquipmentDto';
14
15
  import { CharacterPopularityDto } from './dto/character/characterPopularityDto';
15
16
  import { CharacterPropensityDto } from './dto/character/characterPropensityDto';
@@ -21,8 +22,17 @@ import { CharacterVMatrixDto } from './dto/character/characterVMatrixDto';
21
22
  import { GuildBasicDto } from './dto/guild/guildBasicDto';
22
23
  import { GuildDto } from './dto/guild/guildDto';
23
24
  import { CubeHistoryResponseDto } from './dto/history/cubeHistoryResponseDto';
25
+ import { PotentialHistoryResponseDto } from './dto/history/potentialHistoryResponseDto';
24
26
  import { StarforceHistoryResponseDto } from './dto/history/starforceHistoryResponseDto';
25
27
  import { InspectionInfoDto } from './dto/inspectionInfoDto';
28
+ import { CashshopNoticeDetailDto } from './dto/notice/cashshopNoticeDetailDto';
29
+ import { CashshopNoticeListDto } from './dto/notice/cashshopNoticeListDto';
30
+ import { EventNoticeDetailDto } from './dto/notice/eventNoticeDetailDto';
31
+ import { EventNoticeListDto } from './dto/notice/eventNoticeListDto';
32
+ import { NoticeDetailDto } from './dto/notice/noticeDetailDto';
33
+ import { NoticeListDto } from './dto/notice/noticeListDto';
34
+ import { UpdateNoticeDetailDto } from './dto/notice/updateNoticeDetailDto';
35
+ import { UpdateNoticeListDto } from './dto/notice/updateNoticeListDto';
26
36
  import { AchievementRankingResponseDto } from './dto/ranking/achievementRankingResponseDto';
27
37
  import { DojangRankingResponseDto } from './dto/ranking/dojangRankingResponseDto';
28
38
  import { GuildRankingResponseDto } from './dto/ranking/guildRankingResponseDto';
@@ -32,30 +42,41 @@ import { UnionRankingResponseDto } from './dto/ranking/unionRankingResponseDto';
32
42
  import { UnionArtifactDto } from './dto/union/unionArtifactDto';
33
43
  import { UnionDto } from './dto/union/unionDto';
34
44
  import { UnionRaiderDto } from './dto/union/unionRaiderDto';
35
- import { PotentialHistoryResponseDto } from './dto/history/potentialHistoryResponseDto';
36
45
  /**
37
46
  * MapleStory OpenAPI client.<br>
38
47
  * This is an implementation of <a href="https://openapi.nexon.com/game/maplestory">MapleStory API</a>
39
48
  */
40
49
  declare class MapleStoryApi {
41
50
  private readonly apiKey;
42
- private static BASE_URL;
43
- private static kstOffset;
44
- timeout: number;
51
+ private readonly client;
52
+ private static readonly BASE_URL;
53
+ private static readonly DEFAULT_TIMEOUT;
54
+ private static readonly kstOffset;
55
+ get timeout(): number;
56
+ set timeout(value: number);
45
57
  constructor(apiKey: string);
46
58
  /**
47
59
  * 캐릭터 식별자(ocid)를 조회합니다.
60
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
48
61
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
49
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
62
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
50
63
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
51
64
  *
52
65
  * @param characterName 캐릭터 명
53
66
  */
54
67
  getCharacter(characterName: string): Promise<CharacterDto>;
68
+ /**
69
+ * 계정의 보유 캐릭터 목록을 조회합니다.
70
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
71
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 수 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 수 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23일 00시 사이 데이터가 조회 됩니다.)
72
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
73
+ */
74
+ getCharacterList(): Promise<CharacterListDto>;
55
75
  /**
56
76
  * 기본 정보를 조회합니다.
77
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
57
78
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
58
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
79
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
59
80
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
60
81
  *
61
82
  * @param ocid 캐릭터 식별자
@@ -64,8 +85,9 @@ declare class MapleStoryApi {
64
85
  getCharacterBasic(ocid: string, dateOptions?: DateOptions): Promise<CharacterBasicDto>;
65
86
  /**
66
87
  * 인기도 정보를 조회합니다.
88
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
67
89
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
68
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
90
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
69
91
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
70
92
  *
71
93
  * @param ocid 캐릭터 식별자
@@ -74,8 +96,9 @@ declare class MapleStoryApi {
74
96
  getCharacterPopularity(ocid: string, dateOptions?: DateOptions): Promise<CharacterPopularityDto>;
75
97
  /**
76
98
  * 종합 능력치 정보를 조회합니다.
99
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
77
100
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
78
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
101
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
79
102
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
80
103
  *
81
104
  * @param ocid 캐릭터 식별자
@@ -84,8 +107,9 @@ declare class MapleStoryApi {
84
107
  getCharacterStat(ocid: string, dateOptions?: DateOptions): Promise<CharacterStatDto>;
85
108
  /**
86
109
  * 하이퍼스탯 정보를 조회합니다.
110
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
87
111
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
88
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
112
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
89
113
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
90
114
  *
91
115
  * @param ocid 캐릭터 식별자
@@ -94,8 +118,9 @@ declare class MapleStoryApi {
94
118
  getCharacterHyperStat(ocid: string, dateOptions?: DateOptions): Promise<CharacterHyperStatDto>;
95
119
  /**
96
120
  * 성향 정보를 조회합니다.
121
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
97
122
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
98
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
123
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
99
124
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
100
125
  *
101
126
  * @param ocid 캐릭터 식별자
@@ -104,8 +129,9 @@ declare class MapleStoryApi {
104
129
  getCharacterPropensity(ocid: string, dateOptions?: DateOptions): Promise<CharacterPropensityDto>;
105
130
  /**
106
131
  * 어빌리티 정보를 조회합니다.
132
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
107
133
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
108
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
134
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
109
135
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
110
136
  *
111
137
  * @param ocid 캐릭터 식별자
@@ -114,8 +140,9 @@ declare class MapleStoryApi {
114
140
  getCharacterAbility(ocid: string, dateOptions?: DateOptions): Promise<CharacterAbilityDto>;
115
141
  /**
116
142
  * 장착한 장비 중 캐시 장비를 제외한 나머지 장비 정보를 조회합니다.
143
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
117
144
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
118
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
145
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
119
146
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
120
147
  *
121
148
  * @param ocid 캐릭터 식별자
@@ -124,8 +151,9 @@ declare class MapleStoryApi {
124
151
  getCharacterItemEquipment(ocid: string, dateOptions?: DateOptions): Promise<CharacterItemEquipmentDto>;
125
152
  /**
126
153
  * 장착한 캐시 장비 정보를 조회합니다.
154
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
127
155
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
128
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
156
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
129
157
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
130
158
  *
131
159
  * @param ocid 캐릭터 식별자
@@ -134,8 +162,9 @@ declare class MapleStoryApi {
134
162
  getCharacterCashItemEquipment(ocid: string, dateOptions?: DateOptions): Promise<CharacterCashItemEquipmentDto>;
135
163
  /**
136
164
  * 장착한 심볼 정보를 조회합니다.
165
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
137
166
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
138
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
167
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
139
168
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
140
169
  *
141
170
  * @param ocid 캐릭터 식별자
@@ -144,8 +173,9 @@ declare class MapleStoryApi {
144
173
  getCharacterSymbolEquipment(ocid: string, dateOptions?: DateOptions): Promise<CharacterSymbolEquipmentDto>;
145
174
  /**
146
175
  * 적용받고 있는 세트 효과 정보를 조회합니다.
176
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
147
177
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
148
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
178
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
149
179
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
150
180
  *
151
181
  * @param ocid 캐릭터 식별자
@@ -154,8 +184,9 @@ declare class MapleStoryApi {
154
184
  getCharacterSetEffect(ocid: string, dateOptions?: DateOptions): Promise<CharacterSetEffectDto>;
155
185
  /**
156
186
  * 장착 중인 헤어, 성형, 피부 정보를 조회합니다.
187
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
157
188
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
158
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
189
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
159
190
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
160
191
  *
161
192
  * @param ocid 캐릭터 식별자
@@ -164,8 +195,9 @@ declare class MapleStoryApi {
164
195
  getCharacterBeautyEquipment(ocid: string, dateOptions?: DateOptions): Promise<CharacterBeautyEquipmentDto>;
165
196
  /**
166
197
  * 장착한 안드로이드 정보를 조회합니다.
198
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
167
199
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
168
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
200
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
169
201
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
170
202
  *
171
203
  * @param ocid 캐릭터 식별자
@@ -174,8 +206,9 @@ declare class MapleStoryApi {
174
206
  getCharacterAndroidEquipment(ocid: string, dateOptions?: DateOptions): Promise<CharacterAndroidEquipmentDto>;
175
207
  /**
176
208
  * 장착한 펫 및 펫 스킬, 장비 정보를 조회합니다.
209
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
177
210
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
178
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
211
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
179
212
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
180
213
  *
181
214
  * @param ocid 캐릭터 식별자
@@ -184,8 +217,9 @@ declare class MapleStoryApi {
184
217
  getCharacterPetEquipment(ocid: string, dateOptions?: DateOptions): Promise<CharacterPetEquipmentDto>;
185
218
  /**
186
219
  * 캐릭터 스킬과 하이퍼 스킬 정보를 조회합니다.
220
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
187
221
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
188
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
222
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
189
223
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
190
224
  *
191
225
  * @param ocid 캐릭터 식별자
@@ -206,8 +240,9 @@ declare class MapleStoryApi {
206
240
  getCharacterSkill(ocid: string, characterSkillGrade: string, dateOptions?: DateOptions): Promise<CharacterSkillDto>;
207
241
  /**
208
242
  * 장착 링크 스킬 정보를 조회합니다.
243
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
209
244
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
210
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
245
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
211
246
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
212
247
  *
213
248
  * @param ocid 캐릭터 식별자
@@ -216,8 +251,9 @@ declare class MapleStoryApi {
216
251
  getCharacterLinkSkill(ocid: string, dateOptions?: DateOptions): Promise<CharacterLinkSkillDto>;
217
252
  /**
218
253
  * V매트릭스 슬롯 정보와 장착한 V코어 정보를 조회합니다.
254
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
219
255
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
220
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
256
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
221
257
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
222
258
  *
223
259
  * @param ocid 캐릭터 식별자
@@ -226,8 +262,9 @@ declare class MapleStoryApi {
226
262
  getCharacterVMatrix(ocid: string, dateOptions?: DateOptions): Promise<CharacterVMatrixDto>;
227
263
  /**
228
264
  * HEXA 매트릭스에 장착한 HEXA 코어 정보를 조회합니다.
265
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
229
266
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
230
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
267
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
231
268
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
232
269
  *
233
270
  * @param ocid 캐릭터 식별자
@@ -236,8 +273,9 @@ declare class MapleStoryApi {
236
273
  getCharacterHexaMatrix(ocid: string, dateOptions?: DateOptions): Promise<CharacterHexaMatrixDto>;
237
274
  /**
238
275
  * HEXA 매트릭스에 설정한 HEXA 스탯 정보를 조회합니다.
276
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
239
277
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
240
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
278
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
241
279
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
242
280
  *
243
281
  * @param ocid 캐릭터 식별자
@@ -246,8 +284,9 @@ declare class MapleStoryApi {
246
284
  getCharacterHexaMatrixStat(ocid: string, dateOptions?: DateOptions): Promise<CharacterHexaMatrixStatDto>;
247
285
  /**
248
286
  * 캐릭터 무릉도장 최고 기록 정보를 조회합니다.
287
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
249
288
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
250
- * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
289
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
251
290
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
252
291
  *
253
292
  * @param ocid 캐릭터 식별자
@@ -256,8 +295,9 @@ declare class MapleStoryApi {
256
295
  getCharacterDojang(ocid: string, dateOptions?: DateOptions): Promise<CharacterDojangDto>;
257
296
  /**
258
297
  * 유니온 정보를 조회합니다.
298
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
259
299
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
260
- * - 유니온 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
300
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
261
301
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
262
302
  *
263
303
  * @param ocid 캐릭터 식별자
@@ -266,8 +306,9 @@ declare class MapleStoryApi {
266
306
  getUnion(ocid: string, dateOptions?: DateOptions): Promise<UnionDto>;
267
307
  /**
268
308
  * 유니온 공격대 정보를 조회합니다.
309
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
269
310
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
270
- * - 유니온 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
311
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
271
312
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
272
313
  *
273
314
  * @param ocid 캐릭터 식별자
@@ -276,8 +317,9 @@ declare class MapleStoryApi {
276
317
  getUnionRaider(ocid: string, dateOptions?: DateOptions): Promise<UnionRaiderDto>;
277
318
  /**
278
319
  * 유니온 아티팩트 정보를 조회합니다.
320
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
279
321
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
280
- * - 유니온 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
322
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
281
323
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
282
324
  *
283
325
  * @param ocid 캐릭터 식별자
@@ -286,8 +328,9 @@ declare class MapleStoryApi {
286
328
  getUnionArtifact(ocid: string, dateOptions?: DateOptions): Promise<UnionArtifactDto>;
287
329
  /**
288
330
  * 길드 식별자(oguild_id) 정보를 조회합니다.
331
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
289
332
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
290
- * - 길드 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.).
333
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
291
334
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
292
335
  *
293
336
  * @param guildName 길드 명
@@ -296,8 +339,9 @@ declare class MapleStoryApi {
296
339
  getGuild(guildName: string, worldName: string): Promise<GuildDto>;
297
340
  /**
298
341
  * 길드 기본 정보를 조회합니다.
342
+ * - 메이플스토리 게임 데이터는 평균 15분 후 확인 가능합니다.
299
343
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
300
- * - 길드 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.).
344
+ * - 과거 데이터는 원하는 일자를 입력해 조회할 있으며, 전일 데이터는 다음날 오전 2시부터 확인할 있습니다. (12월 22일 데이터 조회 시, 22일 00시부터 23 00시 사이 데이터가 조회 됩니다.)
301
345
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
302
346
  *
303
347
  * @param guildId 길드 식별자
@@ -449,11 +493,70 @@ declare class MapleStoryApi {
449
493
  * @param dateOptions 조회 기준일 (KST)
450
494
  */
451
495
  getAchievementRanking(filterOptions?: AchievementRankingApiFilterOptions, dateOptions?: DateOptions): Promise<AchievementRankingResponseDto>;
496
+ /**
497
+ * 메이플스토리 공지사항에 최근 등록된 게시글 20개를 조회합니다.
498
+ *
499
+ * - 공지 정보 API는 데이터 최신화(공지 내용 수정/ 업데이트 고려)를 위해 실시간 조회 또는 최소 일배치 작업을 권장합니다.
500
+ * - 실시간으로 정보를 제공하지 않는 경우, 신규/수정 공지 내용이 반영되지 않을 수 있으니 서비스 이용 유저에게 홈페이지 공지 사항을 확인하라는 가이드를 제공해주세요.
501
+ */
502
+ getNoticeList(): Promise<NoticeListDto>;
503
+ /**
504
+ * 메이플스토리 공지사항 게시글 세부 사항을 조회합니다.
505
+ *
506
+ * - 공지 정보 API는 데이터 최신화(공지 내용 수정/ 업데이트 고려)를 위해 실시간 조회 또는 최소 일배치 작업을 권장합니다.
507
+ * - 실시간으로 정보를 제공하지 않는 경우, 신규/수정 공지 내용이 반영되지 않을 수 있으니 서비스 이용 유저에게 홈페이지 공지 사항을 확인하라는 가이드를 제공해주세요.
508
+ * @param noticeId 공지 식별자
509
+ */
510
+ getNoticeDetail(noticeId: number): Promise<NoticeDetailDto>;
511
+ /**
512
+ * 메이플스토리 업데이트에 최근 등록된 게시글 20개를 조회합니다.
513
+ *
514
+ * - 공지 정보 API는 데이터 최신화(공지 내용 수정/ 업데이트 고려)를 위해 실시간 조회 또는 최소 일배치 작업을 권장합니다.
515
+ * - 실시간으로 정보를 제공하지 않는 경우, 신규/수정 공지 내용이 반영되지 않을 수 있으니 서비스 이용 유저에게 홈페이지 공지 사항을 확인하라는 가이드를 제공해주세요.
516
+ */
517
+ getUpdateNoticeList(): Promise<UpdateNoticeListDto>;
518
+ /**
519
+ * 메이플스토리 업데이트 게시글 세부 사항을 조회합니다.
520
+ *
521
+ * - 공지 정보 API는 데이터 최신화(공지 내용 수정/ 업데이트 고려)를 위해 실시간 조회 또는 최소 일배치 작업을 권장합니다.
522
+ * - 실시간으로 정보를 제공하지 않는 경우, 신규/수정 공지 내용이 반영되지 않을 수 있으니 서비스 이용 유저에게 홈페이지 공지 사항을 확인하라는 가이드를 제공해주세요.
523
+ * @param noticeId 공지 식별자
524
+ */
525
+ getUpdateNoticeDetail(noticeId: number): Promise<UpdateNoticeDetailDto>;
526
+ /**
527
+ * 메이플스토리 진행 중 이벤트에 최근 등록된 공지사항 20개를 조회합니다.
528
+ *
529
+ * - 공지 정보 API는 데이터 최신화(공지 내용 수정/ 업데이트 고려)를 위해 실시간 조회 또는 최소 일배치 작업을 권장합니다.
530
+ * - 실시간으로 정보를 제공하지 않는 경우, 신규/수정 공지 내용이 반영되지 않을 수 있으니 서비스 이용 유저에게 홈페이지 공지 사항을 확인하라는 가이드를 제공해주세요.
531
+ */
532
+ getEventNoticeList(): Promise<EventNoticeListDto>;
533
+ /**
534
+ * 메이플스토리 진행 중 이벤트 게시글 세부 사항을 조회합니다.
535
+ *
536
+ * - 공지 정보 API는 데이터 최신화(공지 내용 수정/ 업데이트 고려)를 위해 실시간 조회 또는 최소 일배치 작업을 권장합니다.
537
+ * - 실시간으로 정보를 제공하지 않는 경우, 신규/수정 공지 내용이 반영되지 않을 수 있으니 서비스 이용 유저에게 홈페이지 공지 사항을 확인하라는 가이드를 제공해주세요.
538
+ * @param noticeId 공지 식별자
539
+ */
540
+ getEventNoticeDetail(noticeId: number): Promise<EventNoticeDetailDto>;
541
+ /**
542
+ * 메이플스토리 캐시샵 공지에 최근 등록된 공지사항 20개를 조회합니다.
543
+ *
544
+ * - 공지 정보 API는 데이터 최신화(공지 내용 수정/ 업데이트 고려)를 위해 실시간 조회 또는 최소 일배치 작업을 권장합니다.
545
+ * - 실시간으로 정보를 제공하지 않는 경우, 신규/수정 공지 내용이 반영되지 않을 수 있으니 서비스 이용 유저에게 홈페이지 공지 사항을 확인하라는 가이드를 제공해주세요.
546
+ */
547
+ getCashshopNoticeList(): Promise<CashshopNoticeListDto>;
548
+ /**
549
+ * 메이플스토리 캐시샵 공지 게시글 세부 사항을 조회합니다.
550
+ *
551
+ * - 공지 정보 API는 데이터 최신화(공지 내용 수정/ 업데이트 고려)를 위해 실시간 조회 또는 최소 일배치 작업을 권장합니다.
552
+ * - 실시간으로 정보를 제공하지 않는 경우, 신규/수정 공지 내용이 반영되지 않을 수 있으니 서비스 이용 유저에게 홈페이지 공지 사항을 확인하라는 가이드를 제공해주세요.
553
+ * @param noticeId 공지 식별자
554
+ */
555
+ getCashshopNoticeDetail(noticeId: number): Promise<CashshopNoticeDetailDto>;
452
556
  /**
453
557
  * 서버 점검 정보를 조회합니다.
454
558
  */
455
559
  getInspectionInfo(): Promise<InspectionInfoDto>;
456
- private buildHeaders;
457
560
  /**
458
561
  * API 서버의 데이터 갱신 시간에 따라 데이터가 조회 가능한 최신 날짜를 반환합니다.
459
562
  *
@@ -20,6 +20,9 @@ declare enum MapleStoryApiErrorCode {
20
20
  OPENAPI00004 = 3,
21
21
  OPENAPI00005 = 4,
22
22
  OPENAPI00006 = 5,
23
- OPENAPI00007 = 6
23
+ OPENAPI00007 = 6,
24
+ OPENAPI00009 = 7,
25
+ OPENAPI00010 = 8,
26
+ OPENAPI00011 = 9
24
27
  }
25
28
  export { MapleStoryApiError, MapleStoryApiErrorCode };
@@ -1,5 +1,5 @@
1
1
  type CharacterAbilityDtoBody = {
2
- date: string;
2
+ date: string | null;
3
3
  ability_grade: string;
4
4
  ability_info: CharacterAbilityInfoDtoBody[];
5
5
  remain_fame: number;
@@ -1,5 +1,5 @@
1
1
  type CharacterAndroidEquipmentDtoBody = {
2
- date: string;
2
+ date: string | null;
3
3
  android_name: string | null;
4
4
  android_nickname: string | null;
5
5
  android_icon: string | null;
@@ -1,5 +1,5 @@
1
1
  type CharacterBasicDtoBody = {
2
- date: string;
2
+ date: string | null;
3
3
  character_name: string;
4
4
  world_name: string;
5
5
  character_gender: string;
@@ -10,5 +10,8 @@ type CharacterBasicDtoBody = {
10
10
  character_exp_rate: string;
11
11
  character_guild_name: string | null;
12
12
  character_image: string;
13
+ character_date_create: string;
14
+ access_flag: 'true' | 'false';
15
+ liberation_quest_clear_flag: 'true' | 'false';
13
16
  };
14
17
  export type { CharacterBasicDtoBody };
@@ -1,5 +1,5 @@
1
1
  type CharacterBeautyEquipmentDtoBody = {
2
- date: string;
2
+ date: string | null;
3
3
  character_gender: string;
4
4
  character_class: string;
5
5
  character_hair: CharacterBeautyEquipmentHairDtoBody;
@@ -1,5 +1,5 @@
1
1
  type CharacterCashItemEquipmentDtoBody = {
2
- date: string;
2
+ date: string | null;
3
3
  character_gender: string;
4
4
  character_class: string;
5
5
  preset_no: number;
@@ -1,5 +1,5 @@
1
1
  type CharacterDojangDtoBody = {
2
- date: string;
2
+ date: string | null;
3
3
  character_class: string;
4
4
  world_name: string;
5
5
  dojang_best_floor: number;
@@ -1,5 +1,5 @@
1
1
  type CharacterHexaMatrixDtoBody = {
2
- date: string;
2
+ date: string | null;
3
3
  character_hexa_core_equipment: CharacterHexaMatrixEquipmentDtoBody[];
4
4
  };
5
5
  type CharacterHexaMatrixEquipmentDtoBody = {
@@ -1,5 +1,5 @@
1
1
  type CharacterHexaMatrixStatDtoBody = {
2
- date: string;
2
+ date: string | null;
3
3
  character_class: string;
4
4
  character_hexa_stat_core: CharacterHexaMatrixStatCoreDtoBody[];
5
5
  preset_hexa_stat_core: CharacterHexaMatrixStatCoreDtoBody[];
@@ -1,5 +1,5 @@
1
1
  type CharacterHyperStatDtoBody = {
2
- date: string;
2
+ date: string | null;
3
3
  character_class: string;
4
4
  use_preset_no: string;
5
5
  use_available_hyper_stat: number;
@@ -1,5 +1,5 @@
1
1
  type CharacterItemEquipmentDtoBody = {
2
- date: string;
2
+ date: string | null;
3
3
  character_gender: string;
4
4
  character_class: string;
5
5
  preset_no: number | null;
@@ -1,5 +1,5 @@
1
1
  type CharacterLinkSkillDtoBody = {
2
- date: string;
2
+ date: string | null;
3
3
  character_class: string;
4
4
  character_link_skill: CharacterLinkSkillInfoDtoBody[];
5
5
  character_link_skill_preset_1: CharacterLinkSkillInfoDtoBody[];
@@ -15,6 +15,7 @@ type CharacterLinkSkillInfoDtoBody = {
15
15
  skill_description: string;
16
16
  skill_level: number;
17
17
  skill_effect: string;
18
+ skill_effect_next: string | null;
18
19
  skill_icon: string;
19
20
  };
20
21
  export type { CharacterLinkSkillDtoBody, CharacterLinkSkillInfoDtoBody };
@@ -0,0 +1,15 @@
1
+ type CharacterListDtoBody = {
2
+ account_list: CharacterListAccountDtoBody[];
3
+ };
4
+ type CharacterListAccountDtoBody = {
5
+ account_id: string;
6
+ character_list: CharacterListAccountCharacterDtoBody[];
7
+ };
8
+ type CharacterListAccountCharacterDtoBody = {
9
+ ocid: string;
10
+ character_name: string;
11
+ world_name: string;
12
+ character_class: string;
13
+ character_level: number;
14
+ };
15
+ export type { CharacterListDtoBody, CharacterListAccountDtoBody, CharacterListAccountCharacterDtoBody };
@@ -1,5 +1,5 @@
1
1
  type CharacterPetEquipmentDtoBody = {
2
- date: string;
2
+ date: string | null;
3
3
  pet_1_name: string | null;
4
4
  pet_1_nickname: string | null;
5
5
  pet_1_icon: string | null;
@@ -1,5 +1,5 @@
1
1
  type CharacterPopularityDtoBody = {
2
- date: string;
2
+ date: string | null;
3
3
  popularity: number;
4
4
  };
5
5
  export type { CharacterPopularityDtoBody };
@@ -1,5 +1,5 @@
1
1
  type CharacterPropensityDtoBody = {
2
- date: string;
2
+ date: string | null;
3
3
  charisma_level: number;
4
4
  sensibility_level: number;
5
5
  insight_level: number;
@@ -1,14 +1,19 @@
1
1
  type CharacterSetEffectDtoBody = {
2
- date: string;
3
- set_effect: CharacterSetEffectInfoDtoBody[];
2
+ date: string | null;
3
+ set_effect: CharacterSetEffectSetDtoBody[];
4
4
  };
5
- type CharacterSetEffectInfoDtoBody = {
5
+ type CharacterSetEffectSetDtoBody = {
6
6
  set_name: string;
7
7
  total_set_count: number;
8
- set_effect_info: CharacterSetEffectOptionInfoDtoBody[];
8
+ set_effect_info: CharacterSetEffectInfoDtoBody[];
9
+ set_option_full: CharacterSetEffectOptionFullDtoBody[];
10
+ };
11
+ type CharacterSetEffectInfoDtoBody = {
12
+ set_count: number;
13
+ set_option: string;
9
14
  };
10
- type CharacterSetEffectOptionInfoDtoBody = {
15
+ type CharacterSetEffectOptionFullDtoBody = {
11
16
  set_count: number;
12
17
  set_option: string;
13
18
  };
14
- export { CharacterSetEffectDtoBody, CharacterSetEffectInfoDtoBody, CharacterSetEffectOptionInfoDtoBody, };
19
+ export { CharacterSetEffectDtoBody, CharacterSetEffectSetDtoBody, CharacterSetEffectInfoDtoBody, CharacterSetEffectOptionFullDtoBody, };
@@ -1,5 +1,5 @@
1
1
  type CharacterSkillDtoBody = {
2
- date: string;
2
+ date: string | null;
3
3
  character_class: string;
4
4
  character_skill_grade: string;
5
5
  character_skill: CharacterSkillInfoDtoBody[];
@@ -9,6 +9,7 @@ type CharacterSkillInfoDtoBody = {
9
9
  skill_description: string;
10
10
  skill_level: number;
11
11
  skill_effect: string;
12
+ skill_effect_next: string | null;
12
13
  skill_icon: string;
13
14
  };
14
15
  export type { CharacterSkillDtoBody, CharacterSkillInfoDtoBody };