pogo-masterfile-types 0.1.7 → 0.1.9
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 +8 -0
- package/dist/avatar-group-order-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/badge-settings/entries/event-badge-event-badge-settings.d.ts +16 -1
- package/dist/badge-settings/lookup-table.d.ts +2 -0
- package/dist/badge-settings/types.d.ts +1 -1
- package/dist/bread-move-level-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/buddy-activity-category-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/buddy-emotion-level-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/buddy-level-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/client-quest-template/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/code-gate-proto/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/combat-npc-personality/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/combat-npc-trainer/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/combat-ranking-proto-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/combat-type/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/event-pass-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/evolution-chain-display-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/evolution-quest-template/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/feature-gate/{entries.d.ts → entries/index.d.ts} +6 -2
- package/dist/feature-gate/types.d.ts +2 -1
- package/dist/fort-power-up-level-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/friendship-milestone-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/iap-category-display/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/invasion-npc-display-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/item-expiration-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/language-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/level-up-rewards/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/limited-purchase-sku-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/move-sequence-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/non-combat-move-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/party-play-general-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/photo-sets-settings-proto/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/pokemon-home-energy-costs/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/pokemon-home-form-reversions/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/pokemon-scale-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/pokemon-upgrades/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/pokestop-invasion-availability-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/quest-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/recommended-search-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/roll-back/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/singletons/entries/misc.d.ts +8 -0
- package/dist/singletons/entries/settings.d.ts +2 -2
- package/dist/singletons/lookup-table.d.ts +2 -0
- package/dist/singletons/types.d.ts +3 -0
- package/dist/tappable-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/temporary-evolution-settings/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/type-effective/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/vs-seeker-loot/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/vs-seeker-pokemon-rewards/{entries.d.ts → entries/index.d.ts} +2 -2
- package/dist/vs-seeker-pokemon-rewards/types.d.ts +2 -2
- package/dist/weather-affinities/{entries.d.ts → entries/index.d.ts} +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
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.9] - 2026-05-06
|
|
6
|
+
|
|
7
|
+
Automated regeneration from upstream masterfile commit `cf88a9bdee34929c6f2810b137ff19568b54b579`.
|
|
8
|
+
|
|
9
|
+
## [0.1.8] - 2026-05-05
|
|
10
|
+
|
|
11
|
+
Backfill release from merge commit `2d4d1d60969f40cddd18f247ffea6e1ae00db0e8`.
|
|
12
|
+
|
|
5
13
|
## [0.1.7] - 2026-05-05
|
|
6
14
|
|
|
7
15
|
Automated regeneration from upstream masterfile commit `dafeb93352512e4091a8abf6b5196fbaa68baa08`.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "avatarGroupOrderSettings", 2 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { AvatarGroupOrderSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { AvatarGroupOrderSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type AvatarGroupOrderSettingsOrderSettings = S<
|
|
7
7
|
AvatarGroupOrderSettings<
|
|
@@ -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", 73 entries.
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../_utils";
|
|
4
4
|
import type { BadgeSettings } from "../types";
|
|
@@ -717,6 +717,20 @@ export type BadgeSettingsEvent0200 = S<
|
|
|
717
717
|
}
|
|
718
718
|
>
|
|
719
719
|
>;
|
|
720
|
+
export type BadgeSettingsEvent0205 = S<
|
|
721
|
+
BadgeSettings<
|
|
722
|
+
"BADGE_EVENT_0205",
|
|
723
|
+
{
|
|
724
|
+
badgeRank: 2;
|
|
725
|
+
badgeType: "BADGE_EVENT_0205";
|
|
726
|
+
eventBadge: true;
|
|
727
|
+
eventBadgeSettings: {
|
|
728
|
+
obEventBadgeSettingsNumber6: 1;
|
|
729
|
+
};
|
|
730
|
+
targets: [100];
|
|
731
|
+
}
|
|
732
|
+
>
|
|
733
|
+
>;
|
|
720
734
|
export type BadgeSettingsEvent0279 = S<
|
|
721
735
|
BadgeSettings<
|
|
722
736
|
"BADGE_EVENT_0279",
|
|
@@ -1064,6 +1078,7 @@ export type BadgeSettingsEventBadgeEventBadgeSettingsMasterfileEntry =
|
|
|
1064
1078
|
| BadgeSettingsEvent0194
|
|
1065
1079
|
| BadgeSettingsEvent0196
|
|
1066
1080
|
| BadgeSettingsEvent0200
|
|
1081
|
+
| BadgeSettingsEvent0205
|
|
1067
1082
|
| BadgeSettingsEvent0279
|
|
1068
1083
|
| BadgeSettingsEvent0280
|
|
1069
1084
|
| BadgeSettingsGoTour2026DeluxePass
|
|
@@ -150,6 +150,7 @@ import type {
|
|
|
150
150
|
BadgeSettingsEvent0194,
|
|
151
151
|
BadgeSettingsEvent0196,
|
|
152
152
|
BadgeSettingsEvent0200,
|
|
153
|
+
BadgeSettingsEvent0205,
|
|
153
154
|
BadgeSettingsEvent0279,
|
|
154
155
|
BadgeSettingsEvent0280,
|
|
155
156
|
BadgeSettingsEvolvedTotal,
|
|
@@ -1022,6 +1023,7 @@ export interface BadgeSettingsLookup {
|
|
|
1022
1023
|
BADGE_EVENT_0194: BadgeSettingsEvent0194;
|
|
1023
1024
|
BADGE_EVENT_0196: BadgeSettingsEvent0196;
|
|
1024
1025
|
BADGE_EVENT_0200: BadgeSettingsEvent0200;
|
|
1026
|
+
BADGE_EVENT_0205: BadgeSettingsEvent0205;
|
|
1025
1027
|
BADGE_EVENT_0279: BadgeSettingsEvent0279;
|
|
1026
1028
|
BADGE_EVENT_0280: BadgeSettingsEvent0280;
|
|
1027
1029
|
BADGE_EVOLVED_TOTAL: BadgeSettingsEvolvedTotal;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "breadMoveLevelSettings", 7 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { BreadMoveLevelSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { BreadMoveLevelSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type BreadMoveLevelSettings1 = S<
|
|
7
7
|
BreadMoveLevelSettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "buddyActivityCategorySettings", 8 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { BuddyActivityCategorySettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { BuddyActivityCategorySettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type BuddyActivityCategorySettingsBattle = S<
|
|
7
7
|
BuddyActivityCategorySettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "buddyEmotionLevelSettings", 7 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { BuddyEmotionLevelSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { BuddyEmotionLevelSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type BuddyEmotionLevelSettings0 = S<
|
|
7
7
|
BuddyEmotionLevelSettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "buddyLevelSettings", 5 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { BuddyLevelSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { BuddyLevelSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type BuddyLevelSettings0 = S<BuddyLevelSettings<"BUDDY_LEVEL_0">>;
|
|
7
7
|
export type BuddyLevelSettings1 = S<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "clientQuestTemplate", 55 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { ClientQuestTemplate } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { ClientQuestTemplate } from "../types";
|
|
5
5
|
|
|
6
6
|
export type ClientQuestTemplateLevel71Cap = S<
|
|
7
7
|
ClientQuestTemplate<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "codeGateProto", 13 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { CodeGateProto } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { CodeGateProto } from "../types";
|
|
5
5
|
|
|
6
6
|
export type CodeGateProtoBattleAccessibilityCodeGate = S<
|
|
7
7
|
CodeGateProto<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "combatNpcPersonality", 3 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { CombatNpcPersonality } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { CombatNpcPersonality } from "../types";
|
|
5
5
|
|
|
6
6
|
export type CombatNpcPersonalityEasy = S<
|
|
7
7
|
CombatNpcPersonality<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "combatNpcTrainer", 9 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { CombatNpcTrainer } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { CombatNpcTrainer } from "../types";
|
|
5
5
|
|
|
6
6
|
export type CombatNpcTrainerBlancheGreat = S<
|
|
7
7
|
CombatNpcTrainer<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "combatRankingProtoSettings", 21 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { CombatRankingProtoSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { CombatRankingProtoSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type CombatRankingProtoSettingsSettings = S<
|
|
7
7
|
CombatRankingProtoSettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "combatType", 18 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { CombatType } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { CombatType } from "../types";
|
|
5
5
|
|
|
6
6
|
export type CombatTypeBug = S<
|
|
7
7
|
CombatType<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "eventPassSettings", 3 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { EventPassSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { EventPassSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type EventPassSettingsApril2026Season = S<
|
|
7
7
|
EventPassSettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "evolutionChainDisplaySettings", 79 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { EvolutionChainDisplaySettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { EvolutionChainDisplaySettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type EvolutionChainDisplaySettingsV0052PokemonMeowth = S<
|
|
7
7
|
EvolutionChainDisplaySettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "evolutionQuestTemplate", 37 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { EvolutionQuestTemplate } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { EvolutionQuestTemplate } from "../types";
|
|
5
5
|
|
|
6
6
|
export type EvolutionQuestTemplateAnnihilapeCdEvolutionQuest = S<
|
|
7
7
|
EvolutionQuestTemplate<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "featureGate", 14 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { FeatureGate } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { FeatureGate } from "../types";
|
|
5
5
|
|
|
6
6
|
export type FeatureGateAdminGmNiaOpsOnlyFilterAms = S<
|
|
7
7
|
FeatureGate<
|
|
@@ -129,6 +129,10 @@ export type FeatureGateMega2026 = S<
|
|
|
129
129
|
rolloutPercentage: 100;
|
|
130
130
|
status: 368387608;
|
|
131
131
|
},
|
|
132
|
+
{
|
|
133
|
+
name: "MEGA_LEVEL_SPEEDUP_SUB_FEATURE_GATE";
|
|
134
|
+
status: 344171892;
|
|
135
|
+
},
|
|
132
136
|
];
|
|
133
137
|
}
|
|
134
138
|
>
|
|
@@ -23,10 +23,11 @@ export interface FeatureGateData {
|
|
|
23
23
|
| "MEGA_HUD_SUB_FEATURE_GATE"
|
|
24
24
|
| "MEGA_HUD_TIMER_SUB_FEATURE_GATE"
|
|
25
25
|
| "MEGA_LEVEL_4_ENABLED_SUB_FEATURE_GATE"
|
|
26
|
+
| "MEGA_LEVEL_SPEEDUP_SUB_FEATURE_GATE"
|
|
26
27
|
| "MEGA_LEVELS_TUTORIAL_SUB_FEATURE_GATE"
|
|
27
28
|
| "PVP"
|
|
28
29
|
| "REMOTE_NC_HELP_TEXT_SUB_FEATURE_GATE";
|
|
29
|
-
rolloutPercentage
|
|
30
|
+
rolloutPercentage?: number;
|
|
30
31
|
status: number;
|
|
31
32
|
}>;
|
|
32
33
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "fortPowerUpLevelSettings", 4 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { FortPowerUpLevelSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { FortPowerUpLevelSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type FortPowerUpLevelSettings0 = S<FortPowerUpLevelSettings<"FORT_POWER_UP_LEVEL_0">>;
|
|
7
7
|
export type FortPowerUpLevelSettings1 = S<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "friendshipMilestoneSettings", 6 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { FriendshipMilestoneSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { FriendshipMilestoneSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type FriendshipMilestoneSettings0 = S<
|
|
7
7
|
FriendshipMilestoneSettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "iapCategoryDisplay", 13 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { IapCategoryDisplay } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { IapCategoryDisplay } from "../types";
|
|
5
5
|
|
|
6
6
|
export type IapCategoryDisplayAvatar = S<
|
|
7
7
|
IapCategoryDisplay<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "invasionNpcDisplaySettings", 67 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { InvasionNpcDisplaySettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { InvasionNpcDisplaySettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type InvasionNpcDisplaySettingsBlanche = S<
|
|
7
7
|
InvasionNpcDisplaySettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "itemExpirationSettings", 22 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { ItemExpirationSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { ItemExpirationSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type ItemExpirationSettingsEventPassPointGoFest01 = S<
|
|
7
7
|
ItemExpirationSettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "languageSettings", 3 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { LanguageSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { LanguageSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type LanguageSettingsHindi = S<
|
|
7
7
|
LanguageSettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "levelUpRewards", 97 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { LevelUpRewards } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { LevelUpRewards } from "../types";
|
|
5
5
|
|
|
6
6
|
export type LevelUpRewardsAwardsLevel2 = S<
|
|
7
7
|
LevelUpRewards<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "limitedPurchaseSkuSettings", 34 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { LimitedPurchaseSkuSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { LimitedPurchaseSkuSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type LimitedPurchaseSkuSettingsBundleFlairFirsttime1 = S<
|
|
7
7
|
LimitedPurchaseSkuSettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "moveSequenceSettings", 332 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { MoveSequenceSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { MoveSequenceSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type MoveSequenceSettingsAcidFast = S<
|
|
7
7
|
MoveSequenceSettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "nonCombatMoveSettings", 9 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { NonCombatMoveSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { NonCombatMoveSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type NonCombatMoveSettingsV0388MoveSpacialRend = S<
|
|
7
7
|
NonCombatMoveSettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "partyPlayGeneralSettings", 2 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { PartyPlayGeneralSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { PartyPlayGeneralSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type PartyPlayGeneralSettingsPartyPlayGeneralSettings = S<
|
|
7
7
|
PartyPlayGeneralSettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "photoSetsSettingsProto", 45 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { PhotoSetsSettingsProto } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { PhotoSetsSettingsProto } from "../types";
|
|
5
5
|
|
|
6
6
|
export type PhotoSetsSettingsProtoAlola = S<
|
|
7
7
|
PhotoSetsSettingsProto<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "pokemonHomeEnergyCosts", 4 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { PokemonHomeEnergyCosts } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { PokemonHomeEnergyCosts } from "../types";
|
|
5
5
|
|
|
6
6
|
export type PokemonHomeEnergyCostsLegendary = S<
|
|
7
7
|
PokemonHomeEnergyCosts<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "pokemonHomeFormReversions", 7 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { PokemonHomeFormReversions } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { PokemonHomeFormReversions } from "../types";
|
|
5
5
|
|
|
6
6
|
export type PokemonHomeFormReversionsV0351PokemonCastformHomeFormReversion = S<
|
|
7
7
|
PokemonHomeFormReversions<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "pokemonScaleSettings", 6 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { PokemonScaleSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { PokemonScaleSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type PokemonScaleSettingsBattlePokemonScale = S<
|
|
7
7
|
PokemonScaleSettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "pokemonUpgrades", 2 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { PokemonUpgrades } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { PokemonUpgrades } from "../types";
|
|
5
5
|
|
|
6
6
|
export type PokemonUpgradesOverrideSettingsV0890PokemonEternatus = S<
|
|
7
7
|
PokemonUpgrades<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "pokestopInvasionAvailabilitySettings", 7 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { PokestopInvasionAvailabilitySettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { PokestopInvasionAvailabilitySettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type PokestopInvasionAvailabilitySettingsFriday = S<PokestopInvasionAvailabilitySettings<"INVASION_AVAILABILITY_SETTINGS_FRIDAY">>;
|
|
7
7
|
export type PokestopInvasionAvailabilitySettingsMonday = S<PokestopInvasionAvailabilitySettings<"INVASION_AVAILABILITY_SETTINGS_MONDAY">>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "questSettings", 3 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { QuestSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { QuestSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type QuestSettingsCatchOfTheDay = S<
|
|
7
7
|
QuestSettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "recommendedSearchSettings", 10 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { RecommendedSearchSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { RecommendedSearchSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type RecommendedSearchSettingsAppraisalIvHigh = S<
|
|
7
7
|
RecommendedSearchSettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "rollBack", 3 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { RollBack } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { RollBack } from "../types";
|
|
5
5
|
|
|
6
6
|
export type RollBackAndroidSensors = S<RollBack<"ANDROID_SENSORS_ROLL_BACK">>;
|
|
7
7
|
export type RollBackBidirectionalFpWeeklyChallengeReward = S<RollBack<"BIDIRECTIONAL_FP_WEEKLY_CHALLENGE_REWARD_ROLL_BACK">>;
|
|
@@ -95,6 +95,13 @@ export interface BreadMoveMappings {
|
|
|
95
95
|
};
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
+
export interface ErrorReportingSettingsPreLogin {
|
|
99
|
+
templateId: "ERROR_REPORTING_SETTINGS_PRE_LOGIN";
|
|
100
|
+
data: {
|
|
101
|
+
templateId: "ERROR_REPORTING_SETTINGS_PRE_LOGIN";
|
|
102
|
+
};
|
|
103
|
+
}
|
|
104
|
+
|
|
98
105
|
export interface ItemCurrencyValues {
|
|
99
106
|
templateId: "ITEM_CURRENCY_VALUES";
|
|
100
107
|
data: {
|
|
@@ -420,6 +427,7 @@ export interface VnextBattleConfig {
|
|
|
420
427
|
export type SingletonsMiscMasterfileEntry =
|
|
421
428
|
| BelugaPokemonWhitelist
|
|
422
429
|
| BreadMoveMappings
|
|
430
|
+
| ErrorReportingSettingsPreLogin
|
|
423
431
|
| ItemCurrencyValues
|
|
424
432
|
| MainMenuChanges
|
|
425
433
|
| PlayerLevel
|
|
@@ -5760,8 +5760,8 @@ export interface VsSeekerClientSettings {
|
|
|
5760
5760
|
templateId: "VS_SEEKER_CLIENT_SETTINGS";
|
|
5761
5761
|
vsSeekerClientSettings: {
|
|
5762
5762
|
allowedVsSeekerLeagueTemplateId: [
|
|
5763
|
-
"
|
|
5764
|
-
"
|
|
5763
|
+
"COMBAT_LEAGUE_VS_SEEKER_ULTRA",
|
|
5764
|
+
"COMBAT_LEAGUE_VS_SEEKER_GREAT_JUNGLE",
|
|
5765
5765
|
"COMBAT_LEAGUE_VS_SEEKER_GREAT_PVP_NEXT_PREVIEW",
|
|
5766
5766
|
];
|
|
5767
5767
|
};
|
|
@@ -49,6 +49,7 @@ import type {
|
|
|
49
49
|
DeepLinkingSettings,
|
|
50
50
|
EggHatchImprovementsSettings,
|
|
51
51
|
EncounterSettings,
|
|
52
|
+
ErrorReportingSettingsPreLogin,
|
|
52
53
|
EventPlannerPopularNotificationSettings,
|
|
53
54
|
ExternalAddressableAssetsSettings,
|
|
54
55
|
FeatureUnlockLevelSettings,
|
|
@@ -190,6 +191,7 @@ export interface SingletonsLookup {
|
|
|
190
191
|
DEFAULT_BATTLE_INPUT_BUFFER_SETTINGS: BattleInputBufferSettings;
|
|
191
192
|
EGG_HATCH_IMPROVEMENTS_SETTINGS: EggHatchImprovementsSettings;
|
|
192
193
|
ENCOUNTER_SETTINGS: EncounterSettings;
|
|
194
|
+
ERROR_REPORTING_SETTINGS_PRE_LOGIN: ErrorReportingSettingsPreLogin;
|
|
193
195
|
EVENT_PLANNER_POPULAR_RAID_RSVP_SETTINGS: EventPlannerPopularNotificationSettings;
|
|
194
196
|
EVENT_PLANNER_SETTINGS: PlannerSettings;
|
|
195
197
|
EXTERNAL_ADDRESSABLE_ASSETS_SETTINGS: ExternalAddressableAssetsSettings;
|
|
@@ -50,6 +50,7 @@ import type {
|
|
|
50
50
|
DeepLinkingSettings,
|
|
51
51
|
EggHatchImprovementsSettings,
|
|
52
52
|
EncounterSettings,
|
|
53
|
+
ErrorReportingSettingsPreLogin,
|
|
53
54
|
EventPlannerPopularNotificationSettings,
|
|
54
55
|
ExternalAddressableAssetsSettings,
|
|
55
56
|
FeatureUnlockLevelSettings,
|
|
@@ -191,6 +192,7 @@ export type DailyAdventureIncenseSettingsType = W<DailyAdventureIncenseSettings>
|
|
|
191
192
|
export type DeepLinkingSettingsType = W<DeepLinkingSettings>;
|
|
192
193
|
export type EggHatchImprovementsSettingsType = W<EggHatchImprovementsSettings>;
|
|
193
194
|
export type EncounterSettingsType = W<EncounterSettings>;
|
|
195
|
+
export type ErrorReportingSettingsPreLoginType = W<ErrorReportingSettingsPreLogin>;
|
|
194
196
|
export type EventPlannerPopularNotificationSettingsType = W<EventPlannerPopularNotificationSettings>;
|
|
195
197
|
export type ExternalAddressableAssetsSettingsType = W<ExternalAddressableAssetsSettings>;
|
|
196
198
|
export type FeatureUnlockLevelSettingsType = W<FeatureUnlockLevelSettings>;
|
|
@@ -332,6 +334,7 @@ export type Singletons =
|
|
|
332
334
|
| DeepLinkingSettingsType
|
|
333
335
|
| EggHatchImprovementsSettingsType
|
|
334
336
|
| EncounterSettingsType
|
|
337
|
+
| ErrorReportingSettingsPreLoginType
|
|
335
338
|
| EventPlannerPopularNotificationSettingsType
|
|
336
339
|
| ExternalAddressableAssetsSettingsType
|
|
337
340
|
| FeatureUnlockLevelSettingsType
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "tappableSettings", 5 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { TappableSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { TappableSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type TappableSettingsSettings = S<
|
|
7
7
|
TappableSettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "temporaryEvolutionSettings", 50 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { TemporaryEvolutionSettings } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { TemporaryEvolutionSettings } from "../types";
|
|
5
5
|
|
|
6
6
|
export type TemporaryEvolutionSettingsV0003PokemonVenusaur = S<
|
|
7
7
|
TemporaryEvolutionSettings<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "typeEffective", 18 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { TypeEffective } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { TypeEffective } from "../types";
|
|
5
5
|
|
|
6
6
|
export type TypeEffectiveBug = S<
|
|
7
7
|
TypeEffective<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "vsSeekerLoot", 48 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { VsSeekerLoot } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { VsSeekerLoot } from "../types";
|
|
5
5
|
|
|
6
6
|
export type VsSeekerLoot1Free = S<
|
|
7
7
|
VsSeekerLoot<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "vsSeekerPokemonRewards", 2 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { VsSeekerPokemonRewards } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { VsSeekerPokemonRewards } from "../types";
|
|
5
5
|
|
|
6
6
|
export type VsSeekerPokemonRewardsFree = S<VsSeekerPokemonRewards<"VS_SEEKER_POKEMON_REWARDS_FREE">>;
|
|
7
7
|
export type VsSeekerPokemonRewardsPremium = S<
|
|
@@ -669,9 +669,9 @@ export interface VsSeekerPokemonRewards<TemplateID extends string = string, TDat
|
|
|
669
669
|
};
|
|
670
670
|
pokemon: {
|
|
671
671
|
pokemonDisplay: {
|
|
672
|
-
form: "
|
|
672
|
+
form: "NIHILEGO_NORMAL";
|
|
673
673
|
};
|
|
674
|
-
pokemonId: "
|
|
674
|
+
pokemonId: "NIHILEGO";
|
|
675
675
|
};
|
|
676
676
|
staminaIvOverride: {
|
|
677
677
|
range: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated from Pokémon GO masterfile — group "weatherAffinities", 7 entries (variant aliases).
|
|
2
2
|
|
|
3
|
-
import type { S } from "
|
|
4
|
-
import type { WeatherAffinities } from "
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { WeatherAffinities } from "../types";
|
|
5
5
|
|
|
6
6
|
export type WeatherAffinitiesClear = S<
|
|
7
7
|
WeatherAffinities<
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pogo-masterfile-types",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
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)",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"types": "./dist/*/index.d.ts"
|
|
43
43
|
},
|
|
44
44
|
"./*/entries": {
|
|
45
|
-
"types": "./dist/*/entries.d.ts"
|
|
45
|
+
"types": "./dist/*/entries/index.d.ts"
|
|
46
46
|
},
|
|
47
47
|
"./*/types": {
|
|
48
48
|
"types": "./dist/*/types.d.ts"
|