maplestory-openapi 2.4.1 → 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 (92) hide show
  1. package/README.md +51 -41
  2. package/dist/index.js +1085 -405
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.mjs +1068 -405
  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 +1 -1
  9. package/types/maplestory/api/dto/character/characterBasicDto.d.ts +21 -1
  10. package/types/maplestory/api/dto/character/characterBeautyEquipmentDto.d.ts +1 -1
  11. package/types/maplestory/api/dto/character/characterCashItemEquipmentDto.d.ts +1 -1
  12. package/types/maplestory/api/dto/character/characterDojangDto.d.ts +1 -1
  13. package/types/maplestory/api/dto/character/characterHexaMatrixDto.d.ts +1 -1
  14. package/types/maplestory/api/dto/character/characterHexaMatrixStatDto.d.ts +1 -1
  15. package/types/maplestory/api/dto/character/characterHyperStatDto.d.ts +1 -1
  16. package/types/maplestory/api/dto/character/characterItemEquipmentDto.d.ts +1 -1
  17. package/types/maplestory/api/dto/character/characterLinkSkillDto.d.ts +1 -1
  18. package/types/maplestory/api/dto/character/characterLinkSkillInfoDto.d.ts +4 -0
  19. package/types/maplestory/api/dto/character/characterListAccountCharacterDto.d.ts +28 -0
  20. package/types/maplestory/api/dto/character/characterListAccountDto.d.ts +17 -0
  21. package/types/maplestory/api/dto/character/characterListDto.d.ts +13 -0
  22. package/types/maplestory/api/dto/character/characterPetEquipmentDto.d.ts +1 -1
  23. package/types/maplestory/api/dto/character/characterPopularityDto.d.ts +1 -1
  24. package/types/maplestory/api/dto/character/characterPropensityDto.d.ts +1 -1
  25. package/types/maplestory/api/dto/character/characterSetEffectDto.d.ts +3 -3
  26. package/types/maplestory/api/dto/character/characterSetEffectInfoDto.d.ts +5 -10
  27. package/types/maplestory/api/dto/character/characterSetEffectOptionFullDto.d.ts +16 -0
  28. package/types/maplestory/api/dto/character/characterSetEffectSetDto.d.ts +26 -0
  29. package/types/maplestory/api/dto/character/characterSkillDto.d.ts +1 -1
  30. package/types/maplestory/api/dto/character/characterSkillInfoDto.d.ts +4 -0
  31. package/types/maplestory/api/dto/character/characterStatDto.d.ts +1 -1
  32. package/types/maplestory/api/dto/character/characterSymbolEquipmentDto.d.ts +1 -1
  33. package/types/maplestory/api/dto/character/characterVMatrixCoreEquipmentDto.d.ts +2 -2
  34. package/types/maplestory/api/dto/character/characterVMatrixDto.d.ts +1 -1
  35. package/types/maplestory/api/dto/guild/guildBasicDto.d.ts +1 -9
  36. package/types/maplestory/api/dto/history/starforceHistoryDto.d.ts +1 -1
  37. package/types/maplestory/api/dto/notice/cashshopNoticeDetailDto.d.ts +40 -0
  38. package/types/maplestory/api/dto/notice/cashshopNoticeListDto.d.ts +13 -0
  39. package/types/maplestory/api/dto/notice/cashshopNoticeListItemDto.d.ts +40 -0
  40. package/types/maplestory/api/dto/notice/eventNoticeDetailDto.d.ts +32 -0
  41. package/types/maplestory/api/dto/notice/eventNoticeListDto.d.ts +13 -0
  42. package/types/maplestory/api/dto/notice/eventNoticeListItemDto.d.ts +32 -0
  43. package/types/maplestory/api/dto/notice/noticeDetailDto.d.ts +24 -0
  44. package/types/maplestory/api/dto/notice/noticeListDto.d.ts +13 -0
  45. package/types/maplestory/api/dto/notice/noticeListItemDto.d.ts +24 -0
  46. package/types/maplestory/api/dto/notice/updateNoticeDetailDto.d.ts +24 -0
  47. package/types/maplestory/api/dto/notice/updateNoticeListDto.d.ts +13 -0
  48. package/types/maplestory/api/dto/notice/updateNoticeListItemDto.d.ts +24 -0
  49. package/types/maplestory/api/dto/union/unionArtifactDto.d.ts +1 -1
  50. package/types/maplestory/api/dto/union/unionDto.d.ts +1 -1
  51. package/types/maplestory/api/dto/union/unionRaiderDto.d.ts +26 -1
  52. package/types/maplestory/api/dto/union/unionRaiderPresetDto.d.ts +26 -0
  53. package/types/maplestory/api/mapleStoryApi.d.ts +126 -25
  54. package/types/maplestory/api/mapleStoryApiError.d.ts +2 -1
  55. package/types/maplestory/api/response/character/characterAbilityDtoBody.d.ts +1 -1
  56. package/types/maplestory/api/response/character/characterAndroidEquipmentDtoBody.d.ts +1 -1
  57. package/types/maplestory/api/response/character/characterBasicDtoBody.d.ts +4 -1
  58. package/types/maplestory/api/response/character/characterBeautyEquipmentDtoBody.d.ts +1 -1
  59. package/types/maplestory/api/response/character/characterCashItemEquipmentDtoBody.d.ts +1 -1
  60. package/types/maplestory/api/response/character/characterDojangDtoBody.d.ts +1 -1
  61. package/types/maplestory/api/response/character/characterHexaMatrixDtoBody.d.ts +1 -1
  62. package/types/maplestory/api/response/character/characterHexaMatrixStatDtoBody.d.ts +1 -1
  63. package/types/maplestory/api/response/character/characterHyperStatDtoBody.d.ts +1 -1
  64. package/types/maplestory/api/response/character/characterItemEquipmentDtoBody.d.ts +1 -1
  65. package/types/maplestory/api/response/character/characterLinkSkillDtoBody.d.ts +2 -1
  66. package/types/maplestory/api/response/character/characterListDtoBody.d.ts +15 -0
  67. package/types/maplestory/api/response/character/characterPetEquipmentDtoBody.d.ts +1 -1
  68. package/types/maplestory/api/response/character/characterPopularityDtoBody.d.ts +1 -1
  69. package/types/maplestory/api/response/character/characterPropensityDtoBody.d.ts +1 -1
  70. package/types/maplestory/api/response/character/characterSetEffectDtoBody.d.ts +11 -6
  71. package/types/maplestory/api/response/character/characterSkillDtoBody.d.ts +2 -1
  72. package/types/maplestory/api/response/character/characterStatDtoBody.d.ts +1 -1
  73. package/types/maplestory/api/response/character/characterSymbolEquipmentDtoBody.d.ts +1 -1
  74. package/types/maplestory/api/response/character/characterVMatrixDtoBody.d.ts +3 -3
  75. package/types/maplestory/api/response/guild/guildBasicDtoBody.d.ts +1 -3
  76. package/types/maplestory/api/response/history/cubeHistoryDtoBody.d.ts +1 -1
  77. package/types/maplestory/api/response/history/cubeHistoryResponseDtoBody.d.ts +1 -1
  78. package/types/maplestory/api/response/history/starforceHistoryDtoBody.d.ts +2 -2
  79. package/types/maplestory/api/response/history/starforceHistoryResponseDtoBody.d.ts +1 -1
  80. package/types/maplestory/api/response/notice/cashshopNoticeDetailDtoBody.d.ts +10 -0
  81. package/types/maplestory/api/response/notice/cashshopNoticeListDtoBody.d.ts +13 -0
  82. package/types/maplestory/api/response/notice/eventNoticeDetailDtoBody.d.ts +9 -0
  83. package/types/maplestory/api/response/notice/eventNoticeListDtoBody.d.ts +12 -0
  84. package/types/maplestory/api/response/notice/noticeDetailDtoBody.d.ts +7 -0
  85. package/types/maplestory/api/response/notice/noticeListDtoBody.d.ts +10 -0
  86. package/types/maplestory/api/response/notice/updateNoticeDetailDtoBody.d.ts +7 -0
  87. package/types/maplestory/api/response/notice/updateNoticeListDtoBody.d.ts +10 -0
  88. package/types/maplestory/api/response/ranking/theSeedRankingResponseDtoBody.d.ts +2 -3
  89. package/types/maplestory/api/response/union/unionArtifactDtoBody.d.ts +1 -1
  90. package/types/maplestory/api/response/union/unionDtoBody.d.ts +1 -1
  91. package/types/maplestory/api/response/union/unionRaiderDtoBody.d.ts +14 -2
  92. package/types/maplestory/api/dto/character/characterSetEffectOptionInfoDto.d.ts +0 -16
@@ -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 };