maplestory-openapi 2.3.2 → 2.4.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 (32) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +1068 -469
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.mjs +1061 -470
  5. package/package.json +1 -1
  6. package/types/index.d.ts +8 -0
  7. package/types/maplestory/api/dto/character/characterAbilityDto.d.ts +17 -0
  8. package/types/maplestory/api/dto/character/characterAbilityInfoDto.d.ts +9 -0
  9. package/types/maplestory/api/dto/character/characterAbilityPresetDto.d.ts +17 -0
  10. package/types/maplestory/api/dto/character/characterAndroidEquipmentDto.d.ts +33 -0
  11. package/types/maplestory/api/dto/character/characterAndroidEquipmentPresetDto.d.ts +58 -0
  12. package/types/maplestory/api/dto/character/characterCashItemEquipmentDto.d.ts +14 -6
  13. package/types/maplestory/api/dto/character/characterCashItemEquipmentPresetDto.d.ts +2 -2
  14. package/types/maplestory/api/dto/character/characterItemEquipmentDto.d.ts +17 -1
  15. package/types/maplestory/api/dto/character/characterLinkSkillDto.d.ts +25 -1
  16. package/types/maplestory/api/dto/character/characterPetEquipmentDto.d.ts +51 -21
  17. package/types/maplestory/api/dto/character/characterPetEquipmentItemDto.d.ts +9 -1
  18. package/types/maplestory/api/dto/history/potentialHistoryDto.d.ts +82 -0
  19. package/types/maplestory/api/dto/history/potentialHistoryResponseDto.d.ts +21 -0
  20. package/types/maplestory/api/dto/history/potentialResultOptionDto.d.ts +18 -0
  21. package/types/maplestory/api/dto/union/unionArtifactCrystalDto.d.ts +36 -0
  22. package/types/maplestory/api/dto/union/unionArtifactDto.d.ts +26 -0
  23. package/types/maplestory/api/dto/union/unionArtifactEffectDto.d.ts +16 -0
  24. package/types/maplestory/api/mapleStoryApi.d.ts +49 -8
  25. package/types/maplestory/api/response/character/characterAbilityDtoBody.d.ts +9 -1
  26. package/types/maplestory/api/response/character/characterAndroidEquipmentDtoBody.d.ts +23 -1
  27. package/types/maplestory/api/response/character/characterCashItemEquipmentDtoBody.d.ts +3 -1
  28. package/types/maplestory/api/response/character/characterItemEquipmentDtoBody.d.ts +4 -0
  29. package/types/maplestory/api/response/character/characterLinkSkillDtoBody.d.ts +7 -1
  30. package/types/maplestory/api/response/character/characterPetEquipmentDtoBody.d.ts +30 -22
  31. package/types/maplestory/api/response/history/potentialHistoryResponseDtoBody.d.ts +29 -0
  32. package/types/maplestory/api/response/union/unionArtifactDtoBody.d.ts +20 -0
package/README.md CHANGED
@@ -13,7 +13,7 @@ Packages written in other languages can be found [HERE](https://github.com/Spira
13
13
  Install the latest version of the JavaScript/TypeScript library in your npm project:
14
14
 
15
15
  ```bash
16
- npm install maplestory-openapi@2.3.2 # Replace with the latest version
16
+ npm install maplestory-openapi@2.4.0 # Replace with the latest version
17
17
  ```
18
18
 
19
19
  ## Usage