@bingosrs/models 1.0.15 → 1.0.16

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.
@@ -12109,5 +12109,9 @@ export declare enum EMonster {
12109
12109
  RU_MERALD__2 = 14782,
12110
12110
  KNIGHT_OF_VARLAMORE__31 = 14783,
12111
12111
  KNIGHT_OF_VARLAMORE__32 = 14784,
12112
- DOM__2 = 14785
12112
+ DOM__2 = 14785,
12113
+ BRYOPHYTA_CHEST = 14786,
12114
+ OBOR_CHEST = 14787,
12115
+ GIANT_DEMONIC_RANGE_LARVA = 14788,
12116
+ GIANT_DEMONIC_MAGIC_LARVA = 14789
12113
12117
  }
@@ -12114,4 +12114,8 @@ var EMonster;
12114
12114
  EMonster[EMonster["KNIGHT_OF_VARLAMORE__31"] = 14783] = "KNIGHT_OF_VARLAMORE__31";
12115
12115
  EMonster[EMonster["KNIGHT_OF_VARLAMORE__32"] = 14784] = "KNIGHT_OF_VARLAMORE__32";
12116
12116
  EMonster[EMonster["DOM__2"] = 14785] = "DOM__2";
12117
+ EMonster[EMonster["BRYOPHYTA_CHEST"] = 14786] = "BRYOPHYTA_CHEST";
12118
+ EMonster[EMonster["OBOR_CHEST"] = 14787] = "OBOR_CHEST";
12119
+ EMonster[EMonster["GIANT_DEMONIC_RANGE_LARVA"] = 14788] = "GIANT_DEMONIC_RANGE_LARVA";
12120
+ EMonster[EMonster["GIANT_DEMONIC_MAGIC_LARVA"] = 14789] = "GIANT_DEMONIC_MAGIC_LARVA";
12117
12121
  })(EMonster || (exports.EMonster = EMonster = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bingosrs/models",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Auto generated model package for use with BingOSRS",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",