clashofclans.js 3.0.2-dev.c612762 → 3.0.2-dev.ff9b577
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/dist/util/Constants.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ export declare const PollingEvents: {
|
|
|
28
28
|
readonly ClanLoopEnd: "clanLoopEnd";
|
|
29
29
|
readonly PlayerLoopStart: "playerLoopStart";
|
|
30
30
|
readonly PlayerLoopEnd: "playerLoopEnd";
|
|
31
|
-
readonly WarLoopStart: "
|
|
31
|
+
readonly WarLoopStart: "warLoopStart";
|
|
32
32
|
readonly WarLoopEnd: "warLoopEnd";
|
|
33
33
|
readonly NewSeasonStart: "newSeasonStart";
|
|
34
34
|
readonly MaintenanceStart: "maintenanceStart";
|
package/dist/util/Constants.js
CHANGED
|
@@ -137,7 +137,7 @@ exports.PollingEvents = {
|
|
|
137
137
|
ClanLoopEnd: 'clanLoopEnd',
|
|
138
138
|
PlayerLoopStart: 'playerLoopStart',
|
|
139
139
|
PlayerLoopEnd: 'playerLoopEnd',
|
|
140
|
-
WarLoopStart: '
|
|
140
|
+
WarLoopStart: 'warLoopStart',
|
|
141
141
|
WarLoopEnd: 'warLoopEnd',
|
|
142
142
|
NewSeasonStart: 'newSeasonStart',
|
|
143
143
|
MaintenanceStart: 'maintenanceStart',
|
package/package.json
CHANGED