maplestory-openapi 2.4.1 → 2.7.2

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 (96) hide show
  1. package/README.md +51 -41
  2. package/dist/index.js +1158 -393
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.mjs +1141 -393
  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 +4 -3
  9. package/types/maplestory/api/dto/character/characterAndroidEquipmentPresetDto.d.ts +5 -4
  10. package/types/maplestory/api/dto/character/characterAndroidEquipmentSkinDto.d.ts +28 -0
  11. package/types/maplestory/api/dto/character/characterBasicDto.d.ts +21 -1
  12. package/types/maplestory/api/dto/character/characterBeautyEquipmentDto.d.ts +6 -5
  13. package/types/maplestory/api/dto/character/characterBeautyEquipmentSkinDto.d.ts +28 -0
  14. package/types/maplestory/api/dto/character/characterCashItemEquipmentDto.d.ts +1 -1
  15. package/types/maplestory/api/dto/character/characterDojangDto.d.ts +1 -1
  16. package/types/maplestory/api/dto/character/characterHexaMatrixDto.d.ts +1 -1
  17. package/types/maplestory/api/dto/character/characterHexaMatrixStatDto.d.ts +11 -3
  18. package/types/maplestory/api/dto/character/characterHyperStatDto.d.ts +1 -1
  19. package/types/maplestory/api/dto/character/characterItemEquipmentDto.d.ts +1 -1
  20. package/types/maplestory/api/dto/character/characterItemEquipmentExceptionalOptionDto.d.ts +4 -0
  21. package/types/maplestory/api/dto/character/characterLinkSkillDto.d.ts +1 -1
  22. package/types/maplestory/api/dto/character/characterLinkSkillInfoDto.d.ts +4 -0
  23. package/types/maplestory/api/dto/character/characterListAccountCharacterDto.d.ts +28 -0
  24. package/types/maplestory/api/dto/character/characterListAccountDto.d.ts +17 -0
  25. package/types/maplestory/api/dto/character/characterListDto.d.ts +13 -0
  26. package/types/maplestory/api/dto/character/characterPetEquipmentDto.d.ts +1 -1
  27. package/types/maplestory/api/dto/character/characterPopularityDto.d.ts +1 -1
  28. package/types/maplestory/api/dto/character/characterPropensityDto.d.ts +1 -1
  29. package/types/maplestory/api/dto/character/characterSetEffectDto.d.ts +3 -3
  30. package/types/maplestory/api/dto/character/characterSetEffectInfoDto.d.ts +5 -10
  31. package/types/maplestory/api/dto/character/characterSetEffectOptionFullDto.d.ts +16 -0
  32. package/types/maplestory/api/dto/character/characterSetEffectSetDto.d.ts +26 -0
  33. package/types/maplestory/api/dto/character/characterSkillDto.d.ts +1 -1
  34. package/types/maplestory/api/dto/character/characterSkillInfoDto.d.ts +4 -0
  35. package/types/maplestory/api/dto/character/characterStatDto.d.ts +1 -1
  36. package/types/maplestory/api/dto/character/characterSymbolEquipmentDto.d.ts +1 -1
  37. package/types/maplestory/api/dto/character/characterVMatrixCoreEquipmentDto.d.ts +2 -2
  38. package/types/maplestory/api/dto/character/characterVMatrixDto.d.ts +1 -1
  39. package/types/maplestory/api/dto/guild/guildBasicDto.d.ts +1 -9
  40. package/types/maplestory/api/dto/history/starforceHistoryDto.d.ts +1 -1
  41. package/types/maplestory/api/dto/notice/cashshopNoticeDetailDto.d.ts +40 -0
  42. package/types/maplestory/api/dto/notice/cashshopNoticeListDto.d.ts +13 -0
  43. package/types/maplestory/api/dto/notice/cashshopNoticeListItemDto.d.ts +40 -0
  44. package/types/maplestory/api/dto/notice/eventNoticeDetailDto.d.ts +32 -0
  45. package/types/maplestory/api/dto/notice/eventNoticeListDto.d.ts +13 -0
  46. package/types/maplestory/api/dto/notice/eventNoticeListItemDto.d.ts +32 -0
  47. package/types/maplestory/api/dto/notice/noticeDetailDto.d.ts +24 -0
  48. package/types/maplestory/api/dto/notice/noticeListDto.d.ts +13 -0
  49. package/types/maplestory/api/dto/notice/noticeListItemDto.d.ts +24 -0
  50. package/types/maplestory/api/dto/notice/updateNoticeDetailDto.d.ts +24 -0
  51. package/types/maplestory/api/dto/notice/updateNoticeListDto.d.ts +13 -0
  52. package/types/maplestory/api/dto/notice/updateNoticeListItemDto.d.ts +24 -0
  53. package/types/maplestory/api/dto/union/unionArtifactDto.d.ts +1 -1
  54. package/types/maplestory/api/dto/union/unionDto.d.ts +1 -1
  55. package/types/maplestory/api/dto/union/unionRaiderDto.d.ts +26 -1
  56. package/types/maplestory/api/dto/union/unionRaiderPresetDto.d.ts +26 -0
  57. package/types/maplestory/api/mapleStoryApi.d.ts +126 -25
  58. package/types/maplestory/api/mapleStoryApiError.d.ts +2 -1
  59. package/types/maplestory/api/response/character/characterAbilityDtoBody.d.ts +1 -1
  60. package/types/maplestory/api/response/character/characterAndroidEquipmentDtoBody.d.ts +11 -4
  61. package/types/maplestory/api/response/character/characterBasicDtoBody.d.ts +4 -1
  62. package/types/maplestory/api/response/character/characterBeautyEquipmentDtoBody.d.ts +11 -4
  63. package/types/maplestory/api/response/character/characterCashItemEquipmentDtoBody.d.ts +1 -1
  64. package/types/maplestory/api/response/character/characterDojangDtoBody.d.ts +1 -1
  65. package/types/maplestory/api/response/character/characterHexaMatrixDtoBody.d.ts +1 -1
  66. package/types/maplestory/api/response/character/characterHexaMatrixStatDtoBody.d.ts +3 -1
  67. package/types/maplestory/api/response/character/characterHyperStatDtoBody.d.ts +1 -1
  68. package/types/maplestory/api/response/character/characterItemEquipmentDtoBody.d.ts +3 -2
  69. package/types/maplestory/api/response/character/characterLinkSkillDtoBody.d.ts +2 -1
  70. package/types/maplestory/api/response/character/characterListDtoBody.d.ts +15 -0
  71. package/types/maplestory/api/response/character/characterPetEquipmentDtoBody.d.ts +1 -1
  72. package/types/maplestory/api/response/character/characterPopularityDtoBody.d.ts +1 -1
  73. package/types/maplestory/api/response/character/characterPropensityDtoBody.d.ts +1 -1
  74. package/types/maplestory/api/response/character/characterSetEffectDtoBody.d.ts +11 -6
  75. package/types/maplestory/api/response/character/characterSkillDtoBody.d.ts +2 -1
  76. package/types/maplestory/api/response/character/characterStatDtoBody.d.ts +1 -1
  77. package/types/maplestory/api/response/character/characterSymbolEquipmentDtoBody.d.ts +1 -1
  78. package/types/maplestory/api/response/character/characterVMatrixDtoBody.d.ts +3 -3
  79. package/types/maplestory/api/response/guild/guildBasicDtoBody.d.ts +1 -3
  80. package/types/maplestory/api/response/history/cubeHistoryDtoBody.d.ts +1 -1
  81. package/types/maplestory/api/response/history/cubeHistoryResponseDtoBody.d.ts +1 -1
  82. package/types/maplestory/api/response/history/starforceHistoryDtoBody.d.ts +2 -2
  83. package/types/maplestory/api/response/history/starforceHistoryResponseDtoBody.d.ts +1 -1
  84. package/types/maplestory/api/response/notice/cashshopNoticeDetailDtoBody.d.ts +10 -0
  85. package/types/maplestory/api/response/notice/cashshopNoticeListDtoBody.d.ts +13 -0
  86. package/types/maplestory/api/response/notice/eventNoticeDetailDtoBody.d.ts +9 -0
  87. package/types/maplestory/api/response/notice/eventNoticeListDtoBody.d.ts +12 -0
  88. package/types/maplestory/api/response/notice/noticeDetailDtoBody.d.ts +7 -0
  89. package/types/maplestory/api/response/notice/noticeListDtoBody.d.ts +10 -0
  90. package/types/maplestory/api/response/notice/updateNoticeDetailDtoBody.d.ts +7 -0
  91. package/types/maplestory/api/response/notice/updateNoticeListDtoBody.d.ts +10 -0
  92. package/types/maplestory/api/response/ranking/theSeedRankingResponseDtoBody.d.ts +2 -3
  93. package/types/maplestory/api/response/union/unionArtifactDtoBody.d.ts +1 -1
  94. package/types/maplestory/api/response/union/unionDtoBody.d.ts +1 -1
  95. package/types/maplestory/api/response/union/unionRaiderDtoBody.d.ts +14 -2
  96. package/types/maplestory/api/dto/character/characterSetEffectOptionInfoDto.d.ts +0 -16
@@ -7,7 +7,7 @@ declare class CharacterVMatrixDto {
7
7
  /**
8
8
  * 조회 기준일
9
9
  */
10
- date: Date;
10
+ date: Date | null;
11
11
  /**
12
12
  * 캐릭터 직업
13
13
  */
@@ -7,7 +7,7 @@ declare class GuildBasicDto {
7
7
  /**
8
8
  * 조회 기준일
9
9
  */
10
- date: Date;
10
+ date: Date | null;
11
11
  /**
12
12
  * 월드 명
13
13
  */
@@ -48,14 +48,6 @@ declare class GuildBasicDto {
48
48
  * 노블레스 스킬 목록
49
49
  */
50
50
  guildNoblesseSkill: GuildSkillDto[];
51
- /**
52
- * 조합형 길드 마크
53
- */
54
- guildMark: string | null;
55
- /**
56
- * 커스텀 길드 마크 (base64 인코딩 형식)
57
- */
58
- guildMarkCustom: string | null;
59
51
  constructor(obj: GuildBasicDtoBody);
60
52
  }
61
53
  export { GuildBasicDto };
@@ -71,7 +71,7 @@ declare class StarforceHistoryDto {
71
71
  /**
72
72
  * 진행 중인 스타포스 강화 이벤트 정보
73
73
  */
74
- starforceEventList: StarforceEventDto[];
74
+ starforceEventList: StarforceEventDto[] | null;
75
75
  constructor(obj: StarforceHistoryDtoBody);
76
76
  }
77
77
  export { StarforceHistoryDto };
@@ -0,0 +1,40 @@
1
+ import { CashshopNoticeDetailDtoBody } from '../../response/notice/cashshopNoticeDetailDtoBody';
2
+ /**
3
+ * 캐시샵 공지 상세
4
+ */
5
+ declare class CashshopNoticeDetailDto {
6
+ /**
7
+ * 공지 제목
8
+ */
9
+ title: string;
10
+ /**
11
+ * 공지 링크
12
+ */
13
+ url: string;
14
+ /**
15
+ * 공지 본문
16
+ */
17
+ contents: string;
18
+ /**
19
+ * 공지 등록일
20
+ */
21
+ date: Date;
22
+ /**
23
+ * 판매 시작일
24
+ */
25
+ dateSaleStart: Date | null;
26
+ /**
27
+ * 판매 종료일
28
+ */
29
+ dateSaleEnd: Date | null;
30
+ /**
31
+ * 상시 판매 여부 (true - 상시)
32
+ */
33
+ ongoingFlag: string;
34
+ constructor(obj: CashshopNoticeDetailDtoBody);
35
+ /**
36
+ * 상시 판매 여부 (true - 상시)
37
+ */
38
+ get isOnGoing(): boolean;
39
+ }
40
+ export { CashshopNoticeDetailDto };
@@ -0,0 +1,13 @@
1
+ import { CashshopNoticeListItemDto } from './cashshopNoticeListItemDto';
2
+ import { CashshopNoticeListDtoBody } from '../../response/notice/cashshopNoticeListDtoBody';
3
+ /**
4
+ * 캐시샵 공지 목록
5
+ */
6
+ declare class CashshopNoticeListDto {
7
+ /**
8
+ * 공지 목록
9
+ */
10
+ cashshopNotice: CashshopNoticeListItemDto[];
11
+ constructor(obj: CashshopNoticeListDtoBody);
12
+ }
13
+ export { CashshopNoticeListDto };
@@ -0,0 +1,40 @@
1
+ import { CashshopNoticeListItemDtoBody } from '../../response/notice/cashshopNoticeListDtoBody';
2
+ /**
3
+ * 캐시샵 공지
4
+ */
5
+ declare class CashshopNoticeListItemDto {
6
+ /**
7
+ * 공지 제목
8
+ */
9
+ title: string;
10
+ /**
11
+ * 공지 링크
12
+ */
13
+ url: string;
14
+ /**
15
+ * 공지 식별자
16
+ */
17
+ noticeId: number;
18
+ /**
19
+ * 공지 등록일
20
+ */
21
+ date: Date;
22
+ /**
23
+ * 판매 시작일
24
+ */
25
+ dateSaleStart: Date | null;
26
+ /**
27
+ * 판매 종료일
28
+ */
29
+ dateSaleEnd: Date | null;
30
+ /**
31
+ * 상시 판매 여부 (true - 상시)
32
+ */
33
+ ongoingFlag: string;
34
+ constructor(obj: CashshopNoticeListItemDtoBody);
35
+ /**
36
+ * 상시 판매 여부 (true - 상시)
37
+ */
38
+ get isOnGoing(): boolean;
39
+ }
40
+ export { CashshopNoticeListItemDto };
@@ -0,0 +1,32 @@
1
+ import { EventNoticeDetailDtoBody } from '../../response/notice/eventNoticeDetailDtoBody';
2
+ /**
3
+ * 진행 중 이벤트 상세
4
+ */
5
+ declare class EventNoticeDetailDto {
6
+ /**
7
+ * 공지 제목
8
+ */
9
+ title: string;
10
+ /**
11
+ * 공지 링크
12
+ */
13
+ url: string;
14
+ /**
15
+ * 공지 본문
16
+ */
17
+ contents: string;
18
+ /**
19
+ * 공지 등록일
20
+ */
21
+ date: Date;
22
+ /**
23
+ * 이벤트 시작일
24
+ */
25
+ dateEventStart: Date;
26
+ /**
27
+ * 이벤트 종료일
28
+ */
29
+ dateEventEnd: Date;
30
+ constructor(obj: EventNoticeDetailDtoBody);
31
+ }
32
+ export { EventNoticeDetailDto };
@@ -0,0 +1,13 @@
1
+ import { EventNoticeListItemDto } from './eventNoticeListItemDto';
2
+ import { EventNoticeListDtoBody } from '../../response/notice/eventNoticeListDtoBody';
3
+ /**
4
+ * 진행 중 이벤트 공지 목록
5
+ */
6
+ declare class EventNoticeListDto {
7
+ /**
8
+ * 공지 목록
9
+ */
10
+ eventNotice: EventNoticeListItemDto[];
11
+ constructor(obj: EventNoticeListDtoBody);
12
+ }
13
+ export { EventNoticeListDto };
@@ -0,0 +1,32 @@
1
+ import { EventNoticeListItemDtoBody } from '../../response/notice/eventNoticeListDtoBody';
2
+ /**
3
+ * 진행 중 이벤트 공지
4
+ */
5
+ declare class EventNoticeListItemDto {
6
+ /**
7
+ * 공지 제목
8
+ */
9
+ title: string;
10
+ /**
11
+ * 공지 링크
12
+ */
13
+ url: string;
14
+ /**
15
+ * 공지 식별자
16
+ */
17
+ noticeId: number;
18
+ /**
19
+ * 공지 등록일
20
+ */
21
+ date: Date;
22
+ /**
23
+ * 이벤트 시작일
24
+ */
25
+ dateEventStart: Date;
26
+ /**
27
+ * 이벤트 종료일
28
+ */
29
+ dateEventEnd: Date;
30
+ constructor(obj: EventNoticeListItemDtoBody);
31
+ }
32
+ export { EventNoticeListItemDto };
@@ -0,0 +1,24 @@
1
+ import { NoticeDetailDtoBody } from '../../response/notice/noticeDetailDtoBody';
2
+ /**
3
+ * 공지사항 상세
4
+ */
5
+ declare class NoticeDetailDto {
6
+ /**
7
+ * 공지 제목
8
+ */
9
+ title: string;
10
+ /**
11
+ * 공지 링크
12
+ */
13
+ url: string;
14
+ /**
15
+ * 공지 본문
16
+ */
17
+ contents: string;
18
+ /**
19
+ * 공지 등록일
20
+ */
21
+ date: Date;
22
+ constructor(obj: NoticeDetailDtoBody);
23
+ }
24
+ export { NoticeDetailDto };
@@ -0,0 +1,13 @@
1
+ import { NoticeListItemDto } from './noticeListItemDto';
2
+ import { NoticeListDtoBody } from '../../response/notice/noticeListDtoBody';
3
+ /**
4
+ * 공지사항 목록
5
+ */
6
+ declare class NoticeListDto {
7
+ /**
8
+ * 공지 목록
9
+ */
10
+ notice: NoticeListItemDto[];
11
+ constructor(obj: NoticeListDtoBody);
12
+ }
13
+ export { NoticeListDto };
@@ -0,0 +1,24 @@
1
+ import { NoticeListItemDtoBody } from '../../response/notice/noticeListDtoBody';
2
+ /**
3
+ * 공지사항
4
+ */
5
+ declare class NoticeListItemDto {
6
+ /**
7
+ * 공지 제목
8
+ */
9
+ title: string;
10
+ /**
11
+ * 공지 링크
12
+ */
13
+ url: string;
14
+ /**
15
+ * 공지 식별자
16
+ */
17
+ noticeId: number;
18
+ /**
19
+ * 공지 등록일
20
+ */
21
+ date: Date;
22
+ constructor(obj: NoticeListItemDtoBody);
23
+ }
24
+ export { NoticeListItemDto };
@@ -0,0 +1,24 @@
1
+ import { UpdateNoticeDetailDtoBody } from '../../response/notice/updateNoticeDetailDtoBody';
2
+ /**
3
+ * 업데이트 상세
4
+ */
5
+ declare class UpdateNoticeDetailDto {
6
+ /**
7
+ * 공지 제목
8
+ */
9
+ title: string;
10
+ /**
11
+ * 공지 링크
12
+ */
13
+ url: string;
14
+ /**
15
+ * 공지 본문
16
+ */
17
+ contents: string;
18
+ /**
19
+ * 공지 등록일
20
+ */
21
+ date: Date;
22
+ constructor(obj: UpdateNoticeDetailDtoBody);
23
+ }
24
+ export { UpdateNoticeDetailDto };
@@ -0,0 +1,13 @@
1
+ import { UpdateNoticeListItemDto } from './updateNoticeListItemDto';
2
+ import { UpdateNoticeListDtoBody } from '../../response/notice/updateNoticeListDtoBody';
3
+ /**
4
+ * 업데이트 목록
5
+ */
6
+ declare class UpdateNoticeListDto {
7
+ /**
8
+ * 공지 목록
9
+ */
10
+ updateNotice: UpdateNoticeListItemDto[];
11
+ constructor(obj: UpdateNoticeListDtoBody);
12
+ }
13
+ export { UpdateNoticeListDto };
@@ -0,0 +1,24 @@
1
+ import { UpdateNoticeListItemDtoBody } from '../../response/notice/updateNoticeListDtoBody';
2
+ /**
3
+ * 업데이트 공지
4
+ */
5
+ declare class UpdateNoticeListItemDto {
6
+ /**
7
+ * 공지 제목
8
+ */
9
+ title: string;
10
+ /**
11
+ * 공지 링크
12
+ */
13
+ url: string;
14
+ /**
15
+ * 공지 식별자
16
+ */
17
+ noticeId: number;
18
+ /**
19
+ * 공지 등록일
20
+ */
21
+ date: Date;
22
+ constructor(obj: UpdateNoticeListItemDtoBody);
23
+ }
24
+ export { UpdateNoticeListItemDto };
@@ -8,7 +8,7 @@ declare class UnionArtifactDto {
8
8
  /**
9
9
  * 조회 기준일
10
10
  */
11
- date: Date;
11
+ date: Date | null;
12
12
  /**
13
13
  * 아티팩트 효과 정보
14
14
  */
@@ -6,7 +6,7 @@ declare class UnionDto {
6
6
  /**
7
7
  * 조회 기준일
8
8
  */
9
- date: Date;
9
+ date: Date | null;
10
10
  /**
11
11
  * 유니온 레벨
12
12
  */
@@ -1,11 +1,12 @@
1
1
  import { UnionRaiderBlockDto } from './unionRaiderBlockDto';
2
2
  import { UnionRaiderInnerStatDto } from './unionRaiderInnerStatDto';
3
+ import { UnionRaiderPresetDto } from './unionRaiderPresetDto';
3
4
  import { UnionRaiderDtoBody } from '../../response/union/unionRaiderDtoBody';
4
5
  /**
5
6
  * 유니온 공격대 정보
6
7
  */
7
8
  declare class UnionRaiderDto {
8
- date: Date;
9
+ date: Date | null;
9
10
  /**
10
11
  * 유니온 공격대원 효과
11
12
  */
@@ -22,6 +23,30 @@ declare class UnionRaiderDto {
22
23
  * 유니온 블록 정보
23
24
  */
24
25
  unionBlock: UnionRaiderBlockDto[];
26
+ /**
27
+ * 적용 중인 프리셋 번호
28
+ */
29
+ usePresetNo: number;
30
+ /**
31
+ * 유니온 프리셋 1번 정보
32
+ */
33
+ unionRaiderPreset1: UnionRaiderPresetDto | null;
34
+ /**
35
+ * 유니온 프리셋 2번 정보
36
+ */
37
+ unionRaiderPreset2: UnionRaiderPresetDto | null;
38
+ /**
39
+ * 유니온 프리셋 3번 정보
40
+ */
41
+ unionRaiderPreset3: UnionRaiderPresetDto | null;
42
+ /**
43
+ * 유니온 프리셋 4번 정보
44
+ */
45
+ unionRaiderPreset4: UnionRaiderPresetDto | null;
46
+ /**
47
+ * 유니온 프리셋 5번 정보
48
+ */
49
+ unionRaiderPreset5: UnionRaiderPresetDto | null;
25
50
  constructor(obj: UnionRaiderDtoBody);
26
51
  }
27
52
  export { UnionRaiderDto };
@@ -0,0 +1,26 @@
1
+ import { UnionRaiderBlockDto } from './unionRaiderBlockDto';
2
+ import { UnionRaiderInnerStatDto } from './unionRaiderInnerStatDto';
3
+ import { UnionRaiderPresetDtoBody } from '../../response/union/unionRaiderDtoBody';
4
+ /**
5
+ * 유니온 프리셋 정보
6
+ */
7
+ declare class UnionRaiderPresetDto {
8
+ /**
9
+ * 유니온 공격대원 효과
10
+ */
11
+ unionRaiderStat: string[];
12
+ /**
13
+ * 유니온 공격대 점령 효과
14
+ */
15
+ unionOccupiedStat: string[];
16
+ /**
17
+ * 유니온 공격대 배치
18
+ */
19
+ unionInnerStat: UnionRaiderInnerStatDto[];
20
+ /**
21
+ * 유니온 블록 정보
22
+ */
23
+ unionBlock: UnionRaiderBlockDto[];
24
+ constructor(obj: UnionRaiderPresetDtoBody);
25
+ }
26
+ export { UnionRaiderPresetDto };