e4k-data 4.58.32 → 4.58.37

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "e4k-data",
3
- "version": "4.58.32",
3
+ "version": "4.58.37",
4
4
  "description": "All recent data from Empire: Four Kingdoms",
5
5
  "main": "index.js",
6
6
  "types": "./typings/types.d.ts",
package/typings/data.d.ts CHANGED
@@ -145,7 +145,7 @@ export interface Data {
145
145
  luckywheelrewardsets: LuckyWheelRewardSet[];
146
146
  mainquests: MainQuest[];
147
147
  merchants: Merchant[];
148
- messageRestrictions: messageRestrictions[];
148
+ messageRestrictions: MessageRestriction[];
149
149
  mightranks: MightRank[];
150
150
  mineTypes: MineType[];
151
151
  monuments: Monument[];
@@ -2075,7 +2075,7 @@ export interface Merchant {
2075
2075
  "packageCategories"?: string;
2076
2076
  }
2077
2077
 
2078
- export interface messageRestrictions {
2078
+ export interface MessageRestriction {
2079
2079
  "dailyLimitPerPlayer": number;
2080
2080
  "messageRestrictionID": number;
2081
2081
  "messageType": number;