maplestory-openapi 2.1.0 → 2.2.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 (100) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +2033 -1883
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.mjs +2033 -1883
  5. package/package.json +12 -1
  6. package/types/maplestory/api/dto/achievementRankingDto.d.ts +1 -1
  7. package/types/maplestory/api/dto/achievementRankingResponseDto.d.ts +2 -2
  8. package/types/maplestory/api/dto/characterAbilityDto.d.ts +2 -2
  9. package/types/maplestory/api/dto/characterAbilityInfoDto.d.ts +1 -1
  10. package/types/maplestory/api/dto/characterAndroidCashItemEquipmentColoringPrismDto.d.ts +1 -1
  11. package/types/maplestory/api/dto/characterAndroidCashItemEquipmentDto.d.ts +3 -3
  12. package/types/maplestory/api/dto/characterAndroidCashItemEquipmentOptionDto.d.ts +1 -1
  13. package/types/maplestory/api/dto/characterAndroidEquipmentDto.d.ts +4 -4
  14. package/types/maplestory/api/dto/characterAndroidEquipmentFaceDto.d.ts +1 -1
  15. package/types/maplestory/api/dto/characterAndroidEquipmentHairDto.d.ts +1 -1
  16. package/types/maplestory/api/dto/characterBasicDto.d.ts +1 -1
  17. package/types/maplestory/api/dto/characterBeautyEquipmentDto.d.ts +3 -3
  18. package/types/maplestory/api/dto/characterBeautyEquipmentFaceDto.d.ts +1 -1
  19. package/types/maplestory/api/dto/characterBeautyEquipmentHairDto.d.ts +1 -1
  20. package/types/maplestory/api/dto/characterCashItemEquipmentColoringPrismDto.d.ts +1 -1
  21. package/types/maplestory/api/dto/characterCashItemEquipmentDto.d.ts +2 -2
  22. package/types/maplestory/api/dto/characterCashItemEquipmentOptionDto.d.ts +1 -1
  23. package/types/maplestory/api/dto/characterCashItemEquipmentPresetDto.d.ts +3 -3
  24. package/types/maplestory/api/dto/characterDojangDto.d.ts +1 -1
  25. package/types/maplestory/api/dto/characterDto.d.ts +1 -1
  26. package/types/maplestory/api/dto/characterHexaMatrixDto.d.ts +2 -2
  27. package/types/maplestory/api/dto/characterHexaMatrixEquipmentDto.d.ts +2 -2
  28. package/types/maplestory/api/dto/characterHexaMatrixEquipmentLinkedSkillDto.d.ts +1 -1
  29. package/types/maplestory/api/dto/characterHexaMatrixStatCoreDto.d.ts +1 -1
  30. package/types/maplestory/api/dto/characterHexaMatrixStatDto.d.ts +2 -2
  31. package/types/maplestory/api/dto/characterHyperStatDto.d.ts +2 -2
  32. package/types/maplestory/api/dto/characterHyperStatInfoDto.d.ts +1 -1
  33. package/types/maplestory/api/dto/characterItemEquipmentAddOptionDto.d.ts +1 -1
  34. package/types/maplestory/api/dto/characterItemEquipmentBaseOptionDto.d.ts +1 -1
  35. package/types/maplestory/api/dto/characterItemEquipmentDto.d.ts +3 -3
  36. package/types/maplestory/api/dto/characterItemEquipmentEtcOptionDto.d.ts +1 -1
  37. package/types/maplestory/api/dto/characterItemEquipmentExceptionalOptionDto.d.ts +1 -1
  38. package/types/maplestory/api/dto/characterItemEquipmentInfoDto.d.ts +7 -7
  39. package/types/maplestory/api/dto/characterItemEquipmentStarforceOptionDto.d.ts +1 -1
  40. package/types/maplestory/api/dto/characterItemEquipmentTitleDto.d.ts +1 -1
  41. package/types/maplestory/api/dto/characterItemEquipmentTotalOptionDto.d.ts +1 -1
  42. package/types/maplestory/api/dto/characterLinkSkillDto.d.ts +2 -2
  43. package/types/maplestory/api/dto/characterLinkSkillInfoDto.d.ts +1 -1
  44. package/types/maplestory/api/dto/characterPetEquipmentAutoSkillDto.d.ts +1 -1
  45. package/types/maplestory/api/dto/characterPetEquipmentDto.d.ts +3 -3
  46. package/types/maplestory/api/dto/characterPetEquipmentItemDto.d.ts +2 -2
  47. package/types/maplestory/api/dto/characterPetEquipmentItemOptionDto.d.ts +1 -1
  48. package/types/maplestory/api/dto/characterPopularityDto.d.ts +1 -1
  49. package/types/maplestory/api/dto/characterPropensityDto.d.ts +1 -1
  50. package/types/maplestory/api/dto/characterSetEffectDto.d.ts +2 -2
  51. package/types/maplestory/api/dto/characterSetEffectInfoDto.d.ts +2 -2
  52. package/types/maplestory/api/dto/characterSetEffectOptionInfoDto.d.ts +1 -1
  53. package/types/maplestory/api/dto/characterSkillDto.d.ts +2 -2
  54. package/types/maplestory/api/dto/characterSkillInfoDto.d.ts +1 -1
  55. package/types/maplestory/api/dto/characterStatDto.d.ts +1 -1
  56. package/types/maplestory/api/dto/characterSymbolEquipmentDto.d.ts +2 -2
  57. package/types/maplestory/api/dto/characterSymbolEquipmentInfoDto.d.ts +1 -1
  58. package/types/maplestory/api/dto/characterVMatrixCoreEquipmentDto.d.ts +1 -1
  59. package/types/maplestory/api/dto/characterVMatrixDto.d.ts +2 -2
  60. package/types/maplestory/api/dto/cubeHistoryDto.d.ts +3 -3
  61. package/types/maplestory/api/dto/cubeHistoryResponseDto.d.ts +2 -2
  62. package/types/maplestory/api/dto/cubeResultOptionDto.d.ts +2 -2
  63. package/types/maplestory/api/dto/dojangRankingDto.d.ts +1 -1
  64. package/types/maplestory/api/dto/dojangRankingResponseDto.d.ts +2 -2
  65. package/types/maplestory/api/dto/guildBasicDto.d.ts +2 -2
  66. package/types/maplestory/api/dto/guildDto.d.ts +1 -1
  67. package/types/maplestory/api/dto/guildRankingDto.d.ts +1 -1
  68. package/types/maplestory/api/dto/guildRankingResponseDto.d.ts +2 -2
  69. package/types/maplestory/api/dto/guildSkillDto.d.ts +1 -1
  70. package/types/maplestory/api/dto/inspectionInfoDto.d.ts +1 -1
  71. package/types/maplestory/api/dto/overallRankingDto.d.ts +1 -1
  72. package/types/maplestory/api/dto/overallRankingResponseDto.d.ts +2 -2
  73. package/types/maplestory/api/dto/theSeedRankingDto.d.ts +1 -1
  74. package/types/maplestory/api/dto/theSeedRankingResponseDto.d.ts +2 -2
  75. package/types/maplestory/api/dto/unionDto.d.ts +1 -1
  76. package/types/maplestory/api/dto/unionRaiderBlockDto.d.ts +3 -3
  77. package/types/maplestory/api/dto/unionRaiderBlockPositionDto.d.ts +1 -1
  78. package/types/maplestory/api/dto/unionRaiderControlPointDto.d.ts +1 -1
  79. package/types/maplestory/api/dto/unionRaiderDto.d.ts +3 -3
  80. package/types/maplestory/api/dto/unionRaiderInnerStatDto.d.ts +1 -1
  81. package/types/maplestory/api/dto/unionRankingDto.d.ts +1 -1
  82. package/types/maplestory/api/dto/unionRankingResponseDto.d.ts +2 -2
  83. package/types/maplestory/api/mapleStoryApi.d.ts +76 -65
  84. package/types/maplestory/api/mapleStoryApiError.d.ts +1 -1
  85. package/types/maplestory/api/response/achievementRankingResponseDtoBody.d.ts +1 -1
  86. package/types/maplestory/api/response/characterBeautyEquipmentDtoBody.d.ts +1 -1
  87. package/types/maplestory/api/response/characterCashItemEquipmentDtoBody.d.ts +1 -1
  88. package/types/maplestory/api/response/characterHexaMatrixDtoBody.d.ts +1 -1
  89. package/types/maplestory/api/response/characterHexaMatrixStatDtoBody.d.ts +1 -1
  90. package/types/maplestory/api/response/characterItemEquipmentDtoBody.d.ts +1 -1
  91. package/types/maplestory/api/response/characterSetEffectDtoBody.d.ts +1 -1
  92. package/types/maplestory/api/response/characterSymbolEquipmentDtoBody.d.ts +1 -1
  93. package/types/maplestory/api/response/cubeHistoryDtoBody.d.ts +1 -1
  94. package/types/maplestory/api/response/cubeHistoryResponseDtoBody.d.ts +1 -1
  95. package/types/maplestory/api/response/dojangRankingResponseDtoBody.d.ts +1 -1
  96. package/types/maplestory/api/response/guildRankingResponseDtoBody.d.ts +1 -1
  97. package/types/maplestory/api/response/inspectionInfoSoapBody.d.ts +63 -71
  98. package/types/maplestory/api/response/overallRankingResponseDtoBody.d.ts +1 -1
  99. package/types/maplestory/api/response/unionRaiderDtoBody.d.ts +1 -1
  100. package/types/maplestory/api/response/unionRankingResponseDtoBody.d.ts +1 -1
@@ -1,78 +1,78 @@
1
1
  type InspectionInfoSoapBody = {
2
2
  'soap:Envelope': {
3
- "$": {
4
- "xmlns:soap": "http://schemas.xmlsoap.org/soap/envelope/";
5
- "xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance";
6
- "xmlns:xsd": "http://www.w3.org/2001/XMLSchema";
3
+ $: {
4
+ 'xmlns:soap': 'http://schemas.xmlsoap.org/soap/envelope/';
5
+ 'xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance';
6
+ 'xmlns:xsd': 'http://www.w3.org/2001/XMLSchema';
7
7
  };
8
- "soap:Body": [
8
+ 'soap:Body': [
9
9
  {
10
- "GetInspectionInfoResponse": [
10
+ GetInspectionInfoResponse: [
11
11
  {
12
- "$": {
13
- "xmlns": "https://api.maplestory.nexon.com/soap/";
12
+ $: {
13
+ xmlns: 'https://api.maplestory.nexon.com/soap/';
14
14
  };
15
- "GetInspectionInfoResult": [
15
+ GetInspectionInfoResult: [
16
16
  {
17
- "xs:schema": [
17
+ 'xs:schema': [
18
18
  {
19
- "$": {
20
- "id": "NewDataSet";
21
- "xmlns": "";
22
- "xmlns:xs": "http://www.w3.org/2001/XMLSchema";
23
- "xmlns:msdata": "urn:schemas-microsoft-com:xml-msdata";
19
+ $: {
20
+ id: 'NewDataSet';
21
+ xmlns: '';
22
+ 'xmlns:xs': 'http://www.w3.org/2001/XMLSchema';
23
+ 'xmlns:msdata': 'urn:schemas-microsoft-com:xml-msdata';
24
24
  };
25
- "xs:element": [
25
+ 'xs:element': [
26
26
  {
27
- "$": {
28
- "name": "NewDataSet";
29
- "msdata:IsDataSet": "true";
30
- "msdata:UseCurrentLocale": "true";
27
+ $: {
28
+ name: 'NewDataSet';
29
+ 'msdata:IsDataSet': 'true';
30
+ 'msdata:UseCurrentLocale': 'true';
31
31
  };
32
- "xs:complexType": [
32
+ 'xs:complexType': [
33
33
  {
34
- "xs:choice": [
34
+ 'xs:choice': [
35
35
  {
36
- "$": {
37
- "minOccurs": "0";
38
- "maxOccurs": "unbounded";
36
+ $: {
37
+ minOccurs: '0';
38
+ maxOccurs: 'unbounded';
39
39
  };
40
- "xs:element": [
40
+ 'xs:element': [
41
41
  {
42
- "$": {
43
- "name": "InspectionInfo";
42
+ $: {
43
+ name: 'InspectionInfo';
44
44
  };
45
- "xs:complexType": [
45
+ 'xs:complexType': [
46
46
  {
47
- "xs:sequence": [
47
+ 'xs:sequence': [
48
48
  {
49
- "xs:element": [
49
+ 'xs:element': [
50
50
  {
51
- "$": {
52
- "name": "serviceCode";
53
- "type": "xs:unsignedByte";
54
- "minOccurs": "0";
51
+ $: {
52
+ name: 'serviceCode';
53
+ type: 'xs:unsignedByte';
54
+ minOccurs: '0';
55
55
  };
56
56
  },
57
57
  {
58
- "$": {
59
- "name": "startDateTime";
60
- "type": "xs:dateTime";
61
- "minOccurs": "0";
58
+ $: {
59
+ name: 'startDateTime';
60
+ type: 'xs:dateTime';
61
+ minOccurs: '0';
62
62
  };
63
63
  },
64
64
  {
65
- "$": {
66
- "name": "endDateTime";
67
- "type": "xs:dateTime";
68
- "minOccurs": "0";
65
+ $: {
66
+ name: 'endDateTime';
67
+ type: 'xs:dateTime';
68
+ minOccurs: '0';
69
69
  };
70
70
  },
71
71
  {
72
- "$": {
73
- "name": "strObstacleContents";
74
- "type": "xs:string";
75
- "minOccurs": "0";
72
+ $: {
73
+ name: 'strObstacleContents';
74
+ type: 'xs:string';
75
+ minOccurs: '0';
76
76
  };
77
77
  }
78
78
  ];
@@ -90,36 +90,28 @@ type InspectionInfoSoapBody = {
90
90
  ];
91
91
  }
92
92
  ];
93
- "diffgr:diffgram": [
93
+ 'diffgr:diffgram': [
94
94
  {
95
- "$": {
96
- "xmlns:msdata": "urn:schemas-microsoft-com:xml-msdata";
97
- "xmlns:diffgr": "urn:schemas-microsoft-com:xml-diffgram-v1";
95
+ $: {
96
+ 'xmlns:msdata': 'urn:schemas-microsoft-com:xml-msdata';
97
+ 'xmlns:diffgr': 'urn:schemas-microsoft-com:xml-diffgram-v1';
98
98
  };
99
- "NewDataSet": [
99
+ NewDataSet: [
100
100
  {
101
- "$": {
102
- "xmlns": "";
101
+ $: {
102
+ xmlns: '';
103
103
  };
104
- "InspectionInfo": [
104
+ InspectionInfo: [
105
105
  {
106
- "$": {
107
- "diffgr:id": "InspectionInfo1";
108
- "msdata:rowOrder": "0";
109
- "diffgr:hasChanges": "inserted";
106
+ $: {
107
+ 'diffgr:id': 'InspectionInfo1';
108
+ 'msdata:rowOrder': '0';
109
+ 'diffgr:hasChanges': 'inserted';
110
110
  };
111
- "serviceCode": [
112
- string
113
- ];
114
- "startDateTime": [
115
- string
116
- ];
117
- "endDateTime": [
118
- string
119
- ];
120
- "strObstacleContents": [
121
- string
122
- ];
111
+ serviceCode: [string];
112
+ startDateTime: [string];
113
+ endDateTime: [string];
114
+ strObstacleContents: [string];
123
115
  }
124
116
  ];
125
117
  }
@@ -1,4 +1,4 @@
1
- import { RankingResponseDtoBody } from "./rankingResponseDtoBody";
1
+ import { RankingResponseDtoBody } from './rankingResponseDtoBody';
2
2
  type OverallRankingResponseDtoBody = RankingResponseDtoBody<OverallRankingDtoBody>;
3
3
  type OverallRankingDtoBody = {
4
4
  date: string;
@@ -24,4 +24,4 @@ type UnionRaiderBlockPositionDtoBody = {
24
24
  x: number;
25
25
  y: number;
26
26
  };
27
- export type { UnionRaiderDtoBody, UnionRaiderInnerStatDtoBody, UnionRaiderBlockDtoBody, UnionRaiderBlockControlPointDtoBody, UnionRaiderBlockPositionDtoBody };
27
+ export type { UnionRaiderDtoBody, UnionRaiderInnerStatDtoBody, UnionRaiderBlockDtoBody, UnionRaiderBlockControlPointDtoBody, UnionRaiderBlockPositionDtoBody, };
@@ -1,4 +1,4 @@
1
- import { RankingResponseDtoBody } from "./rankingResponseDtoBody";
1
+ import { RankingResponseDtoBody } from './rankingResponseDtoBody';
2
2
  type UnionRankingResponseDtoBody = RankingResponseDtoBody<UnionRankingDtoBody>;
3
3
  type UnionRankingDtoBody = {
4
4
  date: string;