pogo-masterfile-types 0.1.0
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/LICENSE +21 -0
- package/README.md +62 -0
- package/dist/_utils.d.ts +33 -0
- package/dist/avatar-customization/entries/backpack.d.ts +1671 -0
- package/dist/avatar-customization/entries/belt.d.ts +308 -0
- package/dist/avatar-customization/entries/eyes.d.ts +172 -0
- package/dist/avatar-customization/entries/face.d.ts +668 -0
- package/dist/avatar-customization/entries/glasses.d.ts +912 -0
- package/dist/avatar-customization/entries/gloves.d.ts +1465 -0
- package/dist/avatar-customization/entries/hair.d.ts +667 -0
- package/dist/avatar-customization/entries/hat.d.ts +5170 -0
- package/dist/avatar-customization/entries/index.d.ts +58 -0
- package/dist/avatar-customization/entries/necklace.d.ts +92 -0
- package/dist/avatar-customization/entries/pants.d.ts +3214 -0
- package/dist/avatar-customization/entries/poses.d.ts +2224 -0
- package/dist/avatar-customization/entries/seasonal.d.ts +182 -0
- package/dist/avatar-customization/entries/shirt.d.ts +9502 -0
- package/dist/avatar-customization/entries/shoes.d.ts +3648 -0
- package/dist/avatar-customization/entries/skin.d.ts +355 -0
- package/dist/avatar-customization/entries/socks.d.ts +424 -0
- package/dist/avatar-customization/entries/sponsor.d.ts +724 -0
- package/dist/avatar-customization/index.d.ts +2 -0
- package/dist/avatar-customization/lookup-table.d.ts +3521 -0
- package/dist/avatar-customization/types.d.ts +60 -0
- package/dist/avatar-group-order-settings/entries.d.ts +104 -0
- package/dist/avatar-group-order-settings/index.d.ts +2 -0
- package/dist/avatar-group-order-settings/lookup-table.d.ts +8 -0
- package/dist/avatar-group-order-settings/types.d.ts +37 -0
- package/dist/avatar-item-display/entries/display-string-id/backpack.d.ts +817 -0
- package/dist/avatar-item-display/entries/display-string-id/belt.d.ts +177 -0
- package/dist/avatar-item-display/entries/display-string-id/face.d.ts +217 -0
- package/dist/avatar-item-display/entries/display-string-id/glasses.d.ts +347 -0
- package/dist/avatar-item-display/entries/display-string-id/gloves.d.ts +567 -0
- package/dist/avatar-item-display/entries/display-string-id/hat.d.ts +2197 -0
- package/dist/avatar-item-display/entries/display-string-id/idle.d.ts +16 -0
- package/dist/avatar-item-display/entries/display-string-id/index.d.ts +46 -0
- package/dist/avatar-item-display/entries/display-string-id/necklace.d.ts +57 -0
- package/dist/avatar-item-display/entries/display-string-id/pants.d.ts +1557 -0
- package/dist/avatar-item-display/entries/display-string-id/pose.d.ts +977 -0
- package/dist/avatar-item-display/entries/display-string-id/shirt.d.ts +4427 -0
- package/dist/avatar-item-display/entries/display-string-id/shoes.d.ts +1577 -0
- package/dist/avatar-item-display/entries/display-string-id/socks.d.ts +187 -0
- package/dist/avatar-item-display/entries/index.d.ts +11 -0
- package/dist/avatar-item-display/entries/misc.d.ts +3103 -0
- package/dist/avatar-item-display/index.d.ts +2 -0
- package/dist/avatar-item-display/lookup-table.d.ts +3301 -0
- package/dist/avatar-item-display/types.d.ts +17 -0
- package/dist/badge-settings/entries/capture-reward.d.ts +243 -0
- package/dist/badge-settings/entries/event-badge-event-badge-settings.d.ts +1087 -0
- package/dist/badge-settings/entries/event-badge.d.ts +8671 -0
- package/dist/badge-settings/entries/index.d.ts +19 -0
- package/dist/badge-settings/entries/misc.d.ts +727 -0
- package/dist/badge-settings/index.d.ts +2 -0
- package/dist/badge-settings/lookup-table.d.ts +1745 -0
- package/dist/badge-settings/types.d.ts +31 -0
- package/dist/bread-move-level-settings/entries.d.ts +425 -0
- package/dist/bread-move-level-settings/index.d.ts +2 -0
- package/dist/bread-move-level-settings/lookup-table.d.ts +21 -0
- package/dist/bread-move-level-settings/types.d.ts +78 -0
- package/dist/buddy-activity-category-settings/entries.d.ts +81 -0
- package/dist/buddy-activity-category-settings/index.d.ts +2 -0
- package/dist/buddy-activity-category-settings/lookup-table.d.ts +23 -0
- package/dist/buddy-activity-category-settings/types.d.ts +21 -0
- package/dist/buddy-emotion-level-settings/entries.d.ts +78 -0
- package/dist/buddy-emotion-level-settings/index.d.ts +2 -0
- package/dist/buddy-emotion-level-settings/lookup-table.d.ts +21 -0
- package/dist/buddy-emotion-level-settings/types.d.ts +19 -0
- package/dist/buddy-level-settings/entries.d.ts +56 -0
- package/dist/buddy-level-settings/index.d.ts +2 -0
- package/dist/buddy-level-settings/lookup-table.d.ts +11 -0
- package/dist/buddy-level-settings/types.d.ts +29 -0
- package/dist/client-quest-template/entries.d.ts +1996 -0
- package/dist/client-quest-template/index.d.ts +2 -0
- package/dist/client-quest-template/lookup-table.d.ts +117 -0
- package/dist/client-quest-template/types.d.ts +282 -0
- package/dist/code-gate-proto/entries.d.ts +74 -0
- package/dist/code-gate-proto/index.d.ts +2 -0
- package/dist/code-gate-proto/lookup-table.d.ts +33 -0
- package/dist/code-gate-proto/types.d.ts +21 -0
- package/dist/combat-league/entries/default.d.ts +110 -0
- package/dist/combat-league/entries/index.d.ts +13 -0
- package/dist/combat-league/entries/safari.d.ts +6108 -0
- package/dist/combat-league/entries/vs.d.ts +17161 -0
- package/dist/combat-league/index.d.ts +2 -0
- package/dist/combat-league/lookup-table.d.ts +217 -0
- package/dist/combat-league/types.d.ts +190 -0
- package/dist/combat-move/entries/bug.d.ts +174 -0
- package/dist/combat-move/entries/dark.d.ts +196 -0
- package/dist/combat-move/entries/dragon.d.ts +189 -0
- package/dist/combat-move/entries/electric.d.ts +274 -0
- package/dist/combat-move/entries/fairy.d.ts +135 -0
- package/dist/combat-move/entries/fighting.d.ts +329 -0
- package/dist/combat-move/entries/fire.d.ts +385 -0
- package/dist/combat-move/entries/flying.d.ts +311 -0
- package/dist/combat-move/entries/ghost.d.ts +222 -0
- package/dist/combat-move/entries/grass.d.ts +313 -0
- package/dist/combat-move/entries/ground.d.ts +224 -0
- package/dist/combat-move/entries/ice.d.ts +252 -0
- package/dist/combat-move/entries/index.d.ts +61 -0
- package/dist/combat-move/entries/normal.d.ts +453 -0
- package/dist/combat-move/entries/poison.d.ts +152 -0
- package/dist/combat-move/entries/psychic.d.ts +252 -0
- package/dist/combat-move/entries/rock.d.ts +179 -0
- package/dist/combat-move/entries/steel.d.ts +250 -0
- package/dist/combat-move/entries/water.d.ts +411 -0
- package/dist/combat-move/index.d.ts +2 -0
- package/dist/combat-move/lookup-table.d.ts +643 -0
- package/dist/combat-move/types.d.ts +29 -0
- package/dist/combat-npc-personality/entries.d.ts +44 -0
- package/dist/combat-npc-personality/index.d.ts +2 -0
- package/dist/combat-npc-personality/lookup-table.d.ts +9 -0
- package/dist/combat-npc-personality/types.d.ts +23 -0
- package/dist/combat-npc-trainer/entries.d.ts +258 -0
- package/dist/combat-npc-trainer/index.d.ts +2 -0
- package/dist/combat-npc-trainer/lookup-table.d.ts +25 -0
- package/dist/combat-npc-trainer/types.d.ts +50 -0
- package/dist/combat-ranking-proto-settings/entries.d.ts +2183 -0
- package/dist/combat-ranking-proto-settings/index.d.ts +2 -0
- package/dist/combat-ranking-proto-settings/lookup-table.d.ts +49 -0
- package/dist/combat-ranking-proto-settings/types.d.ts +28 -0
- package/dist/combat-type/entries.d.ts +171 -0
- package/dist/combat-type/index.d.ts +2 -0
- package/dist/combat-type/lookup-table.d.ts +43 -0
- package/dist/combat-type/types.d.ts +20 -0
- package/dist/entries.d.ts +189 -0
- package/dist/event-pass-settings/entries.d.ts +97 -0
- package/dist/event-pass-settings/index.d.ts +2 -0
- package/dist/event-pass-settings/lookup-table.d.ts +8 -0
- package/dist/event-pass-settings/types.d.ts +83 -0
- package/dist/event-pass-tier-settings/entries/free/april2026.d.ts +3992 -0
- package/dist/event-pass-tier-settings/entries/free/index.d.ts +13 -0
- package/dist/event-pass-tier-settings/entries/free/steeledresolve2026.d.ts +1844 -0
- package/dist/event-pass-tier-settings/entries/index.d.ts +11 -0
- package/dist/event-pass-tier-settings/entries/premium/april2026.d.ts +3632 -0
- package/dist/event-pass-tier-settings/entries/premium/index.d.ts +13 -0
- package/dist/event-pass-tier-settings/entries/premium/steeledresolve2026.d.ts +1048 -0
- package/dist/event-pass-tier-settings/index.d.ts +2 -0
- package/dist/event-pass-tier-settings/lookup-table.d.ts +1167 -0
- package/dist/event-pass-tier-settings/types.d.ts +229 -0
- package/dist/evolution-chain-display-settings/entries.d.ts +3763 -0
- package/dist/evolution-chain-display-settings/index.d.ts +2 -0
- package/dist/evolution-chain-display-settings/lookup-table.d.ts +165 -0
- package/dist/evolution-chain-display-settings/types.d.ts +36 -0
- package/dist/evolution-quest-template/entries.d.ts +827 -0
- package/dist/evolution-quest-template/index.d.ts +2 -0
- package/dist/evolution-quest-template/lookup-table.d.ts +81 -0
- package/dist/evolution-quest-template/types.d.ts +103 -0
- package/dist/feature-gate/entries.d.ts +184 -0
- package/dist/feature-gate/index.d.ts +2 -0
- package/dist/feature-gate/lookup-table.d.ts +35 -0
- package/dist/feature-gate/types.d.ts +32 -0
- package/dist/form-settings/entries/forms.d.ts +15945 -0
- package/dist/form-settings/entries/index.d.ts +11 -0
- package/dist/form-settings/entries/misc.d.ts +15 -0
- package/dist/form-settings/index.d.ts +2 -0
- package/dist/form-settings/lookup-table.d.ts +2057 -0
- package/dist/form-settings/types.d.ts +50 -0
- package/dist/fort-power-up-level-settings/entries.d.ts +48 -0
- package/dist/fort-power-up-level-settings/index.d.ts +2 -0
- package/dist/fort-power-up-level-settings/lookup-table.d.ts +10 -0
- package/dist/fort-power-up-level-settings/types.d.ts +22 -0
- package/dist/friendship-milestone-settings/entries.d.ts +143 -0
- package/dist/friendship-milestone-settings/index.d.ts +2 -0
- package/dist/friendship-milestone-settings/lookup-table.d.ts +19 -0
- package/dist/friendship-milestone-settings/types.d.ts +36 -0
- package/dist/gender-settings/entries/form.d.ts +1255 -0
- package/dist/gender-settings/entries/index.d.ts +11 -0
- package/dist/gender-settings/entries/misc.d.ts +30274 -0
- package/dist/gender-settings/index.d.ts +2 -0
- package/dist/gender-settings/lookup-table.d.ts +4935 -0
- package/dist/gender-settings/types.d.ts +22 -0
- package/dist/iap-category-display/entries.d.ts +150 -0
- package/dist/iap-category-display/index.d.ts +2 -0
- package/dist/iap-category-display/lookup-table.d.ts +33 -0
- package/dist/iap-category-display/types.d.ts +38 -0
- package/dist/iap-item-display/entries/category-description-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title-webstore-sku-id-webstore-sku-price-e6.d.ts +51 -0
- package/dist/iap-item-display/entries/category-description-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title.d.ts +167 -0
- package/dist/iap-item-display/entries/category-description-hidden-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title.d.ts +83 -0
- package/dist/iap-item-display/entries/category-description-hidden-sort-order-sprite-id-title.d.ts +35 -0
- package/dist/iap-item-display/entries/category-description-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-title.d.ts +43 -0
- package/dist/iap-item-display/entries/category-description-sort-order-sprite-id-title.d.ts +33 -0
- package/dist/iap-item-display/entries/category-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title-webstore-sku-id-webstore-sku-price-e6.d.ts +427 -0
- package/dist/iap-item-display/entries/category-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title.d.ts +425 -0
- package/dist/iap-item-display/entries/category-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id.d.ts +43 -0
- package/dist/iap-item-display/entries/category-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sprite-id.d.ts +24 -0
- package/dist/iap-item-display/entries/category-hidden-sale-sort-order-sprite-id-title.d.ts +2362 -0
- package/dist/iap-item-display/entries/category-hidden-show-discount-tag-show-strikethrough-price-sort-order-sprite-id-title-total-value.d.ts +330 -0
- package/dist/iap-item-display/entries/category-hidden-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title.d.ts +43 -0
- package/dist/iap-item-display/entries/category-hidden-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id.d.ts +24 -0
- package/dist/iap-item-display/entries/category-hidden-sort-order-sprite-id-title.d.ts +1463 -0
- package/dist/iap-item-display/entries/category-hidden-sort-order-sprite-id.d.ts +59 -0
- package/dist/iap-item-display/entries/category-hidden-sort-order-title.d.ts +19 -0
- package/dist/iap-item-display/entries/category-hidden-sort-order.d.ts +3895 -0
- package/dist/iap-item-display/entries/category-hidden.d.ts +27 -0
- package/dist/iap-item-display/entries/category-max-level-sale-sort-order-sprite-id-title.d.ts +21 -0
- package/dist/iap-item-display/entries/category-sale-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title.d.ts +25 -0
- package/dist/iap-item-display/entries/category-sale-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order.d.ts +71 -0
- package/dist/iap-item-display/entries/category-sale-sort-order-sprite-id-title.d.ts +77 -0
- package/dist/iap-item-display/entries/category-show-discount-tag-show-strikethrough-price-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title-total-value.d.ts +27 -0
- package/dist/iap-item-display/entries/category-show-discount-tag-show-strikethrough-price-sort-order-sprite-id-title-total-value.d.ts +55 -0
- package/dist/iap-item-display/entries/category-show-discount-tag-show-strikethrough-price-sort-order-sprite-id-total-value.d.ts +172 -0
- package/dist/iap-item-display/entries/category-sort-order-sprite-id-title.d.ts +72 -0
- package/dist/iap-item-display/entries/category-sort-order-sprite-id.d.ts +175 -0
- package/dist/iap-item-display/entries/category-sort-order.d.ts +3802 -0
- package/dist/iap-item-display/entries/category.d.ts +16 -0
- package/dist/iap-item-display/entries/description-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-title.d.ts +655 -0
- package/dist/iap-item-display/entries/description-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-title.d.ts +109 -0
- package/dist/iap-item-display/entries/description-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-title.d.ts +39 -0
- package/dist/iap-item-display/entries/index.d.ts +112 -0
- package/dist/iap-item-display/entries/show-discount-tag-show-strikethrough-price-sprite-id-total-value.d.ts +19 -0
- package/dist/iap-item-display/entries/sprite-id.d.ts +16 -0
- package/dist/iap-item-display/index.d.ts +2 -0
- package/dist/iap-item-display/lookup-table.d.ts +2239 -0
- package/dist/iap-item-display/types.d.ts +247 -0
- package/dist/index.d.ts +2 -0
- package/dist/invasion-npc-display-settings/entries.d.ts +1400 -0
- package/dist/invasion-npc-display-settings/index.d.ts +2 -0
- package/dist/invasion-npc-display-settings/lookup-table.d.ts +141 -0
- package/dist/invasion-npc-display-settings/types.d.ts +235 -0
- package/dist/item-expiration-settings/entries.d.ts +262 -0
- package/dist/item-expiration-settings/index.d.ts +2 -0
- package/dist/item-expiration-settings/lookup-table.d.ts +51 -0
- package/dist/item-expiration-settings/types.d.ts +70 -0
- package/dist/item-settings/entries/boost.d.ts +47 -0
- package/dist/item-settings/entries/bread.d.ts +21 -0
- package/dist/item-settings/entries/buddy-exclusive-food.d.ts +22 -0
- package/dist/item-settings/entries/camera.d.ts +18 -0
- package/dist/item-settings/entries/candy.d.ts +27 -0
- package/dist/item-settings/entries/disk.d.ts +74 -0
- package/dist/item-settings/entries/enhanced-currency-holder.d.ts +18 -0
- package/dist/item-settings/entries/enhanced-currency.d.ts +19 -0
- package/dist/item-settings/entries/event-pass-point.d.ts +328 -0
- package/dist/item-settings/entries/evolution-requirement.d.ts +229 -0
- package/dist/item-settings/entries/food.d.ts +149 -0
- package/dist/item-settings/entries/friend-gift-box.d.ts +17 -0
- package/dist/item-settings/entries/global-event-ticket.d.ts +985 -0
- package/dist/item-settings/entries/incense.d.ts +99 -0
- package/dist/item-settings/entries/incident-ticket.d.ts +79 -0
- package/dist/item-settings/entries/incubator.d.ts +92 -0
- package/dist/item-settings/entries/index.d.ts +97 -0
- package/dist/item-settings/entries/inventory-upgrade.d.ts +52 -0
- package/dist/item-settings/entries/medicine.d.ts +91 -0
- package/dist/item-settings/entries/move-reroll.d.ts +62 -0
- package/dist/item-settings/entries/mp.d.ts +18 -0
- package/dist/item-settings/entries/pokeball.d.ts +95 -0
- package/dist/item-settings/entries/postcard-inventory.d.ts +19 -0
- package/dist/item-settings/entries/raid-ticket.d.ts +37 -0
- package/dist/item-settings/entries/route-maker.d.ts +17 -0
- package/dist/item-settings/entries/stardust-boost.d.ts +21 -0
- package/dist/item-settings/entries/stat-increase.d.ts +33 -0
- package/dist/item-settings/entries/sticker.d.ts +17 -0
- package/dist/item-settings/entries/team-change.d.ts +17 -0
- package/dist/item-settings/entries/utilites.d.ts +30 -0
- package/dist/item-settings/entries/xp-boost.d.ts +30 -0
- package/dist/item-settings/index.d.ts +2 -0
- package/dist/item-settings/lookup-table.d.ts +293 -0
- package/dist/item-settings/types.d.ts +462 -0
- package/dist/language-settings/entries.d.ts +33 -0
- package/dist/language-settings/index.d.ts +2 -0
- package/dist/language-settings/lookup-table.d.ts +9 -0
- package/dist/language-settings/types.d.ts +18 -0
- package/dist/level-up-rewards/entries.d.ts +1444 -0
- package/dist/level-up-rewards/index.d.ts +2 -0
- package/dist/level-up-rewards/lookup-table.d.ts +201 -0
- package/dist/level-up-rewards/types.d.ts +125 -0
- package/dist/limited-purchase-sku-settings/entries.d.ts +349 -0
- package/dist/limited-purchase-sku-settings/index.d.ts +2 -0
- package/dist/limited-purchase-sku-settings/lookup-table.d.ts +75 -0
- package/dist/limited-purchase-sku-settings/types.d.ts +20 -0
- package/dist/location-card-settings/entries/2023.d.ts +87 -0
- package/dist/location-card-settings/entries/2024.d.ts +330 -0
- package/dist/location-card-settings/entries/2025.d.ts +302 -0
- package/dist/location-card-settings/entries/2026.d.ts +189 -0
- package/dist/location-card-settings/entries/citysafari2025.d.ts +37 -0
- package/dist/location-card-settings/entries/id.d.ts +16 -0
- package/dist/location-card-settings/entries/index.d.ts +40 -0
- package/dist/location-card-settings/entries/jeju.d.ts +16 -0
- package/dist/location-card-settings/entries/pokelid.d.ts +417 -0
- package/dist/location-card-settings/entries/special.d.ts +43 -0
- package/dist/location-card-settings/entries/specialbackground.d.ts +536 -0
- package/dist/location-card-settings/entries/tokmun.d.ts +37 -0
- package/dist/location-card-settings/index.d.ts +2 -0
- package/dist/location-card-settings/lookup-table.d.ts +375 -0
- package/dist/location-card-settings/types.d.ts +56 -0
- package/dist/lookup-table.d.ts +571 -0
- package/dist/mega-evo-level-settings/entries/0.d.ts +431 -0
- package/dist/mega-evo-level-settings/entries/1.d.ts +506 -0
- package/dist/mega-evo-level-settings/entries/2.d.ts +556 -0
- package/dist/mega-evo-level-settings/entries/3.d.ts +556 -0
- package/dist/mega-evo-level-settings/entries/4.d.ts +82 -0
- package/dist/mega-evo-level-settings/entries/index.d.ts +22 -0
- package/dist/mega-evo-level-settings/index.d.ts +2 -0
- package/dist/mega-evo-level-settings/lookup-table.d.ts +213 -0
- package/dist/mega-evo-level-settings/types.d.ts +68 -0
- package/dist/move-sequence-settings/entries.d.ts +3683 -0
- package/dist/move-sequence-settings/index.d.ts +2 -0
- package/dist/move-sequence-settings/lookup-table.d.ts +669 -0
- package/dist/move-sequence-settings/types.d.ts +16 -0
- package/dist/move-settings/entries/bug.d.ts +288 -0
- package/dist/move-settings/entries/dark.d.ts +328 -0
- package/dist/move-settings/entries/dragon.d.ts +329 -0
- package/dist/move-settings/entries/electric.d.ts +429 -0
- package/dist/move-settings/entries/fairy.d.ts +250 -0
- package/dist/move-settings/entries/fighting.d.ts +493 -0
- package/dist/move-settings/entries/fire.d.ts +608 -0
- package/dist/move-settings/entries/flying.d.ts +451 -0
- package/dist/move-settings/entries/ghost.d.ts +350 -0
- package/dist/move-settings/entries/grass.d.ts +532 -0
- package/dist/move-settings/entries/ground.d.ts +372 -0
- package/dist/move-settings/entries/ice.d.ts +388 -0
- package/dist/move-settings/entries/index.d.ts +61 -0
- package/dist/move-settings/entries/normal.d.ts +937 -0
- package/dist/move-settings/entries/poison.d.ts +251 -0
- package/dist/move-settings/entries/psychic.d.ts +392 -0
- package/dist/move-settings/entries/rock.d.ts +291 -0
- package/dist/move-settings/entries/steel.d.ts +470 -0
- package/dist/move-settings/entries/water.d.ts +687 -0
- package/dist/move-settings/index.d.ts +2 -0
- package/dist/move-settings/lookup-table.d.ts +775 -0
- package/dist/move-settings/types.d.ts +34 -0
- package/dist/non-combat-move-settings/entries.d.ts +216 -0
- package/dist/non-combat-move-settings/index.d.ts +2 -0
- package/dist/non-combat-move-settings/lookup-table.d.ts +25 -0
- package/dist/non-combat-move-settings/types.d.ts +72 -0
- package/dist/party-play-general-settings/entries.d.ts +77 -0
- package/dist/party-play-general-settings/index.d.ts +2 -0
- package/dist/party-play-general-settings/lookup-table.d.ts +8 -0
- package/dist/party-play-general-settings/types.d.ts +72 -0
- package/dist/photo-sets-settings-proto/entries.d.ts +2309 -0
- package/dist/photo-sets-settings-proto/index.d.ts +2 -0
- package/dist/photo-sets-settings-proto/lookup-table.d.ts +97 -0
- package/dist/photo-sets-settings-proto/types.d.ts +83 -0
- package/dist/pokemon-extended-settings/entries/bread-overrides-form-temp-evo-overrides.d.ts +710 -0
- package/dist/pokemon-extended-settings/entries/bread-overrides-form.d.ts +5011 -0
- package/dist/pokemon-extended-settings/entries/bread-overrides-temp-evo-overrides.d.ts +698 -0
- package/dist/pokemon-extended-settings/entries/bread-overrides.d.ts +4385 -0
- package/dist/pokemon-extended-settings/entries/form-temp-evo-overrides.d.ts +1371 -0
- package/dist/pokemon-extended-settings/entries/form.d.ts +22765 -0
- package/dist/pokemon-extended-settings/entries/index.d.ts +31 -0
- package/dist/pokemon-extended-settings/entries/misc.d.ts +14693 -0
- package/dist/pokemon-extended-settings/entries/temp-evo-overrides.d.ts +1147 -0
- package/dist/pokemon-extended-settings/index.d.ts +2 -0
- package/dist/pokemon-extended-settings/lookup-table.d.ts +4937 -0
- package/dist/pokemon-extended-settings/types.d.ts +97 -0
- package/dist/pokemon-family/entries/index.d.ts +16 -0
- package/dist/pokemon-family/entries/mega-evolvable-pokemon-id.d.ts +487 -0
- package/dist/pokemon-family/entries/mega-evolvable-pokemon-ids.d.ts +16 -0
- package/dist/pokemon-family/entries/misc.d.ts +4435 -0
- package/dist/pokemon-family/index.d.ts +2 -0
- package/dist/pokemon-family/lookup-table.d.ts +1089 -0
- package/dist/pokemon-family/types.d.ts +68 -0
- package/dist/pokemon-home-energy-costs/entries.d.ts +60 -0
- package/dist/pokemon-home-energy-costs/index.d.ts +2 -0
- package/dist/pokemon-home-energy-costs/lookup-table.d.ts +10 -0
- package/dist/pokemon-home-energy-costs/types.d.ts +20 -0
- package/dist/pokemon-home-form-reversions/entries.d.ts +126 -0
- package/dist/pokemon-home-form-reversions/index.d.ts +2 -0
- package/dist/pokemon-home-form-reversions/lookup-table.d.ts +21 -0
- package/dist/pokemon-home-form-reversions/types.d.ts +50 -0
- package/dist/pokemon-scale-settings/entries.d.ts +74 -0
- package/dist/pokemon-scale-settings/index.d.ts +2 -0
- package/dist/pokemon-scale-settings/lookup-table.d.ts +19 -0
- package/dist/pokemon-scale-settings/types.d.ts +18 -0
- package/dist/pokemon-settings/entries/bug.d.ts +16890 -0
- package/dist/pokemon-settings/entries/dark.d.ts +7418 -0
- package/dist/pokemon-settings/entries/dragon.d.ts +6661 -0
- package/dist/pokemon-settings/entries/electric.d.ts +13394 -0
- package/dist/pokemon-settings/entries/fairy.d.ts +5071 -0
- package/dist/pokemon-settings/entries/fighting.d.ts +6701 -0
- package/dist/pokemon-settings/entries/fire.d.ts +10904 -0
- package/dist/pokemon-settings/entries/flying.d.ts +1382 -0
- package/dist/pokemon-settings/entries/ghost.d.ts +6588 -0
- package/dist/pokemon-settings/entries/grass.d.ts +15850 -0
- package/dist/pokemon-settings/entries/ground.d.ts +6653 -0
- package/dist/pokemon-settings/entries/ice.d.ts +5707 -0
- package/dist/pokemon-settings/entries/index.d.ts +61 -0
- package/dist/pokemon-settings/entries/normal.d.ts +20676 -0
- package/dist/pokemon-settings/entries/poison.d.ts +6682 -0
- package/dist/pokemon-settings/entries/psychic.d.ts +12345 -0
- package/dist/pokemon-settings/entries/rock.d.ts +9616 -0
- package/dist/pokemon-settings/entries/steel.d.ts +5564 -0
- package/dist/pokemon-settings/entries/water.d.ts +21347 -0
- package/dist/pokemon-settings/index.d.ts +2 -0
- package/dist/pokemon-settings/lookup-table.d.ts +4929 -0
- package/dist/pokemon-settings/types.d.ts +428 -0
- package/dist/pokemon-upgrades/entries.d.ts +129 -0
- package/dist/pokemon-upgrades/index.d.ts +2 -0
- package/dist/pokemon-upgrades/lookup-table.d.ts +8 -0
- package/dist/pokemon-upgrades/types.d.ts +130 -0
- package/dist/pokestop-invasion-availability-settings/entries.d.ts +23 -0
- package/dist/pokestop-invasion-availability-settings/index.d.ts +2 -0
- package/dist/pokestop-invasion-availability-settings/lookup-table.d.ts +21 -0
- package/dist/pokestop-invasion-availability-settings/types.d.ts +20 -0
- package/dist/quest-settings/entries.d.ts +36 -0
- package/dist/quest-settings/index.d.ts +2 -0
- package/dist/quest-settings/lookup-table.d.ts +9 -0
- package/dist/quest-settings/types.d.ts +25 -0
- package/dist/recommended-search-settings/entries.d.ts +109 -0
- package/dist/recommended-search-settings/index.d.ts +2 -0
- package/dist/recommended-search-settings/lookup-table.d.ts +27 -0
- package/dist/recommended-search-settings/types.d.ts +36 -0
- package/dist/roll-back/entries.d.ts +12 -0
- package/dist/roll-back/index.d.ts +2 -0
- package/dist/roll-back/lookup-table.d.ts +9 -0
- package/dist/roll-back/types.d.ts +16 -0
- package/dist/settings-override-rule/entries/fused-depth-enabled-meshing-enabled-occlusion-default-on-vps-enabled.d.ts +22 -0
- package/dist/settings-override-rule/entries/index.d.ts +16 -0
- package/dist/settings-override-rule/entries/meshing-enabled-rule-value-vps-enabled.d.ts +3727 -0
- package/dist/settings-override-rule/entries/rule-value.d.ts +19 -0
- package/dist/settings-override-rule/index.d.ts +2 -0
- package/dist/settings-override-rule/lookup-table.d.ts +507 -0
- package/dist/settings-override-rule/types.d.ts +24 -0
- package/dist/singletons/entries/flags.d.ts +474 -0
- package/dist/singletons/entries/index.d.ts +19 -0
- package/dist/singletons/entries/misc.d.ts +429 -0
- package/dist/singletons/entries/proto.d.ts +27 -0
- package/dist/singletons/entries/settings.d.ts +5998 -0
- package/dist/singletons/index.d.ts +2 -0
- package/dist/singletons/lookup-table.d.ts +285 -0
- package/dist/singletons/types.d.ts +428 -0
- package/dist/sticker-metadata/entries/index.d.ts +40 -0
- package/dist/sticker-metadata/entries/misc.d.ts +115 -0
- package/dist/sticker-metadata/entries/pokemon-id-region-id-release-date-sticker-url.d.ts +1073 -0
- package/dist/sticker-metadata/entries/pokemon-id-region-id-release-date.d.ts +3103 -0
- package/dist/sticker-metadata/entries/pokemon-id-region-id.d.ts +62 -0
- package/dist/sticker-metadata/entries/pokemon-id-release-date-sticker-url.d.ts +775 -0
- package/dist/sticker-metadata/entries/pokemon-id-release-date.d.ts +1162 -0
- package/dist/sticker-metadata/entries/pokemon-id.d.ts +34 -0
- package/dist/sticker-metadata/entries/region-id-release-date-sticker-url.d.ts +103 -0
- package/dist/sticker-metadata/entries/region-id-release-date.d.ts +183 -0
- package/dist/sticker-metadata/entries/release-date-sticker-url.d.ts +216 -0
- package/dist/sticker-metadata/entries/release-date.d.ts +347 -0
- package/dist/sticker-metadata/index.d.ts +2 -0
- package/dist/sticker-metadata/lookup-table.d.ts +1219 -0
- package/dist/sticker-metadata/types.d.ts +23 -0
- package/dist/tappable-settings/entries.d.ts +65 -0
- package/dist/tappable-settings/index.d.ts +2 -0
- package/dist/tappable-settings/lookup-table.d.ts +17 -0
- package/dist/tappable-settings/types.d.ts +24 -0
- package/dist/temporary-evolution-settings/entries.d.ts +763 -0
- package/dist/temporary-evolution-settings/index.d.ts +2 -0
- package/dist/temporary-evolution-settings/lookup-table.d.ts +107 -0
- package/dist/temporary-evolution-settings/types.d.ts +70 -0
- package/dist/type-effective/entries.d.ts +171 -0
- package/dist/type-effective/index.d.ts +2 -0
- package/dist/type-effective/lookup-table.d.ts +43 -0
- package/dist/type-effective/types.d.ts +37 -0
- package/dist/types.d.ts +247 -0
- package/dist/vs-seeker-loot/entries.d.ts +1701 -0
- package/dist/vs-seeker-loot/index.d.ts +2 -0
- package/dist/vs-seeker-loot/lookup-table.d.ts +103 -0
- package/dist/vs-seeker-loot/types.d.ts +64 -0
- package/dist/vs-seeker-pokemon-rewards/entries.d.ts +18 -0
- package/dist/vs-seeker-pokemon-rewards/index.d.ts +2 -0
- package/dist/vs-seeker-pokemon-rewards/lookup-table.d.ts +8 -0
- package/dist/vs-seeker-pokemon-rewards/types.d.ts +692 -0
- package/dist/weather-affinities/entries.d.ts +72 -0
- package/dist/weather-affinities/index.d.ts +2 -0
- package/dist/weather-affinities/lookup-table.d.ts +21 -0
- package/dist/weather-affinities/types.d.ts +19 -0
- package/package.json +75 -0
|
@@ -0,0 +1,428 @@
|
|
|
1
|
+
// Generated from Pokémon GO masterfile — Singletons Types (no shared discriminator).
|
|
2
|
+
|
|
3
|
+
import type { W } from "../_utils";
|
|
4
|
+
import type {
|
|
5
|
+
AccessibilitySettings,
|
|
6
|
+
AdditiveSceneSettings,
|
|
7
|
+
AddressablePokemonSettings,
|
|
8
|
+
AddressBookImportSettings,
|
|
9
|
+
AdvancedSettings,
|
|
10
|
+
ArPhotoFeatureFlags,
|
|
11
|
+
ArTelemetrySettings,
|
|
12
|
+
AssetRefreshProto,
|
|
13
|
+
AvatarFeatureFlags,
|
|
14
|
+
AvatarStoreFooterFlags,
|
|
15
|
+
AvatarStoreSubcategoryFilteringFlags,
|
|
16
|
+
BackgroundModeSettings,
|
|
17
|
+
BattleAnimationSettings,
|
|
18
|
+
BattleHubBadgeSettings,
|
|
19
|
+
BattleHubOrderSettings,
|
|
20
|
+
BattleInputBufferSettings,
|
|
21
|
+
BattlePartySettings,
|
|
22
|
+
BattleSettings,
|
|
23
|
+
BattleVisualSettings,
|
|
24
|
+
BelugaPokemonWhitelist,
|
|
25
|
+
BestFriendsPlusSettings,
|
|
26
|
+
BreadBattleClientSettings,
|
|
27
|
+
BreadFeatureFlags,
|
|
28
|
+
BreadLobbyCounterSettings,
|
|
29
|
+
BreadLobbyUpdateSettings,
|
|
30
|
+
BreadMoveMappings,
|
|
31
|
+
BreadPokemonScalingSettings,
|
|
32
|
+
BreadSettings,
|
|
33
|
+
BuddyEncounterCameoSettings,
|
|
34
|
+
BuddyHungerSettings,
|
|
35
|
+
BuddyInteractionSettings,
|
|
36
|
+
BuddySwapSettings,
|
|
37
|
+
BuddyWalkSettings,
|
|
38
|
+
BulkHealingSettings,
|
|
39
|
+
ButterflyCollectorSettings,
|
|
40
|
+
CampfireSettings,
|
|
41
|
+
CatchRadiusMultiplierSettings,
|
|
42
|
+
CombatCompetitiveSeasonSettings,
|
|
43
|
+
CombatLeagueSettings,
|
|
44
|
+
CombatSettings,
|
|
45
|
+
CombatStatStageSettings,
|
|
46
|
+
ContestSettings,
|
|
47
|
+
ConversationSettings,
|
|
48
|
+
CrossGameSocialSettings,
|
|
49
|
+
DailyAdventureIncenseSettings,
|
|
50
|
+
DeepLinkingSettings,
|
|
51
|
+
EggHatchImprovementsSettings,
|
|
52
|
+
EncounterSettings,
|
|
53
|
+
EventPlannerPopularNotificationSettings,
|
|
54
|
+
ExternalAddressableAssetsSettings,
|
|
55
|
+
FeatureUnlockLevelSettings,
|
|
56
|
+
GeotargetedQuestSettings,
|
|
57
|
+
GiftingSettings,
|
|
58
|
+
GuiSearchSettings,
|
|
59
|
+
GymBadgeSettings,
|
|
60
|
+
HapticsSettings,
|
|
61
|
+
IapSettings,
|
|
62
|
+
IbfcLightweightSettings,
|
|
63
|
+
ImpressionTrackingSettings,
|
|
64
|
+
InAppSurveySettings,
|
|
65
|
+
IncidentPrioritySettings,
|
|
66
|
+
IncidentVisibilitySettings,
|
|
67
|
+
InventorySettings,
|
|
68
|
+
IrisSocialSettings,
|
|
69
|
+
IrisSocialUxFunnelSettings,
|
|
70
|
+
ItemCurrencyValues,
|
|
71
|
+
ItemInventoryUpdateSettings,
|
|
72
|
+
JoinRaidViaFriendListSettings,
|
|
73
|
+
LanguageSelectorSettings,
|
|
74
|
+
LuckyPokemonSettings,
|
|
75
|
+
MainMenuChanges,
|
|
76
|
+
MapDisplaySettings,
|
|
77
|
+
MapObjectsInteractionRangeSettings,
|
|
78
|
+
MegaEvoSettings,
|
|
79
|
+
MonodepthSettings,
|
|
80
|
+
MpSettings,
|
|
81
|
+
NaturalArtDayNightFeatureSettings,
|
|
82
|
+
NearbyPokemonSettings,
|
|
83
|
+
NeutralAvatarSettings,
|
|
84
|
+
OnboardingSettings,
|
|
85
|
+
OptimizationsProto,
|
|
86
|
+
PartyDarkLaunchSettings,
|
|
87
|
+
PartyIapBoostsSettings,
|
|
88
|
+
PartyRecommendationSettings,
|
|
89
|
+
PhotoSettings,
|
|
90
|
+
PlannerSettings,
|
|
91
|
+
PlayerBonusSystemSettings,
|
|
92
|
+
PlayerLevel,
|
|
93
|
+
PokeballThrowPropertySettings,
|
|
94
|
+
PokecoinPurchaseDisplayGmt,
|
|
95
|
+
PokedexCategoriesSettings,
|
|
96
|
+
PokedexSizeStatsSystemSettings,
|
|
97
|
+
Pokedexv2FeatureFlags,
|
|
98
|
+
PokedexV2Settings,
|
|
99
|
+
PokemonFxSettings,
|
|
100
|
+
PokemonHomeSettings,
|
|
101
|
+
PokemonTagSettings,
|
|
102
|
+
PopupControlSettings,
|
|
103
|
+
PostcardCollectionSettings,
|
|
104
|
+
PowerUpPokestopsSettings,
|
|
105
|
+
PrimalEvoSettings,
|
|
106
|
+
PtcOauthSettings,
|
|
107
|
+
QuestDialogueInboxSettings,
|
|
108
|
+
QuickInviteSettings,
|
|
109
|
+
RaidEntryCostSettings,
|
|
110
|
+
RaidLobbyCounterSettings,
|
|
111
|
+
RaidSettings,
|
|
112
|
+
ReferralSettings,
|
|
113
|
+
RemoteTradeSettings,
|
|
114
|
+
RouteBadgeSettings,
|
|
115
|
+
RouteCreationSettings,
|
|
116
|
+
RouteDiscoverySettings,
|
|
117
|
+
RoutePinSettings,
|
|
118
|
+
RoutePlaySettings,
|
|
119
|
+
RoutesNearbyNotifSettings,
|
|
120
|
+
RoutesPartyPlayInteropSettings,
|
|
121
|
+
RouteStampCategorySettings,
|
|
122
|
+
SharedFusionSettings,
|
|
123
|
+
SharedMoveSettings,
|
|
124
|
+
SoftSfidaSettings,
|
|
125
|
+
SourdoughMoveMappingSettings,
|
|
126
|
+
SpecialEggSettings,
|
|
127
|
+
SponsoredGeofenceGiftSettings,
|
|
128
|
+
SquashSettings,
|
|
129
|
+
StampCollectionSettings,
|
|
130
|
+
StationedPokemonTableSettings,
|
|
131
|
+
StickerCategorySettings,
|
|
132
|
+
StyleShopSettings,
|
|
133
|
+
TicketGiftingSettings,
|
|
134
|
+
TodayViewSettings,
|
|
135
|
+
TutorialSettings,
|
|
136
|
+
UsernameSuggestionSettings,
|
|
137
|
+
VerboseLogCombatSettings,
|
|
138
|
+
VerboseLogRaidSettings,
|
|
139
|
+
VistaGeneralSettings,
|
|
140
|
+
VnextBattleConfig,
|
|
141
|
+
VsSeekerClientSettings,
|
|
142
|
+
VsSeekerScheduleSettings,
|
|
143
|
+
WeatherBonusSettings,
|
|
144
|
+
} from "./entries";
|
|
145
|
+
|
|
146
|
+
export type AccessibilitySettingsType = W<AccessibilitySettings>;
|
|
147
|
+
export type AdditiveSceneSettingsType = W<AdditiveSceneSettings>;
|
|
148
|
+
export type AddressablePokemonSettingsType = W<AddressablePokemonSettings>;
|
|
149
|
+
export type AddressBookImportSettingsType = W<AddressBookImportSettings>;
|
|
150
|
+
export type AdvancedSettingsType = W<AdvancedSettings>;
|
|
151
|
+
export type ArPhotoFeatureFlagsType = W<ArPhotoFeatureFlags>;
|
|
152
|
+
export type ArTelemetrySettingsType = W<ArTelemetrySettings>;
|
|
153
|
+
export type AssetRefreshProtoType = W<AssetRefreshProto>;
|
|
154
|
+
export type AvatarFeatureFlagsType = W<AvatarFeatureFlags>;
|
|
155
|
+
export type AvatarStoreFooterFlagsType = W<AvatarStoreFooterFlags>;
|
|
156
|
+
export type AvatarStoreSubcategoryFilteringFlagsType = W<AvatarStoreSubcategoryFilteringFlags>;
|
|
157
|
+
export type BackgroundModeSettingsType = W<BackgroundModeSettings>;
|
|
158
|
+
export type BattleAnimationSettingsType = W<BattleAnimationSettings>;
|
|
159
|
+
export type BattleHubBadgeSettingsType = W<BattleHubBadgeSettings>;
|
|
160
|
+
export type BattleHubOrderSettingsType = W<BattleHubOrderSettings>;
|
|
161
|
+
export type BattleInputBufferSettingsType = W<BattleInputBufferSettings>;
|
|
162
|
+
export type BattlePartySettingsType = W<BattlePartySettings>;
|
|
163
|
+
export type BattleSettingsType = W<BattleSettings>;
|
|
164
|
+
export type BattleVisualSettingsType = W<BattleVisualSettings>;
|
|
165
|
+
export type BelugaPokemonWhitelistType = W<BelugaPokemonWhitelist>;
|
|
166
|
+
export type BestFriendsPlusSettingsType = W<BestFriendsPlusSettings>;
|
|
167
|
+
export type BreadBattleClientSettingsType = W<BreadBattleClientSettings>;
|
|
168
|
+
export type BreadFeatureFlagsType = W<BreadFeatureFlags>;
|
|
169
|
+
export type BreadLobbyCounterSettingsType = W<BreadLobbyCounterSettings>;
|
|
170
|
+
export type BreadLobbyUpdateSettingsType = W<BreadLobbyUpdateSettings>;
|
|
171
|
+
export type BreadMoveMappingsType = W<BreadMoveMappings>;
|
|
172
|
+
export type BreadPokemonScalingSettingsType = W<BreadPokemonScalingSettings>;
|
|
173
|
+
export type BreadSettingsType = W<BreadSettings>;
|
|
174
|
+
export type BuddyEncounterCameoSettingsType = W<BuddyEncounterCameoSettings>;
|
|
175
|
+
export type BuddyHungerSettingsType = W<BuddyHungerSettings>;
|
|
176
|
+
export type BuddyInteractionSettingsType = W<BuddyInteractionSettings>;
|
|
177
|
+
export type BuddySwapSettingsType = W<BuddySwapSettings>;
|
|
178
|
+
export type BuddyWalkSettingsType = W<BuddyWalkSettings>;
|
|
179
|
+
export type BulkHealingSettingsType = W<BulkHealingSettings>;
|
|
180
|
+
export type ButterflyCollectorSettingsType = W<ButterflyCollectorSettings>;
|
|
181
|
+
export type CampfireSettingsType = W<CampfireSettings>;
|
|
182
|
+
export type CatchRadiusMultiplierSettingsType = W<CatchRadiusMultiplierSettings>;
|
|
183
|
+
export type CombatCompetitiveSeasonSettingsType = W<CombatCompetitiveSeasonSettings>;
|
|
184
|
+
export type CombatLeagueSettingsType = W<CombatLeagueSettings>;
|
|
185
|
+
export type CombatSettingsType = W<CombatSettings>;
|
|
186
|
+
export type CombatStatStageSettingsType = W<CombatStatStageSettings>;
|
|
187
|
+
export type ContestSettingsType = W<ContestSettings>;
|
|
188
|
+
export type ConversationSettingsType = W<ConversationSettings>;
|
|
189
|
+
export type CrossGameSocialSettingsType = W<CrossGameSocialSettings>;
|
|
190
|
+
export type DailyAdventureIncenseSettingsType = W<DailyAdventureIncenseSettings>;
|
|
191
|
+
export type DeepLinkingSettingsType = W<DeepLinkingSettings>;
|
|
192
|
+
export type EggHatchImprovementsSettingsType = W<EggHatchImprovementsSettings>;
|
|
193
|
+
export type EncounterSettingsType = W<EncounterSettings>;
|
|
194
|
+
export type EventPlannerPopularNotificationSettingsType = W<EventPlannerPopularNotificationSettings>;
|
|
195
|
+
export type ExternalAddressableAssetsSettingsType = W<ExternalAddressableAssetsSettings>;
|
|
196
|
+
export type FeatureUnlockLevelSettingsType = W<FeatureUnlockLevelSettings>;
|
|
197
|
+
export type GeotargetedQuestSettingsType = W<GeotargetedQuestSettings>;
|
|
198
|
+
export type GiftingSettingsType = W<GiftingSettings>;
|
|
199
|
+
export type GuiSearchSettingsType = W<GuiSearchSettings>;
|
|
200
|
+
export type GymBadgeSettingsType = W<GymBadgeSettings>;
|
|
201
|
+
export type HapticsSettingsType = W<HapticsSettings>;
|
|
202
|
+
export type IapSettingsType = W<IapSettings>;
|
|
203
|
+
export type IbfcLightweightSettingsType = W<IbfcLightweightSettings>;
|
|
204
|
+
export type ImpressionTrackingSettingsType = W<ImpressionTrackingSettings>;
|
|
205
|
+
export type InAppSurveySettingsType = W<InAppSurveySettings>;
|
|
206
|
+
export type IncidentPrioritySettingsType = W<IncidentPrioritySettings>;
|
|
207
|
+
export type IncidentVisibilitySettingsType = W<IncidentVisibilitySettings>;
|
|
208
|
+
export type InventorySettingsType = W<InventorySettings>;
|
|
209
|
+
export type IrisSocialSettingsType = W<IrisSocialSettings>;
|
|
210
|
+
export type IrisSocialUxFunnelSettingsType = W<IrisSocialUxFunnelSettings>;
|
|
211
|
+
export type ItemCurrencyValuesType = W<ItemCurrencyValues>;
|
|
212
|
+
export type ItemInventoryUpdateSettingsType = W<ItemInventoryUpdateSettings>;
|
|
213
|
+
export type JoinRaidViaFriendListSettingsType = W<JoinRaidViaFriendListSettings>;
|
|
214
|
+
export type LanguageSelectorSettingsType = W<LanguageSelectorSettings>;
|
|
215
|
+
export type LuckyPokemonSettingsType = W<LuckyPokemonSettings>;
|
|
216
|
+
export type MainMenuChangesType = W<MainMenuChanges>;
|
|
217
|
+
export type MapDisplaySettingsType = W<MapDisplaySettings>;
|
|
218
|
+
export type MapObjectsInteractionRangeSettingsType = W<MapObjectsInteractionRangeSettings>;
|
|
219
|
+
export type MegaEvoSettingsType = W<MegaEvoSettings>;
|
|
220
|
+
export type MonodepthSettingsType = W<MonodepthSettings>;
|
|
221
|
+
export type MpSettingsType = W<MpSettings>;
|
|
222
|
+
export type NaturalArtDayNightFeatureSettingsType = W<NaturalArtDayNightFeatureSettings>;
|
|
223
|
+
export type NearbyPokemonSettingsType = W<NearbyPokemonSettings>;
|
|
224
|
+
export type NeutralAvatarSettingsType = W<NeutralAvatarSettings>;
|
|
225
|
+
export type OnboardingSettingsType = W<OnboardingSettings>;
|
|
226
|
+
export type OptimizationsProtoType = W<OptimizationsProto>;
|
|
227
|
+
export type PartyDarkLaunchSettingsType = W<PartyDarkLaunchSettings>;
|
|
228
|
+
export type PartyIapBoostsSettingsType = W<PartyIapBoostsSettings>;
|
|
229
|
+
export type PartyRecommendationSettingsType = W<PartyRecommendationSettings>;
|
|
230
|
+
export type PhotoSettingsType = W<PhotoSettings>;
|
|
231
|
+
export type PlannerSettingsType = W<PlannerSettings>;
|
|
232
|
+
export type PlayerBonusSystemSettingsType = W<PlayerBonusSystemSettings>;
|
|
233
|
+
export type PlayerLevelType = W<PlayerLevel>;
|
|
234
|
+
export type PokeballThrowPropertySettingsType = W<PokeballThrowPropertySettings>;
|
|
235
|
+
export type PokecoinPurchaseDisplayGmtType = W<PokecoinPurchaseDisplayGmt>;
|
|
236
|
+
export type PokedexCategoriesSettingsType = W<PokedexCategoriesSettings>;
|
|
237
|
+
export type PokedexSizeStatsSystemSettingsType = W<PokedexSizeStatsSystemSettings>;
|
|
238
|
+
export type Pokedexv2FeatureFlagsType = W<Pokedexv2FeatureFlags>;
|
|
239
|
+
export type PokedexV2SettingsType = W<PokedexV2Settings>;
|
|
240
|
+
export type PokemonFxSettingsType = W<PokemonFxSettings>;
|
|
241
|
+
export type PokemonHomeSettingsType = W<PokemonHomeSettings>;
|
|
242
|
+
export type PokemonTagSettingsType = W<PokemonTagSettings>;
|
|
243
|
+
export type PopupControlSettingsType = W<PopupControlSettings>;
|
|
244
|
+
export type PostcardCollectionSettingsType = W<PostcardCollectionSettings>;
|
|
245
|
+
export type PowerUpPokestopsSettingsType = W<PowerUpPokestopsSettings>;
|
|
246
|
+
export type PrimalEvoSettingsType = W<PrimalEvoSettings>;
|
|
247
|
+
export type PtcOauthSettingsType = W<PtcOauthSettings>;
|
|
248
|
+
export type QuestDialogueInboxSettingsType = W<QuestDialogueInboxSettings>;
|
|
249
|
+
export type QuickInviteSettingsType = W<QuickInviteSettings>;
|
|
250
|
+
export type RaidEntryCostSettingsType = W<RaidEntryCostSettings>;
|
|
251
|
+
export type RaidLobbyCounterSettingsType = W<RaidLobbyCounterSettings>;
|
|
252
|
+
export type RaidSettingsType = W<RaidSettings>;
|
|
253
|
+
export type ReferralSettingsType = W<ReferralSettings>;
|
|
254
|
+
export type RemoteTradeSettingsType = W<RemoteTradeSettings>;
|
|
255
|
+
export type RouteBadgeSettingsType = W<RouteBadgeSettings>;
|
|
256
|
+
export type RouteCreationSettingsType = W<RouteCreationSettings>;
|
|
257
|
+
export type RouteDiscoverySettingsType = W<RouteDiscoverySettings>;
|
|
258
|
+
export type RoutePinSettingsType = W<RoutePinSettings>;
|
|
259
|
+
export type RoutePlaySettingsType = W<RoutePlaySettings>;
|
|
260
|
+
export type RoutesNearbyNotifSettingsType = W<RoutesNearbyNotifSettings>;
|
|
261
|
+
export type RoutesPartyPlayInteropSettingsType = W<RoutesPartyPlayInteropSettings>;
|
|
262
|
+
export type RouteStampCategorySettingsType = W<RouteStampCategorySettings>;
|
|
263
|
+
export type SharedFusionSettingsType = W<SharedFusionSettings>;
|
|
264
|
+
export type SharedMoveSettingsType = W<SharedMoveSettings>;
|
|
265
|
+
export type SoftSfidaSettingsType = W<SoftSfidaSettings>;
|
|
266
|
+
export type SourdoughMoveMappingSettingsType = W<SourdoughMoveMappingSettings>;
|
|
267
|
+
export type SpecialEggSettingsType = W<SpecialEggSettings>;
|
|
268
|
+
export type SponsoredGeofenceGiftSettingsType = W<SponsoredGeofenceGiftSettings>;
|
|
269
|
+
export type SquashSettingsType = W<SquashSettings>;
|
|
270
|
+
export type StampCollectionSettingsType = W<StampCollectionSettings>;
|
|
271
|
+
export type StationedPokemonTableSettingsType = W<StationedPokemonTableSettings>;
|
|
272
|
+
export type StickerCategorySettingsType = W<StickerCategorySettings>;
|
|
273
|
+
export type StyleShopSettingsType = W<StyleShopSettings>;
|
|
274
|
+
export type TicketGiftingSettingsType = W<TicketGiftingSettings>;
|
|
275
|
+
export type TodayViewSettingsType = W<TodayViewSettings>;
|
|
276
|
+
export type TutorialSettingsType = W<TutorialSettings>;
|
|
277
|
+
export type UsernameSuggestionSettingsType = W<UsernameSuggestionSettings>;
|
|
278
|
+
export type VerboseLogCombatSettingsType = W<VerboseLogCombatSettings>;
|
|
279
|
+
export type VerboseLogRaidSettingsType = W<VerboseLogRaidSettings>;
|
|
280
|
+
export type VistaGeneralSettingsType = W<VistaGeneralSettings>;
|
|
281
|
+
export type VnextBattleConfigType = W<VnextBattleConfig>;
|
|
282
|
+
export type VsSeekerClientSettingsType = W<VsSeekerClientSettings>;
|
|
283
|
+
export type VsSeekerScheduleSettingsType = W<VsSeekerScheduleSettings>;
|
|
284
|
+
export type WeatherBonusSettingsType = W<WeatherBonusSettings>;
|
|
285
|
+
|
|
286
|
+
export type Singletons =
|
|
287
|
+
| AccessibilitySettingsType
|
|
288
|
+
| AdditiveSceneSettingsType
|
|
289
|
+
| AddressablePokemonSettingsType
|
|
290
|
+
| AddressBookImportSettingsType
|
|
291
|
+
| AdvancedSettingsType
|
|
292
|
+
| ArPhotoFeatureFlagsType
|
|
293
|
+
| ArTelemetrySettingsType
|
|
294
|
+
| AssetRefreshProtoType
|
|
295
|
+
| AvatarFeatureFlagsType
|
|
296
|
+
| AvatarStoreFooterFlagsType
|
|
297
|
+
| AvatarStoreSubcategoryFilteringFlagsType
|
|
298
|
+
| BackgroundModeSettingsType
|
|
299
|
+
| BattleAnimationSettingsType
|
|
300
|
+
| BattleHubBadgeSettingsType
|
|
301
|
+
| BattleHubOrderSettingsType
|
|
302
|
+
| BattleInputBufferSettingsType
|
|
303
|
+
| BattlePartySettingsType
|
|
304
|
+
| BattleSettingsType
|
|
305
|
+
| BattleVisualSettingsType
|
|
306
|
+
| BelugaPokemonWhitelistType
|
|
307
|
+
| BestFriendsPlusSettingsType
|
|
308
|
+
| BreadBattleClientSettingsType
|
|
309
|
+
| BreadFeatureFlagsType
|
|
310
|
+
| BreadLobbyCounterSettingsType
|
|
311
|
+
| BreadLobbyUpdateSettingsType
|
|
312
|
+
| BreadMoveMappingsType
|
|
313
|
+
| BreadPokemonScalingSettingsType
|
|
314
|
+
| BreadSettingsType
|
|
315
|
+
| BuddyEncounterCameoSettingsType
|
|
316
|
+
| BuddyHungerSettingsType
|
|
317
|
+
| BuddyInteractionSettingsType
|
|
318
|
+
| BuddySwapSettingsType
|
|
319
|
+
| BuddyWalkSettingsType
|
|
320
|
+
| BulkHealingSettingsType
|
|
321
|
+
| ButterflyCollectorSettingsType
|
|
322
|
+
| CampfireSettingsType
|
|
323
|
+
| CatchRadiusMultiplierSettingsType
|
|
324
|
+
| CombatCompetitiveSeasonSettingsType
|
|
325
|
+
| CombatLeagueSettingsType
|
|
326
|
+
| CombatSettingsType
|
|
327
|
+
| CombatStatStageSettingsType
|
|
328
|
+
| ContestSettingsType
|
|
329
|
+
| ConversationSettingsType
|
|
330
|
+
| CrossGameSocialSettingsType
|
|
331
|
+
| DailyAdventureIncenseSettingsType
|
|
332
|
+
| DeepLinkingSettingsType
|
|
333
|
+
| EggHatchImprovementsSettingsType
|
|
334
|
+
| EncounterSettingsType
|
|
335
|
+
| EventPlannerPopularNotificationSettingsType
|
|
336
|
+
| ExternalAddressableAssetsSettingsType
|
|
337
|
+
| FeatureUnlockLevelSettingsType
|
|
338
|
+
| GeotargetedQuestSettingsType
|
|
339
|
+
| GiftingSettingsType
|
|
340
|
+
| GuiSearchSettingsType
|
|
341
|
+
| GymBadgeSettingsType
|
|
342
|
+
| HapticsSettingsType
|
|
343
|
+
| IapSettingsType
|
|
344
|
+
| IbfcLightweightSettingsType
|
|
345
|
+
| ImpressionTrackingSettingsType
|
|
346
|
+
| InAppSurveySettingsType
|
|
347
|
+
| IncidentPrioritySettingsType
|
|
348
|
+
| IncidentVisibilitySettingsType
|
|
349
|
+
| InventorySettingsType
|
|
350
|
+
| IrisSocialSettingsType
|
|
351
|
+
| IrisSocialUxFunnelSettingsType
|
|
352
|
+
| ItemCurrencyValuesType
|
|
353
|
+
| ItemInventoryUpdateSettingsType
|
|
354
|
+
| JoinRaidViaFriendListSettingsType
|
|
355
|
+
| LanguageSelectorSettingsType
|
|
356
|
+
| LuckyPokemonSettingsType
|
|
357
|
+
| MainMenuChangesType
|
|
358
|
+
| MapDisplaySettingsType
|
|
359
|
+
| MapObjectsInteractionRangeSettingsType
|
|
360
|
+
| MegaEvoSettingsType
|
|
361
|
+
| MonodepthSettingsType
|
|
362
|
+
| MpSettingsType
|
|
363
|
+
| NaturalArtDayNightFeatureSettingsType
|
|
364
|
+
| NearbyPokemonSettingsType
|
|
365
|
+
| NeutralAvatarSettingsType
|
|
366
|
+
| OnboardingSettingsType
|
|
367
|
+
| OptimizationsProtoType
|
|
368
|
+
| PartyDarkLaunchSettingsType
|
|
369
|
+
| PartyIapBoostsSettingsType
|
|
370
|
+
| PartyRecommendationSettingsType
|
|
371
|
+
| PhotoSettingsType
|
|
372
|
+
| PlannerSettingsType
|
|
373
|
+
| PlayerBonusSystemSettingsType
|
|
374
|
+
| PlayerLevelType
|
|
375
|
+
| PokeballThrowPropertySettingsType
|
|
376
|
+
| PokecoinPurchaseDisplayGmtType
|
|
377
|
+
| PokedexCategoriesSettingsType
|
|
378
|
+
| PokedexSizeStatsSystemSettingsType
|
|
379
|
+
| Pokedexv2FeatureFlagsType
|
|
380
|
+
| PokedexV2SettingsType
|
|
381
|
+
| PokemonFxSettingsType
|
|
382
|
+
| PokemonHomeSettingsType
|
|
383
|
+
| PokemonTagSettingsType
|
|
384
|
+
| PopupControlSettingsType
|
|
385
|
+
| PostcardCollectionSettingsType
|
|
386
|
+
| PowerUpPokestopsSettingsType
|
|
387
|
+
| PrimalEvoSettingsType
|
|
388
|
+
| PtcOauthSettingsType
|
|
389
|
+
| QuestDialogueInboxSettingsType
|
|
390
|
+
| QuickInviteSettingsType
|
|
391
|
+
| RaidEntryCostSettingsType
|
|
392
|
+
| RaidLobbyCounterSettingsType
|
|
393
|
+
| RaidSettingsType
|
|
394
|
+
| ReferralSettingsType
|
|
395
|
+
| RemoteTradeSettingsType
|
|
396
|
+
| RouteBadgeSettingsType
|
|
397
|
+
| RouteCreationSettingsType
|
|
398
|
+
| RouteDiscoverySettingsType
|
|
399
|
+
| RoutePinSettingsType
|
|
400
|
+
| RoutePlaySettingsType
|
|
401
|
+
| RoutesNearbyNotifSettingsType
|
|
402
|
+
| RoutesPartyPlayInteropSettingsType
|
|
403
|
+
| RouteStampCategorySettingsType
|
|
404
|
+
| SharedFusionSettingsType
|
|
405
|
+
| SharedMoveSettingsType
|
|
406
|
+
| SoftSfidaSettingsType
|
|
407
|
+
| SourdoughMoveMappingSettingsType
|
|
408
|
+
| SpecialEggSettingsType
|
|
409
|
+
| SponsoredGeofenceGiftSettingsType
|
|
410
|
+
| SquashSettingsType
|
|
411
|
+
| StampCollectionSettingsType
|
|
412
|
+
| StationedPokemonTableSettingsType
|
|
413
|
+
| StickerCategorySettingsType
|
|
414
|
+
| StyleShopSettingsType
|
|
415
|
+
| TicketGiftingSettingsType
|
|
416
|
+
| TodayViewSettingsType
|
|
417
|
+
| TutorialSettingsType
|
|
418
|
+
| UsernameSuggestionSettingsType
|
|
419
|
+
| VerboseLogCombatSettingsType
|
|
420
|
+
| VerboseLogRaidSettingsType
|
|
421
|
+
| VistaGeneralSettingsType
|
|
422
|
+
| VnextBattleConfigType
|
|
423
|
+
| VsSeekerClientSettingsType
|
|
424
|
+
| VsSeekerScheduleSettingsType
|
|
425
|
+
| WeatherBonusSettingsType;
|
|
426
|
+
|
|
427
|
+
/** Same as @see {Singletons} */
|
|
428
|
+
export type SingletonsType = Singletons;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "stickerMetadata" entries barrel.
|
|
2
|
+
|
|
3
|
+
import type { StickerMetadataMiscMasterfileEntry } from "./misc";
|
|
4
|
+
import type { StickerMetadataPokemonIdMasterfileEntry } from "./pokemon-id";
|
|
5
|
+
import type { StickerMetadataPokemonIdRegionIdMasterfileEntry } from "./pokemon-id-region-id";
|
|
6
|
+
import type { StickerMetadataPokemonIdRegionIdReleaseDateMasterfileEntry } from "./pokemon-id-region-id-release-date";
|
|
7
|
+
import type { StickerMetadataPokemonIdRegionIdReleaseDateStickerUrlMasterfileEntry } from "./pokemon-id-region-id-release-date-sticker-url";
|
|
8
|
+
import type { StickerMetadataPokemonIdReleaseDateMasterfileEntry } from "./pokemon-id-release-date";
|
|
9
|
+
import type { StickerMetadataPokemonIdReleaseDateStickerUrlMasterfileEntry } from "./pokemon-id-release-date-sticker-url";
|
|
10
|
+
import type { StickerMetadataRegionIdReleaseDateMasterfileEntry } from "./region-id-release-date";
|
|
11
|
+
import type { StickerMetadataRegionIdReleaseDateStickerUrlMasterfileEntry } from "./region-id-release-date-sticker-url";
|
|
12
|
+
import type { StickerMetadataReleaseDateMasterfileEntry } from "./release-date";
|
|
13
|
+
import type { StickerMetadataReleaseDateStickerUrlMasterfileEntry } from "./release-date-sticker-url";
|
|
14
|
+
|
|
15
|
+
export type * from "./misc";
|
|
16
|
+
export type * from "./pokemon-id";
|
|
17
|
+
export type * from "./pokemon-id-region-id";
|
|
18
|
+
export type * from "./pokemon-id-region-id-release-date";
|
|
19
|
+
export type * from "./pokemon-id-region-id-release-date-sticker-url";
|
|
20
|
+
export type * from "./pokemon-id-release-date";
|
|
21
|
+
export type * from "./pokemon-id-release-date-sticker-url";
|
|
22
|
+
export type * from "./region-id-release-date";
|
|
23
|
+
export type * from "./region-id-release-date-sticker-url";
|
|
24
|
+
export type * from "./release-date";
|
|
25
|
+
export type * from "./release-date-sticker-url";
|
|
26
|
+
|
|
27
|
+
export type StickerMetadataMasterfileEntry =
|
|
28
|
+
| StickerMetadataMiscMasterfileEntry
|
|
29
|
+
| StickerMetadataPokemonIdMasterfileEntry
|
|
30
|
+
| StickerMetadataPokemonIdRegionIdMasterfileEntry
|
|
31
|
+
| StickerMetadataPokemonIdRegionIdReleaseDateMasterfileEntry
|
|
32
|
+
| StickerMetadataPokemonIdRegionIdReleaseDateStickerUrlMasterfileEntry
|
|
33
|
+
| StickerMetadataPokemonIdReleaseDateMasterfileEntry
|
|
34
|
+
| StickerMetadataPokemonIdReleaseDateStickerUrlMasterfileEntry
|
|
35
|
+
| StickerMetadataRegionIdReleaseDateMasterfileEntry
|
|
36
|
+
| StickerMetadataRegionIdReleaseDateStickerUrlMasterfileEntry
|
|
37
|
+
| StickerMetadataReleaseDateMasterfileEntry
|
|
38
|
+
| StickerMetadataReleaseDateStickerUrlMasterfileEntry;
|
|
39
|
+
|
|
40
|
+
export type StickerMetadataTemplateID = StickerMetadataMasterfileEntry["templateId"];
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
// Generated from Pokémon GO masterfile — group "stickerMetadata", split "misc", 12 entries.
|
|
2
|
+
|
|
3
|
+
import type { S } from "../../_utils";
|
|
4
|
+
import type { StickerMetadata } from "../types";
|
|
5
|
+
|
|
6
|
+
export type StickerMetadataFlairHeart1 = S<
|
|
7
|
+
StickerMetadata<
|
|
8
|
+
"STICKER_FLAIR_HEART_1",
|
|
9
|
+
{
|
|
10
|
+
category: ["Decoration"];
|
|
11
|
+
}
|
|
12
|
+
>
|
|
13
|
+
>;
|
|
14
|
+
export type StickerMetadataFlairHeart2 = S<
|
|
15
|
+
StickerMetadata<
|
|
16
|
+
"STICKER_FLAIR_HEART_2",
|
|
17
|
+
{
|
|
18
|
+
category: ["Decoration"];
|
|
19
|
+
}
|
|
20
|
+
>
|
|
21
|
+
>;
|
|
22
|
+
export type StickerMetadataFlairHeart3 = S<
|
|
23
|
+
StickerMetadata<
|
|
24
|
+
"STICKER_FLAIR_HEART_3",
|
|
25
|
+
{
|
|
26
|
+
category: ["Decoration"];
|
|
27
|
+
}
|
|
28
|
+
>
|
|
29
|
+
>;
|
|
30
|
+
export type StickerMetadataFlairHeart4 = S<
|
|
31
|
+
StickerMetadata<
|
|
32
|
+
"STICKER_FLAIR_HEART_4",
|
|
33
|
+
{
|
|
34
|
+
category: ["Decoration"];
|
|
35
|
+
}
|
|
36
|
+
>
|
|
37
|
+
>;
|
|
38
|
+
export type StickerMetadataFlairHeart5 = S<
|
|
39
|
+
StickerMetadata<
|
|
40
|
+
"STICKER_FLAIR_HEART_5",
|
|
41
|
+
{
|
|
42
|
+
category: ["Decoration"];
|
|
43
|
+
}
|
|
44
|
+
>
|
|
45
|
+
>;
|
|
46
|
+
export type StickerMetadataFlairStar1 = S<
|
|
47
|
+
StickerMetadata<
|
|
48
|
+
"STICKER_FLAIR_STAR_1",
|
|
49
|
+
{
|
|
50
|
+
category: ["Decoration"];
|
|
51
|
+
}
|
|
52
|
+
>
|
|
53
|
+
>;
|
|
54
|
+
export type StickerMetadataFlairStar2 = S<
|
|
55
|
+
StickerMetadata<
|
|
56
|
+
"STICKER_FLAIR_STAR_2",
|
|
57
|
+
{
|
|
58
|
+
category: ["Decoration"];
|
|
59
|
+
}
|
|
60
|
+
>
|
|
61
|
+
>;
|
|
62
|
+
export type StickerMetadataFlairStar3 = S<
|
|
63
|
+
StickerMetadata<
|
|
64
|
+
"STICKER_FLAIR_STAR_3",
|
|
65
|
+
{
|
|
66
|
+
category: ["Decoration"];
|
|
67
|
+
}
|
|
68
|
+
>
|
|
69
|
+
>;
|
|
70
|
+
export type StickerMetadataFlairStar4 = S<
|
|
71
|
+
StickerMetadata<
|
|
72
|
+
"STICKER_FLAIR_STAR_4",
|
|
73
|
+
{
|
|
74
|
+
category: ["Decoration"];
|
|
75
|
+
}
|
|
76
|
+
>
|
|
77
|
+
>;
|
|
78
|
+
export type StickerMetadataFlairStar5 = S<
|
|
79
|
+
StickerMetadata<
|
|
80
|
+
"STICKER_FLAIR_STAR_5",
|
|
81
|
+
{
|
|
82
|
+
category: ["Decoration"];
|
|
83
|
+
}
|
|
84
|
+
>
|
|
85
|
+
>;
|
|
86
|
+
export type StickerMetadataFlairStar6 = S<
|
|
87
|
+
StickerMetadata<
|
|
88
|
+
"STICKER_FLAIR_STAR_6",
|
|
89
|
+
{
|
|
90
|
+
category: ["Decoration"];
|
|
91
|
+
}
|
|
92
|
+
>
|
|
93
|
+
>;
|
|
94
|
+
export type StickerMetadataFlairStar7 = S<
|
|
95
|
+
StickerMetadata<
|
|
96
|
+
"STICKER_FLAIR_STAR_7",
|
|
97
|
+
{
|
|
98
|
+
category: ["Decoration"];
|
|
99
|
+
}
|
|
100
|
+
>
|
|
101
|
+
>;
|
|
102
|
+
|
|
103
|
+
export type StickerMetadataMiscMasterfileEntry =
|
|
104
|
+
| StickerMetadataFlairHeart1
|
|
105
|
+
| StickerMetadataFlairHeart2
|
|
106
|
+
| StickerMetadataFlairHeart3
|
|
107
|
+
| StickerMetadataFlairHeart4
|
|
108
|
+
| StickerMetadataFlairHeart5
|
|
109
|
+
| StickerMetadataFlairStar1
|
|
110
|
+
| StickerMetadataFlairStar2
|
|
111
|
+
| StickerMetadataFlairStar3
|
|
112
|
+
| StickerMetadataFlairStar4
|
|
113
|
+
| StickerMetadataFlairStar5
|
|
114
|
+
| StickerMetadataFlairStar6
|
|
115
|
+
| StickerMetadataFlairStar7;
|