pogo-masterfile-types 0.1.44 → 0.1.45
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/CHANGELOG.md +18 -0
- package/dist/avatar-item-display/entries/display-string-id/backpack.d.ts +1 -1
- package/dist/avatar-item-display/entries/display-string-id/hat.d.ts +11 -1
- package/dist/avatar-item-display/entries/display-string-id/pose.d.ts +11 -1
- package/dist/avatar-item-display/entries/display-string-id/shirt.d.ts +11 -1
- package/dist/avatar-item-display/entries/display-string-id/shoes.d.ts +11 -1
- package/dist/avatar-item-display/entries/misc.d.ts +10 -1
- package/dist/avatar-item-display/lookup-table.d.ts +10 -0
- package/dist/avatar-item-display/types.d.ts +1 -1
- package/dist/badge-settings/entries/event-badge-event-badge-settings.d.ts +31 -1
- package/dist/badge-settings/lookup-table.d.ts +4 -0
- package/dist/badge-settings/types.d.ts +1 -1
- package/dist/iap-item-display/entries/no-category.d.ts +55 -1
- package/dist/iap-item-display/lookup-table.d.ts +6 -0
- package/dist/iap-item-display/types.d.ts +6 -1
- package/dist/item-settings/entries/global-event-ticket.d.ts +1 -1
- package/dist/item-settings/types.d.ts +1 -1
- package/dist/roll-back/entries/index.d.ts +3 -1
- package/dist/roll-back/lookup-table.d.ts +2 -0
- package/dist/roll-back/types.d.ts +1 -1
- package/dist/singletons/entries/settings.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `pogo-masterfile-types` (npm) are recorded here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
4
4
|
|
|
5
|
+
## [0.1.45] - 2026-08-25
|
|
6
|
+
|
|
7
|
+
Automated regeneration from upstream masterfile commit `921ca77ad54d22aac87243239c50f512d45c015e`.
|
|
8
|
+
|
|
9
|
+
### Added template IDs (11)
|
|
10
|
+
|
|
11
|
+
- BADGE_EVENT_0233
|
|
12
|
+
- BADGE_EVENT_0241
|
|
13
|
+
- EVENT_PASS_SEPTEMBER1_EVENT_STORE_REDIRECT
|
|
14
|
+
- GET_FRIEND_DETAILS_PAGINATED_ROLL_BACK
|
|
15
|
+
- N_DISPLAY_n_hat_ryme
|
|
16
|
+
- N_DISPLAY_n_pose_s24gbl
|
|
17
|
+
- N_DISPLAY_n_shirt_ryme
|
|
18
|
+
- N_DISPLAY_n_shoes_ryme
|
|
19
|
+
- N_DISPLAY_set_ryme
|
|
20
|
+
- SEPTEMBER1_2026_DELUXE_EVENT_PASS_TRACK_UNLOCK
|
|
21
|
+
- SEPTEMBER1_2026_DELUXE_EVENT_PASS_TRACK_UNLOCK_PLUS_POINTS
|
|
22
|
+
|
|
5
23
|
## [0.1.44] - 2026-08-19
|
|
6
24
|
|
|
7
25
|
Automated regeneration from upstream masterfile commit `04b47b7a0ca40b5826a9e1f475dcf8d5119496e5`.
|
|
@@ -727,7 +727,7 @@ export type AvatarItemDisplayNBackpackWcspxp2026 = S<
|
|
|
727
727
|
AvatarItemDisplay<
|
|
728
728
|
"N_DISPLAY_n_backpack_wcspxp2026",
|
|
729
729
|
{
|
|
730
|
-
displayStringId: "
|
|
730
|
+
displayStringId: "avatar_generic_name";
|
|
731
731
|
iconAddress: "n_backpack_wcspxp2026_icon";
|
|
732
732
|
}
|
|
733
733
|
>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/hat",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/hat", 223 entries.
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../../_utils";
|
|
4
4
|
import type { AvatarItemDisplay } from "../../types";
|
|
@@ -1551,6 +1551,15 @@ export type AvatarItemDisplayNHatRuinmaniacB0 = S<
|
|
|
1551
1551
|
}
|
|
1552
1552
|
>
|
|
1553
1553
|
>;
|
|
1554
|
+
export type AvatarItemDisplayNHatRyme = S<
|
|
1555
|
+
AvatarItemDisplay<
|
|
1556
|
+
"N_DISPLAY_n_hat_ryme",
|
|
1557
|
+
{
|
|
1558
|
+
displayStringId: "avatar_hat_ryme";
|
|
1559
|
+
iconAddress: "n_hat_ryme_icon";
|
|
1560
|
+
}
|
|
1561
|
+
>
|
|
1562
|
+
>;
|
|
1554
1563
|
export type AvatarItemDisplayNHatSableyegoggles0 = S<
|
|
1555
1564
|
AvatarItemDisplay<
|
|
1556
1565
|
"N_DISPLAY_n_hat_sableyegoggles_0",
|
|
@@ -2175,6 +2184,7 @@ export type AvatarItemDisplayDisplayStringIdHatMasterfileEntry =
|
|
|
2175
2184
|
| AvatarItemDisplayNHatRegisteeljersies0
|
|
2176
2185
|
| AvatarItemDisplayNHatRuinmaniacA0
|
|
2177
2186
|
| AvatarItemDisplayNHatRuinmaniacB0
|
|
2187
|
+
| AvatarItemDisplayNHatRyme
|
|
2178
2188
|
| AvatarItemDisplayNHatSableyegoggles0
|
|
2179
2189
|
| AvatarItemDisplayNHatSamsungsummer20200
|
|
2180
2190
|
| AvatarItemDisplayNHatSandygasthat0
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/pose",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/pose", 99 entries.
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../../_utils";
|
|
4
4
|
import type { AvatarItemDisplay } from "../../types";
|
|
@@ -831,6 +831,15 @@ export type AvatarItemDisplayNPoseS23gbl = S<
|
|
|
831
831
|
}
|
|
832
832
|
>
|
|
833
833
|
>;
|
|
834
|
+
export type AvatarItemDisplayNPoseS24gbl = S<
|
|
835
|
+
AvatarItemDisplay<
|
|
836
|
+
"N_DISPLAY_n_pose_s24gbl",
|
|
837
|
+
{
|
|
838
|
+
displayStringId: "avatar_pose_s24Ryme";
|
|
839
|
+
iconAddress: "n_pose_s24gbl_icon";
|
|
840
|
+
}
|
|
841
|
+
>
|
|
842
|
+
>;
|
|
834
843
|
export type AvatarItemDisplayNPoseSustainability = S<
|
|
835
844
|
AvatarItemDisplay<
|
|
836
845
|
"N_DISPLAY_n_pose_sustainability",
|
|
@@ -979,6 +988,7 @@ export type AvatarItemDisplayDisplayStringIdPoseMasterfileEntry =
|
|
|
979
988
|
| AvatarItemDisplayNPoseS20gbl
|
|
980
989
|
| AvatarItemDisplayNPoseS22gbl
|
|
981
990
|
| AvatarItemDisplayNPoseS23gbl
|
|
991
|
+
| AvatarItemDisplayNPoseS24gbl
|
|
982
992
|
| AvatarItemDisplayNPoseSustainability
|
|
983
993
|
| AvatarItemDisplayNPoseTeapot
|
|
984
994
|
| AvatarItemDisplayNPoseTinkatonhammer
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/shirt",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/shirt", 459 entries.
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../../_utils";
|
|
4
4
|
import type { AvatarItemDisplay } from "../../types";
|
|
@@ -2640,6 +2640,15 @@ export type AvatarItemDisplayNShirtRuinmaniacB0 = S<
|
|
|
2640
2640
|
}
|
|
2641
2641
|
>
|
|
2642
2642
|
>;
|
|
2643
|
+
export type AvatarItemDisplayNShirtRyme = S<
|
|
2644
|
+
AvatarItemDisplay<
|
|
2645
|
+
"N_DISPLAY_n_shirt_ryme",
|
|
2646
|
+
{
|
|
2647
|
+
displayStringId: "avatar_shirt_ryme";
|
|
2648
|
+
iconAddress: "n_shirt_ryme_icon";
|
|
2649
|
+
}
|
|
2650
|
+
>
|
|
2651
|
+
>;
|
|
2643
2652
|
export type AvatarItemDisplayNShirtS19gbl0 = S<
|
|
2644
2653
|
AvatarItemDisplay<
|
|
2645
2654
|
"N_DISPLAY_n_shirt_s19gbl_0",
|
|
@@ -4420,6 +4429,7 @@ export type AvatarItemDisplayDisplayStringIdShirtMasterfileEntry =
|
|
|
4420
4429
|
| AvatarItemDisplayNShirtReuniclusitems0
|
|
4421
4430
|
| AvatarItemDisplayNShirtRuinmaniacA0
|
|
4422
4431
|
| AvatarItemDisplayNShirtRuinmaniacB0
|
|
4432
|
+
| AvatarItemDisplayNShirtRyme
|
|
4423
4433
|
| AvatarItemDisplayNShirtS19gbl0
|
|
4424
4434
|
| AvatarItemDisplayNShirtSafarizone2020A0
|
|
4425
4435
|
| AvatarItemDisplayNShirtSafarizone2020B0
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/shoes",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "display-string-id/shoes", 161 entries.
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../../_utils";
|
|
4
4
|
import type { AvatarItemDisplay } from "../../types";
|
|
@@ -948,6 +948,15 @@ export type AvatarItemDisplayNShoesRuinmaniacB0 = S<
|
|
|
948
948
|
}
|
|
949
949
|
>
|
|
950
950
|
>;
|
|
951
|
+
export type AvatarItemDisplayNShoesRyme = S<
|
|
952
|
+
AvatarItemDisplay<
|
|
953
|
+
"N_DISPLAY_n_shoes_ryme",
|
|
954
|
+
{
|
|
955
|
+
displayStringId: "avatar_shoes_ryme";
|
|
956
|
+
iconAddress: "n_shoes_ryme_icon";
|
|
957
|
+
}
|
|
958
|
+
>
|
|
959
|
+
>;
|
|
951
960
|
export type AvatarItemDisplayNShoesS19gbl0 = S<
|
|
952
961
|
AvatarItemDisplay<
|
|
953
962
|
"N_DISPLAY_n_shoes_s19gbl_0",
|
|
@@ -1550,6 +1559,7 @@ export type AvatarItemDisplayDisplayStringIdShoesMasterfileEntry =
|
|
|
1550
1559
|
| AvatarItemDisplayNShoesReuniclusitems0
|
|
1551
1560
|
| AvatarItemDisplayNShoesRuinmaniacA0
|
|
1552
1561
|
| AvatarItemDisplayNShoesRuinmaniacB0
|
|
1562
|
+
| AvatarItemDisplayNShoesRyme
|
|
1553
1563
|
| AvatarItemDisplayNShoesS19gbl0
|
|
1554
1564
|
| AvatarItemDisplayNShoesSandals0
|
|
1555
1565
|
| AvatarItemDisplayNShoesSandals1
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "misc",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "avatarItemDisplay", split "misc", 351 entries.
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../_utils";
|
|
4
4
|
import type { AvatarItemDisplay } from "../types";
|
|
@@ -2195,6 +2195,14 @@ export type AvatarItemDisplaySetRuinmaniacM = S<
|
|
|
2195
2195
|
}
|
|
2196
2196
|
>
|
|
2197
2197
|
>;
|
|
2198
|
+
export type AvatarItemDisplaySetRyme = S<
|
|
2199
|
+
AvatarItemDisplay<
|
|
2200
|
+
"N_DISPLAY_set_ryme",
|
|
2201
|
+
{
|
|
2202
|
+
iconAddress: "set_ryme";
|
|
2203
|
+
}
|
|
2204
|
+
>
|
|
2205
|
+
>;
|
|
2198
2206
|
export type AvatarItemDisplaySetS19gbl0 = S<
|
|
2199
2207
|
AvatarItemDisplay<
|
|
2200
2208
|
"N_DISPLAY_set_s19gbl_0",
|
|
@@ -3079,6 +3087,7 @@ export type AvatarItemDisplayMiscMasterfileEntry =
|
|
|
3079
3087
|
| AvatarItemDisplaySetRegisteeljersiesM
|
|
3080
3088
|
| AvatarItemDisplaySetRuinmaniacF
|
|
3081
3089
|
| AvatarItemDisplaySetRuinmaniacM
|
|
3090
|
+
| AvatarItemDisplaySetRyme
|
|
3082
3091
|
| AvatarItemDisplaySetS19gbl0
|
|
3083
3092
|
| AvatarItemDisplaySetS22gbl0
|
|
3084
3093
|
| AvatarItemDisplaySetShayminLandF
|
|
@@ -468,6 +468,7 @@ import type {
|
|
|
468
468
|
AvatarItemDisplayNHatRegisteeljersies0,
|
|
469
469
|
AvatarItemDisplayNHatRuinmaniacA0,
|
|
470
470
|
AvatarItemDisplayNHatRuinmaniacB0,
|
|
471
|
+
AvatarItemDisplayNHatRyme,
|
|
471
472
|
AvatarItemDisplayNHatSableyegoggles0,
|
|
472
473
|
AvatarItemDisplayNHatSamsungsummer20200,
|
|
473
474
|
AvatarItemDisplayNHatSandygasthat0,
|
|
@@ -774,6 +775,7 @@ import type {
|
|
|
774
775
|
AvatarItemDisplayNPoseS20gbl,
|
|
775
776
|
AvatarItemDisplayNPoseS22gbl,
|
|
776
777
|
AvatarItemDisplayNPoseS23gbl,
|
|
778
|
+
AvatarItemDisplayNPoseS24gbl,
|
|
777
779
|
AvatarItemDisplayNPoseSustainability,
|
|
778
780
|
AvatarItemDisplayNPoseTeapot,
|
|
779
781
|
AvatarItemDisplayNPoseTinkatonhammer,
|
|
@@ -1073,6 +1075,7 @@ import type {
|
|
|
1073
1075
|
AvatarItemDisplayNShirtReuniclusitems0,
|
|
1074
1076
|
AvatarItemDisplayNShirtRuinmaniacA0,
|
|
1075
1077
|
AvatarItemDisplayNShirtRuinmaniacB0,
|
|
1078
|
+
AvatarItemDisplayNShirtRyme,
|
|
1076
1079
|
AvatarItemDisplayNShirtS19gbl0,
|
|
1077
1080
|
AvatarItemDisplayNShirtSafarizone2020A0,
|
|
1078
1081
|
AvatarItemDisplayNShirtSafarizone2020B0,
|
|
@@ -1343,6 +1346,7 @@ import type {
|
|
|
1343
1346
|
AvatarItemDisplayNShoesReuniclusitems0,
|
|
1344
1347
|
AvatarItemDisplayNShoesRuinmaniacA0,
|
|
1345
1348
|
AvatarItemDisplayNShoesRuinmaniacB0,
|
|
1349
|
+
AvatarItemDisplayNShoesRyme,
|
|
1346
1350
|
AvatarItemDisplayNShoesS19gbl0,
|
|
1347
1351
|
AvatarItemDisplayNShoesSandals0,
|
|
1348
1352
|
AvatarItemDisplayNShoesSandals1,
|
|
@@ -1609,6 +1613,7 @@ import type {
|
|
|
1609
1613
|
AvatarItemDisplaySetRegisteeljersiesM,
|
|
1610
1614
|
AvatarItemDisplaySetRuinmaniacF,
|
|
1611
1615
|
AvatarItemDisplaySetRuinmaniacM,
|
|
1616
|
+
AvatarItemDisplaySetRyme,
|
|
1612
1617
|
AvatarItemDisplaySetS19gbl0,
|
|
1613
1618
|
AvatarItemDisplaySetS22gbl0,
|
|
1614
1619
|
AvatarItemDisplaySetShayminLandF,
|
|
@@ -2155,6 +2160,7 @@ export interface AvatarItemDisplayLookup {
|
|
|
2155
2160
|
N_DISPLAY_n_hat_registeeljersies_0: AvatarItemDisplayNHatRegisteeljersies0;
|
|
2156
2161
|
N_DISPLAY_n_hat_ruinmaniac_a_0: AvatarItemDisplayNHatRuinmaniacA0;
|
|
2157
2162
|
N_DISPLAY_n_hat_ruinmaniac_b_0: AvatarItemDisplayNHatRuinmaniacB0;
|
|
2163
|
+
N_DISPLAY_n_hat_ryme: AvatarItemDisplayNHatRyme;
|
|
2158
2164
|
N_DISPLAY_n_hat_sableyegoggles_0: AvatarItemDisplayNHatSableyegoggles0;
|
|
2159
2165
|
N_DISPLAY_n_hat_samsungsummer2020_0: AvatarItemDisplayNHatSamsungsummer20200;
|
|
2160
2166
|
N_DISPLAY_n_hat_sandygasthat_0: AvatarItemDisplayNHatSandygasthat0;
|
|
@@ -2461,6 +2467,7 @@ export interface AvatarItemDisplayLookup {
|
|
|
2461
2467
|
N_DISPLAY_n_pose_s20gbl: AvatarItemDisplayNPoseS20gbl;
|
|
2462
2468
|
N_DISPLAY_n_pose_s22gbl: AvatarItemDisplayNPoseS22gbl;
|
|
2463
2469
|
N_DISPLAY_n_pose_s23gbl: AvatarItemDisplayNPoseS23gbl;
|
|
2470
|
+
N_DISPLAY_n_pose_s24gbl: AvatarItemDisplayNPoseS24gbl;
|
|
2464
2471
|
N_DISPLAY_n_pose_sustainability: AvatarItemDisplayNPoseSustainability;
|
|
2465
2472
|
N_DISPLAY_n_pose_teapot: AvatarItemDisplayNPoseTeapot;
|
|
2466
2473
|
N_DISPLAY_n_pose_tinkatonhammer: AvatarItemDisplayNPoseTinkatonhammer;
|
|
@@ -2760,6 +2767,7 @@ export interface AvatarItemDisplayLookup {
|
|
|
2760
2767
|
N_DISPLAY_n_shirt_reuniclusitems_0: AvatarItemDisplayNShirtReuniclusitems0;
|
|
2761
2768
|
N_DISPLAY_n_shirt_ruinmaniac_a_0: AvatarItemDisplayNShirtRuinmaniacA0;
|
|
2762
2769
|
N_DISPLAY_n_shirt_ruinmaniac_b_0: AvatarItemDisplayNShirtRuinmaniacB0;
|
|
2770
|
+
N_DISPLAY_n_shirt_ryme: AvatarItemDisplayNShirtRyme;
|
|
2763
2771
|
N_DISPLAY_n_shirt_s19gbl_0: AvatarItemDisplayNShirtS19gbl0;
|
|
2764
2772
|
N_DISPLAY_n_shirt_safarizone2020_a_0: AvatarItemDisplayNShirtSafarizone2020A0;
|
|
2765
2773
|
N_DISPLAY_n_shirt_safarizone2020_b_0: AvatarItemDisplayNShirtSafarizone2020B0;
|
|
@@ -3030,6 +3038,7 @@ export interface AvatarItemDisplayLookup {
|
|
|
3030
3038
|
N_DISPLAY_n_shoes_reuniclusitems_0: AvatarItemDisplayNShoesReuniclusitems0;
|
|
3031
3039
|
N_DISPLAY_n_shoes_ruinmaniac_a_0: AvatarItemDisplayNShoesRuinmaniacA0;
|
|
3032
3040
|
N_DISPLAY_n_shoes_ruinmaniac_b_0: AvatarItemDisplayNShoesRuinmaniacB0;
|
|
3041
|
+
N_DISPLAY_n_shoes_ryme: AvatarItemDisplayNShoesRyme;
|
|
3033
3042
|
N_DISPLAY_n_shoes_s19gbl_0: AvatarItemDisplayNShoesS19gbl0;
|
|
3034
3043
|
N_DISPLAY_n_shoes_sandals_0: AvatarItemDisplayNShoesSandals0;
|
|
3035
3044
|
N_DISPLAY_n_shoes_sandals_1: AvatarItemDisplayNShoesSandals1;
|
|
@@ -3296,6 +3305,7 @@ export interface AvatarItemDisplayLookup {
|
|
|
3296
3305
|
N_DISPLAY_set_registeeljersies_m: AvatarItemDisplaySetRegisteeljersiesM;
|
|
3297
3306
|
N_DISPLAY_set_ruinmaniac_f: AvatarItemDisplaySetRuinmaniacF;
|
|
3298
3307
|
N_DISPLAY_set_ruinmaniac_m: AvatarItemDisplaySetRuinmaniacM;
|
|
3308
|
+
N_DISPLAY_set_ryme: AvatarItemDisplaySetRyme;
|
|
3299
3309
|
N_DISPLAY_set_s19gbl_0: AvatarItemDisplaySetS19gbl0;
|
|
3300
3310
|
N_DISPLAY_set_s22gbl_0: AvatarItemDisplaySetS22gbl0;
|
|
3301
3311
|
N_DISPLAY_set_shaymin_land_f: AvatarItemDisplaySetShayminLandF;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "badgeSettings", split "event-badge-event-badge-settings",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "badgeSettings", split "event-badge-event-badge-settings", 130 entries.
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../_utils";
|
|
4
4
|
import type { BadgeSettings } from "../types";
|
|
@@ -1165,6 +1165,20 @@ export type BadgeSettingsEvent0231 = S<
|
|
|
1165
1165
|
}
|
|
1166
1166
|
>
|
|
1167
1167
|
>;
|
|
1168
|
+
export type BadgeSettingsEvent0233 = S<
|
|
1169
|
+
BadgeSettings<
|
|
1170
|
+
"BADGE_EVENT_0233",
|
|
1171
|
+
{
|
|
1172
|
+
badgeRank: 2;
|
|
1173
|
+
badgeType: "BADGE_EVENT_0233";
|
|
1174
|
+
eventBadge: true;
|
|
1175
|
+
eventBadgeSettings: {
|
|
1176
|
+
obEventBadgeSettingsNumber6: 1;
|
|
1177
|
+
};
|
|
1178
|
+
targets: [100];
|
|
1179
|
+
}
|
|
1180
|
+
>
|
|
1181
|
+
>;
|
|
1168
1182
|
export type BadgeSettingsEvent0234 = S<
|
|
1169
1183
|
BadgeSettings<
|
|
1170
1184
|
"BADGE_EVENT_0234",
|
|
@@ -1193,6 +1207,20 @@ export type BadgeSettingsEvent0236 = S<
|
|
|
1193
1207
|
}
|
|
1194
1208
|
>
|
|
1195
1209
|
>;
|
|
1210
|
+
export type BadgeSettingsEvent0241 = S<
|
|
1211
|
+
BadgeSettings<
|
|
1212
|
+
"BADGE_EVENT_0241",
|
|
1213
|
+
{
|
|
1214
|
+
badgeRank: 2;
|
|
1215
|
+
badgeType: "BADGE_EVENT_0241";
|
|
1216
|
+
eventBadge: true;
|
|
1217
|
+
eventBadgeSettings: {
|
|
1218
|
+
obEventBadgeSettingsNumber6: 1;
|
|
1219
|
+
};
|
|
1220
|
+
targets: [100];
|
|
1221
|
+
}
|
|
1222
|
+
>
|
|
1223
|
+
>;
|
|
1196
1224
|
export type BadgeSettingsEvent0253 = S<
|
|
1197
1225
|
BadgeSettings<
|
|
1198
1226
|
"BADGE_EVENT_0253",
|
|
@@ -1880,8 +1908,10 @@ export type BadgeSettingsEventBadgeEventBadgeSettingsMasterfileEntry =
|
|
|
1880
1908
|
| BadgeSettingsEvent0225
|
|
1881
1909
|
| BadgeSettingsEvent0227
|
|
1882
1910
|
| BadgeSettingsEvent0231
|
|
1911
|
+
| BadgeSettingsEvent0233
|
|
1883
1912
|
| BadgeSettingsEvent0234
|
|
1884
1913
|
| BadgeSettingsEvent0236
|
|
1914
|
+
| BadgeSettingsEvent0241
|
|
1885
1915
|
| BadgeSettingsEvent0253
|
|
1886
1916
|
| BadgeSettingsEvent0259
|
|
1887
1917
|
| BadgeSettingsEvent0260
|
|
@@ -183,8 +183,10 @@ import type {
|
|
|
183
183
|
BadgeSettingsEvent0225,
|
|
184
184
|
BadgeSettingsEvent0227,
|
|
185
185
|
BadgeSettingsEvent0231,
|
|
186
|
+
BadgeSettingsEvent0233,
|
|
186
187
|
BadgeSettingsEvent0234,
|
|
187
188
|
BadgeSettingsEvent0236,
|
|
189
|
+
BadgeSettingsEvent0241,
|
|
188
190
|
BadgeSettingsEvent0253,
|
|
189
191
|
BadgeSettingsEvent0259,
|
|
190
192
|
BadgeSettingsEvent0260,
|
|
@@ -1190,8 +1192,10 @@ export interface BadgeSettingsLookup {
|
|
|
1190
1192
|
BADGE_EVENT_0225: BadgeSettingsEvent0225;
|
|
1191
1193
|
BADGE_EVENT_0227: BadgeSettingsEvent0227;
|
|
1192
1194
|
BADGE_EVENT_0231: BadgeSettingsEvent0231;
|
|
1195
|
+
BADGE_EVENT_0233: BadgeSettingsEvent0233;
|
|
1193
1196
|
BADGE_EVENT_0234: BadgeSettingsEvent0234;
|
|
1194
1197
|
BADGE_EVENT_0236: BadgeSettingsEvent0236;
|
|
1198
|
+
BADGE_EVENT_0241: BadgeSettingsEvent0241;
|
|
1195
1199
|
BADGE_EVENT_0253: BadgeSettingsEvent0253;
|
|
1196
1200
|
BADGE_EVENT_0259: BadgeSettingsEvent0259;
|
|
1197
1201
|
BADGE_EVENT_0260: BadgeSettingsEvent0260;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "iapItemDisplay", split "no-category",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "iapItemDisplay", split "no-category", 86 entries.
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../_utils";
|
|
4
4
|
import type { IapItemDisplay } from "../types";
|
|
@@ -532,6 +532,23 @@ export type IapItemDisplayEventPassRedirectSummerMarathon2026 = S<
|
|
|
532
532
|
}
|
|
533
533
|
>
|
|
534
534
|
>;
|
|
535
|
+
export type IapItemDisplayEventPassSeptember1EventStoreRedirect = S<
|
|
536
|
+
IapItemDisplay<
|
|
537
|
+
"EVENT_PASS_SEPTEMBER1_EVENT_STORE_REDIRECT",
|
|
538
|
+
{
|
|
539
|
+
description: "gotour_2025_deluxe_event_pass_track_unlock_description";
|
|
540
|
+
hidden: true;
|
|
541
|
+
imageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F13d4dacd_PGO-MCS_Avatar_Maschiff_Top_v2-1024x576%20no%20logo.png";
|
|
542
|
+
sku: "pgorelease.september1_2026_deluxe_event_pass_track_redirect";
|
|
543
|
+
skuDisableTime: "2025-09-16T20:00:00";
|
|
544
|
+
skuDisableTimeUtcMs: "1758052800000";
|
|
545
|
+
skuEnableTime: "2025-09-08T10:00:00";
|
|
546
|
+
skuEnableTimeUtcMs: "1757325600000";
|
|
547
|
+
sortOrder: 1;
|
|
548
|
+
title: "season_pass_premium_track_title_mega_squads_2026";
|
|
549
|
+
}
|
|
550
|
+
>
|
|
551
|
+
>;
|
|
535
552
|
export type IapItemDisplayEventPassWinterholidays2025SeasonStoreRedirect = S<
|
|
536
553
|
IapItemDisplay<
|
|
537
554
|
"EVENT_PASS_WINTERHOLIDAYS2025_SEASON_STORE_REDIRECT",
|
|
@@ -1339,6 +1356,40 @@ export type IapItemDisplayPgoreleaseMonth3DeluxeEventPassTrackUnlockPlusPoints =
|
|
|
1339
1356
|
}
|
|
1340
1357
|
>
|
|
1341
1358
|
>;
|
|
1359
|
+
export type IapItemDisplaySeptember12026DeluxeEventPassTrackUnlock = S<
|
|
1360
|
+
IapItemDisplay<
|
|
1361
|
+
"SEPTEMBER1_2026_DELUXE_EVENT_PASS_TRACK_UNLOCK",
|
|
1362
|
+
{
|
|
1363
|
+
description: "gotour_2025_deluxe_event_pass_track_unlock_description";
|
|
1364
|
+
hidden: true;
|
|
1365
|
+
imageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F13d4dacd_PGO-MCS_Avatar_Maschiff_Top_v2-1024x576%20no%20logo.png";
|
|
1366
|
+
sku: "pgorelease.september1_2026_deluxe_event_pass_track_unlock";
|
|
1367
|
+
skuDisableTime: "2025-09-16T20:00:00";
|
|
1368
|
+
skuDisableTimeUtcMs: "1758052800000";
|
|
1369
|
+
skuEnableTime: "2025-09-08T10:00:00";
|
|
1370
|
+
skuEnableTimeUtcMs: "1757325600000";
|
|
1371
|
+
sortOrder: 1;
|
|
1372
|
+
title: "season_pass_premium_track_title_mega_squads_2026";
|
|
1373
|
+
}
|
|
1374
|
+
>
|
|
1375
|
+
>;
|
|
1376
|
+
export type IapItemDisplaySeptember12026DeluxeEventPassTrackUnlockPlusPoints = S<
|
|
1377
|
+
IapItemDisplay<
|
|
1378
|
+
"SEPTEMBER1_2026_DELUXE_EVENT_PASS_TRACK_UNLOCK_PLUS_POINTS",
|
|
1379
|
+
{
|
|
1380
|
+
description: "event_pass_plus_points_6_ranks_description";
|
|
1381
|
+
hidden: true;
|
|
1382
|
+
imageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F13d4dacd_PGO-MCS_Avatar_Maschiff_Top_v2-1024x576%20no%20logo.png";
|
|
1383
|
+
sku: "pgorelease.september1_2026_deluxe_event_pass_track_unlock_plus_points";
|
|
1384
|
+
skuDisableTime: "2025-09-16T20:00:00";
|
|
1385
|
+
skuDisableTimeUtcMs: "1758052800000";
|
|
1386
|
+
skuEnableTime: "2025-09-08T10:00:00";
|
|
1387
|
+
skuEnableTimeUtcMs: "1757325600000";
|
|
1388
|
+
sortOrder: 1;
|
|
1389
|
+
title: "season_pass_premium_track_plus_six_ranks_title_mega_squads_2026";
|
|
1390
|
+
}
|
|
1391
|
+
>
|
|
1392
|
+
>;
|
|
1342
1393
|
export type IapItemDisplayWinterholidays2025DeluxeEventPassTrackUnlock = S<
|
|
1343
1394
|
IapItemDisplay<
|
|
1344
1395
|
"WINTERHOLIDAYS2025_DELUXE_EVENT_PASS_TRACK_UNLOCK",
|
|
@@ -1407,6 +1458,7 @@ export type IapItemDisplayNoCategoryMasterfileEntry =
|
|
|
1407
1458
|
| IapItemDisplayEventPassMonth1SeasonStoreRedirect
|
|
1408
1459
|
| IapItemDisplayEventPassMonth2SeasonStoreRedirect
|
|
1409
1460
|
| IapItemDisplayEventPassRedirectSummerMarathon2026
|
|
1461
|
+
| IapItemDisplayEventPassSeptember1EventStoreRedirect
|
|
1410
1462
|
| IapItemDisplayEventPassWinterholidays2025SeasonStoreRedirect
|
|
1411
1463
|
| IapItemDisplayGofest2025DeluxeEventPassTrackUnlock
|
|
1412
1464
|
| IapItemDisplayGofest2025DeluxeEventPassTrackUnlockPlusPoints
|
|
@@ -1456,5 +1508,7 @@ export type IapItemDisplayNoCategoryMasterfileEntry =
|
|
|
1456
1508
|
| IapItemDisplayPgoreleaseMay12026DeluxeEventPassTrackUnlockRedirect
|
|
1457
1509
|
| IapItemDisplayPgoreleaseMonth3DeluxeEventPassTrackUnlock
|
|
1458
1510
|
| IapItemDisplayPgoreleaseMonth3DeluxeEventPassTrackUnlockPlusPoints
|
|
1511
|
+
| IapItemDisplaySeptember12026DeluxeEventPassTrackUnlock
|
|
1512
|
+
| IapItemDisplaySeptember12026DeluxeEventPassTrackUnlockPlusPoints
|
|
1459
1513
|
| IapItemDisplayWinterholidays2025DeluxeEventPassTrackUnlock
|
|
1460
1514
|
| IapItemDisplayWinterholidays2025DeluxeEventPassTrackUnlockPlusPoints;
|
|
@@ -285,6 +285,7 @@ import type {
|
|
|
285
285
|
IapItemDisplayEventPassMonth2SeasonStoreRedirect,
|
|
286
286
|
IapItemDisplayEventPassMonth3SeasonStoreRedirect,
|
|
287
287
|
IapItemDisplayEventPassRedirectSummerMarathon2026,
|
|
288
|
+
IapItemDisplayEventPassSeptember1EventStoreRedirect,
|
|
288
289
|
IapItemDisplayEventPassWinterholidays2025SeasonStoreRedirect,
|
|
289
290
|
IapItemDisplayEvergreenticket1,
|
|
290
291
|
IapItemDisplayEvergreenticket1Giftable,
|
|
@@ -476,6 +477,8 @@ import type {
|
|
|
476
477
|
IapItemDisplayPostcardstorageupgrade1,
|
|
477
478
|
IapItemDisplayRemoteraidticket1,
|
|
478
479
|
IapItemDisplayRemoteraidticket3,
|
|
480
|
+
IapItemDisplaySeptember12026DeluxeEventPassTrackUnlock,
|
|
481
|
+
IapItemDisplaySeptember12026DeluxeEventPassTrackUnlockPlusPoints,
|
|
479
482
|
IapItemDisplayStarpiece1,
|
|
480
483
|
IapItemDisplayStarpiece8,
|
|
481
484
|
IapItemDisplaySticker8anniv13,
|
|
@@ -1477,6 +1480,7 @@ export interface IapItemDisplayLookup {
|
|
|
1477
1480
|
EVENT_PASS_MONTH2_SEASON_STORE_REDIRECT: IapItemDisplayEventPassMonth2SeasonStoreRedirect;
|
|
1478
1481
|
EVENT_PASS_MONTH3_SEASON_STORE_REDIRECT: IapItemDisplayEventPassMonth3SeasonStoreRedirect;
|
|
1479
1482
|
EVENT_PASS_REDIRECT_SUMMER_MARATHON_2026: IapItemDisplayEventPassRedirectSummerMarathon2026;
|
|
1483
|
+
EVENT_PASS_SEPTEMBER1_EVENT_STORE_REDIRECT: IapItemDisplayEventPassSeptember1EventStoreRedirect;
|
|
1480
1484
|
EVENT_PASS_WINTERHOLIDAYS2025_SEASON_STORE_REDIRECT: IapItemDisplayEventPassWinterholidays2025SeasonStoreRedirect;
|
|
1481
1485
|
"evergreenticket.1": IapItemDisplayEvergreenticket1;
|
|
1482
1486
|
"evergreenticket.1.giftable": IapItemDisplayEvergreenticket1Giftable;
|
|
@@ -1668,6 +1672,8 @@ export interface IapItemDisplayLookup {
|
|
|
1668
1672
|
"postcardstorageupgrade.1": IapItemDisplayPostcardstorageupgrade1;
|
|
1669
1673
|
"remoteraidticket.1": IapItemDisplayRemoteraidticket1;
|
|
1670
1674
|
"remoteraidticket.3": IapItemDisplayRemoteraidticket3;
|
|
1675
|
+
SEPTEMBER1_2026_DELUXE_EVENT_PASS_TRACK_UNLOCK: IapItemDisplaySeptember12026DeluxeEventPassTrackUnlock;
|
|
1676
|
+
SEPTEMBER1_2026_DELUXE_EVENT_PASS_TRACK_UNLOCK_PLUS_POINTS: IapItemDisplaySeptember12026DeluxeEventPassTrackUnlockPlusPoints;
|
|
1671
1677
|
"starpiece.1": IapItemDisplayStarpiece1;
|
|
1672
1678
|
"starpiece.8": IapItemDisplayStarpiece8;
|
|
1673
1679
|
"STICKER_8ANNIV_1.3": IapItemDisplaySticker8anniv13;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "iapItemDisplay",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "iapItemDisplay", 1192 entries (structural types).
|
|
2
2
|
|
|
3
3
|
import type { W } from "../_utils";
|
|
4
4
|
|
|
@@ -49,6 +49,7 @@ export interface IapItemDisplayData {
|
|
|
49
49
|
imageUrl?:
|
|
50
50
|
| "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F1e924512_PGO-MCS_GO_Fest_2026_EMEA_Global_LiveOp_v3-1024x576.jpg"
|
|
51
51
|
| "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F07b0cffa_PGO-MCS_2026_Ultra_Unlock_01_v6-1024x576.jpg"
|
|
52
|
+
| "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F13d4dacd_PGO-MCS_Avatar_Maschiff_Top_v2-1024x576%20no%20logo.png"
|
|
52
53
|
| "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F20ad29e8_PGO-MCS_Water_Festival_2026_TICKET_v3-1024x576.jpg"
|
|
53
54
|
| "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F68bf81f3_PGO-MCS_GO_Pass_Special_Anniversary_Pikachu_Celebration_v1-1024x576.jpg"
|
|
54
55
|
| "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F84f00147_PGO-MCS_GO_Pass_August_2026_TICKET_v1-1024x576.jpg"
|
|
@@ -125,6 +126,7 @@ export interface IapItemDisplayData {
|
|
|
125
126
|
| "2025-08-12T20:00:00"
|
|
126
127
|
| "2025-08-26T21:00:00"
|
|
127
128
|
| "2025-09-01T20:00:00"
|
|
129
|
+
| "2025-09-16T20:00:00"
|
|
128
130
|
| "2025-11-16T18:00:00"
|
|
129
131
|
| "2025-11-30T20:00:00"
|
|
130
132
|
| "2025-12-29T23:59:00"
|
|
@@ -177,6 +179,7 @@ export interface IapItemDisplayData {
|
|
|
177
179
|
| "1755028800000"
|
|
178
180
|
| "1756242000000"
|
|
179
181
|
| "1756756800000"
|
|
182
|
+
| "1758052800000"
|
|
180
183
|
| "1763316000000"
|
|
181
184
|
| "1764532800000"
|
|
182
185
|
| "1767052740000"
|
|
@@ -243,6 +246,7 @@ export interface IapItemDisplayData {
|
|
|
243
246
|
| "2025-08-18T10:00:06"
|
|
244
247
|
| "2025-08-18T10:00:07"
|
|
245
248
|
| "2025-08-25T10:00:00"
|
|
249
|
+
| "2025-09-08T10:00:00"
|
|
246
250
|
| "2026-01-02T20:00:00"
|
|
247
251
|
| "2026-03-03T13:00:00"
|
|
248
252
|
| "2026-07-06T00:00:00"
|
|
@@ -292,6 +296,7 @@ export interface IapItemDisplayData {
|
|
|
292
296
|
| "1755511206000"
|
|
293
297
|
| "1755511207000"
|
|
294
298
|
| "1756116000000"
|
|
299
|
+
| "1757325600000"
|
|
295
300
|
| "1767384000000"
|
|
296
301
|
| "1772542800000"
|
|
297
302
|
| "1783296000000"
|
|
@@ -11,7 +11,7 @@ export type ItemSettingsItemBattlePassTicket = S<
|
|
|
11
11
|
globalEventTicket: {
|
|
12
12
|
clientEventEndTimeUtcMs: "1790071200000";
|
|
13
13
|
clientEventStartTimeUtcMs: "1788872400000";
|
|
14
|
-
eventBannerUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%
|
|
14
|
+
eventBannerUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F035aa0ae_PGO-MCS_S24_GBL_v1-1024x576.jpg";
|
|
15
15
|
eventEndTime: "2026-09-22T10:00:00";
|
|
16
16
|
eventStartTime: "2026-09-08T13:00:00";
|
|
17
17
|
itemBagDescriptionKey: "item_battle_pass_ticket_desc";
|
|
@@ -229,6 +229,7 @@ export interface ItemSettingsData {
|
|
|
229
229
|
eventBadge?: "BADGE_GO_TOUR_2026_GLOBAL";
|
|
230
230
|
eventBannerUrl?:
|
|
231
231
|
| "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F0ba8ff0a_20260508_pgo_s23_megarayquaza_1024x576_nologo.jpg"
|
|
232
|
+
| "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F035aa0ae_PGO-MCS_S24_GBL_v1-1024x576.jpg"
|
|
232
233
|
| "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F97c2eaee_PGO-MCS_Raichu_Super_Mega_Raid_Day_v3-1024x576-nologo.jpg"
|
|
233
234
|
| "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F4988f5ae_PGO-MCS_Mega_Starmie_Mega_Raid_Day_v1-1024x576-nologo.jpg"
|
|
234
235
|
| "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F20260113_pgo_s22_oricorio_1024x576_nologo.jpg"
|
|
@@ -244,7 +245,6 @@ export interface ItemSettingsData {
|
|
|
244
245
|
| "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2FPGO-MCS_Shiny_Keldeo_KeyArt_v1-1024x576-nologo.jpg"
|
|
245
246
|
| "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2Fpgo-replay-water-research-day-2026-nologo.jpg"
|
|
246
247
|
| "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2Fpgo-riolu-hatch-day-2026-nologo.jpg"
|
|
247
|
-
| "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2Fpgo-s22-gbl-nologo-2026.jpg"
|
|
248
248
|
| "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2Fpgo-yampers-paw-prints-ticket-nologo-2025.jpg"
|
|
249
249
|
| "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2F3b085206_PGO-MCS_10th_Anniversary_Celebration_TICKET_v2-1024x576.jpg"
|
|
250
250
|
| "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2F871eef71_PGO-MCS_GMAX_Rillaboom_Max_Battle_Day_v1-1024x576-nologo.jpg"
|
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "rollBack",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "rollBack", 5 entries (variant aliases).
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../_utils";
|
|
4
4
|
import type { RollBack } from "../types";
|
|
5
5
|
|
|
6
6
|
export type RollBackFriendsAndSocialLazyLoad = S<RollBack<"FRIENDS_AND_SOCIAL_LAZY_LOAD_ROLL_BACK">>;
|
|
7
|
+
export type RollBackGetFriendDetailsPaginated = S<RollBack<"GET_FRIEND_DETAILS_PAGINATED_ROLL_BACK">>;
|
|
7
8
|
export type RollBackMapRadiusEnhanceGraphics = S<RollBack<"MAP_RADIUS_ENHANCE_GRAPHICS_ROLL_BACK">>;
|
|
8
9
|
export type RollBackOptimizeRaidLobbyAvatarDetails = S<RollBack<"OPTIMIZE_RAID_LOBBY_AVATAR_DETAILS_ROLL_BACK">>;
|
|
9
10
|
export type RollBackPeriodicMapUnload = S<RollBack<"PERIODIC_MAP_UNLOAD_ROLL_BACK">>;
|
|
10
11
|
|
|
11
12
|
export type RollBackMasterfileEntry =
|
|
12
13
|
| RollBackFriendsAndSocialLazyLoad
|
|
14
|
+
| RollBackGetFriendDetailsPaginated
|
|
13
15
|
| RollBackMapRadiusEnhanceGraphics
|
|
14
16
|
| RollBackOptimizeRaidLobbyAvatarDetails
|
|
15
17
|
| RollBackPeriodicMapUnload;
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import type {
|
|
4
4
|
RollBackFriendsAndSocialLazyLoad,
|
|
5
|
+
RollBackGetFriendDetailsPaginated,
|
|
5
6
|
RollBackMapRadiusEnhanceGraphics,
|
|
6
7
|
RollBackOptimizeRaidLobbyAvatarDetails,
|
|
7
8
|
RollBackPeriodicMapUnload,
|
|
@@ -9,6 +10,7 @@ import type {
|
|
|
9
10
|
|
|
10
11
|
export interface RollBackLookup {
|
|
11
12
|
FRIENDS_AND_SOCIAL_LAZY_LOAD_ROLL_BACK: RollBackFriendsAndSocialLazyLoad;
|
|
13
|
+
GET_FRIEND_DETAILS_PAGINATED_ROLL_BACK: RollBackGetFriendDetailsPaginated;
|
|
12
14
|
MAP_RADIUS_ENHANCE_GRAPHICS_ROLL_BACK: RollBackMapRadiusEnhanceGraphics;
|
|
13
15
|
OPTIMIZE_RAID_LOBBY_AVATAR_DETAILS_ROLL_BACK: RollBackOptimizeRaidLobbyAvatarDetails;
|
|
14
16
|
PERIODIC_MAP_UNLOAD_ROLL_BACK: RollBackPeriodicMapUnload;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pogo-masterfile-types",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.45",
|
|
4
4
|
"description": "Generated TypeScript type definitions for the Pokémon GO masterfile, plus a typed `parseMasterfile` helper that dispatches each entry to its concrete payload type.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Hazel's Lab (https://github.com/Hazels-Lab)",
|