@ruvice/my-maple-models 0.1.9 → 0.1.10

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.
@@ -59,3 +59,7 @@ export declare enum MapleServer {
59
59
  KMS = "KMS",
60
60
  SEA = "SEA"
61
61
  }
62
+ export declare enum SymbolRegion {
63
+ Arcane = "ARC",
64
+ Grandis = "AUT"
65
+ }
@@ -62,3 +62,8 @@ export var MapleServer;
62
62
  MapleServer["KMS"] = "KMS";
63
63
  MapleServer["SEA"] = "SEA";
64
64
  })(MapleServer || (MapleServer = {}));
65
+ export var SymbolRegion;
66
+ (function (SymbolRegion) {
67
+ SymbolRegion["Arcane"] = "ARC";
68
+ SymbolRegion["Grandis"] = "AUT";
69
+ })(SymbolRegion || (SymbolRegion = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ruvice/my-maple-models",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Shared models and utils for MapleStory Nexon Open API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",