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.
Files changed (462) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/LICENSE +21 -0
  3. package/README.md +62 -0
  4. package/dist/_utils.d.ts +33 -0
  5. package/dist/avatar-customization/entries/backpack.d.ts +1671 -0
  6. package/dist/avatar-customization/entries/belt.d.ts +308 -0
  7. package/dist/avatar-customization/entries/eyes.d.ts +172 -0
  8. package/dist/avatar-customization/entries/face.d.ts +668 -0
  9. package/dist/avatar-customization/entries/glasses.d.ts +912 -0
  10. package/dist/avatar-customization/entries/gloves.d.ts +1465 -0
  11. package/dist/avatar-customization/entries/hair.d.ts +667 -0
  12. package/dist/avatar-customization/entries/hat.d.ts +5170 -0
  13. package/dist/avatar-customization/entries/index.d.ts +58 -0
  14. package/dist/avatar-customization/entries/necklace.d.ts +92 -0
  15. package/dist/avatar-customization/entries/pants.d.ts +3214 -0
  16. package/dist/avatar-customization/entries/poses.d.ts +2224 -0
  17. package/dist/avatar-customization/entries/seasonal.d.ts +182 -0
  18. package/dist/avatar-customization/entries/shirt.d.ts +9502 -0
  19. package/dist/avatar-customization/entries/shoes.d.ts +3648 -0
  20. package/dist/avatar-customization/entries/skin.d.ts +355 -0
  21. package/dist/avatar-customization/entries/socks.d.ts +424 -0
  22. package/dist/avatar-customization/entries/sponsor.d.ts +724 -0
  23. package/dist/avatar-customization/index.d.ts +2 -0
  24. package/dist/avatar-customization/lookup-table.d.ts +3521 -0
  25. package/dist/avatar-customization/types.d.ts +60 -0
  26. package/dist/avatar-group-order-settings/entries.d.ts +104 -0
  27. package/dist/avatar-group-order-settings/index.d.ts +2 -0
  28. package/dist/avatar-group-order-settings/lookup-table.d.ts +8 -0
  29. package/dist/avatar-group-order-settings/types.d.ts +37 -0
  30. package/dist/avatar-item-display/entries/display-string-id/backpack.d.ts +817 -0
  31. package/dist/avatar-item-display/entries/display-string-id/belt.d.ts +177 -0
  32. package/dist/avatar-item-display/entries/display-string-id/face.d.ts +217 -0
  33. package/dist/avatar-item-display/entries/display-string-id/glasses.d.ts +347 -0
  34. package/dist/avatar-item-display/entries/display-string-id/gloves.d.ts +567 -0
  35. package/dist/avatar-item-display/entries/display-string-id/hat.d.ts +2197 -0
  36. package/dist/avatar-item-display/entries/display-string-id/idle.d.ts +16 -0
  37. package/dist/avatar-item-display/entries/display-string-id/index.d.ts +46 -0
  38. package/dist/avatar-item-display/entries/display-string-id/necklace.d.ts +57 -0
  39. package/dist/avatar-item-display/entries/display-string-id/pants.d.ts +1557 -0
  40. package/dist/avatar-item-display/entries/display-string-id/pose.d.ts +977 -0
  41. package/dist/avatar-item-display/entries/display-string-id/shirt.d.ts +4427 -0
  42. package/dist/avatar-item-display/entries/display-string-id/shoes.d.ts +1577 -0
  43. package/dist/avatar-item-display/entries/display-string-id/socks.d.ts +187 -0
  44. package/dist/avatar-item-display/entries/index.d.ts +11 -0
  45. package/dist/avatar-item-display/entries/misc.d.ts +3103 -0
  46. package/dist/avatar-item-display/index.d.ts +2 -0
  47. package/dist/avatar-item-display/lookup-table.d.ts +3301 -0
  48. package/dist/avatar-item-display/types.d.ts +17 -0
  49. package/dist/badge-settings/entries/capture-reward.d.ts +243 -0
  50. package/dist/badge-settings/entries/event-badge-event-badge-settings.d.ts +1087 -0
  51. package/dist/badge-settings/entries/event-badge.d.ts +8671 -0
  52. package/dist/badge-settings/entries/index.d.ts +19 -0
  53. package/dist/badge-settings/entries/misc.d.ts +727 -0
  54. package/dist/badge-settings/index.d.ts +2 -0
  55. package/dist/badge-settings/lookup-table.d.ts +1745 -0
  56. package/dist/badge-settings/types.d.ts +31 -0
  57. package/dist/bread-move-level-settings/entries.d.ts +425 -0
  58. package/dist/bread-move-level-settings/index.d.ts +2 -0
  59. package/dist/bread-move-level-settings/lookup-table.d.ts +21 -0
  60. package/dist/bread-move-level-settings/types.d.ts +78 -0
  61. package/dist/buddy-activity-category-settings/entries.d.ts +81 -0
  62. package/dist/buddy-activity-category-settings/index.d.ts +2 -0
  63. package/dist/buddy-activity-category-settings/lookup-table.d.ts +23 -0
  64. package/dist/buddy-activity-category-settings/types.d.ts +21 -0
  65. package/dist/buddy-emotion-level-settings/entries.d.ts +78 -0
  66. package/dist/buddy-emotion-level-settings/index.d.ts +2 -0
  67. package/dist/buddy-emotion-level-settings/lookup-table.d.ts +21 -0
  68. package/dist/buddy-emotion-level-settings/types.d.ts +19 -0
  69. package/dist/buddy-level-settings/entries.d.ts +56 -0
  70. package/dist/buddy-level-settings/index.d.ts +2 -0
  71. package/dist/buddy-level-settings/lookup-table.d.ts +11 -0
  72. package/dist/buddy-level-settings/types.d.ts +29 -0
  73. package/dist/client-quest-template/entries.d.ts +1996 -0
  74. package/dist/client-quest-template/index.d.ts +2 -0
  75. package/dist/client-quest-template/lookup-table.d.ts +117 -0
  76. package/dist/client-quest-template/types.d.ts +282 -0
  77. package/dist/code-gate-proto/entries.d.ts +74 -0
  78. package/dist/code-gate-proto/index.d.ts +2 -0
  79. package/dist/code-gate-proto/lookup-table.d.ts +33 -0
  80. package/dist/code-gate-proto/types.d.ts +21 -0
  81. package/dist/combat-league/entries/default.d.ts +110 -0
  82. package/dist/combat-league/entries/index.d.ts +13 -0
  83. package/dist/combat-league/entries/safari.d.ts +6108 -0
  84. package/dist/combat-league/entries/vs.d.ts +17161 -0
  85. package/dist/combat-league/index.d.ts +2 -0
  86. package/dist/combat-league/lookup-table.d.ts +217 -0
  87. package/dist/combat-league/types.d.ts +190 -0
  88. package/dist/combat-move/entries/bug.d.ts +174 -0
  89. package/dist/combat-move/entries/dark.d.ts +196 -0
  90. package/dist/combat-move/entries/dragon.d.ts +189 -0
  91. package/dist/combat-move/entries/electric.d.ts +274 -0
  92. package/dist/combat-move/entries/fairy.d.ts +135 -0
  93. package/dist/combat-move/entries/fighting.d.ts +329 -0
  94. package/dist/combat-move/entries/fire.d.ts +385 -0
  95. package/dist/combat-move/entries/flying.d.ts +311 -0
  96. package/dist/combat-move/entries/ghost.d.ts +222 -0
  97. package/dist/combat-move/entries/grass.d.ts +313 -0
  98. package/dist/combat-move/entries/ground.d.ts +224 -0
  99. package/dist/combat-move/entries/ice.d.ts +252 -0
  100. package/dist/combat-move/entries/index.d.ts +61 -0
  101. package/dist/combat-move/entries/normal.d.ts +453 -0
  102. package/dist/combat-move/entries/poison.d.ts +152 -0
  103. package/dist/combat-move/entries/psychic.d.ts +252 -0
  104. package/dist/combat-move/entries/rock.d.ts +179 -0
  105. package/dist/combat-move/entries/steel.d.ts +250 -0
  106. package/dist/combat-move/entries/water.d.ts +411 -0
  107. package/dist/combat-move/index.d.ts +2 -0
  108. package/dist/combat-move/lookup-table.d.ts +643 -0
  109. package/dist/combat-move/types.d.ts +29 -0
  110. package/dist/combat-npc-personality/entries.d.ts +44 -0
  111. package/dist/combat-npc-personality/index.d.ts +2 -0
  112. package/dist/combat-npc-personality/lookup-table.d.ts +9 -0
  113. package/dist/combat-npc-personality/types.d.ts +23 -0
  114. package/dist/combat-npc-trainer/entries.d.ts +258 -0
  115. package/dist/combat-npc-trainer/index.d.ts +2 -0
  116. package/dist/combat-npc-trainer/lookup-table.d.ts +25 -0
  117. package/dist/combat-npc-trainer/types.d.ts +50 -0
  118. package/dist/combat-ranking-proto-settings/entries.d.ts +2183 -0
  119. package/dist/combat-ranking-proto-settings/index.d.ts +2 -0
  120. package/dist/combat-ranking-proto-settings/lookup-table.d.ts +49 -0
  121. package/dist/combat-ranking-proto-settings/types.d.ts +28 -0
  122. package/dist/combat-type/entries.d.ts +171 -0
  123. package/dist/combat-type/index.d.ts +2 -0
  124. package/dist/combat-type/lookup-table.d.ts +43 -0
  125. package/dist/combat-type/types.d.ts +20 -0
  126. package/dist/entries.d.ts +189 -0
  127. package/dist/event-pass-settings/entries.d.ts +97 -0
  128. package/dist/event-pass-settings/index.d.ts +2 -0
  129. package/dist/event-pass-settings/lookup-table.d.ts +8 -0
  130. package/dist/event-pass-settings/types.d.ts +83 -0
  131. package/dist/event-pass-tier-settings/entries/free/april2026.d.ts +3992 -0
  132. package/dist/event-pass-tier-settings/entries/free/index.d.ts +13 -0
  133. package/dist/event-pass-tier-settings/entries/free/steeledresolve2026.d.ts +1844 -0
  134. package/dist/event-pass-tier-settings/entries/index.d.ts +11 -0
  135. package/dist/event-pass-tier-settings/entries/premium/april2026.d.ts +3632 -0
  136. package/dist/event-pass-tier-settings/entries/premium/index.d.ts +13 -0
  137. package/dist/event-pass-tier-settings/entries/premium/steeledresolve2026.d.ts +1048 -0
  138. package/dist/event-pass-tier-settings/index.d.ts +2 -0
  139. package/dist/event-pass-tier-settings/lookup-table.d.ts +1167 -0
  140. package/dist/event-pass-tier-settings/types.d.ts +229 -0
  141. package/dist/evolution-chain-display-settings/entries.d.ts +3763 -0
  142. package/dist/evolution-chain-display-settings/index.d.ts +2 -0
  143. package/dist/evolution-chain-display-settings/lookup-table.d.ts +165 -0
  144. package/dist/evolution-chain-display-settings/types.d.ts +36 -0
  145. package/dist/evolution-quest-template/entries.d.ts +827 -0
  146. package/dist/evolution-quest-template/index.d.ts +2 -0
  147. package/dist/evolution-quest-template/lookup-table.d.ts +81 -0
  148. package/dist/evolution-quest-template/types.d.ts +103 -0
  149. package/dist/feature-gate/entries.d.ts +184 -0
  150. package/dist/feature-gate/index.d.ts +2 -0
  151. package/dist/feature-gate/lookup-table.d.ts +35 -0
  152. package/dist/feature-gate/types.d.ts +32 -0
  153. package/dist/form-settings/entries/forms.d.ts +15945 -0
  154. package/dist/form-settings/entries/index.d.ts +11 -0
  155. package/dist/form-settings/entries/misc.d.ts +15 -0
  156. package/dist/form-settings/index.d.ts +2 -0
  157. package/dist/form-settings/lookup-table.d.ts +2057 -0
  158. package/dist/form-settings/types.d.ts +50 -0
  159. package/dist/fort-power-up-level-settings/entries.d.ts +48 -0
  160. package/dist/fort-power-up-level-settings/index.d.ts +2 -0
  161. package/dist/fort-power-up-level-settings/lookup-table.d.ts +10 -0
  162. package/dist/fort-power-up-level-settings/types.d.ts +22 -0
  163. package/dist/friendship-milestone-settings/entries.d.ts +143 -0
  164. package/dist/friendship-milestone-settings/index.d.ts +2 -0
  165. package/dist/friendship-milestone-settings/lookup-table.d.ts +19 -0
  166. package/dist/friendship-milestone-settings/types.d.ts +36 -0
  167. package/dist/gender-settings/entries/form.d.ts +1255 -0
  168. package/dist/gender-settings/entries/index.d.ts +11 -0
  169. package/dist/gender-settings/entries/misc.d.ts +30274 -0
  170. package/dist/gender-settings/index.d.ts +2 -0
  171. package/dist/gender-settings/lookup-table.d.ts +4935 -0
  172. package/dist/gender-settings/types.d.ts +22 -0
  173. package/dist/iap-category-display/entries.d.ts +150 -0
  174. package/dist/iap-category-display/index.d.ts +2 -0
  175. package/dist/iap-category-display/lookup-table.d.ts +33 -0
  176. package/dist/iap-category-display/types.d.ts +38 -0
  177. 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
  178. 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
  179. 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
  180. package/dist/iap-item-display/entries/category-description-hidden-sort-order-sprite-id-title.d.ts +35 -0
  181. 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
  182. package/dist/iap-item-display/entries/category-description-sort-order-sprite-id-title.d.ts +33 -0
  183. 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
  184. 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
  185. 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
  186. 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
  187. package/dist/iap-item-display/entries/category-hidden-sale-sort-order-sprite-id-title.d.ts +2362 -0
  188. 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
  189. 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
  190. 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
  191. package/dist/iap-item-display/entries/category-hidden-sort-order-sprite-id-title.d.ts +1463 -0
  192. package/dist/iap-item-display/entries/category-hidden-sort-order-sprite-id.d.ts +59 -0
  193. package/dist/iap-item-display/entries/category-hidden-sort-order-title.d.ts +19 -0
  194. package/dist/iap-item-display/entries/category-hidden-sort-order.d.ts +3895 -0
  195. package/dist/iap-item-display/entries/category-hidden.d.ts +27 -0
  196. package/dist/iap-item-display/entries/category-max-level-sale-sort-order-sprite-id-title.d.ts +21 -0
  197. 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
  198. 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
  199. package/dist/iap-item-display/entries/category-sale-sort-order-sprite-id-title.d.ts +77 -0
  200. 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
  201. package/dist/iap-item-display/entries/category-show-discount-tag-show-strikethrough-price-sort-order-sprite-id-title-total-value.d.ts +55 -0
  202. package/dist/iap-item-display/entries/category-show-discount-tag-show-strikethrough-price-sort-order-sprite-id-total-value.d.ts +172 -0
  203. package/dist/iap-item-display/entries/category-sort-order-sprite-id-title.d.ts +72 -0
  204. package/dist/iap-item-display/entries/category-sort-order-sprite-id.d.ts +175 -0
  205. package/dist/iap-item-display/entries/category-sort-order.d.ts +3802 -0
  206. package/dist/iap-item-display/entries/category.d.ts +16 -0
  207. 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
  208. 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
  209. 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
  210. package/dist/iap-item-display/entries/index.d.ts +112 -0
  211. package/dist/iap-item-display/entries/show-discount-tag-show-strikethrough-price-sprite-id-total-value.d.ts +19 -0
  212. package/dist/iap-item-display/entries/sprite-id.d.ts +16 -0
  213. package/dist/iap-item-display/index.d.ts +2 -0
  214. package/dist/iap-item-display/lookup-table.d.ts +2239 -0
  215. package/dist/iap-item-display/types.d.ts +247 -0
  216. package/dist/index.d.ts +2 -0
  217. package/dist/invasion-npc-display-settings/entries.d.ts +1400 -0
  218. package/dist/invasion-npc-display-settings/index.d.ts +2 -0
  219. package/dist/invasion-npc-display-settings/lookup-table.d.ts +141 -0
  220. package/dist/invasion-npc-display-settings/types.d.ts +235 -0
  221. package/dist/item-expiration-settings/entries.d.ts +262 -0
  222. package/dist/item-expiration-settings/index.d.ts +2 -0
  223. package/dist/item-expiration-settings/lookup-table.d.ts +51 -0
  224. package/dist/item-expiration-settings/types.d.ts +70 -0
  225. package/dist/item-settings/entries/boost.d.ts +47 -0
  226. package/dist/item-settings/entries/bread.d.ts +21 -0
  227. package/dist/item-settings/entries/buddy-exclusive-food.d.ts +22 -0
  228. package/dist/item-settings/entries/camera.d.ts +18 -0
  229. package/dist/item-settings/entries/candy.d.ts +27 -0
  230. package/dist/item-settings/entries/disk.d.ts +74 -0
  231. package/dist/item-settings/entries/enhanced-currency-holder.d.ts +18 -0
  232. package/dist/item-settings/entries/enhanced-currency.d.ts +19 -0
  233. package/dist/item-settings/entries/event-pass-point.d.ts +328 -0
  234. package/dist/item-settings/entries/evolution-requirement.d.ts +229 -0
  235. package/dist/item-settings/entries/food.d.ts +149 -0
  236. package/dist/item-settings/entries/friend-gift-box.d.ts +17 -0
  237. package/dist/item-settings/entries/global-event-ticket.d.ts +985 -0
  238. package/dist/item-settings/entries/incense.d.ts +99 -0
  239. package/dist/item-settings/entries/incident-ticket.d.ts +79 -0
  240. package/dist/item-settings/entries/incubator.d.ts +92 -0
  241. package/dist/item-settings/entries/index.d.ts +97 -0
  242. package/dist/item-settings/entries/inventory-upgrade.d.ts +52 -0
  243. package/dist/item-settings/entries/medicine.d.ts +91 -0
  244. package/dist/item-settings/entries/move-reroll.d.ts +62 -0
  245. package/dist/item-settings/entries/mp.d.ts +18 -0
  246. package/dist/item-settings/entries/pokeball.d.ts +95 -0
  247. package/dist/item-settings/entries/postcard-inventory.d.ts +19 -0
  248. package/dist/item-settings/entries/raid-ticket.d.ts +37 -0
  249. package/dist/item-settings/entries/route-maker.d.ts +17 -0
  250. package/dist/item-settings/entries/stardust-boost.d.ts +21 -0
  251. package/dist/item-settings/entries/stat-increase.d.ts +33 -0
  252. package/dist/item-settings/entries/sticker.d.ts +17 -0
  253. package/dist/item-settings/entries/team-change.d.ts +17 -0
  254. package/dist/item-settings/entries/utilites.d.ts +30 -0
  255. package/dist/item-settings/entries/xp-boost.d.ts +30 -0
  256. package/dist/item-settings/index.d.ts +2 -0
  257. package/dist/item-settings/lookup-table.d.ts +293 -0
  258. package/dist/item-settings/types.d.ts +462 -0
  259. package/dist/language-settings/entries.d.ts +33 -0
  260. package/dist/language-settings/index.d.ts +2 -0
  261. package/dist/language-settings/lookup-table.d.ts +9 -0
  262. package/dist/language-settings/types.d.ts +18 -0
  263. package/dist/level-up-rewards/entries.d.ts +1444 -0
  264. package/dist/level-up-rewards/index.d.ts +2 -0
  265. package/dist/level-up-rewards/lookup-table.d.ts +201 -0
  266. package/dist/level-up-rewards/types.d.ts +125 -0
  267. package/dist/limited-purchase-sku-settings/entries.d.ts +349 -0
  268. package/dist/limited-purchase-sku-settings/index.d.ts +2 -0
  269. package/dist/limited-purchase-sku-settings/lookup-table.d.ts +75 -0
  270. package/dist/limited-purchase-sku-settings/types.d.ts +20 -0
  271. package/dist/location-card-settings/entries/2023.d.ts +87 -0
  272. package/dist/location-card-settings/entries/2024.d.ts +330 -0
  273. package/dist/location-card-settings/entries/2025.d.ts +302 -0
  274. package/dist/location-card-settings/entries/2026.d.ts +189 -0
  275. package/dist/location-card-settings/entries/citysafari2025.d.ts +37 -0
  276. package/dist/location-card-settings/entries/id.d.ts +16 -0
  277. package/dist/location-card-settings/entries/index.d.ts +40 -0
  278. package/dist/location-card-settings/entries/jeju.d.ts +16 -0
  279. package/dist/location-card-settings/entries/pokelid.d.ts +417 -0
  280. package/dist/location-card-settings/entries/special.d.ts +43 -0
  281. package/dist/location-card-settings/entries/specialbackground.d.ts +536 -0
  282. package/dist/location-card-settings/entries/tokmun.d.ts +37 -0
  283. package/dist/location-card-settings/index.d.ts +2 -0
  284. package/dist/location-card-settings/lookup-table.d.ts +375 -0
  285. package/dist/location-card-settings/types.d.ts +56 -0
  286. package/dist/lookup-table.d.ts +571 -0
  287. package/dist/mega-evo-level-settings/entries/0.d.ts +431 -0
  288. package/dist/mega-evo-level-settings/entries/1.d.ts +506 -0
  289. package/dist/mega-evo-level-settings/entries/2.d.ts +556 -0
  290. package/dist/mega-evo-level-settings/entries/3.d.ts +556 -0
  291. package/dist/mega-evo-level-settings/entries/4.d.ts +82 -0
  292. package/dist/mega-evo-level-settings/entries/index.d.ts +22 -0
  293. package/dist/mega-evo-level-settings/index.d.ts +2 -0
  294. package/dist/mega-evo-level-settings/lookup-table.d.ts +213 -0
  295. package/dist/mega-evo-level-settings/types.d.ts +68 -0
  296. package/dist/move-sequence-settings/entries.d.ts +3683 -0
  297. package/dist/move-sequence-settings/index.d.ts +2 -0
  298. package/dist/move-sequence-settings/lookup-table.d.ts +669 -0
  299. package/dist/move-sequence-settings/types.d.ts +16 -0
  300. package/dist/move-settings/entries/bug.d.ts +288 -0
  301. package/dist/move-settings/entries/dark.d.ts +328 -0
  302. package/dist/move-settings/entries/dragon.d.ts +329 -0
  303. package/dist/move-settings/entries/electric.d.ts +429 -0
  304. package/dist/move-settings/entries/fairy.d.ts +250 -0
  305. package/dist/move-settings/entries/fighting.d.ts +493 -0
  306. package/dist/move-settings/entries/fire.d.ts +608 -0
  307. package/dist/move-settings/entries/flying.d.ts +451 -0
  308. package/dist/move-settings/entries/ghost.d.ts +350 -0
  309. package/dist/move-settings/entries/grass.d.ts +532 -0
  310. package/dist/move-settings/entries/ground.d.ts +372 -0
  311. package/dist/move-settings/entries/ice.d.ts +388 -0
  312. package/dist/move-settings/entries/index.d.ts +61 -0
  313. package/dist/move-settings/entries/normal.d.ts +937 -0
  314. package/dist/move-settings/entries/poison.d.ts +251 -0
  315. package/dist/move-settings/entries/psychic.d.ts +392 -0
  316. package/dist/move-settings/entries/rock.d.ts +291 -0
  317. package/dist/move-settings/entries/steel.d.ts +470 -0
  318. package/dist/move-settings/entries/water.d.ts +687 -0
  319. package/dist/move-settings/index.d.ts +2 -0
  320. package/dist/move-settings/lookup-table.d.ts +775 -0
  321. package/dist/move-settings/types.d.ts +34 -0
  322. package/dist/non-combat-move-settings/entries.d.ts +216 -0
  323. package/dist/non-combat-move-settings/index.d.ts +2 -0
  324. package/dist/non-combat-move-settings/lookup-table.d.ts +25 -0
  325. package/dist/non-combat-move-settings/types.d.ts +72 -0
  326. package/dist/party-play-general-settings/entries.d.ts +77 -0
  327. package/dist/party-play-general-settings/index.d.ts +2 -0
  328. package/dist/party-play-general-settings/lookup-table.d.ts +8 -0
  329. package/dist/party-play-general-settings/types.d.ts +72 -0
  330. package/dist/photo-sets-settings-proto/entries.d.ts +2309 -0
  331. package/dist/photo-sets-settings-proto/index.d.ts +2 -0
  332. package/dist/photo-sets-settings-proto/lookup-table.d.ts +97 -0
  333. package/dist/photo-sets-settings-proto/types.d.ts +83 -0
  334. package/dist/pokemon-extended-settings/entries/bread-overrides-form-temp-evo-overrides.d.ts +710 -0
  335. package/dist/pokemon-extended-settings/entries/bread-overrides-form.d.ts +5011 -0
  336. package/dist/pokemon-extended-settings/entries/bread-overrides-temp-evo-overrides.d.ts +698 -0
  337. package/dist/pokemon-extended-settings/entries/bread-overrides.d.ts +4385 -0
  338. package/dist/pokemon-extended-settings/entries/form-temp-evo-overrides.d.ts +1371 -0
  339. package/dist/pokemon-extended-settings/entries/form.d.ts +22765 -0
  340. package/dist/pokemon-extended-settings/entries/index.d.ts +31 -0
  341. package/dist/pokemon-extended-settings/entries/misc.d.ts +14693 -0
  342. package/dist/pokemon-extended-settings/entries/temp-evo-overrides.d.ts +1147 -0
  343. package/dist/pokemon-extended-settings/index.d.ts +2 -0
  344. package/dist/pokemon-extended-settings/lookup-table.d.ts +4937 -0
  345. package/dist/pokemon-extended-settings/types.d.ts +97 -0
  346. package/dist/pokemon-family/entries/index.d.ts +16 -0
  347. package/dist/pokemon-family/entries/mega-evolvable-pokemon-id.d.ts +487 -0
  348. package/dist/pokemon-family/entries/mega-evolvable-pokemon-ids.d.ts +16 -0
  349. package/dist/pokemon-family/entries/misc.d.ts +4435 -0
  350. package/dist/pokemon-family/index.d.ts +2 -0
  351. package/dist/pokemon-family/lookup-table.d.ts +1089 -0
  352. package/dist/pokemon-family/types.d.ts +68 -0
  353. package/dist/pokemon-home-energy-costs/entries.d.ts +60 -0
  354. package/dist/pokemon-home-energy-costs/index.d.ts +2 -0
  355. package/dist/pokemon-home-energy-costs/lookup-table.d.ts +10 -0
  356. package/dist/pokemon-home-energy-costs/types.d.ts +20 -0
  357. package/dist/pokemon-home-form-reversions/entries.d.ts +126 -0
  358. package/dist/pokemon-home-form-reversions/index.d.ts +2 -0
  359. package/dist/pokemon-home-form-reversions/lookup-table.d.ts +21 -0
  360. package/dist/pokemon-home-form-reversions/types.d.ts +50 -0
  361. package/dist/pokemon-scale-settings/entries.d.ts +74 -0
  362. package/dist/pokemon-scale-settings/index.d.ts +2 -0
  363. package/dist/pokemon-scale-settings/lookup-table.d.ts +19 -0
  364. package/dist/pokemon-scale-settings/types.d.ts +18 -0
  365. package/dist/pokemon-settings/entries/bug.d.ts +16890 -0
  366. package/dist/pokemon-settings/entries/dark.d.ts +7418 -0
  367. package/dist/pokemon-settings/entries/dragon.d.ts +6661 -0
  368. package/dist/pokemon-settings/entries/electric.d.ts +13394 -0
  369. package/dist/pokemon-settings/entries/fairy.d.ts +5071 -0
  370. package/dist/pokemon-settings/entries/fighting.d.ts +6701 -0
  371. package/dist/pokemon-settings/entries/fire.d.ts +10904 -0
  372. package/dist/pokemon-settings/entries/flying.d.ts +1382 -0
  373. package/dist/pokemon-settings/entries/ghost.d.ts +6588 -0
  374. package/dist/pokemon-settings/entries/grass.d.ts +15850 -0
  375. package/dist/pokemon-settings/entries/ground.d.ts +6653 -0
  376. package/dist/pokemon-settings/entries/ice.d.ts +5707 -0
  377. package/dist/pokemon-settings/entries/index.d.ts +61 -0
  378. package/dist/pokemon-settings/entries/normal.d.ts +20676 -0
  379. package/dist/pokemon-settings/entries/poison.d.ts +6682 -0
  380. package/dist/pokemon-settings/entries/psychic.d.ts +12345 -0
  381. package/dist/pokemon-settings/entries/rock.d.ts +9616 -0
  382. package/dist/pokemon-settings/entries/steel.d.ts +5564 -0
  383. package/dist/pokemon-settings/entries/water.d.ts +21347 -0
  384. package/dist/pokemon-settings/index.d.ts +2 -0
  385. package/dist/pokemon-settings/lookup-table.d.ts +4929 -0
  386. package/dist/pokemon-settings/types.d.ts +428 -0
  387. package/dist/pokemon-upgrades/entries.d.ts +129 -0
  388. package/dist/pokemon-upgrades/index.d.ts +2 -0
  389. package/dist/pokemon-upgrades/lookup-table.d.ts +8 -0
  390. package/dist/pokemon-upgrades/types.d.ts +130 -0
  391. package/dist/pokestop-invasion-availability-settings/entries.d.ts +23 -0
  392. package/dist/pokestop-invasion-availability-settings/index.d.ts +2 -0
  393. package/dist/pokestop-invasion-availability-settings/lookup-table.d.ts +21 -0
  394. package/dist/pokestop-invasion-availability-settings/types.d.ts +20 -0
  395. package/dist/quest-settings/entries.d.ts +36 -0
  396. package/dist/quest-settings/index.d.ts +2 -0
  397. package/dist/quest-settings/lookup-table.d.ts +9 -0
  398. package/dist/quest-settings/types.d.ts +25 -0
  399. package/dist/recommended-search-settings/entries.d.ts +109 -0
  400. package/dist/recommended-search-settings/index.d.ts +2 -0
  401. package/dist/recommended-search-settings/lookup-table.d.ts +27 -0
  402. package/dist/recommended-search-settings/types.d.ts +36 -0
  403. package/dist/roll-back/entries.d.ts +12 -0
  404. package/dist/roll-back/index.d.ts +2 -0
  405. package/dist/roll-back/lookup-table.d.ts +9 -0
  406. package/dist/roll-back/types.d.ts +16 -0
  407. package/dist/settings-override-rule/entries/fused-depth-enabled-meshing-enabled-occlusion-default-on-vps-enabled.d.ts +22 -0
  408. package/dist/settings-override-rule/entries/index.d.ts +16 -0
  409. package/dist/settings-override-rule/entries/meshing-enabled-rule-value-vps-enabled.d.ts +3727 -0
  410. package/dist/settings-override-rule/entries/rule-value.d.ts +19 -0
  411. package/dist/settings-override-rule/index.d.ts +2 -0
  412. package/dist/settings-override-rule/lookup-table.d.ts +507 -0
  413. package/dist/settings-override-rule/types.d.ts +24 -0
  414. package/dist/singletons/entries/flags.d.ts +474 -0
  415. package/dist/singletons/entries/index.d.ts +19 -0
  416. package/dist/singletons/entries/misc.d.ts +429 -0
  417. package/dist/singletons/entries/proto.d.ts +27 -0
  418. package/dist/singletons/entries/settings.d.ts +5998 -0
  419. package/dist/singletons/index.d.ts +2 -0
  420. package/dist/singletons/lookup-table.d.ts +285 -0
  421. package/dist/singletons/types.d.ts +428 -0
  422. package/dist/sticker-metadata/entries/index.d.ts +40 -0
  423. package/dist/sticker-metadata/entries/misc.d.ts +115 -0
  424. package/dist/sticker-metadata/entries/pokemon-id-region-id-release-date-sticker-url.d.ts +1073 -0
  425. package/dist/sticker-metadata/entries/pokemon-id-region-id-release-date.d.ts +3103 -0
  426. package/dist/sticker-metadata/entries/pokemon-id-region-id.d.ts +62 -0
  427. package/dist/sticker-metadata/entries/pokemon-id-release-date-sticker-url.d.ts +775 -0
  428. package/dist/sticker-metadata/entries/pokemon-id-release-date.d.ts +1162 -0
  429. package/dist/sticker-metadata/entries/pokemon-id.d.ts +34 -0
  430. package/dist/sticker-metadata/entries/region-id-release-date-sticker-url.d.ts +103 -0
  431. package/dist/sticker-metadata/entries/region-id-release-date.d.ts +183 -0
  432. package/dist/sticker-metadata/entries/release-date-sticker-url.d.ts +216 -0
  433. package/dist/sticker-metadata/entries/release-date.d.ts +347 -0
  434. package/dist/sticker-metadata/index.d.ts +2 -0
  435. package/dist/sticker-metadata/lookup-table.d.ts +1219 -0
  436. package/dist/sticker-metadata/types.d.ts +23 -0
  437. package/dist/tappable-settings/entries.d.ts +65 -0
  438. package/dist/tappable-settings/index.d.ts +2 -0
  439. package/dist/tappable-settings/lookup-table.d.ts +17 -0
  440. package/dist/tappable-settings/types.d.ts +24 -0
  441. package/dist/temporary-evolution-settings/entries.d.ts +763 -0
  442. package/dist/temporary-evolution-settings/index.d.ts +2 -0
  443. package/dist/temporary-evolution-settings/lookup-table.d.ts +107 -0
  444. package/dist/temporary-evolution-settings/types.d.ts +70 -0
  445. package/dist/type-effective/entries.d.ts +171 -0
  446. package/dist/type-effective/index.d.ts +2 -0
  447. package/dist/type-effective/lookup-table.d.ts +43 -0
  448. package/dist/type-effective/types.d.ts +37 -0
  449. package/dist/types.d.ts +247 -0
  450. package/dist/vs-seeker-loot/entries.d.ts +1701 -0
  451. package/dist/vs-seeker-loot/index.d.ts +2 -0
  452. package/dist/vs-seeker-loot/lookup-table.d.ts +103 -0
  453. package/dist/vs-seeker-loot/types.d.ts +64 -0
  454. package/dist/vs-seeker-pokemon-rewards/entries.d.ts +18 -0
  455. package/dist/vs-seeker-pokemon-rewards/index.d.ts +2 -0
  456. package/dist/vs-seeker-pokemon-rewards/lookup-table.d.ts +8 -0
  457. package/dist/vs-seeker-pokemon-rewards/types.d.ts +692 -0
  458. package/dist/weather-affinities/entries.d.ts +72 -0
  459. package/dist/weather-affinities/index.d.ts +2 -0
  460. package/dist/weather-affinities/lookup-table.d.ts +21 -0
  461. package/dist/weather-affinities/types.d.ts +19 -0
  462. package/package.json +75 -0
@@ -0,0 +1,3802 @@
1
+ // Generated from Pokémon GO masterfile — group "iapItemDisplay", split "category-sort-order", 345 entries.
2
+
3
+ import type { S } from "../../_utils";
4
+ import type { IapItemDisplay } from "../types";
5
+
6
+ export type IapItemDisplayBundleGeneral1Free1 = S<
7
+ IapItemDisplay<
8
+ "bundle.general1.free.1",
9
+ {
10
+ category: "IAP_CATEGORY_FREE";
11
+ sku: "bundle.general1.free.1";
12
+ sortOrder: 4;
13
+ }
14
+ >
15
+ >;
16
+ export type IapItemDisplaySticker8anniv13 = S<
17
+ IapItemDisplay<
18
+ "STICKER_8ANNIV_1.3",
19
+ {
20
+ category: "IAP_CATEGORY_STICKER";
21
+ sku: "STICKER_8ANNIV_1.3";
22
+ sortOrder: 988;
23
+ }
24
+ >
25
+ >;
26
+ export type IapItemDisplaySticker8anniv15 = S<
27
+ IapItemDisplay<
28
+ "STICKER_8ANNIV_1.5",
29
+ {
30
+ category: "IAP_CATEGORY_STICKER";
31
+ sku: "STICKER_8ANNIV_1.5";
32
+ sortOrder: 987;
33
+ }
34
+ >
35
+ >;
36
+ export type IapItemDisplaySticker8anniv23 = S<
37
+ IapItemDisplay<
38
+ "STICKER_8ANNIV_2.3",
39
+ {
40
+ category: "IAP_CATEGORY_STICKER";
41
+ sku: "STICKER_8ANNIV_2.3";
42
+ sortOrder: 20;
43
+ }
44
+ >
45
+ >;
46
+ export type IapItemDisplaySticker8anniv25 = S<
47
+ IapItemDisplay<
48
+ "STICKER_8ANNIV_2.5",
49
+ {
50
+ category: "IAP_CATEGORY_STICKER";
51
+ sku: "STICKER_8ANNIV_2.5";
52
+ sortOrder: 19;
53
+ }
54
+ >
55
+ >;
56
+ export type IapItemDisplaySticker8anniv33 = S<
57
+ IapItemDisplay<
58
+ "STICKER_8ANNIV_3.3",
59
+ {
60
+ category: "IAP_CATEGORY_STICKER";
61
+ sku: "STICKER_8ANNIV_3.3";
62
+ sortOrder: 18;
63
+ }
64
+ >
65
+ >;
66
+ export type IapItemDisplaySticker8anniv35 = S<
67
+ IapItemDisplay<
68
+ "STICKER_8ANNIV_3.5",
69
+ {
70
+ category: "IAP_CATEGORY_STICKER";
71
+ sku: "STICKER_8ANNIV_3.5";
72
+ sortOrder: 17;
73
+ }
74
+ >
75
+ >;
76
+ export type IapItemDisplaySticker8anniv43 = S<
77
+ IapItemDisplay<
78
+ "STICKER_8ANNIV_4.3",
79
+ {
80
+ category: "IAP_CATEGORY_STICKER";
81
+ sku: "STICKER_8ANNIV_4.3";
82
+ sortOrder: 16;
83
+ }
84
+ >
85
+ >;
86
+ export type IapItemDisplaySticker8anniv45 = S<
87
+ IapItemDisplay<
88
+ "STICKER_8ANNIV_4.5",
89
+ {
90
+ category: "IAP_CATEGORY_STICKER";
91
+ sku: "STICKER_8ANNIV_4.5";
92
+ sortOrder: 15;
93
+ }
94
+ >
95
+ >;
96
+ export type IapItemDisplaySticker9anniv13 = S<
97
+ IapItemDisplay<
98
+ "STICKER_9ANNIV_1.3",
99
+ {
100
+ category: "IAP_CATEGORY_STICKER";
101
+ sku: "STICKER_9ANNIV_1.3";
102
+ sortOrder: 6;
103
+ }
104
+ >
105
+ >;
106
+ export type IapItemDisplaySticker9anniv15 = S<
107
+ IapItemDisplay<
108
+ "STICKER_9ANNIV_1.5",
109
+ {
110
+ category: "IAP_CATEGORY_STICKER";
111
+ sku: "STICKER_9ANNIV_1.5";
112
+ sortOrder: 5;
113
+ }
114
+ >
115
+ >;
116
+ export type IapItemDisplaySticker9anniv23 = S<
117
+ IapItemDisplay<
118
+ "STICKER_9ANNIV_2.3",
119
+ {
120
+ category: "IAP_CATEGORY_STICKER";
121
+ sku: "STICKER_9ANNIV_2.3";
122
+ sortOrder: 8;
123
+ }
124
+ >
125
+ >;
126
+ export type IapItemDisplaySticker9anniv25 = S<
127
+ IapItemDisplay<
128
+ "STICKER_9ANNIV_2.5",
129
+ {
130
+ category: "IAP_CATEGORY_STICKER";
131
+ sku: "STICKER_9ANNIV_2.5";
132
+ sortOrder: 7;
133
+ }
134
+ >
135
+ >;
136
+ export type IapItemDisplaySticker9anniv33 = S<
137
+ IapItemDisplay<
138
+ "STICKER_9ANNIV_3.3",
139
+ {
140
+ category: "IAP_CATEGORY_STICKER";
141
+ sku: "STICKER_9ANNIV_3.3";
142
+ sortOrder: 10;
143
+ }
144
+ >
145
+ >;
146
+ export type IapItemDisplaySticker9anniv35 = S<
147
+ IapItemDisplay<
148
+ "STICKER_9ANNIV_3.5",
149
+ {
150
+ category: "IAP_CATEGORY_STICKER";
151
+ sku: "STICKER_9ANNIV_3.5";
152
+ sortOrder: 9;
153
+ }
154
+ >
155
+ >;
156
+ export type IapItemDisplaySticker2023collab13 = S<
157
+ IapItemDisplay<
158
+ "STICKER_2023COLLAB_1.3",
159
+ {
160
+ category: "IAP_CATEGORY_STICKER";
161
+ sku: "STICKER_2023COLLAB_1.3";
162
+ sortOrder: 1;
163
+ }
164
+ >
165
+ >;
166
+ export type IapItemDisplaySticker2023collab15 = S<
167
+ IapItemDisplay<
168
+ "STICKER_2023COLLAB_1.5",
169
+ {
170
+ category: "IAP_CATEGORY_STICKER";
171
+ sku: "STICKER_2023COLLAB_1.5";
172
+ sortOrder: 2;
173
+ }
174
+ >
175
+ >;
176
+ export type IapItemDisplaySticker2023collab23 = S<
177
+ IapItemDisplay<
178
+ "STICKER_2023COLLAB_2.3",
179
+ {
180
+ category: "IAP_CATEGORY_STICKER";
181
+ sku: "STICKER_2023COLLAB_2.3";
182
+ sortOrder: 3;
183
+ }
184
+ >
185
+ >;
186
+ export type IapItemDisplaySticker2023collab25 = S<
187
+ IapItemDisplay<
188
+ "STICKER_2023COLLAB_2.5",
189
+ {
190
+ category: "IAP_CATEGORY_STICKER";
191
+ sku: "STICKER_2023COLLAB_2.5";
192
+ sortOrder: 4;
193
+ }
194
+ >
195
+ >;
196
+ export type IapItemDisplaySticker2023collab33 = S<
197
+ IapItemDisplay<
198
+ "STICKER_2023COLLAB_3.3",
199
+ {
200
+ category: "IAP_CATEGORY_STICKER";
201
+ sku: "STICKER_2023COLLAB_3.3";
202
+ sortOrder: 5;
203
+ }
204
+ >
205
+ >;
206
+ export type IapItemDisplaySticker2023collab35 = S<
207
+ IapItemDisplay<
208
+ "STICKER_2023COLLAB_3.5",
209
+ {
210
+ category: "IAP_CATEGORY_STICKER";
211
+ sku: "STICKER_2023COLLAB_3.5";
212
+ sortOrder: 6;
213
+ }
214
+ >
215
+ >;
216
+ export type IapItemDisplaySticker2023collab43 = S<
217
+ IapItemDisplay<
218
+ "STICKER_2023COLLAB_4.3",
219
+ {
220
+ category: "IAP_CATEGORY_STICKER";
221
+ sku: "STICKER_2023COLLAB_4.3";
222
+ sortOrder: 7;
223
+ }
224
+ >
225
+ >;
226
+ export type IapItemDisplaySticker2023collab45 = S<
227
+ IapItemDisplay<
228
+ "STICKER_2023COLLAB_4.5",
229
+ {
230
+ category: "IAP_CATEGORY_STICKER";
231
+ sku: "STICKER_2023COLLAB_4.5";
232
+ sortOrder: 8;
233
+ }
234
+ >
235
+ >;
236
+ export type IapItemDisplayStickerBellsproutcd13 = S<
237
+ IapItemDisplay<
238
+ "STICKER_BELLSPROUTCD_1.3",
239
+ {
240
+ category: "IAP_CATEGORY_STICKER";
241
+ sku: "STICKER_BELLSPROUTCD_1.3";
242
+ sortOrder: 44;
243
+ }
244
+ >
245
+ >;
246
+ export type IapItemDisplayStickerBellsproutcd15 = S<
247
+ IapItemDisplay<
248
+ "STICKER_BELLSPROUTCD_1.5",
249
+ {
250
+ category: "IAP_CATEGORY_STICKER";
251
+ sku: "STICKER_BELLSPROUTCD_1.5";
252
+ sortOrder: 43;
253
+ }
254
+ >
255
+ >;
256
+ export type IapItemDisplayStickerBellsproutcd23 = S<
257
+ IapItemDisplay<
258
+ "STICKER_BELLSPROUTCD_2.3",
259
+ {
260
+ category: "IAP_CATEGORY_STICKER";
261
+ sku: "STICKER_BELLSPROUTCD_2.3";
262
+ sortOrder: 42;
263
+ }
264
+ >
265
+ >;
266
+ export type IapItemDisplayStickerBellsproutcd25 = S<
267
+ IapItemDisplay<
268
+ "STICKER_BELLSPROUTCD_2.5",
269
+ {
270
+ category: "IAP_CATEGORY_STICKER";
271
+ sku: "STICKER_BELLSPROUTCD_2.5";
272
+ sortOrder: 41;
273
+ }
274
+ >
275
+ >;
276
+ export type IapItemDisplayStickerBellsproutcd33 = S<
277
+ IapItemDisplay<
278
+ "STICKER_BELLSPROUTCD_3.3",
279
+ {
280
+ category: "IAP_CATEGORY_STICKER";
281
+ sku: "STICKER_BELLSPROUTCD_3.3";
282
+ sortOrder: 40;
283
+ }
284
+ >
285
+ >;
286
+ export type IapItemDisplayStickerBellsproutcd35 = S<
287
+ IapItemDisplay<
288
+ "STICKER_BELLSPROUTCD_3.5",
289
+ {
290
+ category: "IAP_CATEGORY_STICKER";
291
+ sku: "STICKER_BELLSPROUTCD_3.5";
292
+ sortOrder: 39;
293
+ }
294
+ >
295
+ >;
296
+ export type IapItemDisplayStickerBellsproutcd43 = S<
297
+ IapItemDisplay<
298
+ "STICKER_BELLSPROUTCD_4.3",
299
+ {
300
+ category: "IAP_CATEGORY_STICKER";
301
+ sku: "STICKER_BELLSPROUTCD_4.3";
302
+ sortOrder: 38;
303
+ }
304
+ >
305
+ >;
306
+ export type IapItemDisplayStickerBellsproutcd45 = S<
307
+ IapItemDisplay<
308
+ "STICKER_BELLSPROUTCD_4.5",
309
+ {
310
+ category: "IAP_CATEGORY_STICKER";
311
+ sku: "STICKER_BELLSPROUTCD_4.5";
312
+ sortOrder: 37;
313
+ }
314
+ >
315
+ >;
316
+ export type IapItemDisplayStickerBounsweetcd202413 = S<
317
+ IapItemDisplay<
318
+ "STICKER_BOUNSWEETCD2024_1.3",
319
+ {
320
+ category: "IAP_CATEGORY_STICKER";
321
+ sku: "STICKER_BOUNSWEETCD2024_1.3";
322
+ sortOrder: 52;
323
+ }
324
+ >
325
+ >;
326
+ export type IapItemDisplayStickerBounsweetcd202415 = S<
327
+ IapItemDisplay<
328
+ "STICKER_BOUNSWEETCD2024_1.5",
329
+ {
330
+ category: "IAP_CATEGORY_STICKER";
331
+ sku: "STICKER_BOUNSWEETCD2024_1.5";
332
+ sortOrder: 51;
333
+ }
334
+ >
335
+ >;
336
+ export type IapItemDisplayStickerBounsweetcd202423 = S<
337
+ IapItemDisplay<
338
+ "STICKER_BOUNSWEETCD2024_2.3",
339
+ {
340
+ category: "IAP_CATEGORY_STICKER";
341
+ sku: "STICKER_BOUNSWEETCD2024_2.3";
342
+ sortOrder: 50;
343
+ }
344
+ >
345
+ >;
346
+ export type IapItemDisplayStickerBounsweetcd202425 = S<
347
+ IapItemDisplay<
348
+ "STICKER_BOUNSWEETCD2024_2.5",
349
+ {
350
+ category: "IAP_CATEGORY_STICKER";
351
+ sku: "STICKER_BOUNSWEETCD2024_2.5";
352
+ sortOrder: 49;
353
+ }
354
+ >
355
+ >;
356
+ export type IapItemDisplayStickerBounsweetcd202433 = S<
357
+ IapItemDisplay<
358
+ "STICKER_BOUNSWEETCD2024_3.3",
359
+ {
360
+ category: "IAP_CATEGORY_STICKER";
361
+ sku: "STICKER_BOUNSWEETCD2024_3.3";
362
+ sortOrder: 48;
363
+ }
364
+ >
365
+ >;
366
+ export type IapItemDisplayStickerBounsweetcd202435 = S<
367
+ IapItemDisplay<
368
+ "STICKER_BOUNSWEETCD2024_3.5",
369
+ {
370
+ category: "IAP_CATEGORY_STICKER";
371
+ sku: "STICKER_BOUNSWEETCD2024_3.5";
372
+ sortOrder: 47;
373
+ }
374
+ >
375
+ >;
376
+ export type IapItemDisplayStickerBounsweetcd202443 = S<
377
+ IapItemDisplay<
378
+ "STICKER_BOUNSWEETCD2024_4.3",
379
+ {
380
+ category: "IAP_CATEGORY_STICKER";
381
+ sku: "STICKER_BOUNSWEETCD2024_4.3";
382
+ sortOrder: 46;
383
+ }
384
+ >
385
+ >;
386
+ export type IapItemDisplayStickerBounsweetcd202445 = S<
387
+ IapItemDisplay<
388
+ "STICKER_BOUNSWEETCD2024_4.5",
389
+ {
390
+ category: "IAP_CATEGORY_STICKER";
391
+ sku: "STICKER_BOUNSWEETCD2024_4.5";
392
+ sortOrder: 45;
393
+ }
394
+ >
395
+ >;
396
+ export type IapItemDisplayStickerChanseycd13 = S<
397
+ IapItemDisplay<
398
+ "STICKER_CHANSEYCD_1.3",
399
+ {
400
+ category: "IAP_CATEGORY_STICKER";
401
+ sku: "STICKER_CHANSEYCD_1.3";
402
+ sortOrder: 28;
403
+ }
404
+ >
405
+ >;
406
+ export type IapItemDisplayStickerChanseycd15 = S<
407
+ IapItemDisplay<
408
+ "STICKER_CHANSEYCD_1.5",
409
+ {
410
+ category: "IAP_CATEGORY_STICKER";
411
+ sku: "STICKER_CHANSEYCD_1.5";
412
+ sortOrder: 27;
413
+ }
414
+ >
415
+ >;
416
+ export type IapItemDisplayStickerChanseycd23 = S<
417
+ IapItemDisplay<
418
+ "STICKER_CHANSEYCD_2.3",
419
+ {
420
+ category: "IAP_CATEGORY_STICKER";
421
+ sku: "STICKER_CHANSEYCD_2.3";
422
+ sortOrder: 26;
423
+ }
424
+ >
425
+ >;
426
+ export type IapItemDisplayStickerChanseycd25 = S<
427
+ IapItemDisplay<
428
+ "STICKER_CHANSEYCD_2.5",
429
+ {
430
+ category: "IAP_CATEGORY_STICKER";
431
+ sku: "STICKER_CHANSEYCD_2.5";
432
+ sortOrder: 25;
433
+ }
434
+ >
435
+ >;
436
+ export type IapItemDisplayStickerChanseycd33 = S<
437
+ IapItemDisplay<
438
+ "STICKER_CHANSEYCD_3.3",
439
+ {
440
+ category: "IAP_CATEGORY_STICKER";
441
+ sku: "STICKER_CHANSEYCD_3.3";
442
+ sortOrder: 24;
443
+ }
444
+ >
445
+ >;
446
+ export type IapItemDisplayStickerChanseycd35 = S<
447
+ IapItemDisplay<
448
+ "STICKER_CHANSEYCD_3.5",
449
+ {
450
+ category: "IAP_CATEGORY_STICKER";
451
+ sku: "STICKER_CHANSEYCD_3.5";
452
+ sortOrder: 23;
453
+ }
454
+ >
455
+ >;
456
+ export type IapItemDisplayStickerChanseycd43 = S<
457
+ IapItemDisplay<
458
+ "STICKER_CHANSEYCD_4.3",
459
+ {
460
+ category: "IAP_CATEGORY_STICKER";
461
+ sku: "STICKER_CHANSEYCD_4.3";
462
+ sortOrder: 22;
463
+ }
464
+ >
465
+ >;
466
+ export type IapItemDisplayStickerChanseycd45 = S<
467
+ IapItemDisplay<
468
+ "STICKER_CHANSEYCD_4.5",
469
+ {
470
+ category: "IAP_CATEGORY_STICKER";
471
+ sku: "STICKER_CHANSEYCD_4.5";
472
+ sortOrder: 21;
473
+ }
474
+ >
475
+ >;
476
+ export type IapItemDisplayStickerDiamondpearldialga3 = S<
477
+ IapItemDisplay<
478
+ "STICKER_DIAMONDPEARLDIALGA.3",
479
+ {
480
+ category: "IAP_CATEGORY_STICKER";
481
+ sku: "STICKER_DIAMONDPEARLDIALGA.3";
482
+ sortOrder: 1;
483
+ }
484
+ >
485
+ >;
486
+ export type IapItemDisplayStickerDiamondpearldialga5 = S<
487
+ IapItemDisplay<
488
+ "STICKER_DIAMONDPEARLDIALGA.5",
489
+ {
490
+ category: "IAP_CATEGORY_STICKER";
491
+ sku: "STICKER_DIAMONDPEARLDIALGA.5";
492
+ sortOrder: 1;
493
+ }
494
+ >
495
+ >;
496
+ export type IapItemDisplayStickerDiamondpearlpalkia3 = S<
497
+ IapItemDisplay<
498
+ "STICKER_DIAMONDPEARLPALKIA.3",
499
+ {
500
+ category: "IAP_CATEGORY_STICKER";
501
+ sku: "STICKER_DIAMONDPEARLPALKIA.3";
502
+ sortOrder: 1;
503
+ }
504
+ >
505
+ >;
506
+ export type IapItemDisplayStickerDiamondpearlpalkia5 = S<
507
+ IapItemDisplay<
508
+ "STICKER_DIAMONDPEARLPALKIA.5",
509
+ {
510
+ category: "IAP_CATEGORY_STICKER";
511
+ sku: "STICKER_DIAMONDPEARLPALKIA.5";
512
+ sortOrder: 1;
513
+ }
514
+ >
515
+ >;
516
+ export type IapItemDisplayStickerEternatus3 = S<
517
+ IapItemDisplay<
518
+ "STICKER_ETERNATUS.3",
519
+ {
520
+ category: "IAP_CATEGORY_STICKER";
521
+ sku: "STICKER_ETERNATUS.3";
522
+ sortOrder: 12;
523
+ }
524
+ >
525
+ >;
526
+ export type IapItemDisplayStickerEternatus5 = S<
527
+ IapItemDisplay<
528
+ "STICKER_ETERNATUS.5",
529
+ {
530
+ category: "IAP_CATEGORY_STICKER";
531
+ sku: "STICKER_ETERNATUS.5";
532
+ sortOrder: 11;
533
+ }
534
+ >
535
+ >;
536
+ export type IapItemDisplayStickerFall202513 = S<
537
+ IapItemDisplay<
538
+ "STICKER_FALL_2025_1.3",
539
+ {
540
+ category: "IAP_CATEGORY_STICKER";
541
+ sku: "STICKER_FALL_2025_1.3";
542
+ sortOrder: 500;
543
+ }
544
+ >
545
+ >;
546
+ export type IapItemDisplayStickerFall202515 = S<
547
+ IapItemDisplay<
548
+ "STICKER_FALL_2025_1.5",
549
+ {
550
+ category: "IAP_CATEGORY_STICKER";
551
+ sku: "STICKER_FALL_2025_1.5";
552
+ sortOrder: 499;
553
+ }
554
+ >
555
+ >;
556
+ export type IapItemDisplayStickerFall202523 = S<
557
+ IapItemDisplay<
558
+ "STICKER_FALL_2025_2.3",
559
+ {
560
+ category: "IAP_CATEGORY_STICKER";
561
+ sku: "STICKER_FALL_2025_2.3";
562
+ sortOrder: 498;
563
+ }
564
+ >
565
+ >;
566
+ export type IapItemDisplayStickerFall202525 = S<
567
+ IapItemDisplay<
568
+ "STICKER_FALL_2025_2.5",
569
+ {
570
+ category: "IAP_CATEGORY_STICKER";
571
+ sku: "STICKER_FALL_2025_2.5";
572
+ sortOrder: 497;
573
+ }
574
+ >
575
+ >;
576
+ export type IapItemDisplayStickerFall202533 = S<
577
+ IapItemDisplay<
578
+ "STICKER_FALL_2025_3.3",
579
+ {
580
+ category: "IAP_CATEGORY_STICKER";
581
+ sku: "STICKER_FALL_2025_3.3";
582
+ sortOrder: 496;
583
+ }
584
+ >
585
+ >;
586
+ export type IapItemDisplayStickerFall202535 = S<
587
+ IapItemDisplay<
588
+ "STICKER_FALL_2025_3.5",
589
+ {
590
+ category: "IAP_CATEGORY_STICKER";
591
+ sku: "STICKER_FALL_2025_3.5";
592
+ sortOrder: 495;
593
+ }
594
+ >
595
+ >;
596
+ export type IapItemDisplayStickerFall202543 = S<
597
+ IapItemDisplay<
598
+ "STICKER_FALL_2025_4.3",
599
+ {
600
+ category: "IAP_CATEGORY_STICKER";
601
+ sku: "STICKER_FALL_2025_4.3";
602
+ sortOrder: 494;
603
+ }
604
+ >
605
+ >;
606
+ export type IapItemDisplayStickerFall202545 = S<
607
+ IapItemDisplay<
608
+ "STICKER_FALL_2025_4.5",
609
+ {
610
+ category: "IAP_CATEGORY_STICKER";
611
+ sku: "STICKER_FALL_2025_4.5";
612
+ sortOrder: 493;
613
+ }
614
+ >
615
+ >;
616
+ export type IapItemDisplayStickerFunawari223123 = S<
617
+ IapItemDisplay<
618
+ "STICKER_FUNAWARI_22_312.3",
619
+ {
620
+ category: "IAP_CATEGORY_STICKER";
621
+ sku: "STICKER_FUNAWARI_22_312.3";
622
+ sortOrder: 992;
623
+ }
624
+ >
625
+ >;
626
+ export type IapItemDisplayStickerFunawari223125 = S<
627
+ IapItemDisplay<
628
+ "STICKER_FUNAWARI_22_312.5",
629
+ {
630
+ category: "IAP_CATEGORY_STICKER";
631
+ sku: "STICKER_FUNAWARI_22_312.5";
632
+ sortOrder: 991;
633
+ }
634
+ >
635
+ >;
636
+ export type IapItemDisplayStickerFunwari203 = S<
637
+ IapItemDisplay<
638
+ "STICKER_FUNWARI_20.3",
639
+ {
640
+ category: "IAP_CATEGORY_STICKER";
641
+ sku: "STICKER_FUNWARI_20.3";
642
+ sortOrder: 1;
643
+ }
644
+ >
645
+ >;
646
+ export type IapItemDisplayStickerFunwari205 = S<
647
+ IapItemDisplay<
648
+ "STICKER_FUNWARI_20.5",
649
+ {
650
+ category: "IAP_CATEGORY_STICKER";
651
+ sku: "STICKER_FUNWARI_20.5";
652
+ sortOrder: 1;
653
+ }
654
+ >
655
+ >;
656
+ export type IapItemDisplayStickerGiftthankyou3 = S<
657
+ IapItemDisplay<
658
+ "STICKER_GIFTTHANKYOU.3",
659
+ {
660
+ category: "IAP_CATEGORY_STICKER";
661
+ sku: "STICKER_GIFTTHANKYOU.3";
662
+ sortOrder: 990;
663
+ }
664
+ >
665
+ >;
666
+ export type IapItemDisplayStickerGiftthankyou5 = S<
667
+ IapItemDisplay<
668
+ "STICKER_GIFTTHANKYOU.5",
669
+ {
670
+ category: "IAP_CATEGORY_STICKER";
671
+ sku: "STICKER_GIFTTHANKYOU.5";
672
+ sortOrder: 989;
673
+ }
674
+ >
675
+ >;
676
+ export type IapItemDisplayStickerGoomycd13 = S<
677
+ IapItemDisplay<
678
+ "STICKER_GOOMYCD_1.3",
679
+ {
680
+ category: "IAP_CATEGORY_STICKER";
681
+ sku: "STICKER_GOOMYCD_1.3";
682
+ sortOrder: 60;
683
+ }
684
+ >
685
+ >;
686
+ export type IapItemDisplayStickerGoomycd15 = S<
687
+ IapItemDisplay<
688
+ "STICKER_GOOMYCD_1.5",
689
+ {
690
+ category: "IAP_CATEGORY_STICKER";
691
+ sku: "STICKER_GOOMYCD_1.5";
692
+ sortOrder: 59;
693
+ }
694
+ >
695
+ >;
696
+ export type IapItemDisplayStickerGoomycd23 = S<
697
+ IapItemDisplay<
698
+ "STICKER_GOOMYCD_2.3",
699
+ {
700
+ category: "IAP_CATEGORY_STICKER";
701
+ sku: "STICKER_GOOMYCD_2.3";
702
+ sortOrder: 58;
703
+ }
704
+ >
705
+ >;
706
+ export type IapItemDisplayStickerGoomycd25 = S<
707
+ IapItemDisplay<
708
+ "STICKER_GOOMYCD_2.5",
709
+ {
710
+ category: "IAP_CATEGORY_STICKER";
711
+ sku: "STICKER_GOOMYCD_2.5";
712
+ sortOrder: 57;
713
+ }
714
+ >
715
+ >;
716
+ export type IapItemDisplayStickerGoomycd33 = S<
717
+ IapItemDisplay<
718
+ "STICKER_GOOMYCD_3.3",
719
+ {
720
+ category: "IAP_CATEGORY_STICKER";
721
+ sku: "STICKER_GOOMYCD_3.3";
722
+ sortOrder: 56;
723
+ }
724
+ >
725
+ >;
726
+ export type IapItemDisplayStickerGoomycd35 = S<
727
+ IapItemDisplay<
728
+ "STICKER_GOOMYCD_3.5",
729
+ {
730
+ category: "IAP_CATEGORY_STICKER";
731
+ sku: "STICKER_GOOMYCD_3.5";
732
+ sortOrder: 55;
733
+ }
734
+ >
735
+ >;
736
+ export type IapItemDisplayStickerGoomycd43 = S<
737
+ IapItemDisplay<
738
+ "STICKER_GOOMYCD_4.3",
739
+ {
740
+ category: "IAP_CATEGORY_STICKER";
741
+ sku: "STICKER_GOOMYCD_4.3";
742
+ sortOrder: 54;
743
+ }
744
+ >
745
+ >;
746
+ export type IapItemDisplayStickerGoomycd45 = S<
747
+ IapItemDisplay<
748
+ "STICKER_GOOMYCD_4.5",
749
+ {
750
+ category: "IAP_CATEGORY_STICKER";
751
+ sku: "STICKER_GOOMYCD_4.5";
752
+ sortOrder: 53;
753
+ }
754
+ >
755
+ >;
756
+ export type IapItemDisplayStickerGotour2025Badge3 = S<
757
+ IapItemDisplay<
758
+ "STICKER_GOTOUR2025_BADGE.3",
759
+ {
760
+ category: "IAP_CATEGORY_STICKER";
761
+ sku: "STICKER_GOTOUR2025_BADGE.3";
762
+ sortOrder: 46;
763
+ }
764
+ >
765
+ >;
766
+ export type IapItemDisplayStickerGotour2025Badge5 = S<
767
+ IapItemDisplay<
768
+ "STICKER_GOTOUR2025_BADGE.5",
769
+ {
770
+ category: "IAP_CATEGORY_STICKER";
771
+ sku: "STICKER_GOTOUR2025_BADGE.5";
772
+ sortOrder: 45;
773
+ }
774
+ >
775
+ >;
776
+ export type IapItemDisplayStickerGotour2025Kyuremblack3 = S<
777
+ IapItemDisplay<
778
+ "STICKER_GOTOUR2025_KYUREMBLACK.3",
779
+ {
780
+ category: "IAP_CATEGORY_STICKER";
781
+ sku: "STICKER_GOTOUR2025_KYUREMBLACK.3";
782
+ sortOrder: 34;
783
+ }
784
+ >
785
+ >;
786
+ export type IapItemDisplayStickerGotour2025Kyuremblack5 = S<
787
+ IapItemDisplay<
788
+ "STICKER_GOTOUR2025_KYUREMBLACK.5",
789
+ {
790
+ category: "IAP_CATEGORY_STICKER";
791
+ sku: "STICKER_GOTOUR2025_KYUREMBLACK.5";
792
+ sortOrder: 33;
793
+ }
794
+ >
795
+ >;
796
+ export type IapItemDisplayStickerGotour2025Kyuremwhite3 = S<
797
+ IapItemDisplay<
798
+ "STICKER_GOTOUR2025_KYUREMWHITE.3",
799
+ {
800
+ category: "IAP_CATEGORY_STICKER";
801
+ sku: "STICKER_GOTOUR2025_KYUREMWHITE.3";
802
+ sortOrder: 36;
803
+ }
804
+ >
805
+ >;
806
+ export type IapItemDisplayStickerGotour2025Kyuremwhite5 = S<
807
+ IapItemDisplay<
808
+ "STICKER_GOTOUR2025_KYUREMWHITE.5",
809
+ {
810
+ category: "IAP_CATEGORY_STICKER";
811
+ sku: "STICKER_GOTOUR2025_KYUREMWHITE.5";
812
+ sortOrder: 35;
813
+ }
814
+ >
815
+ >;
816
+ export type IapItemDisplayStickerGotour2025Reshiram3 = S<
817
+ IapItemDisplay<
818
+ "STICKER_GOTOUR2025_RESHIRAM.3",
819
+ {
820
+ category: "IAP_CATEGORY_STICKER";
821
+ sku: "STICKER_GOTOUR2025_RESHIRAM.3";
822
+ sortOrder: 40;
823
+ }
824
+ >
825
+ >;
826
+ export type IapItemDisplayStickerGotour2025Reshiram5 = S<
827
+ IapItemDisplay<
828
+ "STICKER_GOTOUR2025_RESHIRAM.5",
829
+ {
830
+ category: "IAP_CATEGORY_STICKER";
831
+ sku: "STICKER_GOTOUR2025_RESHIRAM.5";
832
+ sortOrder: 39;
833
+ }
834
+ >
835
+ >;
836
+ export type IapItemDisplayStickerGotour2025Rz3 = S<
837
+ IapItemDisplay<
838
+ "STICKER_GOTOUR2025_RZ.3",
839
+ {
840
+ category: "IAP_CATEGORY_STICKER";
841
+ sku: "STICKER_GOTOUR2025_RZ.3";
842
+ sortOrder: 48;
843
+ }
844
+ >
845
+ >;
846
+ export type IapItemDisplayStickerGotour2025Rz5 = S<
847
+ IapItemDisplay<
848
+ "STICKER_GOTOUR2025_RZ.5",
849
+ {
850
+ category: "IAP_CATEGORY_STICKER";
851
+ sku: "STICKER_GOTOUR2025_RZ.5";
852
+ sortOrder: 47;
853
+ }
854
+ >
855
+ >;
856
+ export type IapItemDisplayStickerGotour2025Zekrom3 = S<
857
+ IapItemDisplay<
858
+ "STICKER_GOTOUR2025_ZEKROM.3",
859
+ {
860
+ category: "IAP_CATEGORY_STICKER";
861
+ sku: "STICKER_GOTOUR2025_ZEKROM.3";
862
+ sortOrder: 42;
863
+ }
864
+ >
865
+ >;
866
+ export type IapItemDisplayStickerGotour2025Zekrom5 = S<
867
+ IapItemDisplay<
868
+ "STICKER_GOTOUR2025_ZEKROM.5",
869
+ {
870
+ category: "IAP_CATEGORY_STICKER";
871
+ sku: "STICKER_GOTOUR2025_ZEKROM.5";
872
+ sortOrder: 41;
873
+ }
874
+ >
875
+ >;
876
+ export type IapItemDisplayStickerGowa2025013 = S<
877
+ IapItemDisplay<
878
+ "STICKER_GOWA2025_01.3",
879
+ {
880
+ category: "IAP_CATEGORY_STICKER";
881
+ sku: "STICKER_GOWA2025_01.3";
882
+ sortOrder: 10;
883
+ }
884
+ >
885
+ >;
886
+ export type IapItemDisplayStickerGowa2025015 = S<
887
+ IapItemDisplay<
888
+ "STICKER_GOWA2025_01.5",
889
+ {
890
+ category: "IAP_CATEGORY_STICKER";
891
+ sku: "STICKER_GOWA2025_01.5";
892
+ sortOrder: 9;
893
+ }
894
+ >
895
+ >;
896
+ export type IapItemDisplayStickerGowa2025023 = S<
897
+ IapItemDisplay<
898
+ "STICKER_GOWA2025_02.3",
899
+ {
900
+ category: "IAP_CATEGORY_STICKER";
901
+ sku: "STICKER_GOWA2025_02.3";
902
+ sortOrder: 8;
903
+ }
904
+ >
905
+ >;
906
+ export type IapItemDisplayStickerGowa2025025 = S<
907
+ IapItemDisplay<
908
+ "STICKER_GOWA2025_02.5",
909
+ {
910
+ category: "IAP_CATEGORY_STICKER";
911
+ sku: "STICKER_GOWA2025_02.5";
912
+ sortOrder: 7;
913
+ }
914
+ >
915
+ >;
916
+ export type IapItemDisplayStickerGowa2025033 = S<
917
+ IapItemDisplay<
918
+ "STICKER_GOWA2025_03.3",
919
+ {
920
+ category: "IAP_CATEGORY_STICKER";
921
+ sku: "STICKER_GOWA2025_03.3";
922
+ sortOrder: 6;
923
+ }
924
+ >
925
+ >;
926
+ export type IapItemDisplayStickerGowa2025035 = S<
927
+ IapItemDisplay<
928
+ "STICKER_GOWA2025_03.5",
929
+ {
930
+ category: "IAP_CATEGORY_STICKER";
931
+ sku: "STICKER_GOWA2025_03.5";
932
+ sortOrder: 5;
933
+ }
934
+ >
935
+ >;
936
+ export type IapItemDisplayStickerGowa2025043 = S<
937
+ IapItemDisplay<
938
+ "STICKER_GOWA2025_04.3",
939
+ {
940
+ category: "IAP_CATEGORY_STICKER";
941
+ sku: "STICKER_GOWA2025_04.3";
942
+ sortOrder: 4;
943
+ }
944
+ >
945
+ >;
946
+ export type IapItemDisplayStickerGowa2025045 = S<
947
+ IapItemDisplay<
948
+ "STICKER_GOWA2025_04.5",
949
+ {
950
+ category: "IAP_CATEGORY_STICKER";
951
+ sku: "STICKER_GOWA2025_04.5";
952
+ sortOrder: 3;
953
+ }
954
+ >
955
+ >;
956
+ export type IapItemDisplayStickerGowa2025053 = S<
957
+ IapItemDisplay<
958
+ "STICKER_GOWA2025_05.3",
959
+ {
960
+ category: "IAP_CATEGORY_STICKER";
961
+ sku: "STICKER_GOWA2025_05.3";
962
+ sortOrder: 2;
963
+ }
964
+ >
965
+ >;
966
+ export type IapItemDisplayStickerGowa2025055 = S<
967
+ IapItemDisplay<
968
+ "STICKER_GOWA2025_05.5",
969
+ {
970
+ category: "IAP_CATEGORY_STICKER";
971
+ sku: "STICKER_GOWA2025_05.5";
972
+ sortOrder: 1;
973
+ }
974
+ >
975
+ >;
976
+ export type IapItemDisplayStickerHalloweenBulb3 = S<
977
+ IapItemDisplay<
978
+ "STICKER_HALLOWEEN_BULB.3",
979
+ {
980
+ category: "IAP_CATEGORY_STICKER";
981
+ sku: "STICKER_HALLOWEEN_BULB.3";
982
+ sortOrder: 1;
983
+ }
984
+ >
985
+ >;
986
+ export type IapItemDisplayStickerHalloweenBulb5 = S<
987
+ IapItemDisplay<
988
+ "STICKER_HALLOWEEN_BULB.5",
989
+ {
990
+ category: "IAP_CATEGORY_STICKER";
991
+ sku: "STICKER_HALLOWEEN_BULB.5";
992
+ sortOrder: 1;
993
+ }
994
+ >
995
+ >;
996
+ export type IapItemDisplayStickerHalloweenCharm3 = S<
997
+ IapItemDisplay<
998
+ "STICKER_HALLOWEEN_CHARM.3",
999
+ {
1000
+ category: "IAP_CATEGORY_STICKER";
1001
+ sku: "STICKER_HALLOWEEN_CHARM.3";
1002
+ sortOrder: 1;
1003
+ }
1004
+ >
1005
+ >;
1006
+ export type IapItemDisplayStickerHalloweenCharm5 = S<
1007
+ IapItemDisplay<
1008
+ "STICKER_HALLOWEEN_CHARM.5",
1009
+ {
1010
+ category: "IAP_CATEGORY_STICKER";
1011
+ sku: "STICKER_HALLOWEEN_CHARM.5";
1012
+ sortOrder: 1;
1013
+ }
1014
+ >
1015
+ >;
1016
+ export type IapItemDisplayStickerHalloweenGengarmd3 = S<
1017
+ IapItemDisplay<
1018
+ "STICKER_HALLOWEEN_GENGARMD.3",
1019
+ {
1020
+ category: "IAP_CATEGORY_STICKER";
1021
+ sku: "STICKER_HALLOWEEN_GENGARMD.3";
1022
+ sortOrder: 1;
1023
+ }
1024
+ >
1025
+ >;
1026
+ export type IapItemDisplayStickerHalloweenGengarmd5 = S<
1027
+ IapItemDisplay<
1028
+ "STICKER_HALLOWEEN_GENGARMD.5",
1029
+ {
1030
+ category: "IAP_CATEGORY_STICKER";
1031
+ sku: "STICKER_HALLOWEEN_GENGARMD.5";
1032
+ sortOrder: 1;
1033
+ }
1034
+ >
1035
+ >;
1036
+ export type IapItemDisplayStickerHalloweenPika3 = S<
1037
+ IapItemDisplay<
1038
+ "STICKER_HALLOWEEN_PIKA.3",
1039
+ {
1040
+ category: "IAP_CATEGORY_STICKER";
1041
+ sku: "STICKER_HALLOWEEN_PIKA.3";
1042
+ sortOrder: 1;
1043
+ }
1044
+ >
1045
+ >;
1046
+ export type IapItemDisplayStickerHalloweenPika5 = S<
1047
+ IapItemDisplay<
1048
+ "STICKER_HALLOWEEN_PIKA.5",
1049
+ {
1050
+ category: "IAP_CATEGORY_STICKER";
1051
+ sku: "STICKER_HALLOWEEN_PIKA.5";
1052
+ sortOrder: 1;
1053
+ }
1054
+ >
1055
+ >;
1056
+ export type IapItemDisplayStickerHalloweenSqu3 = S<
1057
+ IapItemDisplay<
1058
+ "STICKER_HALLOWEEN_SQU.3",
1059
+ {
1060
+ category: "IAP_CATEGORY_STICKER";
1061
+ sku: "STICKER_HALLOWEEN_SQU.3";
1062
+ sortOrder: 1;
1063
+ }
1064
+ >
1065
+ >;
1066
+ export type IapItemDisplayStickerHalloweenSqu5 = S<
1067
+ IapItemDisplay<
1068
+ "STICKER_HALLOWEEN_SQU.5",
1069
+ {
1070
+ category: "IAP_CATEGORY_STICKER";
1071
+ sku: "STICKER_HALLOWEEN_SQU.5";
1072
+ sortOrder: 1;
1073
+ }
1074
+ >
1075
+ >;
1076
+ export type IapItemDisplayStickerHalloween21Fuwaraid3 = S<
1077
+ IapItemDisplay<
1078
+ "STICKER_HALLOWEEN21_FUWARAID.3",
1079
+ {
1080
+ category: "IAP_CATEGORY_STICKER";
1081
+ sku: "STICKER_HALLOWEEN21_FUWARAID.3";
1082
+ sortOrder: 1;
1083
+ }
1084
+ >
1085
+ >;
1086
+ export type IapItemDisplayStickerHalloween21Fuwaraid5 = S<
1087
+ IapItemDisplay<
1088
+ "STICKER_HALLOWEEN21_FUWARAID.5",
1089
+ {
1090
+ category: "IAP_CATEGORY_STICKER";
1091
+ sku: "STICKER_HALLOWEEN21_FUWARAID.5";
1092
+ sortOrder: 1;
1093
+ }
1094
+ >
1095
+ >;
1096
+ export type IapItemDisplayStickerHalloween21Ghostpika3 = S<
1097
+ IapItemDisplay<
1098
+ "STICKER_HALLOWEEN21_GHOSTPIKA.3",
1099
+ {
1100
+ category: "IAP_CATEGORY_STICKER";
1101
+ sku: "STICKER_HALLOWEEN21_GHOSTPIKA.3";
1102
+ sortOrder: 10;
1103
+ }
1104
+ >
1105
+ >;
1106
+ export type IapItemDisplayStickerHalloween21Ghostpika5 = S<
1107
+ IapItemDisplay<
1108
+ "STICKER_HALLOWEEN21_GHOSTPIKA.5",
1109
+ {
1110
+ category: "IAP_CATEGORY_STICKER";
1111
+ sku: "STICKER_HALLOWEEN21_GHOSTPIKA.5";
1112
+ sortOrder: 9;
1113
+ }
1114
+ >
1115
+ >;
1116
+ export type IapItemDisplayStickerHalloween21Pikachu3 = S<
1117
+ IapItemDisplay<
1118
+ "STICKER_HALLOWEEN21_PIKACHU.3",
1119
+ {
1120
+ category: "IAP_CATEGORY_STICKER";
1121
+ sku: "STICKER_HALLOWEEN21_PIKACHU.3";
1122
+ sortOrder: 1;
1123
+ }
1124
+ >
1125
+ >;
1126
+ export type IapItemDisplayStickerHalloween21Pikachu5 = S<
1127
+ IapItemDisplay<
1128
+ "STICKER_HALLOWEEN21_PIKACHU.5",
1129
+ {
1130
+ category: "IAP_CATEGORY_STICKER";
1131
+ sku: "STICKER_HALLOWEEN21_PIKACHU.5";
1132
+ sortOrder: 1;
1133
+ }
1134
+ >
1135
+ >;
1136
+ export type IapItemDisplayStickerHalloween21Pochama3 = S<
1137
+ IapItemDisplay<
1138
+ "STICKER_HALLOWEEN21_POCHAMA.3",
1139
+ {
1140
+ category: "IAP_CATEGORY_STICKER";
1141
+ sku: "STICKER_HALLOWEEN21_POCHAMA.3";
1142
+ sortOrder: 1;
1143
+ }
1144
+ >
1145
+ >;
1146
+ export type IapItemDisplayStickerHalloween21Pochama5 = S<
1147
+ IapItemDisplay<
1148
+ "STICKER_HALLOWEEN21_POCHAMA.5",
1149
+ {
1150
+ category: "IAP_CATEGORY_STICKER";
1151
+ sku: "STICKER_HALLOWEEN21_POCHAMA.5";
1152
+ sortOrder: 1;
1153
+ }
1154
+ >
1155
+ >;
1156
+ export type IapItemDisplayStickerHalloween24Froakie3 = S<
1157
+ IapItemDisplay<
1158
+ "STICKER_HALLOWEEN24_FROAKIE.3",
1159
+ {
1160
+ category: "IAP_CATEGORY_STICKER";
1161
+ sku: "STICKER_HALLOWEEN24_FROAKIE.3";
1162
+ sortOrder: 7;
1163
+ }
1164
+ >
1165
+ >;
1166
+ export type IapItemDisplayStickerHalloween24Froakie5 = S<
1167
+ IapItemDisplay<
1168
+ "STICKER_HALLOWEEN24_FROAKIE.5",
1169
+ {
1170
+ category: "IAP_CATEGORY_STICKER";
1171
+ sku: "STICKER_HALLOWEEN24_FROAKIE.5";
1172
+ sortOrder: 7;
1173
+ }
1174
+ >
1175
+ >;
1176
+ export type IapItemDisplayStickerHalloween24Rowlet3 = S<
1177
+ IapItemDisplay<
1178
+ "STICKER_HALLOWEEN24_ROWLET.3",
1179
+ {
1180
+ category: "IAP_CATEGORY_STICKER";
1181
+ sku: "STICKER_HALLOWEEN24_ROWLET.3";
1182
+ sortOrder: 8;
1183
+ }
1184
+ >
1185
+ >;
1186
+ export type IapItemDisplayStickerHalloween24Rowlet5 = S<
1187
+ IapItemDisplay<
1188
+ "STICKER_HALLOWEEN24_ROWLET.5",
1189
+ {
1190
+ category: "IAP_CATEGORY_STICKER";
1191
+ sku: "STICKER_HALLOWEEN24_ROWLET.5";
1192
+ sortOrder: 8;
1193
+ }
1194
+ >
1195
+ >;
1196
+ export type IapItemDisplayStickerHalloween2025Noibat3 = S<
1197
+ IapItemDisplay<
1198
+ "STICKER_HALLOWEEN2025_NOIBAT.3",
1199
+ {
1200
+ category: "IAP_CATEGORY_STICKER";
1201
+ sku: "STICKER_HALLOWEEN2025_NOIBAT.3";
1202
+ sortOrder: 5;
1203
+ }
1204
+ >
1205
+ >;
1206
+ export type IapItemDisplayStickerHalloween2025Noibat5 = S<
1207
+ IapItemDisplay<
1208
+ "STICKER_HALLOWEEN2025_NOIBAT.5",
1209
+ {
1210
+ category: "IAP_CATEGORY_STICKER";
1211
+ sku: "STICKER_HALLOWEEN2025_NOIBAT.5";
1212
+ sortOrder: 4;
1213
+ }
1214
+ >
1215
+ >;
1216
+ export type IapItemDisplayStickerHalloween2025Teddiursa3 = S<
1217
+ IapItemDisplay<
1218
+ "STICKER_HALLOWEEN2025_TEDDIURSA.3",
1219
+ {
1220
+ category: "IAP_CATEGORY_STICKER";
1221
+ sku: "STICKER_HALLOWEEN2025_TEDDIURSA.3";
1222
+ sortOrder: 3;
1223
+ }
1224
+ >
1225
+ >;
1226
+ export type IapItemDisplayStickerHalloween2025Teddiursa5 = S<
1227
+ IapItemDisplay<
1228
+ "STICKER_HALLOWEEN2025_TEDDIURSA.5",
1229
+ {
1230
+ category: "IAP_CATEGORY_STICKER";
1231
+ sku: "STICKER_HALLOWEEN2025_TEDDIURSA.5";
1232
+ sortOrder: 2;
1233
+ }
1234
+ >
1235
+ >;
1236
+ export type IapItemDisplayStickerHoppip13 = S<
1237
+ IapItemDisplay<
1238
+ "STICKER_HOPPIP_1.3",
1239
+ {
1240
+ category: "IAP_CATEGORY_STICKER";
1241
+ sku: "STICKER_HOPPIP_1.3";
1242
+ sortOrder: 2;
1243
+ }
1244
+ >
1245
+ >;
1246
+ export type IapItemDisplayStickerHoppip15 = S<
1247
+ IapItemDisplay<
1248
+ "STICKER_HOPPIP_1.5",
1249
+ {
1250
+ category: "IAP_CATEGORY_STICKER";
1251
+ sku: "STICKER_HOPPIP_1.5";
1252
+ sortOrder: 2;
1253
+ }
1254
+ >
1255
+ >;
1256
+ export type IapItemDisplayStickerHoppip23 = S<
1257
+ IapItemDisplay<
1258
+ "STICKER_HOPPIP_2.3",
1259
+ {
1260
+ category: "IAP_CATEGORY_STICKER";
1261
+ sku: "STICKER_HOPPIP_2.3";
1262
+ sortOrder: 2;
1263
+ }
1264
+ >
1265
+ >;
1266
+ export type IapItemDisplayStickerHoppip25 = S<
1267
+ IapItemDisplay<
1268
+ "STICKER_HOPPIP_2.5",
1269
+ {
1270
+ category: "IAP_CATEGORY_STICKER";
1271
+ sku: "STICKER_HOPPIP_2.5";
1272
+ sortOrder: 2;
1273
+ }
1274
+ >
1275
+ >;
1276
+ export type IapItemDisplayStickerHoppip33 = S<
1277
+ IapItemDisplay<
1278
+ "STICKER_HOPPIP_3.3",
1279
+ {
1280
+ category: "IAP_CATEGORY_STICKER";
1281
+ sku: "STICKER_HOPPIP_3.3";
1282
+ sortOrder: 2;
1283
+ }
1284
+ >
1285
+ >;
1286
+ export type IapItemDisplayStickerHoppip35 = S<
1287
+ IapItemDisplay<
1288
+ "STICKER_HOPPIP_3.5",
1289
+ {
1290
+ category: "IAP_CATEGORY_STICKER";
1291
+ sku: "STICKER_HOPPIP_3.5";
1292
+ sortOrder: 2;
1293
+ }
1294
+ >
1295
+ >;
1296
+ export type IapItemDisplayStickerHoppip43 = S<
1297
+ IapItemDisplay<
1298
+ "STICKER_HOPPIP_4.3",
1299
+ {
1300
+ category: "IAP_CATEGORY_STICKER";
1301
+ sku: "STICKER_HOPPIP_4.3";
1302
+ sortOrder: 2;
1303
+ }
1304
+ >
1305
+ >;
1306
+ export type IapItemDisplayStickerHoppip45 = S<
1307
+ IapItemDisplay<
1308
+ "STICKER_HOPPIP_4.5",
1309
+ {
1310
+ category: "IAP_CATEGORY_STICKER";
1311
+ sku: "STICKER_HOPPIP_4.5";
1312
+ sortOrder: 2;
1313
+ }
1314
+ >
1315
+ >;
1316
+ export type IapItemDisplayStickerLentillaunchCamera3 = S<
1317
+ IapItemDisplay<
1318
+ "STICKER_LENTILLAUNCH_CAMERA.3",
1319
+ {
1320
+ category: "IAP_CATEGORY_STICKER";
1321
+ sku: "STICKER_LENTILLAUNCH_CAMERA.3";
1322
+ sortOrder: 407;
1323
+ }
1324
+ >
1325
+ >;
1326
+ export type IapItemDisplayStickerLentillaunchCamera5 = S<
1327
+ IapItemDisplay<
1328
+ "STICKER_LENTILLAUNCH_CAMERA.5",
1329
+ {
1330
+ category: "IAP_CATEGORY_STICKER";
1331
+ sku: "STICKER_LENTILLAUNCH_CAMERA.5";
1332
+ sortOrder: 406;
1333
+ }
1334
+ >
1335
+ >;
1336
+ export type IapItemDisplayStickerLittencd13 = S<
1337
+ IapItemDisplay<
1338
+ "STICKER_LITTENCD_1.3",
1339
+ {
1340
+ category: "IAP_CATEGORY_STICKER";
1341
+ sku: "STICKER_LITTENCD_1.3";
1342
+ sortOrder: 36;
1343
+ }
1344
+ >
1345
+ >;
1346
+ export type IapItemDisplayStickerLittencd15 = S<
1347
+ IapItemDisplay<
1348
+ "STICKER_LITTENCD_1.5",
1349
+ {
1350
+ category: "IAP_CATEGORY_STICKER";
1351
+ sku: "STICKER_LITTENCD_1.5";
1352
+ sortOrder: 35;
1353
+ }
1354
+ >
1355
+ >;
1356
+ export type IapItemDisplayStickerLittencd23 = S<
1357
+ IapItemDisplay<
1358
+ "STICKER_LITTENCD_2.3",
1359
+ {
1360
+ category: "IAP_CATEGORY_STICKER";
1361
+ sku: "STICKER_LITTENCD_2.3";
1362
+ sortOrder: 34;
1363
+ }
1364
+ >
1365
+ >;
1366
+ export type IapItemDisplayStickerLittencd25 = S<
1367
+ IapItemDisplay<
1368
+ "STICKER_LITTENCD_2.5",
1369
+ {
1370
+ category: "IAP_CATEGORY_STICKER";
1371
+ sku: "STICKER_LITTENCD_2.5";
1372
+ sortOrder: 33;
1373
+ }
1374
+ >
1375
+ >;
1376
+ export type IapItemDisplayStickerLittencd33 = S<
1377
+ IapItemDisplay<
1378
+ "STICKER_LITTENCD_3.3",
1379
+ {
1380
+ category: "IAP_CATEGORY_STICKER";
1381
+ sku: "STICKER_LITTENCD_3.3";
1382
+ sortOrder: 32;
1383
+ }
1384
+ >
1385
+ >;
1386
+ export type IapItemDisplayStickerLittencd35 = S<
1387
+ IapItemDisplay<
1388
+ "STICKER_LITTENCD_3.5",
1389
+ {
1390
+ category: "IAP_CATEGORY_STICKER";
1391
+ sku: "STICKER_LITTENCD_3.5";
1392
+ sortOrder: 31;
1393
+ }
1394
+ >
1395
+ >;
1396
+ export type IapItemDisplayStickerLittencd43 = S<
1397
+ IapItemDisplay<
1398
+ "STICKER_LITTENCD_4.3",
1399
+ {
1400
+ category: "IAP_CATEGORY_STICKER";
1401
+ sku: "STICKER_LITTENCD_4.3";
1402
+ sortOrder: 30;
1403
+ }
1404
+ >
1405
+ >;
1406
+ export type IapItemDisplayStickerLittencd45 = S<
1407
+ IapItemDisplay<
1408
+ "STICKER_LITTENCD_4.5",
1409
+ {
1410
+ category: "IAP_CATEGORY_STICKER";
1411
+ sku: "STICKER_LITTENCD_4.5";
1412
+ sortOrder: 29;
1413
+ }
1414
+ >
1415
+ >;
1416
+ export type IapItemDisplayStickerMankey13 = S<
1417
+ IapItemDisplay<
1418
+ "STICKER_MANKEY_1.3",
1419
+ {
1420
+ category: "IAP_CATEGORY_STICKER";
1421
+ sku: "STICKER_MANKEY_1.3";
1422
+ sortOrder: 100;
1423
+ }
1424
+ >
1425
+ >;
1426
+ export type IapItemDisplayStickerMankey15 = S<
1427
+ IapItemDisplay<
1428
+ "STICKER_MANKEY_1.5",
1429
+ {
1430
+ category: "IAP_CATEGORY_STICKER";
1431
+ sku: "STICKER_MANKEY_1.5";
1432
+ sortOrder: 99;
1433
+ }
1434
+ >
1435
+ >;
1436
+ export type IapItemDisplayStickerMankey23 = S<
1437
+ IapItemDisplay<
1438
+ "STICKER_MANKEY_2.3",
1439
+ {
1440
+ category: "IAP_CATEGORY_STICKER";
1441
+ sku: "STICKER_MANKEY_2.3";
1442
+ sortOrder: 98;
1443
+ }
1444
+ >
1445
+ >;
1446
+ export type IapItemDisplayStickerMankey25 = S<
1447
+ IapItemDisplay<
1448
+ "STICKER_MANKEY_2.5",
1449
+ {
1450
+ category: "IAP_CATEGORY_STICKER";
1451
+ sku: "STICKER_MANKEY_2.5";
1452
+ sortOrder: 97;
1453
+ }
1454
+ >
1455
+ >;
1456
+ export type IapItemDisplayStickerMankey33 = S<
1457
+ IapItemDisplay<
1458
+ "STICKER_MANKEY_3.3",
1459
+ {
1460
+ category: "IAP_CATEGORY_STICKER";
1461
+ sku: "STICKER_MANKEY_3.3";
1462
+ sortOrder: 96;
1463
+ }
1464
+ >
1465
+ >;
1466
+ export type IapItemDisplayStickerMankey35 = S<
1467
+ IapItemDisplay<
1468
+ "STICKER_MANKEY_3.5",
1469
+ {
1470
+ category: "IAP_CATEGORY_STICKER";
1471
+ sku: "STICKER_MANKEY_3.5";
1472
+ sortOrder: 95;
1473
+ }
1474
+ >
1475
+ >;
1476
+ export type IapItemDisplayStickerMankey43 = S<
1477
+ IapItemDisplay<
1478
+ "STICKER_MANKEY_4.3",
1479
+ {
1480
+ category: "IAP_CATEGORY_STICKER";
1481
+ sku: "STICKER_MANKEY_4.3";
1482
+ sortOrder: 94;
1483
+ }
1484
+ >
1485
+ >;
1486
+ export type IapItemDisplayStickerMankey45 = S<
1487
+ IapItemDisplay<
1488
+ "STICKER_MANKEY_4.5",
1489
+ {
1490
+ category: "IAP_CATEGORY_STICKER";
1491
+ sku: "STICKER_MANKEY_4.5";
1492
+ sortOrder: 93;
1493
+ }
1494
+ >
1495
+ >;
1496
+ export type IapItemDisplayStickerNagano063123 = S<
1497
+ IapItemDisplay<
1498
+ "STICKER_NAGANO_06_312.3",
1499
+ {
1500
+ category: "IAP_CATEGORY_STICKER";
1501
+ sku: "STICKER_NAGANO_06_312.3";
1502
+ sortOrder: 996;
1503
+ }
1504
+ >
1505
+ >;
1506
+ export type IapItemDisplayStickerNagano063125 = S<
1507
+ IapItemDisplay<
1508
+ "STICKER_NAGANO_06_312.5",
1509
+ {
1510
+ category: "IAP_CATEGORY_STICKER";
1511
+ sku: "STICKER_NAGANO_06_312.5";
1512
+ sortOrder: 995;
1513
+ }
1514
+ >
1515
+ >;
1516
+ export type IapItemDisplayStickerNagano153123 = S<
1517
+ IapItemDisplay<
1518
+ "STICKER_NAGANO_15_312.3",
1519
+ {
1520
+ category: "IAP_CATEGORY_STICKER";
1521
+ sku: "STICKER_NAGANO_15_312.3";
1522
+ sortOrder: 994;
1523
+ }
1524
+ >
1525
+ >;
1526
+ export type IapItemDisplayStickerNagano153125 = S<
1527
+ IapItemDisplay<
1528
+ "STICKER_NAGANO_15_312.5",
1529
+ {
1530
+ category: "IAP_CATEGORY_STICKER";
1531
+ sku: "STICKER_NAGANO_15_312.5";
1532
+ sortOrder: 993;
1533
+ }
1534
+ >
1535
+ >;
1536
+ export type IapItemDisplayStickerNaganoMarill3 = S<
1537
+ IapItemDisplay<
1538
+ "STICKER_NAGANO_MARILL.3",
1539
+ {
1540
+ category: "IAP_CATEGORY_STICKER";
1541
+ sku: "STICKER_NAGANO_MARILL.3";
1542
+ sortOrder: 1000;
1543
+ }
1544
+ >
1545
+ >;
1546
+ export type IapItemDisplayStickerNaganoMarill5 = S<
1547
+ IapItemDisplay<
1548
+ "STICKER_NAGANO_MARILL.5",
1549
+ {
1550
+ category: "IAP_CATEGORY_STICKER";
1551
+ sku: "STICKER_NAGANO_MARILL.5";
1552
+ sortOrder: 999;
1553
+ }
1554
+ >
1555
+ >;
1556
+ export type IapItemDisplayStickerNaganoYadon3 = S<
1557
+ IapItemDisplay<
1558
+ "STICKER_NAGANO_YADON.3",
1559
+ {
1560
+ category: "IAP_CATEGORY_STICKER";
1561
+ sku: "STICKER_NAGANO_YADON.3";
1562
+ sortOrder: 998;
1563
+ }
1564
+ >
1565
+ >;
1566
+ export type IapItemDisplayStickerNaganoYadon5 = S<
1567
+ IapItemDisplay<
1568
+ "STICKER_NAGANO_YADON.5",
1569
+ {
1570
+ category: "IAP_CATEGORY_STICKER";
1571
+ sku: "STICKER_NAGANO_YADON.5";
1572
+ sortOrder: 997;
1573
+ }
1574
+ >
1575
+ >;
1576
+ export type IapItemDisplayStickerNoibatCd13 = S<
1577
+ IapItemDisplay<
1578
+ "STICKER_NOIBAT_CD_1.3",
1579
+ {
1580
+ category: "IAP_CATEGORY_STICKER";
1581
+ sku: "STICKER_NOIBAT_CD_1.3";
1582
+ sortOrder: 4;
1583
+ }
1584
+ >
1585
+ >;
1586
+ export type IapItemDisplayStickerNoibatCd15 = S<
1587
+ IapItemDisplay<
1588
+ "STICKER_NOIBAT_CD_1.5",
1589
+ {
1590
+ category: "IAP_CATEGORY_STICKER";
1591
+ sku: "STICKER_NOIBAT_CD_1.5";
1592
+ sortOrder: 4;
1593
+ }
1594
+ >
1595
+ >;
1596
+ export type IapItemDisplayStickerNoibatCd23 = S<
1597
+ IapItemDisplay<
1598
+ "STICKER_NOIBAT_CD_2.3",
1599
+ {
1600
+ category: "IAP_CATEGORY_STICKER";
1601
+ sku: "STICKER_NOIBAT_CD_2.3";
1602
+ sortOrder: 3;
1603
+ }
1604
+ >
1605
+ >;
1606
+ export type IapItemDisplayStickerNoibatCd25 = S<
1607
+ IapItemDisplay<
1608
+ "STICKER_NOIBAT_CD_2.5",
1609
+ {
1610
+ category: "IAP_CATEGORY_STICKER";
1611
+ sku: "STICKER_NOIBAT_CD_2.5";
1612
+ sortOrder: 3;
1613
+ }
1614
+ >
1615
+ >;
1616
+ export type IapItemDisplayStickerNoibatCd33 = S<
1617
+ IapItemDisplay<
1618
+ "STICKER_NOIBAT_CD_3.3",
1619
+ {
1620
+ category: "IAP_CATEGORY_STICKER";
1621
+ sku: "STICKER_NOIBAT_CD_3.3";
1622
+ sortOrder: 2;
1623
+ }
1624
+ >
1625
+ >;
1626
+ export type IapItemDisplayStickerNoibatCd35 = S<
1627
+ IapItemDisplay<
1628
+ "STICKER_NOIBAT_CD_3.5",
1629
+ {
1630
+ category: "IAP_CATEGORY_STICKER";
1631
+ sku: "STICKER_NOIBAT_CD_3.5";
1632
+ sortOrder: 2;
1633
+ }
1634
+ >
1635
+ >;
1636
+ export type IapItemDisplayStickerNoibatCd43 = S<
1637
+ IapItemDisplay<
1638
+ "STICKER_NOIBAT_CD_4.3",
1639
+ {
1640
+ category: "IAP_CATEGORY_STICKER";
1641
+ sku: "STICKER_NOIBAT_CD_4.3";
1642
+ sortOrder: 1;
1643
+ }
1644
+ >
1645
+ >;
1646
+ export type IapItemDisplayStickerNoibatCd45 = S<
1647
+ IapItemDisplay<
1648
+ "STICKER_NOIBAT_CD_4.5",
1649
+ {
1650
+ category: "IAP_CATEGORY_STICKER";
1651
+ sku: "STICKER_NOIBAT_CD_4.5";
1652
+ sortOrder: 1;
1653
+ }
1654
+ >
1655
+ >;
1656
+ export type IapItemDisplayStickerPgoFest202413 = S<
1657
+ IapItemDisplay<
1658
+ "STICKER_PGO_FEST_2024_1.3",
1659
+ {
1660
+ category: "IAP_CATEGORY_STICKER";
1661
+ sku: "STICKER_PGO_FEST_2024_1.3";
1662
+ sortOrder: 36;
1663
+ }
1664
+ >
1665
+ >;
1666
+ export type IapItemDisplayStickerPgoFest202415 = S<
1667
+ IapItemDisplay<
1668
+ "STICKER_PGO_FEST_2024_1.5",
1669
+ {
1670
+ category: "IAP_CATEGORY_STICKER";
1671
+ sku: "STICKER_PGO_FEST_2024_1.5";
1672
+ sortOrder: 35;
1673
+ }
1674
+ >
1675
+ >;
1676
+ export type IapItemDisplayStickerPgoFest202423 = S<
1677
+ IapItemDisplay<
1678
+ "STICKER_PGO_FEST_2024_2.3",
1679
+ {
1680
+ category: "IAP_CATEGORY_STICKER";
1681
+ sku: "STICKER_PGO_FEST_2024_2.3";
1682
+ sortOrder: 34;
1683
+ }
1684
+ >
1685
+ >;
1686
+ export type IapItemDisplayStickerPgoFest202425 = S<
1687
+ IapItemDisplay<
1688
+ "STICKER_PGO_FEST_2024_2.5",
1689
+ {
1690
+ category: "IAP_CATEGORY_STICKER";
1691
+ sku: "STICKER_PGO_FEST_2024_2.5";
1692
+ sortOrder: 33;
1693
+ }
1694
+ >
1695
+ >;
1696
+ export type IapItemDisplayStickerPgoFest202433 = S<
1697
+ IapItemDisplay<
1698
+ "STICKER_PGO_FEST_2024_3.3",
1699
+ {
1700
+ category: "IAP_CATEGORY_STICKER";
1701
+ sku: "STICKER_PGO_FEST_2024_3.3";
1702
+ sortOrder: 32;
1703
+ }
1704
+ >
1705
+ >;
1706
+ export type IapItemDisplayStickerPgoFest202435 = S<
1707
+ IapItemDisplay<
1708
+ "STICKER_PGO_FEST_2024_3.5",
1709
+ {
1710
+ category: "IAP_CATEGORY_STICKER";
1711
+ sku: "STICKER_PGO_FEST_2024_3.5";
1712
+ sortOrder: 31;
1713
+ }
1714
+ >
1715
+ >;
1716
+ export type IapItemDisplayStickerPgoFest202443 = S<
1717
+ IapItemDisplay<
1718
+ "STICKER_PGO_FEST_2024_4.3",
1719
+ {
1720
+ category: "IAP_CATEGORY_STICKER";
1721
+ sku: "STICKER_PGO_FEST_2024_4.3";
1722
+ sortOrder: 30;
1723
+ }
1724
+ >
1725
+ >;
1726
+ export type IapItemDisplayStickerPgoFest202445 = S<
1727
+ IapItemDisplay<
1728
+ "STICKER_PGO_FEST_2024_4.5",
1729
+ {
1730
+ category: "IAP_CATEGORY_STICKER";
1731
+ sku: "STICKER_PGO_FEST_2024_4.5";
1732
+ sortOrder: 29;
1733
+ }
1734
+ >
1735
+ >;
1736
+ export type IapItemDisplayStickerPgoFest202453 = S<
1737
+ IapItemDisplay<
1738
+ "STICKER_PGO_FEST_2024_5.3",
1739
+ {
1740
+ category: "IAP_CATEGORY_STICKER";
1741
+ sku: "STICKER_PGO_FEST_2024_5.3";
1742
+ sortOrder: 28;
1743
+ }
1744
+ >
1745
+ >;
1746
+ export type IapItemDisplayStickerPgoFest202455 = S<
1747
+ IapItemDisplay<
1748
+ "STICKER_PGO_FEST_2024_5.5",
1749
+ {
1750
+ category: "IAP_CATEGORY_STICKER";
1751
+ sku: "STICKER_PGO_FEST_2024_5.5";
1752
+ sortOrder: 27;
1753
+ }
1754
+ >
1755
+ >;
1756
+ export type IapItemDisplayStickerPgoFest202463 = S<
1757
+ IapItemDisplay<
1758
+ "STICKER_PGO_FEST_2024_6.3",
1759
+ {
1760
+ category: "IAP_CATEGORY_STICKER";
1761
+ sku: "STICKER_PGO_FEST_2024_6.3";
1762
+ sortOrder: 26;
1763
+ }
1764
+ >
1765
+ >;
1766
+ export type IapItemDisplayStickerPgoFest202465 = S<
1767
+ IapItemDisplay<
1768
+ "STICKER_PGO_FEST_2024_6.5",
1769
+ {
1770
+ category: "IAP_CATEGORY_STICKER";
1771
+ sku: "STICKER_PGO_FEST_2024_6.5";
1772
+ sortOrder: 25;
1773
+ }
1774
+ >
1775
+ >;
1776
+ export type IapItemDisplayStickerPgoFest2024Logo3 = S<
1777
+ IapItemDisplay<
1778
+ "STICKER_PGO_FEST_2024_LOGO.3",
1779
+ {
1780
+ category: "IAP_CATEGORY_STICKER";
1781
+ sku: "STICKER_PGO_FEST_2024_LOGO.3";
1782
+ sortOrder: 24;
1783
+ }
1784
+ >
1785
+ >;
1786
+ export type IapItemDisplayStickerPgoFest2024Logo5 = S<
1787
+ IapItemDisplay<
1788
+ "STICKER_PGO_FEST_2024_LOGO.5",
1789
+ {
1790
+ category: "IAP_CATEGORY_STICKER";
1791
+ sku: "STICKER_PGO_FEST_2024_LOGO.5";
1792
+ sortOrder: 23;
1793
+ }
1794
+ >
1795
+ >;
1796
+ export type IapItemDisplayStickerPgoFest20243 = S<
1797
+ IapItemDisplay<
1798
+ "STICKER_PGO_FEST_2024.3",
1799
+ {
1800
+ category: "IAP_CATEGORY_STICKER";
1801
+ sku: "STICKER_PGO_FEST_2024.3";
1802
+ sortOrder: 38;
1803
+ }
1804
+ >
1805
+ >;
1806
+ export type IapItemDisplayStickerPgoFest20245 = S<
1807
+ IapItemDisplay<
1808
+ "STICKER_PGO_FEST_2024.5",
1809
+ {
1810
+ category: "IAP_CATEGORY_STICKER";
1811
+ sku: "STICKER_PGO_FEST_2024.4";
1812
+ sortOrder: 37;
1813
+ }
1814
+ >
1815
+ >;
1816
+ export type IapItemDisplayStickerPgoFest202513 = S<
1817
+ IapItemDisplay<
1818
+ "STICKER_PGO_FEST_2025_1.3",
1819
+ {
1820
+ category: "IAP_CATEGORY_STICKER";
1821
+ sku: "STICKER_PGO_FEST_2025_1.3";
1822
+ sortOrder: 481;
1823
+ }
1824
+ >
1825
+ >;
1826
+ export type IapItemDisplayStickerPgoFest202515 = S<
1827
+ IapItemDisplay<
1828
+ "STICKER_PGO_FEST_2025_1.5",
1829
+ {
1830
+ category: "IAP_CATEGORY_STICKER";
1831
+ sku: "STICKER_PGO_FEST_2025_1.5";
1832
+ sortOrder: 481;
1833
+ }
1834
+ >
1835
+ >;
1836
+ export type IapItemDisplayStickerPgoFest202523 = S<
1837
+ IapItemDisplay<
1838
+ "STICKER_PGO_FEST_2025_2.3",
1839
+ {
1840
+ category: "IAP_CATEGORY_STICKER";
1841
+ sku: "STICKER_PGO_FEST_2025_2.3";
1842
+ sortOrder: 16;
1843
+ }
1844
+ >
1845
+ >;
1846
+ export type IapItemDisplayStickerPgoFest202525 = S<
1847
+ IapItemDisplay<
1848
+ "STICKER_PGO_FEST_2025_2.5",
1849
+ {
1850
+ category: "IAP_CATEGORY_STICKER";
1851
+ sku: "STICKER_PGO_FEST_2025_2.5";
1852
+ sortOrder: 15;
1853
+ }
1854
+ >
1855
+ >;
1856
+ export type IapItemDisplayStickerPgoFest202533 = S<
1857
+ IapItemDisplay<
1858
+ "STICKER_PGO_FEST_2025_3.3",
1859
+ {
1860
+ category: "IAP_CATEGORY_STICKER";
1861
+ sku: "STICKER_PGO_FEST_2025_3.3";
1862
+ sortOrder: 14;
1863
+ }
1864
+ >
1865
+ >;
1866
+ export type IapItemDisplayStickerPgoFest202535 = S<
1867
+ IapItemDisplay<
1868
+ "STICKER_PGO_FEST_2025_3.5",
1869
+ {
1870
+ category: "IAP_CATEGORY_STICKER";
1871
+ sku: "STICKER_PGO_FEST_2025_3.5";
1872
+ sortOrder: 13;
1873
+ }
1874
+ >
1875
+ >;
1876
+ export type IapItemDisplayStickerPgoFest2025Logo3 = S<
1877
+ IapItemDisplay<
1878
+ "STICKER_PGO_FEST_2025_LOGO.3",
1879
+ {
1880
+ category: "IAP_CATEGORY_STICKER";
1881
+ sku: "STICKER_PGO_FEST_2025_LOGO.3";
1882
+ sortOrder: 482;
1883
+ }
1884
+ >
1885
+ >;
1886
+ export type IapItemDisplayStickerPgoFest2025Logo5 = S<
1887
+ IapItemDisplay<
1888
+ "STICKER_PGO_FEST_2025_LOGO.5",
1889
+ {
1890
+ category: "IAP_CATEGORY_STICKER";
1891
+ sku: "STICKER_PGO_FEST_2025_LOGO.5";
1892
+ sortOrder: 481;
1893
+ }
1894
+ >
1895
+ >;
1896
+ export type IapItemDisplayStickerPgoFest20253 = S<
1897
+ IapItemDisplay<
1898
+ "STICKER_PGO_FEST_2025.3",
1899
+ {
1900
+ category: "IAP_CATEGORY_STICKER";
1901
+ sku: "STICKER_PGO_FEST_2025.3";
1902
+ sortOrder: 484;
1903
+ }
1904
+ >
1905
+ >;
1906
+ export type IapItemDisplayStickerPgoFest20255 = S<
1907
+ IapItemDisplay<
1908
+ "STICKER_PGO_FEST_2025.5",
1909
+ {
1910
+ category: "IAP_CATEGORY_STICKER";
1911
+ sku: "STICKER_PGO_FEST_2025.5";
1912
+ sortOrder: 483;
1913
+ }
1914
+ >
1915
+ >;
1916
+ export type IapItemDisplayStickerPgoFestVictini053 = S<
1917
+ IapItemDisplay<
1918
+ "STICKER_PGO_FEST_VICTINI_05.3",
1919
+ {
1920
+ category: "IAP_CATEGORY_STICKER";
1921
+ sku: "STICKER_PGO_FEST_VICTINI_05.3";
1922
+ sortOrder: 38;
1923
+ }
1924
+ >
1925
+ >;
1926
+ export type IapItemDisplayStickerPgoFestVictini055 = S<
1927
+ IapItemDisplay<
1928
+ "STICKER_PGO_FEST_VICTINI_05.5",
1929
+ {
1930
+ category: "IAP_CATEGORY_STICKER";
1931
+ sku: "STICKER_PGO_FEST_VICTINI_05.5";
1932
+ sortOrder: 37;
1933
+ }
1934
+ >
1935
+ >;
1936
+ export type IapItemDisplayStickerPgofest2021Galarianzigzagoon3 = S<
1937
+ IapItemDisplay<
1938
+ "STICKER_PGOFEST2021_GALARIANZIGZAGOON.3",
1939
+ {
1940
+ category: "IAP_CATEGORY_STICKER";
1941
+ sku: "STICKER_PGOFEST2021_GALARIANZIGZAGOON.3";
1942
+ sortOrder: 1;
1943
+ }
1944
+ >
1945
+ >;
1946
+ export type IapItemDisplayStickerPgofest2021Galarianzigzagoon5 = S<
1947
+ IapItemDisplay<
1948
+ "STICKER_PGOFEST2021_GALARIANZIGZAGOON.5",
1949
+ {
1950
+ category: "IAP_CATEGORY_STICKER";
1951
+ sku: "STICKER_PGOFEST2021_GALARIANZIGZAGOON.5";
1952
+ sortOrder: 1;
1953
+ }
1954
+ >
1955
+ >;
1956
+ export type IapItemDisplayStickerPgofest2021Meloetta13 = S<
1957
+ IapItemDisplay<
1958
+ "STICKER_PGOFEST2021_MELOETTA_1.3",
1959
+ {
1960
+ category: "IAP_CATEGORY_STICKER";
1961
+ sku: "STICKER_PGOFEST2021_MELOETTA_1.3";
1962
+ sortOrder: 44;
1963
+ }
1964
+ >
1965
+ >;
1966
+ export type IapItemDisplayStickerPgofest2021Meloetta15 = S<
1967
+ IapItemDisplay<
1968
+ "STICKER_PGOFEST2021_MELOETTA_1.5",
1969
+ {
1970
+ category: "IAP_CATEGORY_STICKER";
1971
+ sku: "STICKER_PGOFEST2021_MELOETTA_1.5";
1972
+ sortOrder: 43;
1973
+ }
1974
+ >
1975
+ >;
1976
+ export type IapItemDisplayStickerPgofest2021Meloetta23 = S<
1977
+ IapItemDisplay<
1978
+ "STICKER_PGOFEST2021_MELOETTA_2.3",
1979
+ {
1980
+ category: "IAP_CATEGORY_STICKER";
1981
+ sku: "STICKER_PGOFEST2021_MELOETTA_2.3";
1982
+ sortOrder: 50;
1983
+ }
1984
+ >
1985
+ >;
1986
+ export type IapItemDisplayStickerPgofest2021Meloetta25 = S<
1987
+ IapItemDisplay<
1988
+ "STICKER_PGOFEST2021_MELOETTA_2.5",
1989
+ {
1990
+ category: "IAP_CATEGORY_STICKER";
1991
+ sku: "STICKER_PGOFEST2021_MELOETTA_2.5";
1992
+ sortOrder: 49;
1993
+ }
1994
+ >
1995
+ >;
1996
+ export type IapItemDisplayStickerPgofest2021Ponyta3 = S<
1997
+ IapItemDisplay<
1998
+ "STICKER_PGOFEST2021_PONYTA.3",
1999
+ {
2000
+ category: "IAP_CATEGORY_STICKER";
2001
+ sku: "STICKER_PGOFEST2021_PONYTA.3";
2002
+ sortOrder: 1;
2003
+ }
2004
+ >
2005
+ >;
2006
+ export type IapItemDisplayStickerPgofest2021Ponyta5 = S<
2007
+ IapItemDisplay<
2008
+ "STICKER_PGOFEST2021_PONYTA.5",
2009
+ {
2010
+ category: "IAP_CATEGORY_STICKER";
2011
+ sku: "STICKER_PGOFEST2021_PONYTA.5";
2012
+ sortOrder: 1;
2013
+ }
2014
+ >
2015
+ >;
2016
+ export type IapItemDisplayStickerPgofest2022Groudon3 = S<
2017
+ IapItemDisplay<
2018
+ "STICKER_PGOFEST2022_GROUDON.3",
2019
+ {
2020
+ category: "IAP_CATEGORY_STICKER";
2021
+ sku: "STICKER_PGOFEST2022_GROUDON.3";
2022
+ sortOrder: 1;
2023
+ }
2024
+ >
2025
+ >;
2026
+ export type IapItemDisplayStickerPgofest2022Groudon5 = S<
2027
+ IapItemDisplay<
2028
+ "STICKER_PGOFEST2022_GROUDON.5",
2029
+ {
2030
+ category: "IAP_CATEGORY_STICKER";
2031
+ sku: "STICKER_PGOFEST2022_GROUDON.5";
2032
+ sortOrder: 1;
2033
+ }
2034
+ >
2035
+ >;
2036
+ export type IapItemDisplayStickerPgofest2022Kibago3 = S<
2037
+ IapItemDisplay<
2038
+ "STICKER_PGOFEST2022_KIBAGO.3",
2039
+ {
2040
+ category: "IAP_CATEGORY_STICKER";
2041
+ sku: "STICKER_PGOFEST2022_KIBAGO.3";
2042
+ sortOrder: 1;
2043
+ }
2044
+ >
2045
+ >;
2046
+ export type IapItemDisplayStickerPgofest2022Kibago5 = S<
2047
+ IapItemDisplay<
2048
+ "STICKER_PGOFEST2022_KIBAGO.5",
2049
+ {
2050
+ category: "IAP_CATEGORY_STICKER";
2051
+ sku: "STICKER_PGOFEST2022_KIBAGO.5";
2052
+ sortOrder: 1;
2053
+ }
2054
+ >
2055
+ >;
2056
+ export type IapItemDisplayStickerPgofest2022Kyogre3 = S<
2057
+ IapItemDisplay<
2058
+ "STICKER_PGOFEST2022_KYOGRE.3",
2059
+ {
2060
+ category: "IAP_CATEGORY_STICKER";
2061
+ sku: "STICKER_PGOFEST2022_KYOGRE.3";
2062
+ sortOrder: 1;
2063
+ }
2064
+ >
2065
+ >;
2066
+ export type IapItemDisplayStickerPgofest2022Kyogre5 = S<
2067
+ IapItemDisplay<
2068
+ "STICKER_PGOFEST2022_KYOGRE.5",
2069
+ {
2070
+ category: "IAP_CATEGORY_STICKER";
2071
+ sku: "STICKER_PGOFEST2022_KYOGRE.5";
2072
+ sortOrder: 1;
2073
+ }
2074
+ >
2075
+ >;
2076
+ export type IapItemDisplayStickerPgofest2022Pikachu3 = S<
2077
+ IapItemDisplay<
2078
+ "STICKER_PGOFEST2022_PIKACHU.3",
2079
+ {
2080
+ category: "IAP_CATEGORY_STICKER";
2081
+ sku: "STICKER_PGOFEST2022_PIKACHU.3";
2082
+ sortOrder: 1;
2083
+ }
2084
+ >
2085
+ >;
2086
+ export type IapItemDisplayStickerPgofest2022Pikachu5 = S<
2087
+ IapItemDisplay<
2088
+ "STICKER_PGOFEST2022_PIKACHU.5",
2089
+ {
2090
+ category: "IAP_CATEGORY_STICKER";
2091
+ sku: "STICKER_PGOFEST2022_PIKACHU.5";
2092
+ sortOrder: 1;
2093
+ }
2094
+ >
2095
+ >;
2096
+ export type IapItemDisplayStickerPgofest2022Pochama3 = S<
2097
+ IapItemDisplay<
2098
+ "STICKER_PGOFEST2022_POCHAMA.3",
2099
+ {
2100
+ category: "IAP_CATEGORY_STICKER";
2101
+ sku: "STICKER_PGOFEST2022_POCHAMA.3";
2102
+ sortOrder: 1;
2103
+ }
2104
+ >
2105
+ >;
2106
+ export type IapItemDisplayStickerPgofest2022Pochama5 = S<
2107
+ IapItemDisplay<
2108
+ "STICKER_PGOFEST2022_POCHAMA.5",
2109
+ {
2110
+ category: "IAP_CATEGORY_STICKER";
2111
+ sku: "STICKER_PGOFEST2022_POCHAMA.5";
2112
+ sortOrder: 1;
2113
+ }
2114
+ >
2115
+ >;
2116
+ export type IapItemDisplayStickerPgofest2022Shaymin3 = S<
2117
+ IapItemDisplay<
2118
+ "STICKER_PGOFEST2022_SHAYMIN.3",
2119
+ {
2120
+ category: "IAP_CATEGORY_STICKER";
2121
+ sku: "STICKER_PGOFEST2022_SHAYMIN.3";
2122
+ sortOrder: 1;
2123
+ }
2124
+ >
2125
+ >;
2126
+ export type IapItemDisplayStickerPgofest2022Shaymin5 = S<
2127
+ IapItemDisplay<
2128
+ "STICKER_PGOFEST2022_SHAYMIN.5",
2129
+ {
2130
+ category: "IAP_CATEGORY_STICKER";
2131
+ sku: "STICKER_PGOFEST2022_SHAYMIN.5";
2132
+ sortOrder: 1;
2133
+ }
2134
+ >
2135
+ >;
2136
+ export type IapItemDisplayStickerPikachuJol3 = S<
2137
+ IapItemDisplay<
2138
+ "STICKER_PIKACHU_JOL.3",
2139
+ {
2140
+ category: "IAP_CATEGORY_STICKER";
2141
+ sku: "STICKER_PIKACHU_JOL.3";
2142
+ sortOrder: 7;
2143
+ }
2144
+ >
2145
+ >;
2146
+ export type IapItemDisplayStickerPikachuJol5 = S<
2147
+ IapItemDisplay<
2148
+ "STICKER_PIKACHU_JOL.5",
2149
+ {
2150
+ category: "IAP_CATEGORY_STICKER";
2151
+ sku: "STICKER_PIKACHU_JOL.5";
2152
+ sortOrder: 6;
2153
+ }
2154
+ >
2155
+ >;
2156
+ export type IapItemDisplayStickerPonyta13 = S<
2157
+ IapItemDisplay<
2158
+ "STICKER_PONYTA_1.3",
2159
+ {
2160
+ category: "IAP_CATEGORY_STICKER";
2161
+ sku: "STICKER_PONYTA_1.3";
2162
+ sortOrder: 84;
2163
+ }
2164
+ >
2165
+ >;
2166
+ export type IapItemDisplayStickerPonyta15 = S<
2167
+ IapItemDisplay<
2168
+ "STICKER_PONYTA_1.5",
2169
+ {
2170
+ category: "IAP_CATEGORY_STICKER";
2171
+ sku: "STICKER_PONYTA_1.5";
2172
+ sortOrder: 83;
2173
+ }
2174
+ >
2175
+ >;
2176
+ export type IapItemDisplayStickerPonyta23 = S<
2177
+ IapItemDisplay<
2178
+ "STICKER_PONYTA_2.3",
2179
+ {
2180
+ category: "IAP_CATEGORY_STICKER";
2181
+ sku: "STICKER_PONYTA_2.3";
2182
+ sortOrder: 82;
2183
+ }
2184
+ >
2185
+ >;
2186
+ export type IapItemDisplayStickerPonyta25 = S<
2187
+ IapItemDisplay<
2188
+ "STICKER_PONYTA_2.5",
2189
+ {
2190
+ category: "IAP_CATEGORY_STICKER";
2191
+ sku: "STICKER_PONYTA_2.5";
2192
+ sortOrder: 81;
2193
+ }
2194
+ >
2195
+ >;
2196
+ export type IapItemDisplayStickerPonyta33 = S<
2197
+ IapItemDisplay<
2198
+ "STICKER_PONYTA_3.3",
2199
+ {
2200
+ category: "IAP_CATEGORY_STICKER";
2201
+ sku: "STICKER_PONYTA_3.3";
2202
+ sortOrder: 80;
2203
+ }
2204
+ >
2205
+ >;
2206
+ export type IapItemDisplayStickerPonyta35 = S<
2207
+ IapItemDisplay<
2208
+ "STICKER_PONYTA_3.5",
2209
+ {
2210
+ category: "IAP_CATEGORY_STICKER";
2211
+ sku: "STICKER_PONYTA_3.5";
2212
+ sortOrder: 79;
2213
+ }
2214
+ >
2215
+ >;
2216
+ export type IapItemDisplayStickerPonyta43 = S<
2217
+ IapItemDisplay<
2218
+ "STICKER_PONYTA_4.3",
2219
+ {
2220
+ category: "IAP_CATEGORY_STICKER";
2221
+ sku: "STICKER_PONYTA_4.3";
2222
+ sortOrder: 78;
2223
+ }
2224
+ >
2225
+ >;
2226
+ export type IapItemDisplayStickerPonyta45 = S<
2227
+ IapItemDisplay<
2228
+ "STICKER_PONYTA_4.5",
2229
+ {
2230
+ category: "IAP_CATEGORY_STICKER";
2231
+ sku: "STICKER_PONYTA_4.5";
2232
+ sortOrder: 77;
2233
+ }
2234
+ >
2235
+ >;
2236
+ export type IapItemDisplayStickerPoppliocd13 = S<
2237
+ IapItemDisplay<
2238
+ "STICKER_POPPLIOCD_1.3",
2239
+ {
2240
+ category: "IAP_CATEGORY_STICKER";
2241
+ sku: "STICKER_POPPLIOCD_1.3";
2242
+ sortOrder: 76;
2243
+ }
2244
+ >
2245
+ >;
2246
+ export type IapItemDisplayStickerPoppliocd15 = S<
2247
+ IapItemDisplay<
2248
+ "STICKER_POPPLIOCD_1.5",
2249
+ {
2250
+ category: "IAP_CATEGORY_STICKER";
2251
+ sku: "STICKER_POPPLIOCD_1.5";
2252
+ sortOrder: 75;
2253
+ }
2254
+ >
2255
+ >;
2256
+ export type IapItemDisplayStickerPoppliocd23 = S<
2257
+ IapItemDisplay<
2258
+ "STICKER_POPPLIOCD_2.3",
2259
+ {
2260
+ category: "IAP_CATEGORY_STICKER";
2261
+ sku: "STICKER_POPPLIOCD_2.3";
2262
+ sortOrder: 74;
2263
+ }
2264
+ >
2265
+ >;
2266
+ export type IapItemDisplayStickerPoppliocd25 = S<
2267
+ IapItemDisplay<
2268
+ "STICKER_POPPLIOCD_2.5",
2269
+ {
2270
+ category: "IAP_CATEGORY_STICKER";
2271
+ sku: "STICKER_POPPLIOCD_2.5";
2272
+ sortOrder: 73;
2273
+ }
2274
+ >
2275
+ >;
2276
+ export type IapItemDisplayStickerPoppliocd33 = S<
2277
+ IapItemDisplay<
2278
+ "STICKER_POPPLIOCD_3.3",
2279
+ {
2280
+ category: "IAP_CATEGORY_STICKER";
2281
+ sku: "STICKER_POPPLIOCD_3.3";
2282
+ sortOrder: 72;
2283
+ }
2284
+ >
2285
+ >;
2286
+ export type IapItemDisplayStickerPoppliocd35 = S<
2287
+ IapItemDisplay<
2288
+ "STICKER_POPPLIOCD_3.5",
2289
+ {
2290
+ category: "IAP_CATEGORY_STICKER";
2291
+ sku: "STICKER_POPPLIOCD_3.5";
2292
+ sortOrder: 71;
2293
+ }
2294
+ >
2295
+ >;
2296
+ export type IapItemDisplayStickerPoppliocd43 = S<
2297
+ IapItemDisplay<
2298
+ "STICKER_POPPLIOCD_4.3",
2299
+ {
2300
+ category: "IAP_CATEGORY_STICKER";
2301
+ sku: "STICKER_POPPLIOCD_4.3";
2302
+ sortOrder: 70;
2303
+ }
2304
+ >
2305
+ >;
2306
+ export type IapItemDisplayStickerPoppliocd45 = S<
2307
+ IapItemDisplay<
2308
+ "STICKER_POPPLIOCD_4.5",
2309
+ {
2310
+ category: "IAP_CATEGORY_STICKER";
2311
+ sku: "STICKER_POPPLIOCD_4.5";
2312
+ sortOrder: 69;
2313
+ }
2314
+ >
2315
+ >;
2316
+ export type IapItemDisplayStickerRowletcd13 = S<
2317
+ IapItemDisplay<
2318
+ "STICKER_ROWLETCD_1.3",
2319
+ {
2320
+ category: "IAP_CATEGORY_STICKER";
2321
+ sku: "STICKER_ROWLETCD_1.3";
2322
+ sortOrder: 20;
2323
+ }
2324
+ >
2325
+ >;
2326
+ export type IapItemDisplayStickerRowletcd15 = S<
2327
+ IapItemDisplay<
2328
+ "STICKER_ROWLETCD_1.5",
2329
+ {
2330
+ category: "IAP_CATEGORY_STICKER";
2331
+ sku: "STICKER_ROWLETCD_1.5";
2332
+ sortOrder: 19;
2333
+ }
2334
+ >
2335
+ >;
2336
+ export type IapItemDisplayStickerRowletcd23 = S<
2337
+ IapItemDisplay<
2338
+ "STICKER_ROWLETCD_2.3",
2339
+ {
2340
+ category: "IAP_CATEGORY_STICKER";
2341
+ sku: "STICKER_ROWLETCD_2.3";
2342
+ sortOrder: 18;
2343
+ }
2344
+ >
2345
+ >;
2346
+ export type IapItemDisplayStickerRowletcd25 = S<
2347
+ IapItemDisplay<
2348
+ "STICKER_ROWLETCD_2.5",
2349
+ {
2350
+ category: "IAP_CATEGORY_STICKER";
2351
+ sku: "STICKER_ROWLETCD_2.5";
2352
+ sortOrder: 17;
2353
+ }
2354
+ >
2355
+ >;
2356
+ export type IapItemDisplayStickerRowletcd33 = S<
2357
+ IapItemDisplay<
2358
+ "STICKER_ROWLETCD_3.3",
2359
+ {
2360
+ category: "IAP_CATEGORY_STICKER";
2361
+ sku: "STICKER_ROWLETCD_3.3";
2362
+ sortOrder: 16;
2363
+ }
2364
+ >
2365
+ >;
2366
+ export type IapItemDisplayStickerRowletcd35 = S<
2367
+ IapItemDisplay<
2368
+ "STICKER_ROWLETCD_3.5",
2369
+ {
2370
+ category: "IAP_CATEGORY_STICKER";
2371
+ sku: "STICKER_ROWLETCD_3.5";
2372
+ sortOrder: 15;
2373
+ }
2374
+ >
2375
+ >;
2376
+ export type IapItemDisplayStickerRowletcd43 = S<
2377
+ IapItemDisplay<
2378
+ "STICKER_ROWLETCD_4.3",
2379
+ {
2380
+ category: "IAP_CATEGORY_STICKER";
2381
+ sku: "STICKER_ROWLETCD_4.3";
2382
+ sortOrder: 14;
2383
+ }
2384
+ >
2385
+ >;
2386
+ export type IapItemDisplayStickerRowletcd45 = S<
2387
+ IapItemDisplay<
2388
+ "STICKER_ROWLETCD_4.5",
2389
+ {
2390
+ category: "IAP_CATEGORY_STICKER";
2391
+ sku: "STICKER_ROWLETCD_4.5";
2392
+ sortOrder: 13;
2393
+ }
2394
+ >
2395
+ >;
2396
+ export type IapItemDisplayStickerSewaddlecd13 = S<
2397
+ IapItemDisplay<
2398
+ "STICKER_SEWADDLECD_1.3",
2399
+ {
2400
+ category: "IAP_CATEGORY_STICKER";
2401
+ sku: "STICKER_SEWADDLECD_1.3";
2402
+ sortOrder: 92;
2403
+ }
2404
+ >
2405
+ >;
2406
+ export type IapItemDisplayStickerSewaddlecd15 = S<
2407
+ IapItemDisplay<
2408
+ "STICKER_SEWADDLECD_1.5",
2409
+ {
2410
+ category: "IAP_CATEGORY_STICKER";
2411
+ sku: "STICKER_SEWADDLECD_1.5";
2412
+ sortOrder: 91;
2413
+ }
2414
+ >
2415
+ >;
2416
+ export type IapItemDisplayStickerSewaddlecd23 = S<
2417
+ IapItemDisplay<
2418
+ "STICKER_SEWADDLECD_2.3",
2419
+ {
2420
+ category: "IAP_CATEGORY_STICKER";
2421
+ sku: "STICKER_SEWADDLECD_2.3";
2422
+ sortOrder: 90;
2423
+ }
2424
+ >
2425
+ >;
2426
+ export type IapItemDisplayStickerSewaddlecd25 = S<
2427
+ IapItemDisplay<
2428
+ "STICKER_SEWADDLECD_2.5",
2429
+ {
2430
+ category: "IAP_CATEGORY_STICKER";
2431
+ sku: "STICKER_SEWADDLECD_2.5";
2432
+ sortOrder: 89;
2433
+ }
2434
+ >
2435
+ >;
2436
+ export type IapItemDisplayStickerSewaddlecd33 = S<
2437
+ IapItemDisplay<
2438
+ "STICKER_SEWADDLECD_3.3",
2439
+ {
2440
+ category: "IAP_CATEGORY_STICKER";
2441
+ sku: "STICKER_SEWADDLECD_3.3";
2442
+ sortOrder: 88;
2443
+ }
2444
+ >
2445
+ >;
2446
+ export type IapItemDisplayStickerSewaddlecd35 = S<
2447
+ IapItemDisplay<
2448
+ "STICKER_SEWADDLECD_3.5",
2449
+ {
2450
+ category: "IAP_CATEGORY_STICKER";
2451
+ sku: "STICKER_SEWADDLECD_3.5";
2452
+ sortOrder: 87;
2453
+ }
2454
+ >
2455
+ >;
2456
+ export type IapItemDisplayStickerSewaddlecd43 = S<
2457
+ IapItemDisplay<
2458
+ "STICKER_SEWADDLECD_4.3",
2459
+ {
2460
+ category: "IAP_CATEGORY_STICKER";
2461
+ sku: "STICKER_SEWADDLECD_4.3";
2462
+ sortOrder: 86;
2463
+ }
2464
+ >
2465
+ >;
2466
+ export type IapItemDisplayStickerSewaddlecd45 = S<
2467
+ IapItemDisplay<
2468
+ "STICKER_SEWADDLECD_4.5",
2469
+ {
2470
+ category: "IAP_CATEGORY_STICKER";
2471
+ sku: "STICKER_SEWADDLECD_4.5";
2472
+ sortOrder: 85;
2473
+ }
2474
+ >
2475
+ >;
2476
+ export type IapItemDisplayStickerShelmetKarrablast13 = S<
2477
+ IapItemDisplay<
2478
+ "STICKER_SHELMET_KARRABLAST_1.3",
2479
+ {
2480
+ category: "IAP_CATEGORY_STICKER";
2481
+ sku: "STICKER_SHELMET_KARRABLAST_1.3";
2482
+ sortOrder: 46;
2483
+ }
2484
+ >
2485
+ >;
2486
+ export type IapItemDisplayStickerShelmetKarrablast15 = S<
2487
+ IapItemDisplay<
2488
+ "STICKER_SHELMET_KARRABLAST_1.5",
2489
+ {
2490
+ category: "IAP_CATEGORY_STICKER";
2491
+ sku: "STICKER_SHELMET_KARRABLAST_1.5";
2492
+ sortOrder: 45;
2493
+ }
2494
+ >
2495
+ >;
2496
+ export type IapItemDisplayStickerShelmetKarrablast23 = S<
2497
+ IapItemDisplay<
2498
+ "STICKER_SHELMET_KARRABLAST_2.3",
2499
+ {
2500
+ category: "IAP_CATEGORY_STICKER";
2501
+ sku: "STICKER_SHELMET_KARRABLAST_2.3";
2502
+ sortOrder: 48;
2503
+ }
2504
+ >
2505
+ >;
2506
+ export type IapItemDisplayStickerShelmetKarrablast25 = S<
2507
+ IapItemDisplay<
2508
+ "STICKER_SHELMET_KARRABLAST_2.5",
2509
+ {
2510
+ category: "IAP_CATEGORY_STICKER";
2511
+ sku: "STICKER_SHELMET_KARRABLAST_2.5";
2512
+ sortOrder: 47;
2513
+ }
2514
+ >
2515
+ >;
2516
+ export type IapItemDisplayStickerShelmetKarrablast33 = S<
2517
+ IapItemDisplay<
2518
+ "STICKER_SHELMET_KARRABLAST_3.3",
2519
+ {
2520
+ category: "IAP_CATEGORY_STICKER";
2521
+ sku: "STICKER_SHELMET_KARRABLAST_3.3";
2522
+ sortOrder: 50;
2523
+ }
2524
+ >
2525
+ >;
2526
+ export type IapItemDisplayStickerShelmetKarrablast35 = S<
2527
+ IapItemDisplay<
2528
+ "STICKER_SHELMET_KARRABLAST_3.5",
2529
+ {
2530
+ category: "IAP_CATEGORY_STICKER";
2531
+ sku: "STICKER_SHELMET_KARRABLAST_3.5";
2532
+ sortOrder: 49;
2533
+ }
2534
+ >
2535
+ >;
2536
+ export type IapItemDisplayStickerSlowpoke13 = S<
2537
+ IapItemDisplay<
2538
+ "STICKER_SLOWPOKE_1.3",
2539
+ {
2540
+ category: "IAP_CATEGORY_STICKER";
2541
+ sku: "STICKER_SLOWPOKE_1.3";
2542
+ sortOrder: 405;
2543
+ }
2544
+ >
2545
+ >;
2546
+ export type IapItemDisplayStickerSlowpoke15 = S<
2547
+ IapItemDisplay<
2548
+ "STICKER_SLOWPOKE_1.5",
2549
+ {
2550
+ category: "IAP_CATEGORY_STICKER";
2551
+ sku: "STICKER_SLOWPOKE_1.5";
2552
+ sortOrder: 401;
2553
+ }
2554
+ >
2555
+ >;
2556
+ export type IapItemDisplayStickerSlowpoke23 = S<
2557
+ IapItemDisplay<
2558
+ "STICKER_SLOWPOKE_2.3",
2559
+ {
2560
+ category: "IAP_CATEGORY_STICKER";
2561
+ sku: "STICKER_SLOWPOKE_2.3";
2562
+ sortOrder: 404;
2563
+ }
2564
+ >
2565
+ >;
2566
+ export type IapItemDisplayStickerSlowpoke25 = S<
2567
+ IapItemDisplay<
2568
+ "STICKER_SLOWPOKE_2.5",
2569
+ {
2570
+ category: "IAP_CATEGORY_STICKER";
2571
+ sku: "STICKER_SLOWPOKE_2.5";
2572
+ sortOrder: 400;
2573
+ }
2574
+ >
2575
+ >;
2576
+ export type IapItemDisplayStickerSlowpoke33 = S<
2577
+ IapItemDisplay<
2578
+ "STICKER_SLOWPOKE_3.3",
2579
+ {
2580
+ category: "IAP_CATEGORY_STICKER";
2581
+ sku: "STICKER_SLOWPOKE_3.3";
2582
+ sortOrder: 403;
2583
+ }
2584
+ >
2585
+ >;
2586
+ export type IapItemDisplayStickerSlowpoke35 = S<
2587
+ IapItemDisplay<
2588
+ "STICKER_SLOWPOKE_3.5",
2589
+ {
2590
+ category: "IAP_CATEGORY_STICKER";
2591
+ sku: "STICKER_SLOWPOKE_3.5";
2592
+ sortOrder: 399;
2593
+ }
2594
+ >
2595
+ >;
2596
+ export type IapItemDisplayStickerSlowpoke43 = S<
2597
+ IapItemDisplay<
2598
+ "STICKER_SLOWPOKE_4.3",
2599
+ {
2600
+ category: "IAP_CATEGORY_STICKER";
2601
+ sku: "STICKER_SLOWPOKE_4.3";
2602
+ sortOrder: 402;
2603
+ }
2604
+ >
2605
+ >;
2606
+ export type IapItemDisplayStickerSlowpoke45 = S<
2607
+ IapItemDisplay<
2608
+ "STICKER_SLOWPOKE_4.5",
2609
+ {
2610
+ category: "IAP_CATEGORY_STICKER";
2611
+ sku: "STICKER_SLOWPOKE_4.5";
2612
+ sortOrder: 398;
2613
+ }
2614
+ >
2615
+ >;
2616
+ export type IapItemDisplayStickerSpheal13 = S<
2617
+ IapItemDisplay<
2618
+ "STICKER_SPHEAL_1.3",
2619
+ {
2620
+ category: "IAP_CATEGORY_STICKER";
2621
+ sku: "STICKER_SPHEAL_1.3";
2622
+ sortOrder: 1;
2623
+ }
2624
+ >
2625
+ >;
2626
+ export type IapItemDisplayStickerSpheal15 = S<
2627
+ IapItemDisplay<
2628
+ "STICKER_SPHEAL_1.5",
2629
+ {
2630
+ category: "IAP_CATEGORY_STICKER";
2631
+ sku: "STICKER_SPHEAL_1.5";
2632
+ sortOrder: 1;
2633
+ }
2634
+ >
2635
+ >;
2636
+ export type IapItemDisplayStickerSpheal23 = S<
2637
+ IapItemDisplay<
2638
+ "STICKER_SPHEAL_2.3",
2639
+ {
2640
+ category: "IAP_CATEGORY_STICKER";
2641
+ sku: "STICKER_SPHEAL_2.3";
2642
+ sortOrder: 1;
2643
+ }
2644
+ >
2645
+ >;
2646
+ export type IapItemDisplayStickerSpheal25 = S<
2647
+ IapItemDisplay<
2648
+ "STICKER_SPHEAL_2.5",
2649
+ {
2650
+ category: "IAP_CATEGORY_STICKER";
2651
+ sku: "STICKER_SPHEAL_2.5";
2652
+ sortOrder: 1;
2653
+ }
2654
+ >
2655
+ >;
2656
+ export type IapItemDisplayStickerSpheal33 = S<
2657
+ IapItemDisplay<
2658
+ "STICKER_SPHEAL_3.3",
2659
+ {
2660
+ category: "IAP_CATEGORY_STICKER";
2661
+ sku: "STICKER_SPHEAL_3.3";
2662
+ sortOrder: 1;
2663
+ }
2664
+ >
2665
+ >;
2666
+ export type IapItemDisplayStickerSpheal35 = S<
2667
+ IapItemDisplay<
2668
+ "STICKER_SPHEAL_3.5",
2669
+ {
2670
+ category: "IAP_CATEGORY_STICKER";
2671
+ sku: "STICKER_SPHEAL_3.5";
2672
+ sortOrder: 1;
2673
+ }
2674
+ >
2675
+ >;
2676
+ export type IapItemDisplayStickerSpheal43 = S<
2677
+ IapItemDisplay<
2678
+ "STICKER_SPHEAL_4.3",
2679
+ {
2680
+ category: "IAP_CATEGORY_STICKER";
2681
+ sku: "STICKER_SPHEAL_4.3";
2682
+ sortOrder: 1;
2683
+ }
2684
+ >
2685
+ >;
2686
+ export type IapItemDisplayStickerSpheal45 = S<
2687
+ IapItemDisplay<
2688
+ "STICKER_SPHEAL_4.5",
2689
+ {
2690
+ category: "IAP_CATEGORY_STICKER";
2691
+ sku: "STICKER_SPHEAL_4.5";
2692
+ sortOrder: 1;
2693
+ }
2694
+ >
2695
+ >;
2696
+ export type IapItemDisplayStickerSprigatito13 = S<
2697
+ IapItemDisplay<
2698
+ "STICKER_SPRIGATITO_1.3",
2699
+ {
2700
+ category: "IAP_CATEGORY_STICKER";
2701
+ sku: "STICKER_SPRIGATITO_1.3";
2702
+ sortOrder: 44;
2703
+ }
2704
+ >
2705
+ >;
2706
+ export type IapItemDisplayStickerSprigatito15 = S<
2707
+ IapItemDisplay<
2708
+ "STICKER_SPRIGATITO_1.5",
2709
+ {
2710
+ category: "IAP_CATEGORY_STICKER";
2711
+ sku: "STICKER_SPRIGATITO_1.5";
2712
+ sortOrder: 43;
2713
+ }
2714
+ >
2715
+ >;
2716
+ export type IapItemDisplayStickerSprigatito23 = S<
2717
+ IapItemDisplay<
2718
+ "STICKER_SPRIGATITO_2.3",
2719
+ {
2720
+ category: "IAP_CATEGORY_STICKER";
2721
+ sku: "STICKER_SPRIGATITO_2.3";
2722
+ sortOrder: 46;
2723
+ }
2724
+ >
2725
+ >;
2726
+ export type IapItemDisplayStickerSprigatito25 = S<
2727
+ IapItemDisplay<
2728
+ "STICKER_SPRIGATITO_2.5",
2729
+ {
2730
+ category: "IAP_CATEGORY_STICKER";
2731
+ sku: "STICKER_SPRIGATITO_2.5";
2732
+ sortOrder: 45;
2733
+ }
2734
+ >
2735
+ >;
2736
+ export type IapItemDisplayStickerSprigatito33 = S<
2737
+ IapItemDisplay<
2738
+ "STICKER_SPRIGATITO_3.3",
2739
+ {
2740
+ category: "IAP_CATEGORY_STICKER";
2741
+ sku: "STICKER_SPRIGATITO_3.3";
2742
+ sortOrder: 48;
2743
+ }
2744
+ >
2745
+ >;
2746
+ export type IapItemDisplayStickerSprigatito35 = S<
2747
+ IapItemDisplay<
2748
+ "STICKER_SPRIGATITO_3.5",
2749
+ {
2750
+ category: "IAP_CATEGORY_STICKER";
2751
+ sku: "STICKER_SPRIGATITO_3.5";
2752
+ sortOrder: 47;
2753
+ }
2754
+ >
2755
+ >;
2756
+ export type IapItemDisplayStickerSprigatito43 = S<
2757
+ IapItemDisplay<
2758
+ "STICKER_SPRIGATITO_4.3",
2759
+ {
2760
+ category: "IAP_CATEGORY_STICKER";
2761
+ sku: "STICKER_SPRIGATITO_4.3";
2762
+ sortOrder: 50;
2763
+ }
2764
+ >
2765
+ >;
2766
+ export type IapItemDisplayStickerSprigatito45 = S<
2767
+ IapItemDisplay<
2768
+ "STICKER_SPRIGATITO_4.5",
2769
+ {
2770
+ category: "IAP_CATEGORY_STICKER";
2771
+ sku: "STICKER_SPRIGATITO_4.5";
2772
+ sortOrder: 49;
2773
+ }
2774
+ >
2775
+ >;
2776
+ export type IapItemDisplayStickerSpring202513 = S<
2777
+ IapItemDisplay<
2778
+ "STICKER_SPRING_2025_1.3",
2779
+ {
2780
+ category: "IAP_CATEGORY_STICKER";
2781
+ sku: "STICKER_SPRING_2025_1.3";
2782
+ sortOrder: 500;
2783
+ }
2784
+ >
2785
+ >;
2786
+ export type IapItemDisplayStickerSpring202515 = S<
2787
+ IapItemDisplay<
2788
+ "STICKER_SPRING_2025_1.5",
2789
+ {
2790
+ category: "IAP_CATEGORY_STICKER";
2791
+ sku: "STICKER_SPRING_2025_1.5";
2792
+ sortOrder: 499;
2793
+ }
2794
+ >
2795
+ >;
2796
+ export type IapItemDisplayStickerSpring202523 = S<
2797
+ IapItemDisplay<
2798
+ "STICKER_SPRING_2025_2.3",
2799
+ {
2800
+ category: "IAP_CATEGORY_STICKER";
2801
+ sku: "STICKER_SPRING_2025_2.3";
2802
+ sortOrder: 498;
2803
+ }
2804
+ >
2805
+ >;
2806
+ export type IapItemDisplayStickerSpring202525 = S<
2807
+ IapItemDisplay<
2808
+ "STICKER_SPRING_2025_2.5",
2809
+ {
2810
+ category: "IAP_CATEGORY_STICKER";
2811
+ sku: "STICKER_SPRING_2025_2.5";
2812
+ sortOrder: 497;
2813
+ }
2814
+ >
2815
+ >;
2816
+ export type IapItemDisplayStickerSpring202533 = S<
2817
+ IapItemDisplay<
2818
+ "STICKER_SPRING_2025_3.3",
2819
+ {
2820
+ category: "IAP_CATEGORY_STICKER";
2821
+ sku: "STICKER_SPRING_2025_3.3";
2822
+ sortOrder: 496;
2823
+ }
2824
+ >
2825
+ >;
2826
+ export type IapItemDisplayStickerSpring202535 = S<
2827
+ IapItemDisplay<
2828
+ "STICKER_SPRING_2025_3.5",
2829
+ {
2830
+ category: "IAP_CATEGORY_STICKER";
2831
+ sku: "STICKER_SPRING_2025_3.5";
2832
+ sortOrder: 495;
2833
+ }
2834
+ >
2835
+ >;
2836
+ export type IapItemDisplayStickerSpring202543 = S<
2837
+ IapItemDisplay<
2838
+ "STICKER_SPRING_2025_4.3",
2839
+ {
2840
+ category: "IAP_CATEGORY_STICKER";
2841
+ sku: "STICKER_SPRING_2025_4.3";
2842
+ sortOrder: 494;
2843
+ }
2844
+ >
2845
+ >;
2846
+ export type IapItemDisplayStickerSpring202545 = S<
2847
+ IapItemDisplay<
2848
+ "STICKER_SPRING_2025_4.5",
2849
+ {
2850
+ category: "IAP_CATEGORY_STICKER";
2851
+ sku: "STICKER_SPRING_2025_4.5";
2852
+ sortOrder: 493;
2853
+ }
2854
+ >
2855
+ >;
2856
+ export type IapItemDisplayStickerSpring202613 = S<
2857
+ IapItemDisplay<
2858
+ "STICKER_SPRING_2026_1.3",
2859
+ {
2860
+ category: "IAP_CATEGORY_STICKER";
2861
+ sku: "STICKER_SPRING_2026_1.3";
2862
+ sortOrder: 492;
2863
+ }
2864
+ >
2865
+ >;
2866
+ export type IapItemDisplayStickerSpring202615 = S<
2867
+ IapItemDisplay<
2868
+ "STICKER_SPRING_2026_1.5",
2869
+ {
2870
+ category: "IAP_CATEGORY_STICKER";
2871
+ sku: "STICKER_SPRING_2026_1.5";
2872
+ sortOrder: 491;
2873
+ }
2874
+ >
2875
+ >;
2876
+ export type IapItemDisplayStickerSpring202623 = S<
2877
+ IapItemDisplay<
2878
+ "STICKER_SPRING_2026_2.3",
2879
+ {
2880
+ category: "IAP_CATEGORY_STICKER";
2881
+ sku: "STICKER_SPRING_2026_2.3";
2882
+ sortOrder: 490;
2883
+ }
2884
+ >
2885
+ >;
2886
+ export type IapItemDisplayStickerSpring202625 = S<
2887
+ IapItemDisplay<
2888
+ "STICKER_SPRING_2026_2.5",
2889
+ {
2890
+ category: "IAP_CATEGORY_STICKER";
2891
+ sku: "STICKER_SPRING_2026_2.5";
2892
+ sortOrder: 489;
2893
+ }
2894
+ >
2895
+ >;
2896
+ export type IapItemDisplayStickerSpring202633 = S<
2897
+ IapItemDisplay<
2898
+ "STICKER_SPRING_2026_3.3",
2899
+ {
2900
+ category: "IAP_CATEGORY_STICKER";
2901
+ sku: "STICKER_SPRING_2026_3.3";
2902
+ sortOrder: 488;
2903
+ }
2904
+ >
2905
+ >;
2906
+ export type IapItemDisplayStickerSpring202635 = S<
2907
+ IapItemDisplay<
2908
+ "STICKER_SPRING_2026_3.5",
2909
+ {
2910
+ category: "IAP_CATEGORY_STICKER";
2911
+ sku: "STICKER_SPRING_2026_3.5";
2912
+ sortOrder: 487;
2913
+ }
2914
+ >
2915
+ >;
2916
+ export type IapItemDisplayStickerSpring202643 = S<
2917
+ IapItemDisplay<
2918
+ "STICKER_SPRING_2026_4.3",
2919
+ {
2920
+ category: "IAP_CATEGORY_STICKER";
2921
+ sku: "STICKER_SPRING_2026_4.3";
2922
+ sortOrder: 486;
2923
+ }
2924
+ >
2925
+ >;
2926
+ export type IapItemDisplayStickerSpring202645 = S<
2927
+ IapItemDisplay<
2928
+ "STICKER_SPRING_2026_4.5",
2929
+ {
2930
+ category: "IAP_CATEGORY_STICKER";
2931
+ sku: "STICKER_SPRING_2026_4.5";
2932
+ sortOrder: 485;
2933
+ }
2934
+ >
2935
+ >;
2936
+ export type IapItemDisplayStickerStufful13 = S<
2937
+ IapItemDisplay<
2938
+ "STICKER_STUFFUL_1.3",
2939
+ {
2940
+ category: "IAP_CATEGORY_STICKER";
2941
+ sku: "STICKER_STUFFUL_1.3";
2942
+ sortOrder: 1;
2943
+ }
2944
+ >
2945
+ >;
2946
+ export type IapItemDisplayStickerStufful15 = S<
2947
+ IapItemDisplay<
2948
+ "STICKER_STUFFUL_1.5",
2949
+ {
2950
+ category: "IAP_CATEGORY_STICKER";
2951
+ sku: "STICKER_STUFFUL_1.5";
2952
+ sortOrder: 1;
2953
+ }
2954
+ >
2955
+ >;
2956
+ export type IapItemDisplayStickerStufful23 = S<
2957
+ IapItemDisplay<
2958
+ "STICKER_STUFFUL_2.3",
2959
+ {
2960
+ category: "IAP_CATEGORY_STICKER";
2961
+ sku: "STICKER_STUFFUL_2.3";
2962
+ sortOrder: 1;
2963
+ }
2964
+ >
2965
+ >;
2966
+ export type IapItemDisplayStickerStufful25 = S<
2967
+ IapItemDisplay<
2968
+ "STICKER_STUFFUL_2.5",
2969
+ {
2970
+ category: "IAP_CATEGORY_STICKER";
2971
+ sku: "STICKER_STUFFUL_2.5";
2972
+ sortOrder: 1;
2973
+ }
2974
+ >
2975
+ >;
2976
+ export type IapItemDisplayStickerStufful33 = S<
2977
+ IapItemDisplay<
2978
+ "STICKER_STUFFUL_3.3",
2979
+ {
2980
+ category: "IAP_CATEGORY_STICKER";
2981
+ sku: "STICKER_STUFFUL_3.3";
2982
+ sortOrder: 1;
2983
+ }
2984
+ >
2985
+ >;
2986
+ export type IapItemDisplayStickerStufful35 = S<
2987
+ IapItemDisplay<
2988
+ "STICKER_STUFFUL_3.5",
2989
+ {
2990
+ category: "IAP_CATEGORY_STICKER";
2991
+ sku: "STICKER_STUFFUL_3.5";
2992
+ sortOrder: 1;
2993
+ }
2994
+ >
2995
+ >;
2996
+ export type IapItemDisplayStickerStufful43 = S<
2997
+ IapItemDisplay<
2998
+ "STICKER_STUFFUL_4.3",
2999
+ {
3000
+ category: "IAP_CATEGORY_STICKER";
3001
+ sku: "STICKER_STUFFUL_4.3";
3002
+ sortOrder: 1;
3003
+ }
3004
+ >
3005
+ >;
3006
+ export type IapItemDisplayStickerStufful45 = S<
3007
+ IapItemDisplay<
3008
+ "STICKER_STUFFUL_4.5",
3009
+ {
3010
+ category: "IAP_CATEGORY_STICKER";
3011
+ sku: "STICKER_STUFFUL_4.5";
3012
+ sortOrder: 1;
3013
+ }
3014
+ >
3015
+ >;
3016
+ export type IapItemDisplayStickerSummer202513 = S<
3017
+ IapItemDisplay<
3018
+ "STICKER_SUMMER_2025_1.3",
3019
+ {
3020
+ category: "IAP_CATEGORY_STICKER";
3021
+ sku: "STICKER_SUMMER_2025_1.3";
3022
+ sortOrder: 500;
3023
+ }
3024
+ >
3025
+ >;
3026
+ export type IapItemDisplayStickerSummer202515 = S<
3027
+ IapItemDisplay<
3028
+ "STICKER_SUMMER_2025_1.5",
3029
+ {
3030
+ category: "IAP_CATEGORY_STICKER";
3031
+ sku: "STICKER_SUMMER_2025_1.5";
3032
+ sortOrder: 499;
3033
+ }
3034
+ >
3035
+ >;
3036
+ export type IapItemDisplayStickerSummer202523 = S<
3037
+ IapItemDisplay<
3038
+ "STICKER_SUMMER_2025_2.3",
3039
+ {
3040
+ category: "IAP_CATEGORY_STICKER";
3041
+ sku: "STICKER_SUMMER_2025_2.3";
3042
+ sortOrder: 498;
3043
+ }
3044
+ >
3045
+ >;
3046
+ export type IapItemDisplayStickerSummer202525 = S<
3047
+ IapItemDisplay<
3048
+ "STICKER_SUMMER_2025_2.5",
3049
+ {
3050
+ category: "IAP_CATEGORY_STICKER";
3051
+ sku: "STICKER_SUMMER_2025_2.5";
3052
+ sortOrder: 497;
3053
+ }
3054
+ >
3055
+ >;
3056
+ export type IapItemDisplayStickerSummer202533 = S<
3057
+ IapItemDisplay<
3058
+ "STICKER_SUMMER_2025_3.3",
3059
+ {
3060
+ category: "IAP_CATEGORY_STICKER";
3061
+ sku: "STICKER_SUMMER_2025_3.3";
3062
+ sortOrder: 496;
3063
+ }
3064
+ >
3065
+ >;
3066
+ export type IapItemDisplayStickerSummer202535 = S<
3067
+ IapItemDisplay<
3068
+ "STICKER_SUMMER_2025_3.5",
3069
+ {
3070
+ category: "IAP_CATEGORY_STICKER";
3071
+ sku: "STICKER_SUMMER_2025_3.5";
3072
+ sortOrder: 495;
3073
+ }
3074
+ >
3075
+ >;
3076
+ export type IapItemDisplayStickerSummer202543 = S<
3077
+ IapItemDisplay<
3078
+ "STICKER_SUMMER_2025_4.3",
3079
+ {
3080
+ category: "IAP_CATEGORY_STICKER";
3081
+ sku: "STICKER_SUMMER_2025_4.3";
3082
+ sortOrder: 494;
3083
+ }
3084
+ >
3085
+ >;
3086
+ export type IapItemDisplayStickerSummer202545 = S<
3087
+ IapItemDisplay<
3088
+ "STICKER_SUMMER_2025_4.5",
3089
+ {
3090
+ category: "IAP_CATEGORY_STICKER";
3091
+ sku: "STICKER_SUMMER_2025_4.5";
3092
+ sortOrder: 493;
3093
+ }
3094
+ >
3095
+ >;
3096
+ export type IapItemDisplayStickerTynamocd13 = S<
3097
+ IapItemDisplay<
3098
+ "STICKER_TYNAMOCD_1.3",
3099
+ {
3100
+ category: "IAP_CATEGORY_STICKER";
3101
+ sku: "STICKER_TYNAMOCD_1.3";
3102
+ sortOrder: 68;
3103
+ }
3104
+ >
3105
+ >;
3106
+ export type IapItemDisplayStickerTynamocd15 = S<
3107
+ IapItemDisplay<
3108
+ "STICKER_TYNAMOCD_1.5",
3109
+ {
3110
+ category: "IAP_CATEGORY_STICKER";
3111
+ sku: "STICKER_TYNAMOCD_1.5";
3112
+ sortOrder: 67;
3113
+ }
3114
+ >
3115
+ >;
3116
+ export type IapItemDisplayStickerTynamocd23 = S<
3117
+ IapItemDisplay<
3118
+ "STICKER_TYNAMOCD_2.3",
3119
+ {
3120
+ category: "IAP_CATEGORY_STICKER";
3121
+ sku: "STICKER_TYNAMOCD_2.3";
3122
+ sortOrder: 66;
3123
+ }
3124
+ >
3125
+ >;
3126
+ export type IapItemDisplayStickerTynamocd25 = S<
3127
+ IapItemDisplay<
3128
+ "STICKER_TYNAMOCD_2.5",
3129
+ {
3130
+ category: "IAP_CATEGORY_STICKER";
3131
+ sku: "STICKER_TYNAMOCD_2.5";
3132
+ sortOrder: 65;
3133
+ }
3134
+ >
3135
+ >;
3136
+ export type IapItemDisplayStickerTynamocd33 = S<
3137
+ IapItemDisplay<
3138
+ "STICKER_TYNAMOCD_3.3",
3139
+ {
3140
+ category: "IAP_CATEGORY_STICKER";
3141
+ sku: "STICKER_TYNAMOCD_3.3";
3142
+ sortOrder: 64;
3143
+ }
3144
+ >
3145
+ >;
3146
+ export type IapItemDisplayStickerTynamocd35 = S<
3147
+ IapItemDisplay<
3148
+ "STICKER_TYNAMOCD_3.5",
3149
+ {
3150
+ category: "IAP_CATEGORY_STICKER";
3151
+ sku: "STICKER_TYNAMOCD_3.5";
3152
+ sortOrder: 63;
3153
+ }
3154
+ >
3155
+ >;
3156
+ export type IapItemDisplayStickerTynamocd43 = S<
3157
+ IapItemDisplay<
3158
+ "STICKER_TYNAMOCD_4.3",
3159
+ {
3160
+ category: "IAP_CATEGORY_STICKER";
3161
+ sku: "STICKER_TYNAMOCD_4.3";
3162
+ sortOrder: 62;
3163
+ }
3164
+ >
3165
+ >;
3166
+ export type IapItemDisplayStickerTynamocd45 = S<
3167
+ IapItemDisplay<
3168
+ "STICKER_TYNAMOCD_4.5",
3169
+ {
3170
+ category: "IAP_CATEGORY_STICKER";
3171
+ sku: "STICKER_TYNAMOCD_4.5";
3172
+ sortOrder: 61;
3173
+ }
3174
+ >
3175
+ >;
3176
+ export type IapItemDisplayStickerWcs2025CarGroup3 = S<
3177
+ IapItemDisplay<
3178
+ "STICKER_WCS2025_CAR_GROUP.3",
3179
+ {
3180
+ category: "IAP_CATEGORY_STICKER";
3181
+ sku: "STICKER_WCS2025_CAR_GROUP.3";
3182
+ sortOrder: 20;
3183
+ }
3184
+ >
3185
+ >;
3186
+ export type IapItemDisplayStickerWcs2025CarGroup5 = S<
3187
+ IapItemDisplay<
3188
+ "STICKER_WCS2025_CAR_GROUP.5",
3189
+ {
3190
+ category: "IAP_CATEGORY_STICKER";
3191
+ sku: "STICKER_WCS2025_CAR_GROUP.5";
3192
+ sortOrder: 19;
3193
+ }
3194
+ >
3195
+ >;
3196
+ export type IapItemDisplayStickerWcs2025Jigglypuff3 = S<
3197
+ IapItemDisplay<
3198
+ "STICKER_WCS2025_JIGGLYPUFF.3",
3199
+ {
3200
+ category: "IAP_CATEGORY_STICKER";
3201
+ sku: "STICKER_WCS2025_JIGGLYPUFF.3";
3202
+ sortOrder: 16;
3203
+ }
3204
+ >
3205
+ >;
3206
+ export type IapItemDisplayStickerWcs2025Jigglypuff5 = S<
3207
+ IapItemDisplay<
3208
+ "STICKER_WCS2025_JIGGLYPUFF.5",
3209
+ {
3210
+ category: "IAP_CATEGORY_STICKER";
3211
+ sku: "STICKER_WCS2025_JIGGLYPUFF.5";
3212
+ sortOrder: 15;
3213
+ }
3214
+ >
3215
+ >;
3216
+ export type IapItemDisplayStickerWcs2025Murkrow3 = S<
3217
+ IapItemDisplay<
3218
+ "STICKER_WCS2025_MURKROW.3",
3219
+ {
3220
+ category: "IAP_CATEGORY_STICKER";
3221
+ sku: "STICKER_WCS2025_MURKROW.3";
3222
+ sortOrder: 18;
3223
+ }
3224
+ >
3225
+ >;
3226
+ export type IapItemDisplayStickerWcs2025Murkrow5 = S<
3227
+ IapItemDisplay<
3228
+ "STICKER_WCS2025_MURKROW.5",
3229
+ {
3230
+ category: "IAP_CATEGORY_STICKER";
3231
+ sku: "STICKER_WCS2025_MURKROW.5";
3232
+ sortOrder: 17;
3233
+ }
3234
+ >
3235
+ >;
3236
+ export type IapItemDisplayStickerWcs2025Pikachu3 = S<
3237
+ IapItemDisplay<
3238
+ "STICKER_WCS2025_PIKACHU.3",
3239
+ {
3240
+ category: "IAP_CATEGORY_STICKER";
3241
+ sku: "STICKER_WCS2025_PIKACHU.3";
3242
+ sortOrder: 14;
3243
+ }
3244
+ >
3245
+ >;
3246
+ export type IapItemDisplayStickerWcs2025Pikachu5 = S<
3247
+ IapItemDisplay<
3248
+ "STICKER_WCS2025_PIKACHU.5",
3249
+ {
3250
+ category: "IAP_CATEGORY_STICKER";
3251
+ sku: "STICKER_WCS2025_PIKACHU.5";
3252
+ sortOrder: 13;
3253
+ }
3254
+ >
3255
+ >;
3256
+ export type IapItemDisplayStickerWinter202413 = S<
3257
+ IapItemDisplay<
3258
+ "STICKER_WINTER_2024_1.3",
3259
+ {
3260
+ category: "IAP_CATEGORY_STICKER";
3261
+ sku: "STICKER_WINTER_2024_1.3";
3262
+ sortOrder: 500;
3263
+ }
3264
+ >
3265
+ >;
3266
+ export type IapItemDisplayStickerWinter202415 = S<
3267
+ IapItemDisplay<
3268
+ "STICKER_WINTER_2024_1.5",
3269
+ {
3270
+ category: "IAP_CATEGORY_STICKER";
3271
+ sku: "STICKER_WINTER_2024_1.5";
3272
+ sortOrder: 499;
3273
+ }
3274
+ >
3275
+ >;
3276
+ export type IapItemDisplayStickerWinter202423 = S<
3277
+ IapItemDisplay<
3278
+ "STICKER_WINTER_2024_2.3",
3279
+ {
3280
+ category: "IAP_CATEGORY_STICKER";
3281
+ sku: "STICKER_WINTER_2024_2.3";
3282
+ sortOrder: 498;
3283
+ }
3284
+ >
3285
+ >;
3286
+ export type IapItemDisplayStickerWinter202425 = S<
3287
+ IapItemDisplay<
3288
+ "STICKER_WINTER_2024_2.5",
3289
+ {
3290
+ category: "IAP_CATEGORY_STICKER";
3291
+ sku: "STICKER_WINTER_2024_2.5";
3292
+ sortOrder: 497;
3293
+ }
3294
+ >
3295
+ >;
3296
+ export type IapItemDisplayStickerWinter202433 = S<
3297
+ IapItemDisplay<
3298
+ "STICKER_WINTER_2024_3.3",
3299
+ {
3300
+ category: "IAP_CATEGORY_STICKER";
3301
+ sku: "STICKER_WINTER_2024_3.3";
3302
+ sortOrder: 492;
3303
+ }
3304
+ >
3305
+ >;
3306
+ export type IapItemDisplayStickerWinter202435 = S<
3307
+ IapItemDisplay<
3308
+ "STICKER_WINTER_2024_3.5",
3309
+ {
3310
+ category: "IAP_CATEGORY_STICKER";
3311
+ sku: "STICKER_WINTER_2024_3.5";
3312
+ sortOrder: 491;
3313
+ }
3314
+ >
3315
+ >;
3316
+ export type IapItemDisplayStickerWinter202443 = S<
3317
+ IapItemDisplay<
3318
+ "STICKER_WINTER_2024_4.3",
3319
+ {
3320
+ category: "IAP_CATEGORY_STICKER";
3321
+ sku: "STICKER_WINTER_2024_4.3";
3322
+ sortOrder: 494;
3323
+ }
3324
+ >
3325
+ >;
3326
+ export type IapItemDisplayStickerWinter202445 = S<
3327
+ IapItemDisplay<
3328
+ "STICKER_WINTER_2024_4.5",
3329
+ {
3330
+ category: "IAP_CATEGORY_STICKER";
3331
+ sku: "STICKER_WINTER_2024_4.5";
3332
+ sortOrder: 493;
3333
+ }
3334
+ >
3335
+ >;
3336
+ export type IapItemDisplayStickerWinter202453 = S<
3337
+ IapItemDisplay<
3338
+ "STICKER_WINTER_2024_5.3",
3339
+ {
3340
+ category: "IAP_CATEGORY_STICKER";
3341
+ sku: "STICKER_WINTER_2024_5.3";
3342
+ sortOrder: 496;
3343
+ }
3344
+ >
3345
+ >;
3346
+ export type IapItemDisplayStickerWinter202455 = S<
3347
+ IapItemDisplay<
3348
+ "STICKER_WINTER_2024_5.5",
3349
+ {
3350
+ category: "IAP_CATEGORY_STICKER";
3351
+ sku: "STICKER_WINTER_2024_5.5";
3352
+ sortOrder: 495;
3353
+ }
3354
+ >
3355
+ >;
3356
+ export type IapItemDisplayStickerWinter202463 = S<
3357
+ IapItemDisplay<
3358
+ "STICKER_WINTER_2024_6.3",
3359
+ {
3360
+ category: "IAP_CATEGORY_STICKER";
3361
+ sku: "STICKER_WINTER_2024_6.3";
3362
+ sortOrder: 490;
3363
+ }
3364
+ >
3365
+ >;
3366
+ export type IapItemDisplayStickerWinter202465 = S<
3367
+ IapItemDisplay<
3368
+ "STICKER_WINTER_2024_6.5",
3369
+ {
3370
+ category: "IAP_CATEGORY_STICKER";
3371
+ sku: "STICKER_WINTER_2024_6.5";
3372
+ sortOrder: 489;
3373
+ }
3374
+ >
3375
+ >;
3376
+ export type IapItemDisplayStickerWinter202513 = S<
3377
+ IapItemDisplay<
3378
+ "STICKER_WINTER2025_1.3",
3379
+ {
3380
+ category: "IAP_CATEGORY_STICKER";
3381
+ sku: "STICKER_WINTER2025_1.3";
3382
+ sortOrder: 500;
3383
+ }
3384
+ >
3385
+ >;
3386
+ export type IapItemDisplayStickerWinter202515 = S<
3387
+ IapItemDisplay<
3388
+ "STICKER_WINTER2025_1.5",
3389
+ {
3390
+ category: "IAP_CATEGORY_STICKER";
3391
+ sku: "STICKER_WINTER2025_1.5";
3392
+ sortOrder: 499;
3393
+ }
3394
+ >
3395
+ >;
3396
+ export type IapItemDisplayStickerWinter202523 = S<
3397
+ IapItemDisplay<
3398
+ "STICKER_WINTER2025_2.3",
3399
+ {
3400
+ category: "IAP_CATEGORY_STICKER";
3401
+ sku: "STICKER_WINTER2025_2.3";
3402
+ sortOrder: 498;
3403
+ }
3404
+ >
3405
+ >;
3406
+ export type IapItemDisplayStickerWinter202525 = S<
3407
+ IapItemDisplay<
3408
+ "STICKER_WINTER2025_2.5",
3409
+ {
3410
+ category: "IAP_CATEGORY_STICKER";
3411
+ sku: "STICKER_WINTER2025_2.5";
3412
+ sortOrder: 497;
3413
+ }
3414
+ >
3415
+ >;
3416
+ export type IapItemDisplayStickerWinter202533 = S<
3417
+ IapItemDisplay<
3418
+ "STICKER_WINTER2025_3.3",
3419
+ {
3420
+ category: "IAP_CATEGORY_STICKER";
3421
+ sku: "STICKER_WINTER2025_3.3";
3422
+ sortOrder: 496;
3423
+ }
3424
+ >
3425
+ >;
3426
+ export type IapItemDisplayStickerWinter202535 = S<
3427
+ IapItemDisplay<
3428
+ "STICKER_WINTER2025_3.5",
3429
+ {
3430
+ category: "IAP_CATEGORY_STICKER";
3431
+ sku: "STICKER_WINTER2025_3.5";
3432
+ sortOrder: 495;
3433
+ }
3434
+ >
3435
+ >;
3436
+ export type IapItemDisplayStickerWinter202543 = S<
3437
+ IapItemDisplay<
3438
+ "STICKER_WINTER2025_4.3",
3439
+ {
3440
+ category: "IAP_CATEGORY_STICKER";
3441
+ sku: "STICKER_WINTER2025_4.3";
3442
+ sortOrder: 494;
3443
+ }
3444
+ >
3445
+ >;
3446
+ export type IapItemDisplayStickerWinter202545 = S<
3447
+ IapItemDisplay<
3448
+ "STICKER_WINTER2025_4.5",
3449
+ {
3450
+ category: "IAP_CATEGORY_STICKER";
3451
+ sku: "STICKER_WINTER2025_4.5";
3452
+ sortOrder: 493;
3453
+ }
3454
+ >
3455
+ >;
3456
+
3457
+ export type IapItemDisplayCategorySortOrderMasterfileEntry =
3458
+ | IapItemDisplayBundleGeneral1Free1
3459
+ | IapItemDisplaySticker8anniv13
3460
+ | IapItemDisplaySticker8anniv15
3461
+ | IapItemDisplaySticker8anniv23
3462
+ | IapItemDisplaySticker8anniv25
3463
+ | IapItemDisplaySticker8anniv33
3464
+ | IapItemDisplaySticker8anniv35
3465
+ | IapItemDisplaySticker8anniv43
3466
+ | IapItemDisplaySticker8anniv45
3467
+ | IapItemDisplaySticker9anniv13
3468
+ | IapItemDisplaySticker9anniv15
3469
+ | IapItemDisplaySticker9anniv23
3470
+ | IapItemDisplaySticker9anniv25
3471
+ | IapItemDisplaySticker9anniv33
3472
+ | IapItemDisplaySticker9anniv35
3473
+ | IapItemDisplaySticker2023collab13
3474
+ | IapItemDisplaySticker2023collab15
3475
+ | IapItemDisplaySticker2023collab23
3476
+ | IapItemDisplaySticker2023collab25
3477
+ | IapItemDisplaySticker2023collab33
3478
+ | IapItemDisplaySticker2023collab35
3479
+ | IapItemDisplaySticker2023collab43
3480
+ | IapItemDisplaySticker2023collab45
3481
+ | IapItemDisplayStickerBellsproutcd13
3482
+ | IapItemDisplayStickerBellsproutcd15
3483
+ | IapItemDisplayStickerBellsproutcd23
3484
+ | IapItemDisplayStickerBellsproutcd25
3485
+ | IapItemDisplayStickerBellsproutcd33
3486
+ | IapItemDisplayStickerBellsproutcd35
3487
+ | IapItemDisplayStickerBellsproutcd43
3488
+ | IapItemDisplayStickerBellsproutcd45
3489
+ | IapItemDisplayStickerBounsweetcd202413
3490
+ | IapItemDisplayStickerBounsweetcd202415
3491
+ | IapItemDisplayStickerBounsweetcd202423
3492
+ | IapItemDisplayStickerBounsweetcd202425
3493
+ | IapItemDisplayStickerBounsweetcd202433
3494
+ | IapItemDisplayStickerBounsweetcd202435
3495
+ | IapItemDisplayStickerBounsweetcd202443
3496
+ | IapItemDisplayStickerBounsweetcd202445
3497
+ | IapItemDisplayStickerChanseycd13
3498
+ | IapItemDisplayStickerChanseycd15
3499
+ | IapItemDisplayStickerChanseycd23
3500
+ | IapItemDisplayStickerChanseycd25
3501
+ | IapItemDisplayStickerChanseycd33
3502
+ | IapItemDisplayStickerChanseycd35
3503
+ | IapItemDisplayStickerChanseycd43
3504
+ | IapItemDisplayStickerChanseycd45
3505
+ | IapItemDisplayStickerDiamondpearldialga3
3506
+ | IapItemDisplayStickerDiamondpearldialga5
3507
+ | IapItemDisplayStickerDiamondpearlpalkia3
3508
+ | IapItemDisplayStickerDiamondpearlpalkia5
3509
+ | IapItemDisplayStickerEternatus3
3510
+ | IapItemDisplayStickerEternatus5
3511
+ | IapItemDisplayStickerFall202513
3512
+ | IapItemDisplayStickerFall202515
3513
+ | IapItemDisplayStickerFall202523
3514
+ | IapItemDisplayStickerFall202525
3515
+ | IapItemDisplayStickerFall202533
3516
+ | IapItemDisplayStickerFall202535
3517
+ | IapItemDisplayStickerFall202543
3518
+ | IapItemDisplayStickerFall202545
3519
+ | IapItemDisplayStickerFunawari223123
3520
+ | IapItemDisplayStickerFunawari223125
3521
+ | IapItemDisplayStickerFunwari203
3522
+ | IapItemDisplayStickerFunwari205
3523
+ | IapItemDisplayStickerGiftthankyou3
3524
+ | IapItemDisplayStickerGiftthankyou5
3525
+ | IapItemDisplayStickerGoomycd13
3526
+ | IapItemDisplayStickerGoomycd15
3527
+ | IapItemDisplayStickerGoomycd23
3528
+ | IapItemDisplayStickerGoomycd25
3529
+ | IapItemDisplayStickerGoomycd33
3530
+ | IapItemDisplayStickerGoomycd35
3531
+ | IapItemDisplayStickerGoomycd43
3532
+ | IapItemDisplayStickerGoomycd45
3533
+ | IapItemDisplayStickerGotour2025Badge3
3534
+ | IapItemDisplayStickerGotour2025Badge5
3535
+ | IapItemDisplayStickerGotour2025Kyuremblack3
3536
+ | IapItemDisplayStickerGotour2025Kyuremblack5
3537
+ | IapItemDisplayStickerGotour2025Kyuremwhite3
3538
+ | IapItemDisplayStickerGotour2025Kyuremwhite5
3539
+ | IapItemDisplayStickerGotour2025Reshiram3
3540
+ | IapItemDisplayStickerGotour2025Reshiram5
3541
+ | IapItemDisplayStickerGotour2025Rz3
3542
+ | IapItemDisplayStickerGotour2025Rz5
3543
+ | IapItemDisplayStickerGotour2025Zekrom3
3544
+ | IapItemDisplayStickerGotour2025Zekrom5
3545
+ | IapItemDisplayStickerGowa2025013
3546
+ | IapItemDisplayStickerGowa2025015
3547
+ | IapItemDisplayStickerGowa2025023
3548
+ | IapItemDisplayStickerGowa2025025
3549
+ | IapItemDisplayStickerGowa2025033
3550
+ | IapItemDisplayStickerGowa2025035
3551
+ | IapItemDisplayStickerGowa2025043
3552
+ | IapItemDisplayStickerGowa2025045
3553
+ | IapItemDisplayStickerGowa2025053
3554
+ | IapItemDisplayStickerGowa2025055
3555
+ | IapItemDisplayStickerHalloweenBulb3
3556
+ | IapItemDisplayStickerHalloweenBulb5
3557
+ | IapItemDisplayStickerHalloweenCharm3
3558
+ | IapItemDisplayStickerHalloweenCharm5
3559
+ | IapItemDisplayStickerHalloweenGengarmd3
3560
+ | IapItemDisplayStickerHalloweenGengarmd5
3561
+ | IapItemDisplayStickerHalloweenPika3
3562
+ | IapItemDisplayStickerHalloweenPika5
3563
+ | IapItemDisplayStickerHalloweenSqu3
3564
+ | IapItemDisplayStickerHalloweenSqu5
3565
+ | IapItemDisplayStickerHalloween21Fuwaraid3
3566
+ | IapItemDisplayStickerHalloween21Fuwaraid5
3567
+ | IapItemDisplayStickerHalloween21Ghostpika3
3568
+ | IapItemDisplayStickerHalloween21Ghostpika5
3569
+ | IapItemDisplayStickerHalloween21Pikachu3
3570
+ | IapItemDisplayStickerHalloween21Pikachu5
3571
+ | IapItemDisplayStickerHalloween21Pochama3
3572
+ | IapItemDisplayStickerHalloween21Pochama5
3573
+ | IapItemDisplayStickerHalloween24Froakie3
3574
+ | IapItemDisplayStickerHalloween24Froakie5
3575
+ | IapItemDisplayStickerHalloween24Rowlet3
3576
+ | IapItemDisplayStickerHalloween24Rowlet5
3577
+ | IapItemDisplayStickerHalloween2025Noibat3
3578
+ | IapItemDisplayStickerHalloween2025Noibat5
3579
+ | IapItemDisplayStickerHalloween2025Teddiursa3
3580
+ | IapItemDisplayStickerHalloween2025Teddiursa5
3581
+ | IapItemDisplayStickerHoppip13
3582
+ | IapItemDisplayStickerHoppip15
3583
+ | IapItemDisplayStickerHoppip23
3584
+ | IapItemDisplayStickerHoppip25
3585
+ | IapItemDisplayStickerHoppip33
3586
+ | IapItemDisplayStickerHoppip35
3587
+ | IapItemDisplayStickerHoppip43
3588
+ | IapItemDisplayStickerHoppip45
3589
+ | IapItemDisplayStickerLentillaunchCamera3
3590
+ | IapItemDisplayStickerLentillaunchCamera5
3591
+ | IapItemDisplayStickerLittencd13
3592
+ | IapItemDisplayStickerLittencd15
3593
+ | IapItemDisplayStickerLittencd23
3594
+ | IapItemDisplayStickerLittencd25
3595
+ | IapItemDisplayStickerLittencd33
3596
+ | IapItemDisplayStickerLittencd35
3597
+ | IapItemDisplayStickerLittencd43
3598
+ | IapItemDisplayStickerLittencd45
3599
+ | IapItemDisplayStickerMankey13
3600
+ | IapItemDisplayStickerMankey15
3601
+ | IapItemDisplayStickerMankey23
3602
+ | IapItemDisplayStickerMankey25
3603
+ | IapItemDisplayStickerMankey33
3604
+ | IapItemDisplayStickerMankey35
3605
+ | IapItemDisplayStickerMankey43
3606
+ | IapItemDisplayStickerMankey45
3607
+ | IapItemDisplayStickerNagano063123
3608
+ | IapItemDisplayStickerNagano063125
3609
+ | IapItemDisplayStickerNagano153123
3610
+ | IapItemDisplayStickerNagano153125
3611
+ | IapItemDisplayStickerNaganoMarill3
3612
+ | IapItemDisplayStickerNaganoMarill5
3613
+ | IapItemDisplayStickerNaganoYadon3
3614
+ | IapItemDisplayStickerNaganoYadon5
3615
+ | IapItemDisplayStickerNoibatCd13
3616
+ | IapItemDisplayStickerNoibatCd15
3617
+ | IapItemDisplayStickerNoibatCd23
3618
+ | IapItemDisplayStickerNoibatCd25
3619
+ | IapItemDisplayStickerNoibatCd33
3620
+ | IapItemDisplayStickerNoibatCd35
3621
+ | IapItemDisplayStickerNoibatCd43
3622
+ | IapItemDisplayStickerNoibatCd45
3623
+ | IapItemDisplayStickerPgoFest202413
3624
+ | IapItemDisplayStickerPgoFest202415
3625
+ | IapItemDisplayStickerPgoFest202423
3626
+ | IapItemDisplayStickerPgoFest202425
3627
+ | IapItemDisplayStickerPgoFest202433
3628
+ | IapItemDisplayStickerPgoFest202435
3629
+ | IapItemDisplayStickerPgoFest202443
3630
+ | IapItemDisplayStickerPgoFest202445
3631
+ | IapItemDisplayStickerPgoFest202453
3632
+ | IapItemDisplayStickerPgoFest202455
3633
+ | IapItemDisplayStickerPgoFest202463
3634
+ | IapItemDisplayStickerPgoFest202465
3635
+ | IapItemDisplayStickerPgoFest2024Logo3
3636
+ | IapItemDisplayStickerPgoFest2024Logo5
3637
+ | IapItemDisplayStickerPgoFest20243
3638
+ | IapItemDisplayStickerPgoFest20245
3639
+ | IapItemDisplayStickerPgoFest202513
3640
+ | IapItemDisplayStickerPgoFest202515
3641
+ | IapItemDisplayStickerPgoFest202523
3642
+ | IapItemDisplayStickerPgoFest202525
3643
+ | IapItemDisplayStickerPgoFest202533
3644
+ | IapItemDisplayStickerPgoFest202535
3645
+ | IapItemDisplayStickerPgoFest2025Logo3
3646
+ | IapItemDisplayStickerPgoFest2025Logo5
3647
+ | IapItemDisplayStickerPgoFest20253
3648
+ | IapItemDisplayStickerPgoFest20255
3649
+ | IapItemDisplayStickerPgoFestVictini053
3650
+ | IapItemDisplayStickerPgoFestVictini055
3651
+ | IapItemDisplayStickerPgofest2021Galarianzigzagoon3
3652
+ | IapItemDisplayStickerPgofest2021Galarianzigzagoon5
3653
+ | IapItemDisplayStickerPgofest2021Meloetta13
3654
+ | IapItemDisplayStickerPgofest2021Meloetta15
3655
+ | IapItemDisplayStickerPgofest2021Meloetta23
3656
+ | IapItemDisplayStickerPgofest2021Meloetta25
3657
+ | IapItemDisplayStickerPgofest2021Ponyta3
3658
+ | IapItemDisplayStickerPgofest2021Ponyta5
3659
+ | IapItemDisplayStickerPgofest2022Groudon3
3660
+ | IapItemDisplayStickerPgofest2022Groudon5
3661
+ | IapItemDisplayStickerPgofest2022Kibago3
3662
+ | IapItemDisplayStickerPgofest2022Kibago5
3663
+ | IapItemDisplayStickerPgofest2022Kyogre3
3664
+ | IapItemDisplayStickerPgofest2022Kyogre5
3665
+ | IapItemDisplayStickerPgofest2022Pikachu3
3666
+ | IapItemDisplayStickerPgofest2022Pikachu5
3667
+ | IapItemDisplayStickerPgofest2022Pochama3
3668
+ | IapItemDisplayStickerPgofest2022Pochama5
3669
+ | IapItemDisplayStickerPgofest2022Shaymin3
3670
+ | IapItemDisplayStickerPgofest2022Shaymin5
3671
+ | IapItemDisplayStickerPikachuJol3
3672
+ | IapItemDisplayStickerPikachuJol5
3673
+ | IapItemDisplayStickerPonyta13
3674
+ | IapItemDisplayStickerPonyta15
3675
+ | IapItemDisplayStickerPonyta23
3676
+ | IapItemDisplayStickerPonyta25
3677
+ | IapItemDisplayStickerPonyta33
3678
+ | IapItemDisplayStickerPonyta35
3679
+ | IapItemDisplayStickerPonyta43
3680
+ | IapItemDisplayStickerPonyta45
3681
+ | IapItemDisplayStickerPoppliocd13
3682
+ | IapItemDisplayStickerPoppliocd15
3683
+ | IapItemDisplayStickerPoppliocd23
3684
+ | IapItemDisplayStickerPoppliocd25
3685
+ | IapItemDisplayStickerPoppliocd33
3686
+ | IapItemDisplayStickerPoppliocd35
3687
+ | IapItemDisplayStickerPoppliocd43
3688
+ | IapItemDisplayStickerPoppliocd45
3689
+ | IapItemDisplayStickerRowletcd13
3690
+ | IapItemDisplayStickerRowletcd15
3691
+ | IapItemDisplayStickerRowletcd23
3692
+ | IapItemDisplayStickerRowletcd25
3693
+ | IapItemDisplayStickerRowletcd33
3694
+ | IapItemDisplayStickerRowletcd35
3695
+ | IapItemDisplayStickerRowletcd43
3696
+ | IapItemDisplayStickerRowletcd45
3697
+ | IapItemDisplayStickerSewaddlecd13
3698
+ | IapItemDisplayStickerSewaddlecd15
3699
+ | IapItemDisplayStickerSewaddlecd23
3700
+ | IapItemDisplayStickerSewaddlecd25
3701
+ | IapItemDisplayStickerSewaddlecd33
3702
+ | IapItemDisplayStickerSewaddlecd35
3703
+ | IapItemDisplayStickerSewaddlecd43
3704
+ | IapItemDisplayStickerSewaddlecd45
3705
+ | IapItemDisplayStickerShelmetKarrablast13
3706
+ | IapItemDisplayStickerShelmetKarrablast15
3707
+ | IapItemDisplayStickerShelmetKarrablast23
3708
+ | IapItemDisplayStickerShelmetKarrablast25
3709
+ | IapItemDisplayStickerShelmetKarrablast33
3710
+ | IapItemDisplayStickerShelmetKarrablast35
3711
+ | IapItemDisplayStickerSlowpoke13
3712
+ | IapItemDisplayStickerSlowpoke15
3713
+ | IapItemDisplayStickerSlowpoke23
3714
+ | IapItemDisplayStickerSlowpoke25
3715
+ | IapItemDisplayStickerSlowpoke33
3716
+ | IapItemDisplayStickerSlowpoke35
3717
+ | IapItemDisplayStickerSlowpoke43
3718
+ | IapItemDisplayStickerSlowpoke45
3719
+ | IapItemDisplayStickerSpheal13
3720
+ | IapItemDisplayStickerSpheal15
3721
+ | IapItemDisplayStickerSpheal23
3722
+ | IapItemDisplayStickerSpheal25
3723
+ | IapItemDisplayStickerSpheal33
3724
+ | IapItemDisplayStickerSpheal35
3725
+ | IapItemDisplayStickerSpheal43
3726
+ | IapItemDisplayStickerSpheal45
3727
+ | IapItemDisplayStickerSprigatito13
3728
+ | IapItemDisplayStickerSprigatito15
3729
+ | IapItemDisplayStickerSprigatito23
3730
+ | IapItemDisplayStickerSprigatito25
3731
+ | IapItemDisplayStickerSprigatito33
3732
+ | IapItemDisplayStickerSprigatito35
3733
+ | IapItemDisplayStickerSprigatito43
3734
+ | IapItemDisplayStickerSprigatito45
3735
+ | IapItemDisplayStickerSpring202513
3736
+ | IapItemDisplayStickerSpring202515
3737
+ | IapItemDisplayStickerSpring202523
3738
+ | IapItemDisplayStickerSpring202525
3739
+ | IapItemDisplayStickerSpring202533
3740
+ | IapItemDisplayStickerSpring202535
3741
+ | IapItemDisplayStickerSpring202543
3742
+ | IapItemDisplayStickerSpring202545
3743
+ | IapItemDisplayStickerSpring202613
3744
+ | IapItemDisplayStickerSpring202615
3745
+ | IapItemDisplayStickerSpring202623
3746
+ | IapItemDisplayStickerSpring202625
3747
+ | IapItemDisplayStickerSpring202633
3748
+ | IapItemDisplayStickerSpring202635
3749
+ | IapItemDisplayStickerSpring202643
3750
+ | IapItemDisplayStickerSpring202645
3751
+ | IapItemDisplayStickerStufful13
3752
+ | IapItemDisplayStickerStufful15
3753
+ | IapItemDisplayStickerStufful23
3754
+ | IapItemDisplayStickerStufful25
3755
+ | IapItemDisplayStickerStufful33
3756
+ | IapItemDisplayStickerStufful35
3757
+ | IapItemDisplayStickerStufful43
3758
+ | IapItemDisplayStickerStufful45
3759
+ | IapItemDisplayStickerSummer202513
3760
+ | IapItemDisplayStickerSummer202515
3761
+ | IapItemDisplayStickerSummer202523
3762
+ | IapItemDisplayStickerSummer202525
3763
+ | IapItemDisplayStickerSummer202533
3764
+ | IapItemDisplayStickerSummer202535
3765
+ | IapItemDisplayStickerSummer202543
3766
+ | IapItemDisplayStickerSummer202545
3767
+ | IapItemDisplayStickerTynamocd13
3768
+ | IapItemDisplayStickerTynamocd15
3769
+ | IapItemDisplayStickerTynamocd23
3770
+ | IapItemDisplayStickerTynamocd25
3771
+ | IapItemDisplayStickerTynamocd33
3772
+ | IapItemDisplayStickerTynamocd35
3773
+ | IapItemDisplayStickerTynamocd43
3774
+ | IapItemDisplayStickerTynamocd45
3775
+ | IapItemDisplayStickerWcs2025CarGroup3
3776
+ | IapItemDisplayStickerWcs2025CarGroup5
3777
+ | IapItemDisplayStickerWcs2025Jigglypuff3
3778
+ | IapItemDisplayStickerWcs2025Jigglypuff5
3779
+ | IapItemDisplayStickerWcs2025Murkrow3
3780
+ | IapItemDisplayStickerWcs2025Murkrow5
3781
+ | IapItemDisplayStickerWcs2025Pikachu3
3782
+ | IapItemDisplayStickerWcs2025Pikachu5
3783
+ | IapItemDisplayStickerWinter202413
3784
+ | IapItemDisplayStickerWinter202415
3785
+ | IapItemDisplayStickerWinter202423
3786
+ | IapItemDisplayStickerWinter202425
3787
+ | IapItemDisplayStickerWinter202433
3788
+ | IapItemDisplayStickerWinter202435
3789
+ | IapItemDisplayStickerWinter202443
3790
+ | IapItemDisplayStickerWinter202445
3791
+ | IapItemDisplayStickerWinter202453
3792
+ | IapItemDisplayStickerWinter202455
3793
+ | IapItemDisplayStickerWinter202463
3794
+ | IapItemDisplayStickerWinter202465
3795
+ | IapItemDisplayStickerWinter202513
3796
+ | IapItemDisplayStickerWinter202515
3797
+ | IapItemDisplayStickerWinter202523
3798
+ | IapItemDisplayStickerWinter202525
3799
+ | IapItemDisplayStickerWinter202533
3800
+ | IapItemDisplayStickerWinter202535
3801
+ | IapItemDisplayStickerWinter202543
3802
+ | IapItemDisplayStickerWinter202545;