pogo-masterfile-types 0.1.13 → 0.1.14

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 CHANGED
@@ -2,6 +2,10 @@
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.14] - 2026-05-10
6
+
7
+ Automated regeneration from upstream masterfile commit `af379b35f08bf90feb0946be90fe1156d2858498`.
8
+
5
9
  ## [0.1.13] - 2026-05-09
6
10
 
7
11
  Automated regeneration from upstream masterfile commit `4c9b3dfd5594e0c614ec133b762d261835a16b2a`.
@@ -1,4 +1,4 @@
1
- // Generated from Pokémon GO masterfile — group "iapItemDisplay", split "global-event-ticket", 56 entries.
1
+ // Generated from Pokémon GO masterfile — group "iapItemDisplay", split "global-event-ticket", 55 entries.
2
2
 
3
3
  import type { S } from "../../_utils";
4
4
  import type { IapItemDisplay } from "../types";
@@ -283,24 +283,6 @@ export type IapItemDisplayGeneral2Ticket2Giftable = S<
283
283
  }
284
284
  >
285
285
  >;
286
- export type IapItemDisplayGeneral2Ticket3 = S<
287
- IapItemDisplay<
288
- "general2.ticket.3",
289
- {
290
- category: "IAP_CATEGORY_GLOBAL_EVENT_TICKET";
291
- imageUrl: "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2Fpgo-lechonk-community-day-2026-nologo.jpg";
292
- sku: "pgorelease.general2.ticket.3";
293
- skuDisableTime: "2026-05-09T17:00:00";
294
- skuDisableTimeUtcMs: "1778346000000";
295
- skuEnableTime: "2019-03-14T08:00:00";
296
- skuEnableTimeUtcMs: "1552550400000";
297
- sortOrder: 2;
298
- spriteId: "general1.ticket.2";
299
- title: "general1.ticket_CD_Lechonk26_title";
300
- useEnvironmentPrefix: true;
301
- }
302
- >
303
- >;
304
286
  export type IapItemDisplayGeneral2Ticket4 = S<
305
287
  IapItemDisplay<
306
288
  "general2.ticket.4",
@@ -1078,7 +1060,6 @@ export type IapItemDisplayGlobalEventTicketMasterfileEntry =
1078
1060
  | IapItemDisplayGeneral2Ticket1Giftable
1079
1061
  | IapItemDisplayGeneral2Ticket2
1080
1062
  | IapItemDisplayGeneral2Ticket2Giftable
1081
- | IapItemDisplayGeneral2Ticket3
1082
1063
  | IapItemDisplayGeneral2Ticket4
1083
1064
  | IapItemDisplayGeneral2Ticket4Giftable
1084
1065
  | IapItemDisplayGeneral2Ticket5
@@ -277,7 +277,6 @@ import type {
277
277
  IapItemDisplayGeneral2Ticket1Giftable,
278
278
  IapItemDisplayGeneral2Ticket2,
279
279
  IapItemDisplayGeneral2Ticket2Giftable,
280
- IapItemDisplayGeneral2Ticket3,
281
280
  IapItemDisplayGeneral2Ticket4,
282
281
  IapItemDisplayGeneral2Ticket4Giftable,
283
282
  IapItemDisplayGeneral2Ticket5,
@@ -1402,7 +1401,6 @@ export interface IapItemDisplayLookup {
1402
1401
  "general2.ticket.1.giftable": IapItemDisplayGeneral2Ticket1Giftable;
1403
1402
  "general2.ticket.2": IapItemDisplayGeneral2Ticket2;
1404
1403
  "general2.ticket.2.giftable": IapItemDisplayGeneral2Ticket2Giftable;
1405
- "general2.ticket.3": IapItemDisplayGeneral2Ticket3;
1406
1404
  "general2.ticket.4": IapItemDisplayGeneral2Ticket4;
1407
1405
  "general2.ticket.4.giftable": IapItemDisplayGeneral2Ticket4Giftable;
1408
1406
  "general2.ticket.5": IapItemDisplayGeneral2Ticket5;
@@ -1,4 +1,4 @@
1
- // Generated from Pokémon GO masterfile — group "iapItemDisplay", 1122 entries (structural types).
1
+ // Generated from Pokémon GO masterfile — group "iapItemDisplay", 1121 entries (structural types).
2
2
 
3
3
  import type { W } from "../_utils";
4
4
 
@@ -59,7 +59,6 @@ export interface IapItemDisplayData {
59
59
  | "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2Fpgo-fashion-raid-day-2026-nologo.jpg"
60
60
  | "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2Fpgo-gmax-kanto-max-battle-day-2026-nologo.jpg"
61
61
  | "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2Fpgo-gmax-pikachu-2026-nologo.jpg"
62
- | "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2Fpgo-lechonk-community-day-2026-nologo.jpg"
63
62
  | "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2Fpgo-legendary-birds-nologo-2026.jpg"
64
63
  | "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2FPGO-MCS_Eternatus_Adventure_Effect_v2-1024x576.jpg"
65
64
  | "https://pgorelease-assets.nianticstatic.com/GameDesignAssets%2FPGO-MCS_GO_Pass_May_2026_TICKET_v1-1204x576.jpg"
@@ -123,7 +122,6 @@ export interface IapItemDisplayData {
123
122
  | "2026-04-18T17:00:00"
124
123
  | "2026-04-25T17:00:00"
125
124
  | "2026-05-02T17:00:00"
126
- | "2026-05-09T17:00:00"
127
125
  | "2026-05-10T23:59:59"
128
126
  | "2026-05-11T22:00:00"
129
127
  | "2026-06-04T10:00:00"
@@ -167,7 +165,6 @@ export interface IapItemDisplayData {
167
165
  | "1776531600000"
168
166
  | "1777136400000"
169
167
  | "1777741200000"
170
- | "1778346000000"
171
168
  | "1778457599000"
172
169
  | "1778536800000"
173
170
  | "1780567200000"
@@ -69,7 +69,7 @@ export type ItemSettingsItemIncenseOrdinary = S<
69
69
  category: "ITEM_CATEGORY_INCENSE";
70
70
  dropTrainerLevel: 1;
71
71
  incense: {
72
- incenseLifetimeSeconds: 3600;
72
+ incenseLifetimeSeconds: 7200;
73
73
  };
74
74
  itemType: "ITEM_TYPE_INCENSE";
75
75
  }
@@ -19357,6 +19357,7 @@ export type PokemonSettingsV0916PokemonOinkologne = S<
19357
19357
  cylinderRadiusM: 0.5;
19358
19358
  };
19359
19359
  cinematicMoves: ["DIG", "TRAILBLAZE", "BODY_SLAM"];
19360
+ eliteQuickMove: ["MUD_SLAP_FAST"];
19360
19361
  encounter: {
19361
19362
  attackProbability: 0.2;
19362
19363
  bonusCandyCaptureReward: 2;
@@ -19416,6 +19417,7 @@ export type PokemonSettingsV0916PokemonOinkologneFemale = S<
19416
19417
  cylinderRadiusM: 0.5;
19417
19418
  };
19418
19419
  cinematicMoves: ["DIG", "TRAILBLAZE", "BODY_SLAM"];
19420
+ eliteQuickMove: ["MUD_SLAP_FAST"];
19419
19421
  encounter: {
19420
19422
  attackProbability: 0.2;
19421
19423
  bonusCandyCaptureReward: 2;
@@ -19476,6 +19478,7 @@ export type PokemonSettingsV0916PokemonOinkologneNormal = S<
19476
19478
  cylinderRadiusM: 0.5;
19477
19479
  };
19478
19480
  cinematicMoves: ["DIG", "TRAILBLAZE", "BODY_SLAM"];
19481
+ eliteQuickMove: ["MUD_SLAP_FAST"];
19479
19482
  encounter: {
19480
19483
  attackProbability: 0.2;
19481
19484
  bonusCandyCaptureReward: 2;
@@ -74,6 +74,7 @@ export interface PokemonSettingsData {
74
74
  | "LOW_KICK_FAST"
75
75
  | "MAGICAL_LEAF_FAST"
76
76
  | "MUD_SHOT_FAST"
77
+ | "MUD_SLAP_FAST"
77
78
  | "POISON_JAB_FAST"
78
79
  | "POUND_FAST"
79
80
  | "POWDER_SNOW_FAST"
@@ -2855,6 +2855,13 @@ export interface EventPlannerPopularNotificationSettings {
2855
2855
  };
2856
2856
  }
2857
2857
 
2858
+ export interface EventServerSettings {
2859
+ templateId: "EVENT_SERVER_SETTINGS";
2860
+ data: {
2861
+ templateId: "EVENT_SERVER_SETTINGS";
2862
+ };
2863
+ }
2864
+
2858
2865
  export interface ExternalAddressableAssetsSettings {
2859
2866
  templateId: "EXTERNAL_ADDRESSABLE_ASSETS_SETTINGS";
2860
2867
  data: {
@@ -6012,6 +6019,7 @@ export type SingletonsSettingsMasterfileEntry =
6012
6019
  | ErrorReportingSettings
6013
6020
  | EventPassSettings
6014
6021
  | EventPlannerPopularNotificationSettings
6022
+ | EventServerSettings
6015
6023
  | ExternalAddressableAssetsSettings
6016
6024
  | FeatureUnlockLevelSettings
6017
6025
  | GeotargetedQuestSettings
@@ -52,6 +52,7 @@ import type {
52
52
  ErrorReportingSettings,
53
53
  EventPassSettings,
54
54
  EventPlannerPopularNotificationSettings,
55
+ EventServerSettings,
55
56
  ExternalAddressableAssetsSettings,
56
57
  FeatureUnlockLevelSettings,
57
58
  GeotargetedQuestSettings,
@@ -196,6 +197,7 @@ export interface SingletonsLookup {
196
197
  EVENT_PASS_MAY2026_SEASON: EventPassSettings;
197
198
  EVENT_PLANNER_POPULAR_RAID_RSVP_SETTINGS: EventPlannerPopularNotificationSettings;
198
199
  EVENT_PLANNER_SETTINGS: PlannerSettings;
200
+ EVENT_SERVER_SETTINGS: EventServerSettings;
199
201
  EXTERNAL_ADDRESSABLE_ASSETS_SETTINGS: ExternalAddressableAssetsSettings;
200
202
  FEATURE_UNLOCK_LEVEL_SETTINGS: FeatureUnlockLevelSettings;
201
203
  GEOTARGETED_QUEST_SETTINGS: GeotargetedQuestSettings;
@@ -53,6 +53,7 @@ import type {
53
53
  ErrorReportingSettings,
54
54
  EventPassSettings,
55
55
  EventPlannerPopularNotificationSettings,
56
+ EventServerSettings,
56
57
  ExternalAddressableAssetsSettings,
57
58
  FeatureUnlockLevelSettings,
58
59
  GeotargetedQuestSettings,
@@ -196,6 +197,7 @@ export type EncounterSettingsType = W<EncounterSettings>;
196
197
  export type ErrorReportingSettingsType = W<ErrorReportingSettings>;
197
198
  export type EventPassSettingsType = W<EventPassSettings>;
198
199
  export type EventPlannerPopularNotificationSettingsType = W<EventPlannerPopularNotificationSettings>;
200
+ export type EventServerSettingsType = W<EventServerSettings>;
199
201
  export type ExternalAddressableAssetsSettingsType = W<ExternalAddressableAssetsSettings>;
200
202
  export type FeatureUnlockLevelSettingsType = W<FeatureUnlockLevelSettings>;
201
203
  export type GeotargetedQuestSettingsType = W<GeotargetedQuestSettings>;
@@ -339,6 +341,7 @@ export type Singletons =
339
341
  | ErrorReportingSettingsType
340
342
  | EventPassSettingsType
341
343
  | EventPlannerPopularNotificationSettingsType
344
+ | EventServerSettingsType
342
345
  | ExternalAddressableAssetsSettingsType
343
346
  | FeatureUnlockLevelSettingsType
344
347
  | GeotargetedQuestSettingsType
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pogo-masterfile-types",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
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)",