pogo-masterfile-types 0.1.42 → 0.1.43

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.43] - 2026-08-17
6
+
7
+ Automated regeneration from upstream masterfile commit `8d85f8e376dda8488fa3189975a12e122318b1f8`.
8
+
5
9
  ## [0.1.42] - 2026-08-16
6
10
 
7
11
  Automated regeneration from upstream masterfile commit `2c1bdbe1edf162a00b5c4531efd079f58ca02b43`.
@@ -235,15 +235,12 @@ export type IapItemDisplayBundleCd20221 = S<
235
235
  "bundle.cd2022.1",
236
236
  {
237
237
  category: "IAP_CATEGORY_BUNDLE";
238
+ hidden: true;
238
239
  sale: true;
239
240
  sku: "bundle.cd2022.1";
240
- skuDisableTime: "2026-08-16T23:59:59";
241
- skuDisableTimeUtcMs: "1786924799000";
242
- skuEnableTime: "2022-10-13T12:00:00";
243
- skuEnableTimeUtcMs: "1665662400000";
244
241
  sortOrder: 1;
245
- spriteId: "bundle.general4.small.1";
246
- title: "bundle.general4.small.1_title";
242
+ spriteId: "bundle.halloween.small.1";
243
+ title: "bundle.halloween.small.1_title";
247
244
  }
248
245
  >
249
246
  >;
@@ -252,15 +249,12 @@ export type IapItemDisplayBundleCd20222 = S<
252
249
  "bundle.cd2022.2",
253
250
  {
254
251
  category: "IAP_CATEGORY_BUNDLE";
252
+ hidden: true;
255
253
  sale: true;
256
254
  sku: "bundle.cd2022.2";
257
- skuDisableTime: "2026-08-16T23:59:59";
258
- skuDisableTimeUtcMs: "1786924799000";
259
- skuEnableTime: "2022-10-13T12:00:00";
260
- skuEnableTimeUtcMs: "1665662400000";
261
255
  sortOrder: 2;
262
- spriteId: "bundle.general1.medium.1";
263
- title: "bundle.general1.medium.1_title";
256
+ spriteId: "bundle.halloween.adventure.1";
257
+ title: "bundle.halloween.adventure.1_title";
264
258
  }
265
259
  >
266
260
  >;
@@ -3467,15 +3461,15 @@ export type IapItemDisplayPgoreleaseBundleGeneralThirdpartySmall2 = S<
3467
3461
  "pgorelease.bundle.general.thirdparty.small.2",
3468
3462
  {
3469
3463
  category: "IAP_CATEGORY_BUNDLE";
3470
- sale: true;
3464
+ hidden: true;
3471
3465
  sku: "pgorelease.bundle.general.thirdparty.small.2";
3472
- skuDisableTime: "2026-08-16T20:00:00";
3473
- skuDisableTimeUtcMs: "1786910400000";
3466
+ skuDisableTime: "2026-01-08T20:00:00";
3467
+ skuDisableTimeUtcMs: "1767902400000";
3474
3468
  skuEnableTime: "2019-10-31T21:00:00";
3475
3469
  skuEnableTimeUtcMs: "1572555600000";
3476
3470
  sortOrder: 1;
3477
- spriteId: "bundle.xmas.medium.1";
3478
- title: "bundle.xmas.small.1_title";
3471
+ spriteId: "bundle.general2.small.1";
3472
+ title: "holiday_box";
3479
3473
  }
3480
3474
  >
3481
3475
  >;
@@ -269,6 +269,7 @@ export type IapItemDisplayGeneral2Ticket3 = S<
269
269
  "general2.ticket.3",
270
270
  {
271
271
  category: "IAP_CATEGORY_GLOBAL_EVENT_TICKET";
272
+ hidden: true;
272
273
  imageUrl: "https://asset-cdn-rel.nianticstatic.com/GameDesignAssets%2F11274b46_PGO_MCS_CD_KeyArt_Nickit_v1-1024x576-nologo.jpg";
273
274
  sku: "pgorelease.general2.ticket.3";
274
275
  skuDisableTime: "2026-08-16T17:00:00";
@@ -129,6 +129,7 @@ export interface IapItemDisplayData {
129
129
  | "2025-11-30T20:00:00"
130
130
  | "2025-12-29T23:59:00"
131
131
  | "2025-12-31T20:00:00"
132
+ | "2026-01-08T20:00:00"
132
133
  | "2026-01-25T23:59:00"
133
134
  | "2026-02-01T20:00:00"
134
135
  | "2026-02-07T20:00:00"
@@ -141,8 +142,6 @@ export interface IapItemDisplayData {
141
142
  | "2026-07-14T23:59:59"
142
143
  | "2026-07-27T20:00:00"
143
144
  | "2026-08-16T17:00:00"
144
- | "2026-08-16T20:00:00"
145
- | "2026-08-16T23:59:59"
146
145
  | "2026-08-26T20:00:00"
147
146
  | "2026-09-10T10:00:00"
148
147
  | "2026-10-08T10:00:00";
@@ -181,6 +180,7 @@ export interface IapItemDisplayData {
181
180
  | "1764532800000"
182
181
  | "1767052740000"
183
182
  | "1767211200000"
183
+ | "1767902400000"
184
184
  | "1769385540000"
185
185
  | "1769976000000"
186
186
  | "1770494400000"
@@ -193,8 +193,6 @@ export interface IapItemDisplayData {
193
193
  | "1784073599000"
194
194
  | "1785182400000"
195
195
  | "1786899600000"
196
- | "1786910400000"
197
- | "1786924799000"
198
196
  | "1787774400000"
199
197
  | "1789034400000"
200
198
  | "1791453600000";
@@ -204,7 +202,6 @@ export interface IapItemDisplayData {
204
202
  | "2020-01-01T00:00:00"
205
203
  | "2020-06-02T08:00:00"
206
204
  | "2022-03-01T00:00:00"
207
- | "2022-10-13T12:00:00"
208
205
  | "2023-01-01T11:00:01"
209
206
  | "2023-01-01T11:00:03"
210
207
  | "2023-02-27T20:00:00"
@@ -251,7 +248,6 @@ export interface IapItemDisplayData {
251
248
  | "1577836800000"
252
249
  | "1591084800000"
253
250
  | "1646092800000"
254
- | "1665662400000"
255
251
  | "1672570801000"
256
252
  | "1672570803000"
257
253
  | "1677528000000"
@@ -69,8 +69,7 @@ export type ItemSettingsItemIncenseOrdinary = S<
69
69
  category: "ITEM_CATEGORY_INCENSE";
70
70
  dropTrainerLevel: 1;
71
71
  incense: {
72
- incenseLifetimeSeconds: 10800;
73
- spawnTableProbability: 0.9;
72
+ incenseLifetimeSeconds: 3600;
74
73
  };
75
74
  itemType: "ITEM_TYPE_INCENSE";
76
75
  }
@@ -515,7 +515,7 @@ export interface ItemSettingsData {
515
515
  ignoreInventorySpace?: boolean;
516
516
  incense?: {
517
517
  incenseLifetimeSeconds: number;
518
- spawnTableProbability: number;
518
+ spawnTableProbability?: number;
519
519
  };
520
520
  incidentTicket?: {
521
521
  ignoreFullInventory?: boolean;
@@ -2788,7 +2788,7 @@ export interface EventMapRefreshSettings {
2788
2788
  data: {
2789
2789
  templateId: "EVENT_SERVER_SETTINGS";
2790
2790
  eventMapRefreshSettings: {
2791
- eventServerSettingsHash: "f053bb4654fdf6445dfeead6208d3641627cda61ef1905f272ee69f3ba54c7ab";
2791
+ eventServerSettingsHash: "484769a62f4e0466590d0664cf05f427914e6cdaba72145abdf07651bba66698";
2792
2792
  };
2793
2793
  };
2794
2794
  }
@@ -5366,7 +5366,7 @@ export interface RoutePlaySettings {
5366
5366
  obRoutePlaySettingsNumber29: 1;
5367
5367
  obRoutePlaySettingsNumber30: 27;
5368
5368
  obRoutePlaySettingsNumber33: 7;
5369
- obRoutePlaySettingsNumber45: 6;
5369
+ obRoutePlaySettingsNumber45: 1;
5370
5370
  resumeRangeMeters: 40;
5371
5371
  routeEngagementStatsShardCount: 3;
5372
5372
  routeExpirationMinutes: 185;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pogo-masterfile-types",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
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)",