pogo-masterfile-types 0.1.58 → 0.1.59
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/code-gate-proto/entries/index.d.ts +1 -3
- package/dist/code-gate-proto/lookup-table.d.ts +0 -2
- package/dist/code-gate-proto/types.d.ts +1 -1
- package/dist/deprecated.d.ts +2 -1
- package/dist/iap-item-display/entries/bundle.d.ts +6 -12
- package/dist/iap-item-display/types.d.ts +0 -4
- package/dist/item-settings/entries/event-pass-point.d.ts +3 -1
- package/dist/item-settings/types.d.ts +1 -1
- package/dist/level-up-rewards/entries/index.d.ts +1 -1
- package/dist/level-up-rewards/types.d.ts +0 -1
- package/package.json +1 -1
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.59] - 2026-09-15
|
|
6
|
+
|
|
7
|
+
Automated regeneration from upstream masterfile commit `7a4fdca6f011f73c5f35b68f565e727f7fdbf4fc`.
|
|
8
|
+
|
|
9
|
+
### Removed template IDs (1)
|
|
10
|
+
|
|
11
|
+
- MEMORY_CLEANUP_CODE_GATE
|
|
12
|
+
|
|
5
13
|
## [0.1.58] - 2026-09-12
|
|
6
14
|
|
|
7
15
|
Automated regeneration from upstream masterfile commit `a6bb3e22eb441d4c34dcf81e269c651a8dc8ccf6`.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Generated from Pokémon GO masterfile — group "codeGateProto",
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "codeGateProto", 5 entries (variant aliases).
|
|
2
2
|
|
|
3
3
|
import type { S } from "../../_utils";
|
|
4
4
|
import type { CodeGateProto } from "../types";
|
|
@@ -26,7 +26,6 @@ export type CodeGateProtoInputTrackerCodeGate = S<
|
|
|
26
26
|
>
|
|
27
27
|
>;
|
|
28
28
|
export type CodeGateProtoIsSkuAvailableNoAppIdCodeGate = S<CodeGateProto<"IS_SKU_AVAILABLE_NO_APP_ID_CODE_GATE">>;
|
|
29
|
-
export type CodeGateProtoMemoryCleanupCodeGate = S<CodeGateProto<"MEMORY_CLEANUP_CODE_GATE">>;
|
|
30
29
|
export type CodeGateProtoTodayViewV3CodeGate = S<CodeGateProto<"TODAY_VIEW_V3_CODE_GATE">>;
|
|
31
30
|
export type CodeGateProtoUseGmtSkuDataCodeGate = S<CodeGateProto<"USE_GMT_SKU_DATA_CODE_GATE">>;
|
|
32
31
|
|
|
@@ -34,7 +33,6 @@ export type CodeGateProtoMasterfileEntry =
|
|
|
34
33
|
| CodeGateProtoCombatVnextCodeGate
|
|
35
34
|
| CodeGateProtoInputTrackerCodeGate
|
|
36
35
|
| CodeGateProtoIsSkuAvailableNoAppIdCodeGate
|
|
37
|
-
| CodeGateProtoMemoryCleanupCodeGate
|
|
38
36
|
| CodeGateProtoTodayViewV3CodeGate
|
|
39
37
|
| CodeGateProtoUseGmtSkuDataCodeGate;
|
|
40
38
|
|
|
@@ -4,7 +4,6 @@ import type {
|
|
|
4
4
|
CodeGateProtoCombatVnextCodeGate,
|
|
5
5
|
CodeGateProtoInputTrackerCodeGate,
|
|
6
6
|
CodeGateProtoIsSkuAvailableNoAppIdCodeGate,
|
|
7
|
-
CodeGateProtoMemoryCleanupCodeGate,
|
|
8
7
|
CodeGateProtoTodayViewV3CodeGate,
|
|
9
8
|
CodeGateProtoUseGmtSkuDataCodeGate,
|
|
10
9
|
} from "./entries";
|
|
@@ -13,7 +12,6 @@ export interface CodeGateProtoLookup {
|
|
|
13
12
|
COMBAT_VNEXT_CODE_GATE: CodeGateProtoCombatVnextCodeGate;
|
|
14
13
|
INPUT_TRACKER_CODE_GATE: CodeGateProtoInputTrackerCodeGate;
|
|
15
14
|
IS_SKU_AVAILABLE_NO_APP_ID_CODE_GATE: CodeGateProtoIsSkuAvailableNoAppIdCodeGate;
|
|
16
|
-
MEMORY_CLEANUP_CODE_GATE: CodeGateProtoMemoryCleanupCodeGate;
|
|
17
15
|
TODAY_VIEW_V3_CODE_GATE: CodeGateProtoTodayViewV3CodeGate;
|
|
18
16
|
USE_GMT_SKU_DATA_CODE_GATE: CodeGateProtoUseGmtSkuDataCodeGate;
|
|
19
17
|
}
|
package/dist/deprecated.d.ts
CHANGED
|
@@ -435,7 +435,7 @@ type DeprecatedClientQuestTemplateIds =
|
|
|
435
435
|
| "LEVEL_50_CAP_SUB_2"
|
|
436
436
|
| "LEVEL_50_CAP_SUB_3";
|
|
437
437
|
|
|
438
|
-
/** @deprecated lastSeen 2026-09-
|
|
438
|
+
/** @deprecated lastSeen 2026-09-15 — 41 entries */
|
|
439
439
|
type DeprecatedCodeGateProtoIds =
|
|
440
440
|
| "AGE_CONFIRM_CODE_GATE"
|
|
441
441
|
| "AR_PHOTO_MULTIPLE_CONCURRENT_CAMPAIGN_CODE_GATE"
|
|
@@ -453,6 +453,7 @@ type DeprecatedCodeGateProtoIds =
|
|
|
453
453
|
| "IBFC_LWS_CODE_GATE"
|
|
454
454
|
| "LEAVE_PARTY_REFACTOR_CODE_GATE"
|
|
455
455
|
| "MAP_THEME_LOW_PERF_CODE_GATE"
|
|
456
|
+
| "MEMORY_CLEANUP_CODE_GATE"
|
|
456
457
|
| "OLD_EMAIL_TICKET_FIX_CODE_GATE"
|
|
457
458
|
| "PARTY_CREATION_REFACTOR_CODE_GATE"
|
|
458
459
|
| "PARTY_GET_REFACTOR_CODE_GATE"
|
|
@@ -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-09-13T23:59:59";
|
|
241
|
-
skuDisableTimeUtcMs: "1789343999000";
|
|
242
|
-
skuEnableTime: "2022-10-13T12:00:00";
|
|
243
|
-
skuEnableTimeUtcMs: "1665662400000";
|
|
244
241
|
sortOrder: 1;
|
|
245
|
-
spriteId: "bundle.
|
|
246
|
-
title: "bundle.
|
|
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-09-13T23:59:59";
|
|
258
|
-
skuDisableTimeUtcMs: "1789343999000";
|
|
259
|
-
skuEnableTime: "2022-10-13T12:00:00";
|
|
260
|
-
skuEnableTimeUtcMs: "1665662400000";
|
|
261
255
|
sortOrder: 2;
|
|
262
|
-
spriteId: "bundle.
|
|
263
|
-
title: "bundle.
|
|
256
|
+
spriteId: "bundle.halloween.adventure.1";
|
|
257
|
+
title: "bundle.halloween.adventure.1_title";
|
|
264
258
|
}
|
|
265
259
|
>
|
|
266
260
|
>;
|
|
@@ -145,7 +145,6 @@ export interface IapItemDisplayData {
|
|
|
145
145
|
| "2026-07-27T20:00:00"
|
|
146
146
|
| "2026-08-26T20:00:00"
|
|
147
147
|
| "2026-09-12T17:00:00"
|
|
148
|
-
| "2026-09-13T23:59:59"
|
|
149
148
|
| "2026-09-16T20:00:00"
|
|
150
149
|
| "2026-09-22T13:00:00"
|
|
151
150
|
| "2026-09-24T20:00:00"
|
|
@@ -200,7 +199,6 @@ export interface IapItemDisplayData {
|
|
|
200
199
|
| "1785182400000"
|
|
201
200
|
| "1787774400000"
|
|
202
201
|
| "1789232400000"
|
|
203
|
-
| "1789343999000"
|
|
204
202
|
| "1789588800000"
|
|
205
203
|
| "1790082000000"
|
|
206
204
|
| "1790280000000"
|
|
@@ -212,7 +210,6 @@ export interface IapItemDisplayData {
|
|
|
212
210
|
| "2020-01-01T00:00:00"
|
|
213
211
|
| "2020-06-02T08:00:00"
|
|
214
212
|
| "2022-03-01T00:00:00"
|
|
215
|
-
| "2022-10-13T12:00:00"
|
|
216
213
|
| "2023-01-01T11:00:01"
|
|
217
214
|
| "2023-01-01T11:00:03"
|
|
218
215
|
| "2023-02-27T20:00:00"
|
|
@@ -260,7 +257,6 @@ export interface IapItemDisplayData {
|
|
|
260
257
|
| "1577836800000"
|
|
261
258
|
| "1591084800000"
|
|
262
259
|
| "1646092800000"
|
|
263
|
-
| "1665662400000"
|
|
264
260
|
| "1672570801000"
|
|
265
261
|
| "1672570803000"
|
|
266
262
|
| "1677528000000"
|
|
@@ -225,7 +225,7 @@ export type LevelUpRewardsAwardsLevel20 = S<
|
|
|
225
225
|
"AWARDS_LEVEL_20",
|
|
226
226
|
{
|
|
227
227
|
clientOverrideDisplayOrder: true;
|
|
228
|
-
featuresUnlocked: ["FEATURE_MAX_BATTLE"
|
|
228
|
+
featuresUnlocked: ["FEATURE_MAX_BATTLE"];
|
|
229
229
|
items: [
|
|
230
230
|
"ITEM_ULTRA_BALL",
|
|
231
231
|
"ITEM_PINAP_BERRY",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pogo-masterfile-types",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.59",
|
|
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)",
|