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 +1 -1
- package/typings/data.d.ts +2 -2
package/package.json
CHANGED
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:
|
|
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
|
|
2078
|
+
export interface MessageRestriction {
|
|
2079
2079
|
"dailyLimitPerPlayer": number;
|
|
2080
2080
|
"messageRestrictionID": number;
|
|
2081
2081
|
"messageType": number;
|