pogo-masterfile-types 0.1.11 → 0.1.12

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.
Files changed (32) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/deprecated.d.ts +3 -1
  3. package/dist/entries.d.ts +0 -3
  4. package/dist/event-pass-tier-settings/entries/{free/may2026.d.ts → free.d.ts} +424 -424
  5. package/dist/event-pass-tier-settings/entries/{premium/may2026.d.ts → premium.d.ts} +424 -424
  6. package/dist/event-pass-tier-settings/lookup-table.d.ts +840 -1680
  7. package/dist/event-pass-tier-settings/types.d.ts +5 -83
  8. package/dist/iap-item-display/entries/bundle.d.ts +12 -6
  9. package/dist/iap-item-display/entries/global-event-ticket.d.ts +19 -18
  10. package/dist/iap-item-display/entries/no-category.d.ts +138 -24
  11. package/dist/iap-item-display/lookup-table.d.ts +16 -4
  12. package/dist/iap-item-display/types.d.ts +23 -7
  13. package/dist/item-settings/entries/event-pass-point.d.ts +1 -1
  14. package/dist/location-card-settings/entries/2026.d.ts +32 -2
  15. package/dist/location-card-settings/entries/specialbackground.d.ts +25 -2
  16. package/dist/location-card-settings/entries/tokmun.d.ts +3 -3
  17. package/dist/location-card-settings/lookup-table.d.ts +10 -0
  18. package/dist/location-card-settings/types.d.ts +4 -1
  19. package/dist/lookup-table.d.ts +0 -9
  20. package/dist/singletons/entries/settings.d.ts +65 -0
  21. package/dist/singletons/lookup-table.d.ts +2 -0
  22. package/dist/singletons/types.d.ts +3 -0
  23. package/dist/types.d.ts +0 -4
  24. package/package.json +1 -1
  25. package/dist/event-pass-settings/entries/index.d.ts +0 -91
  26. package/dist/event-pass-settings/index.d.ts +0 -4
  27. package/dist/event-pass-settings/lookup-table.d.ts +0 -8
  28. package/dist/event-pass-settings/types.d.ts +0 -79
  29. package/dist/event-pass-tier-settings/entries/free/april2026.d.ts +0 -3992
  30. package/dist/event-pass-tier-settings/entries/free/index.d.ts +0 -11
  31. package/dist/event-pass-tier-settings/entries/premium/april2026.d.ts +0 -3632
  32. package/dist/event-pass-tier-settings/entries/premium/index.d.ts +0 -13
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.12] - 2026-05-08
6
+
7
+ Automated regeneration from upstream masterfile commit `56d86b2fcb8a57983f8b435089092e1dd7feb86c`.
8
+
5
9
  ## [0.1.11] - 2026-05-08
6
10
 
7
11
  Automated regeneration from upstream masterfile commit `00f981067adbe6f85bcbca9f5785f4c059099670`.
@@ -459,10 +459,11 @@ type DeprecatedCodeGateProtoIds =
459
459
  /** @deprecated lastSeen 2025-01-10 — 1 entries */
460
460
  type DeprecatedEggTransparencySettingsIds = "EGG_TRANSPARENCY_SETTINGS";
461
461
 
462
- /** @deprecated lastSeen 2026-05-0624 entries */
462
+ /** @deprecated lastSeen 2026-05-0826 entries */
463
463
  type DeprecatedEventPassSettingsIds =
464
464
  | "EVENT_PASS_30ANNIV2026_EVENT"
465
465
  | "EVENT_PASS_APRIL2025_SEASON"
466
+ | "EVENT_PASS_APRIL2026_SEASON"
466
467
  | "EVENT_PASS_AUGUST2025_SEASON"
467
468
  | "EVENT_PASS_BUGOUTBUDDIES2026_EVENT"
468
469
  | "EVENT_PASS_DECEMBER2025_SEASON"
@@ -478,6 +479,7 @@ type DeprecatedEventPassSettingsIds =
478
479
  | "EVENT_PASS_JUNE2025_SEASON"
479
480
  | "EVENT_PASS_MARCH2026_SEASON"
480
481
  | "EVENT_PASS_MAY2025_SEASON"
482
+ | "EVENT_PASS_MAY2026_SEASON"
481
483
  | "EVENT_PASS_NOVEMBER2025_SEASON"
482
484
  | "EVENT_PASS_OCTOBER2025_SEASON"
483
485
  | "EVENT_PASS_SEPTEMBER2025_SEASON"
package/dist/entries.d.ts CHANGED
@@ -16,7 +16,6 @@ import type { CombatNpcPersonalityMasterfileEntry } from "./combat-npc-personali
16
16
  import type { CombatNpcTrainerMasterfileEntry } from "./combat-npc-trainer/entries";
17
17
  import type { CombatRankingProtoSettingsMasterfileEntry } from "./combat-ranking-proto-settings/entries";
18
18
  import type { CombatTypeMasterfileEntry } from "./combat-type/entries";
19
- import type { EventPassSettingsMasterfileEntry } from "./event-pass-settings/entries";
20
19
  import type { EventPassTierSettingsMasterfileEntry } from "./event-pass-tier-settings/entries";
21
20
  import type { EvolutionChainDisplaySettingsMasterfileEntry } from "./evolution-chain-display-settings/entries";
22
21
  import type { EvolutionQuestTemplateMasterfileEntry } from "./evolution-quest-template/entries";
@@ -77,7 +76,6 @@ export type * from "./combat-npc-personality/entries";
77
76
  export type * from "./combat-npc-trainer/entries";
78
77
  export type * from "./combat-ranking-proto-settings/entries";
79
78
  export type * from "./combat-type/entries";
80
- export type * from "./event-pass-settings/entries";
81
79
  export type * from "./event-pass-tier-settings/entries";
82
80
  export type * from "./evolution-chain-display-settings/entries";
83
81
  export type * from "./evolution-quest-template/entries";
@@ -139,7 +137,6 @@ export type MasterfileEntry =
139
137
  | CombatNpcTrainerMasterfileEntry
140
138
  | CombatRankingProtoSettingsMasterfileEntry
141
139
  | CombatTypeMasterfileEntry
142
- | EventPassSettingsMasterfileEntry
143
140
  | EventPassTierSettingsMasterfileEntry
144
141
  | EvolutionChainDisplaySettingsMasterfileEntry
145
142
  | EvolutionQuestTemplateMasterfileEntry