@pokepc/dataset 7.0.0 → 7.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 (320) hide show
  1. package/README.md +57 -1
  2. package/build/{box-preset-sanitizer-BE4i0vEj.mjs → box-preset-sanitizer-DRi4Ayrn.mjs} +2 -2
  3. package/build/{box-preset-sanitizer-BE4i0vEj.mjs.map → box-preset-sanitizer-DRi4Ayrn.mjs.map} +1 -1
  4. package/build/enums-Ajt5avHN.mjs +488 -0
  5. package/build/enums-Ajt5avHN.mjs.map +1 -0
  6. package/build/enums-DCL82p1t.d.mts +66 -0
  7. package/build/enums-DCL82p1t.d.mts.map +1 -0
  8. package/build/{evolution-schemas-BGAv7bJJ.d.mts → evolution-schemas-DSBLBAnK.d.mts} +7 -7
  9. package/build/{evolution-schemas-BGAv7bJJ.d.mts.map → evolution-schemas-DSBLBAnK.d.mts.map} +1 -1
  10. package/build/{evolution-schemas-BZQILLSQ.mjs → evolution-schemas-Db7-jivr.mjs} +2 -2
  11. package/build/{evolution-schemas-BZQILLSQ.mjs.map → evolution-schemas-Db7-jivr.mjs.map} +1 -1
  12. package/build/form-schemas-BjyAMPZU.mjs +166 -0
  13. package/build/form-schemas-BjyAMPZU.mjs.map +1 -0
  14. package/build/form-schemas-Cy2ODtBA.d.mts +1407 -0
  15. package/build/form-schemas-Cy2ODtBA.d.mts.map +1 -0
  16. package/build/lib/availability-sources.mjs +1 -1
  17. package/build/lib/availability-sources.mjs.map +1 -1
  18. package/build/lib/box-preset-sanitizer.mjs +1 -1
  19. package/build/lib/box-preset-transform.mjs +2 -2
  20. package/build/lib/enums.d.mts +2 -2
  21. package/build/lib/enums.mjs +2 -2
  22. package/build/lib/evolution-schemas.d.mts +1 -1
  23. package/build/lib/evolution-schemas.mjs +1 -1
  24. package/build/lib/form-methods.d.mts +11 -0
  25. package/build/lib/form-methods.d.mts.map +1 -0
  26. package/build/lib/form-methods.mjs +56 -0
  27. package/build/lib/form-methods.mjs.map +1 -0
  28. package/build/lib/form-schemas.d.mts +2 -0
  29. package/build/lib/form-schemas.mjs +2 -0
  30. package/build/lib/fs.d.mts +4 -4
  31. package/build/lib/schemas.d.mts +4 -3
  32. package/build/lib/schemas.mjs +4 -3
  33. package/build/lib/types.d.mts +8 -3
  34. package/build/lib/types.d.mts.map +1 -1
  35. package/build/{schemas-30DCmCcg.mjs → schemas-Bl5_UJHu.mjs} +6 -4
  36. package/build/schemas-Bl5_UJHu.mjs.map +1 -0
  37. package/build/{schemas-D2xLu3LV.d.mts → schemas-CxAD9vC9.d.mts} +627 -49
  38. package/build/schemas-CxAD9vC9.d.mts.map +1 -0
  39. package/data/items.json +140 -0
  40. package/data/pokemon/abomasnow-mega.json +26 -1
  41. package/data/pokemon/absol-mega-z.json +18 -1
  42. package/data/pokemon/absol-mega.json +26 -1
  43. package/data/pokemon/aegislash-blade.json +66 -0
  44. package/data/pokemon/aerodactyl-mega.json +34 -1
  45. package/data/pokemon/aggron-mega.json +26 -1
  46. package/data/pokemon/alakazam-mega.json +34 -1
  47. package/data/pokemon/alcremie-gmax.json +76 -0
  48. package/data/pokemon/altaria-mega.json +26 -1
  49. package/data/pokemon/ampharos-mega.json +26 -1
  50. package/data/pokemon/appletun-gmax.json +12 -0
  51. package/data/pokemon/arceus-bug.json +145 -1
  52. package/data/pokemon/arceus-dark.json +145 -1
  53. package/data/pokemon/arceus-dragon.json +145 -1
  54. package/data/pokemon/arceus-electric.json +145 -1
  55. package/data/pokemon/arceus-fairy.json +121 -1
  56. package/data/pokemon/arceus-fighting.json +145 -1
  57. package/data/pokemon/arceus-fire.json +145 -1
  58. package/data/pokemon/arceus-flying.json +145 -1
  59. package/data/pokemon/arceus-ghost.json +145 -1
  60. package/data/pokemon/arceus-grass.json +145 -1
  61. package/data/pokemon/arceus-ground.json +145 -1
  62. package/data/pokemon/arceus-ice.json +145 -1
  63. package/data/pokemon/arceus-legendary.json +55 -1
  64. package/data/pokemon/arceus-poison.json +145 -1
  65. package/data/pokemon/arceus-psychic.json +145 -1
  66. package/data/pokemon/arceus-rock.json +145 -1
  67. package/data/pokemon/arceus-steel.json +145 -1
  68. package/data/pokemon/arceus-water.json +145 -1
  69. package/data/pokemon/arceus.json +263 -0
  70. package/data/pokemon/audino-mega.json +26 -1
  71. package/data/pokemon/banette-mega.json +26 -1
  72. package/data/pokemon/barbaracle-mega.json +18 -1
  73. package/data/pokemon/basculin-blue-striped.json +1 -0
  74. package/data/pokemon/baxcalibur-mega.json +18 -1
  75. package/data/pokemon/beedrill-mega.json +34 -1
  76. package/data/pokemon/blastoise-gmax.json +12 -0
  77. package/data/pokemon/blastoise-mega.json +34 -1
  78. package/data/pokemon/blaziken-mega.json +26 -1
  79. package/data/pokemon/burmy-sandy.json +95 -0
  80. package/data/pokemon/burmy-trash.json +52 -0
  81. package/data/pokemon/burmy.json +52 -0
  82. package/data/pokemon/butterfree-gmax.json +12 -0
  83. package/data/pokemon/calyrex-ice.json +18 -0
  84. package/data/pokemon/calyrex-shadow.json +18 -0
  85. package/data/pokemon/camerupt-mega.json +26 -1
  86. package/data/pokemon/castform-rainy.json +64 -0
  87. package/data/pokemon/castform-snowy.json +64 -0
  88. package/data/pokemon/castform-sunny.json +64 -0
  89. package/data/pokemon/centiskorch-gmax.json +12 -0
  90. package/data/pokemon/chandelure-mega.json +18 -1
  91. package/data/pokemon/charizard-gmax.json +12 -0
  92. package/data/pokemon/charizard-mega-x.json +34 -1
  93. package/data/pokemon/charizard-mega-y.json +34 -1
  94. package/data/pokemon/cherrim-sunshine.json +219 -0
  95. package/data/pokemon/chesnaught-mega.json +18 -1
  96. package/data/pokemon/chimecho-mega.json +18 -1
  97. package/data/pokemon/cinderace-gmax.json +12 -0
  98. package/data/pokemon/clefable-mega.json +18 -1
  99. package/data/pokemon/coalossal-gmax.json +12 -0
  100. package/data/pokemon/copperajah-gmax.json +12 -0
  101. package/data/pokemon/corviknight-gmax.json +12 -0
  102. package/data/pokemon/crabominable-mega.json +18 -1
  103. package/data/pokemon/cramorant-gorging.json +67 -0
  104. package/data/pokemon/cramorant-gulping.json +67 -0
  105. package/data/pokemon/darkrai-mega.json +18 -0
  106. package/data/pokemon/darmanitan-galar-zen.json +24 -0
  107. package/data/pokemon/darmanitan-zen.json +31 -0
  108. package/data/pokemon/deerling-autumn.json +47 -0
  109. package/data/pokemon/deerling-summer.json +36 -0
  110. package/data/pokemon/deerling-winter.json +47 -0
  111. package/data/pokemon/deerling.json +47 -0
  112. package/data/pokemon/delphox-mega.json +18 -1
  113. package/data/pokemon/deoxys-attack.json +90 -0
  114. package/data/pokemon/deoxys-defense.json +90 -0
  115. package/data/pokemon/deoxys-speed.json +90 -0
  116. package/data/pokemon/deoxys.json +117 -0
  117. package/data/pokemon/dialga-origin.json +40 -1
  118. package/data/pokemon/diancie-mega.json +26 -1
  119. package/data/pokemon/dragalge-mega.json +18 -1
  120. package/data/pokemon/dragonite-mega.json +18 -1
  121. package/data/pokemon/drampa-mega.json +18 -1
  122. package/data/pokemon/drednaw-gmax.json +12 -0
  123. package/data/pokemon/duraludon-gmax.json +12 -0
  124. package/data/pokemon/eelektross-mega.json +18 -1
  125. package/data/pokemon/eevee-gmax.json +12 -0
  126. package/data/pokemon/eiscue-noice.json +32 -0
  127. package/data/pokemon/emboar-mega.json +18 -1
  128. package/data/pokemon/empoleon.json +1 -0
  129. package/data/pokemon/enamorus-therian.json +16 -0
  130. package/data/pokemon/excadrill-mega.json +18 -1
  131. package/data/pokemon/falinks-mega.json +18 -1
  132. package/data/pokemon/feraligatr-mega.json +18 -1
  133. package/data/pokemon/flapple-gmax.json +12 -0
  134. package/data/pokemon/floette-eternal-mega.json +18 -1
  135. package/data/pokemon/froslass-mega.json +18 -1
  136. package/data/pokemon/furfrou-dandy.json +191 -0
  137. package/data/pokemon/furfrou-debutante.json +191 -0
  138. package/data/pokemon/furfrou-diamond.json +191 -0
  139. package/data/pokemon/furfrou-heart.json +191 -0
  140. package/data/pokemon/furfrou-kabuki.json +191 -0
  141. package/data/pokemon/furfrou-la-reine.json +191 -0
  142. package/data/pokemon/furfrou-matron.json +191 -0
  143. package/data/pokemon/furfrou-pharaoh.json +191 -0
  144. package/data/pokemon/furfrou-star.json +191 -0
  145. package/data/pokemon/furfrou.json +99 -0
  146. package/data/pokemon/gallade-mega.json +26 -1
  147. package/data/pokemon/garbodor-gmax.json +12 -0
  148. package/data/pokemon/garchomp-mega-z.json +18 -1
  149. package/data/pokemon/garchomp-mega.json +26 -1
  150. package/data/pokemon/gardevoir-mega.json +26 -1
  151. package/data/pokemon/genesect-burn.json +25 -1
  152. package/data/pokemon/genesect-chill.json +25 -1
  153. package/data/pokemon/genesect-douse.json +25 -1
  154. package/data/pokemon/genesect-shock.json +25 -1
  155. package/data/pokemon/genesect.json +29 -0
  156. package/data/pokemon/gengar-gmax.json +12 -0
  157. package/data/pokemon/gengar-mega.json +34 -1
  158. package/data/pokemon/gengar.json +1 -0
  159. package/data/pokemon/giratina-origin.json +118 -1
  160. package/data/pokemon/glalie-mega.json +26 -1
  161. package/data/pokemon/glimmora-mega.json +18 -1
  162. package/data/pokemon/golisopod-mega.json +18 -1
  163. package/data/pokemon/golurk-mega.json +18 -1
  164. package/data/pokemon/greninja-ash.json +25 -0
  165. package/data/pokemon/greninja-mega.json +18 -1
  166. package/data/pokemon/grimmsnarl-gmax.json +12 -0
  167. package/data/pokemon/groudon-primal.json +40 -0
  168. package/data/pokemon/gyarados-mega.json +34 -1
  169. package/data/pokemon/hatterene-gmax.json +12 -0
  170. package/data/pokemon/hawlucha-mega.json +18 -1
  171. package/data/pokemon/heatran-mega.json +18 -0
  172. package/data/pokemon/heracross-mega.json +26 -1
  173. package/data/pokemon/hoopa-unbound.json +60 -0
  174. package/data/pokemon/houndoom-mega.json +26 -1
  175. package/data/pokemon/inteleon-gmax.json +12 -0
  176. package/data/pokemon/kangaskhan-mega.json +34 -1
  177. package/data/pokemon/keldeo-resolute.json +92 -0
  178. package/data/pokemon/kingler-gmax.json +12 -0
  179. package/data/pokemon/kyogre-primal.json +40 -0
  180. package/data/pokemon/kyurem-black.json +33 -0
  181. package/data/pokemon/kyurem-white.json +33 -0
  182. package/data/pokemon/landorus-therian.json +32 -0
  183. package/data/pokemon/lapras-gmax.json +12 -0
  184. package/data/pokemon/latias-mega.json +26 -1
  185. package/data/pokemon/latios-mega.json +26 -1
  186. package/data/pokemon/lopunny-mega.json +26 -1
  187. package/data/pokemon/lucario-mega-z.json +18 -1
  188. package/data/pokemon/lucario-mega.json +26 -1
  189. package/data/pokemon/machamp-gmax.json +12 -0
  190. package/data/pokemon/magearna-mega.json +18 -1
  191. package/data/pokemon/magearna-original-mega.json +18 -1
  192. package/data/pokemon/malamar-mega.json +18 -1
  193. package/data/pokemon/manectric-mega.json +26 -1
  194. package/data/pokemon/mawile-mega.json +26 -1
  195. package/data/pokemon/mawile.json +0 -1
  196. package/data/pokemon/medicham-mega.json +26 -1
  197. package/data/pokemon/meganium-mega.json +18 -1
  198. package/data/pokemon/melmetal-gmax.json +12 -0
  199. package/data/pokemon/meloetta-pirouette.json +29 -0
  200. package/data/pokemon/meowstic-mega.json +18 -1
  201. package/data/pokemon/meowth-alola.json +2 -0
  202. package/data/pokemon/meowth-gmax.json +12 -0
  203. package/data/pokemon/metagross-mega.json +26 -1
  204. package/data/pokemon/mewtwo-mega-x.json +34 -1
  205. package/data/pokemon/mewtwo-mega-y.json +34 -1
  206. package/data/pokemon/mimikyu-busted.json +53 -0
  207. package/data/pokemon/minior-blue.json +53 -0
  208. package/data/pokemon/minior-green.json +53 -0
  209. package/data/pokemon/minior-indigo.json +53 -0
  210. package/data/pokemon/minior-orange.json +53 -0
  211. package/data/pokemon/minior-red.json +53 -0
  212. package/data/pokemon/minior-violet.json +53 -0
  213. package/data/pokemon/minior-yellow.json +53 -0
  214. package/data/pokemon/morpeko-hangry.json +57 -0
  215. package/data/pokemon/necrozma-dawn-wings.json +18 -0
  216. package/data/pokemon/necrozma-dusk-mane.json +18 -0
  217. package/data/pokemon/necrozma-ultra.json +21 -0
  218. package/data/pokemon/ogerpon-cornerstone.json +9 -1
  219. package/data/pokemon/ogerpon-hearthflame.json +9 -1
  220. package/data/pokemon/ogerpon-wellspring.json +9 -1
  221. package/data/pokemon/ogerpon.json +13 -0
  222. package/data/pokemon/orbeetle-gmax.json +12 -0
  223. package/data/pokemon/oricorio-pau.json +9 -0
  224. package/data/pokemon/oricorio-pom-pom.json +9 -0
  225. package/data/pokemon/oricorio-sensu.json +9 -0
  226. package/data/pokemon/oricorio.json +9 -0
  227. package/data/pokemon/palafin-hero.json +16 -0
  228. package/data/pokemon/palkia-origin.json +40 -1
  229. package/data/pokemon/persian-alola.json +2 -0
  230. package/data/pokemon/pidgeot-mega.json +34 -1
  231. package/data/pokemon/pikachu-gmax.json +12 -0
  232. package/data/pokemon/pinsir-mega.json +34 -1
  233. package/data/pokemon/piplup.json +1 -0
  234. package/data/pokemon/prinplup.json +1 -0
  235. package/data/pokemon/pyroar-mega.json +18 -1
  236. package/data/pokemon/raichu-mega-x.json +18 -1
  237. package/data/pokemon/raichu-mega-y.json +18 -1
  238. package/data/pokemon/rayquaza-mega.json +29 -0
  239. package/data/pokemon/rillaboom-gmax.json +12 -0
  240. package/data/pokemon/rotom-fan.json +94 -0
  241. package/data/pokemon/rotom-frost.json +94 -0
  242. package/data/pokemon/rotom-heat.json +94 -0
  243. package/data/pokemon/rotom-mow.json +94 -0
  244. package/data/pokemon/rotom-wash.json +94 -0
  245. package/data/pokemon/rotom.json +112 -0
  246. package/data/pokemon/sableye-mega.json +26 -1
  247. package/data/pokemon/salamence-mega.json +26 -1
  248. package/data/pokemon/sandaconda-gmax.json +12 -0
  249. package/data/pokemon/sawsbuck-autumn.json +47 -0
  250. package/data/pokemon/sawsbuck-summer.json +36 -0
  251. package/data/pokemon/sawsbuck-winter.json +47 -0
  252. package/data/pokemon/sawsbuck.json +47 -0
  253. package/data/pokemon/sceptile-mega.json +26 -1
  254. package/data/pokemon/scizor-mega.json +26 -1
  255. package/data/pokemon/scolipede-mega.json +18 -1
  256. package/data/pokemon/scolipede.json +1 -0
  257. package/data/pokemon/scovillain-mega.json +18 -1
  258. package/data/pokemon/scrafty-mega.json +18 -1
  259. package/data/pokemon/sharpedo-mega.json +26 -1
  260. package/data/pokemon/shaymin-sky.json +151 -0
  261. package/data/pokemon/shiftry-f.json +1 -0
  262. package/data/pokemon/shiftry.json +1 -0
  263. package/data/pokemon/silvally-bug.json +27 -1
  264. package/data/pokemon/silvally-dark.json +27 -1
  265. package/data/pokemon/silvally-dragon.json +27 -1
  266. package/data/pokemon/silvally-electric.json +27 -1
  267. package/data/pokemon/silvally-fairy.json +27 -1
  268. package/data/pokemon/silvally-fighting.json +27 -1
  269. package/data/pokemon/silvally-fire.json +27 -1
  270. package/data/pokemon/silvally-flying.json +27 -1
  271. package/data/pokemon/silvally-ghost.json +27 -1
  272. package/data/pokemon/silvally-grass.json +27 -1
  273. package/data/pokemon/silvally-ground.json +27 -1
  274. package/data/pokemon/silvally-ice.json +27 -1
  275. package/data/pokemon/silvally-poison.json +27 -1
  276. package/data/pokemon/silvally-psychic.json +27 -1
  277. package/data/pokemon/silvally-rock.json +27 -1
  278. package/data/pokemon/silvally-steel.json +27 -1
  279. package/data/pokemon/silvally-water.json +27 -1
  280. package/data/pokemon/silvally.json +50 -0
  281. package/data/pokemon/skarmory-mega.json +18 -1
  282. package/data/pokemon/slowbro-mega.json +34 -1
  283. package/data/pokemon/snorlax-gmax.json +12 -0
  284. package/data/pokemon/staraptor-mega.json +18 -0
  285. package/data/pokemon/starmie-mega.json +18 -1
  286. package/data/pokemon/steelix-mega.json +26 -1
  287. package/data/pokemon/swampert-mega.json +26 -1
  288. package/data/pokemon/tatsugiri-droopy-mega.json +18 -1
  289. package/data/pokemon/tatsugiri-mega.json +18 -1
  290. package/data/pokemon/tatsugiri-stretchy-mega.json +18 -1
  291. package/data/pokemon/terapagos-stellar.json +15 -0
  292. package/data/pokemon/terapagos-terastal.json +15 -0
  293. package/data/pokemon/thundurus-therian.json +32 -0
  294. package/data/pokemon/tornadus-therian.json +32 -0
  295. package/data/pokemon/toxtricity-gmax.json +12 -0
  296. package/data/pokemon/toxtricity-low-key-gmax.json +12 -0
  297. package/data/pokemon/tyranitar-mega.json +26 -1
  298. package/data/pokemon/urshifu-gmax.json +12 -0
  299. package/data/pokemon/urshifu-rapid-strike-gmax.json +12 -0
  300. package/data/pokemon/venipede.json +1 -0
  301. package/data/pokemon/venusaur-gmax.json +12 -0
  302. package/data/pokemon/venusaur-mega.json +34 -1
  303. package/data/pokemon/victreebel-mega.json +18 -1
  304. package/data/pokemon/whirlipede.json +1 -0
  305. package/data/pokemon/wishiwashi-school.json +24 -0
  306. package/data/pokemon/xerneas-active.json +11 -0
  307. package/data/pokemon/zacian-crowned.json +19 -1
  308. package/data/pokemon/zamazenta-crowned.json +19 -1
  309. package/data/pokemon/zeraora-mega.json +18 -1
  310. package/data/pokemon/zygarde-10.json +19 -0
  311. package/data/pokemon/zygarde-complete-mega.json +18 -1
  312. package/data/pokemon/zygarde-complete.json +36 -0
  313. package/data/pokemon/zygarde.json +33 -0
  314. package/package.json +4 -1
  315. package/build/enums-CXl-yCW7.mjs +0 -274
  316. package/build/enums-CXl-yCW7.mjs.map +0 -1
  317. package/build/enums-DNGH357y.d.mts +0 -43
  318. package/build/enums-DNGH357y.d.mts.map +0 -1
  319. package/build/schemas-30DCmCcg.mjs.map +0 -1
  320. package/build/schemas-D2xLu3LV.d.mts.map +0 -1
@@ -0,0 +1,1407 @@
1
+ import { z as z$1 } from "zod";
2
+ //#region src/lib/form-schemas.d.ts
3
+ /** Requirements for a transition, with stable translation keys and typed parameters. */
4
+ declare const formConditionSchema: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
5
+ key: z$1.ZodLiteral<"ability">;
6
+ abilities: z$1.ZodArray<z$1.ZodString>;
7
+ }, z$1.core.$strict>, z$1.ZodObject<{
8
+ key: z$1.ZodLiteral<"known_move">;
9
+ move: z$1.ZodString;
10
+ relation: z$1.ZodOptional<z$1.ZodEnum<{
11
+ knows: "knows";
12
+ does_not_know: "does_not_know";
13
+ }>>;
14
+ }, z$1.core.$strict>, z$1.ZodObject<{
15
+ key: z$1.ZodLiteral<"move_used">;
16
+ move: z$1.ZodString;
17
+ }, z$1.core.$strict>, z$1.ZodObject<{
18
+ key: z$1.ZodLiteral<"move_category">;
19
+ categories: z$1.ZodArray<z$1.ZodEnum<{
20
+ physical: "physical";
21
+ special: "special";
22
+ status: "status";
23
+ }>>;
24
+ }, z$1.core.$strict>, z$1.ZodObject<{
25
+ key: z$1.ZodLiteral<"time_of_day">;
26
+ time: z$1.ZodEnum<{
27
+ morning: "morning";
28
+ day: "day";
29
+ dusk: "dusk";
30
+ evening: "evening";
31
+ night: "night";
32
+ }>;
33
+ }, z$1.core.$strict>, z$1.ZodObject<{
34
+ key: z$1.ZodLiteral<"status">;
35
+ status: z$1.ZodEnum<{
36
+ frozen: "frozen";
37
+ frostbite: "frostbite";
38
+ fainted: "fainted";
39
+ }>;
40
+ relation: z$1.ZodEnum<{
41
+ is: "is";
42
+ not: "not";
43
+ }>;
44
+ }, z$1.core.$strict>, z$1.ZodObject<{
45
+ key: z$1.ZodLiteral<"fusion_partner">;
46
+ pokemon: z$1.ZodString;
47
+ }, z$1.core.$strict>, z$1.ZodObject<{
48
+ key: z$1.ZodLiteral<"interaction">;
49
+ interaction: z$1.ZodEnum<{
50
+ contest_spectacular_ends: "contest_spectacular_ends";
51
+ deoxys_meteorite: "deoxys_meteorite";
52
+ electric_fan: "electric_fan";
53
+ enter_contest_spectacular: "enter_contest_spectacular";
54
+ enter_union_room: "enter_union_room";
55
+ enter_wifi_club: "enter_wifi_club";
56
+ furfrou_groom: "furfrou_groom";
57
+ furfrou_restore_natural: "furfrou_restore_natural";
58
+ lawn_mower: "lawn_mower";
59
+ leave_distortion_world: "leave_distortion_world";
60
+ light_bulb: "light_bulb";
61
+ load_game: "load_game";
62
+ microwave_oven: "microwave_oven";
63
+ reassembly_unit: "reassembly_unit";
64
+ recall_outside_battle: "recall_outside_battle";
65
+ refrigerator: "refrigerator";
66
+ return_appliance: "return_appliance";
67
+ washing_machine: "washing_machine";
68
+ }>;
69
+ }, z$1.core.$strict>, z$1.ZodObject<{
70
+ key: z$1.ZodLiteral<"location">;
71
+ location: z$1.ZodEnum<{
72
+ alabaster_icelands: "alabaster_icelands";
73
+ ambrette_fossil_lab_meteorites: "ambrette_fossil_lab_meteorites";
74
+ bell_tower: "bell_tower";
75
+ burned_tower: "burned_tower";
76
+ cobalt_coastlands: "cobalt_coastlands";
77
+ coronet_highlands: "coronet_highlands";
78
+ crimson_mirelands: "crimson_mirelands";
79
+ dalizapa_passage: "dalizapa_passage";
80
+ distortion_world: "distortion_world";
81
+ east_province_area_one: "east_province_area_one";
82
+ east_province_area_two: "east_province_area_two";
83
+ friseur_furfrou: "friseur_furfrou";
84
+ glaseado_mountain: "glaseado_mountain";
85
+ hauoli_city_salon: "hauoli_city_salon";
86
+ hokulani_observatory_meteorite: "hokulani_observatory_meteorite";
87
+ jaune_sector_6: "jaune_sector_6";
88
+ jubilife_village: "jubilife_village";
89
+ jubilife_village_player_quarters: "jubilife_village_player_quarters";
90
+ kanto_route_3_meteorites: "kanto_route_3_meteorites";
91
+ malie_city_salon: "malie_city_salon";
92
+ nacrene_museum_meteorite: "nacrene_museum_meteorite";
93
+ north_province_area_one: "north_province_area_one";
94
+ obsidian_fieldlands: "obsidian_fieldlands";
95
+ professor_birchs_lab: "professor_birchs_lab";
96
+ professor_cozmos_house_meteorite: "professor_cozmos_house_meteorite";
97
+ professor_kukuis_lab: "professor_kukuis_lab";
98
+ shopping_mall_nine_basement: "shopping_mall_nine_basement";
99
+ silph_co_rotom_room: "silph_co_rotom_room";
100
+ slateport_pokemon_fan_club: "slateport_pokemon_fan_club";
101
+ socarrat_trail: "socarrat_trail";
102
+ south_province_area_five: "south_province_area_five";
103
+ south_province_area_four: "south_province_area_four";
104
+ south_province_area_one: "south_province_area_one";
105
+ sprout_tower: "sprout_tower";
106
+ sycamore_pokemon_lab: "sycamore_pokemon_lab";
107
+ team_galactic_eterna_building_rotom_room: "team_galactic_eterna_building_rotom_room";
108
+ veilstone_city_meteorites: "veilstone_city_meteorites";
109
+ west_province_area_three: "west_province_area_three";
110
+ west_province_area_two: "west_province_area_two";
111
+ }>;
112
+ }, z$1.core.$strict>, z$1.ZodObject<{
113
+ key: z$1.ZodLiteral<"environment">;
114
+ environment: z$1.ZodEnum<{
115
+ building: "building";
116
+ cave_or_beach: "cave_or_beach";
117
+ outdoors_or_tall_grass: "outdoors_or_tall_grass";
118
+ outside_distortion_world: "outside_distortion_world";
119
+ snowstorm: "snowstorm";
120
+ }>;
121
+ }, z$1.core.$strict>, z$1.ZodObject<{
122
+ key: z$1.ZodLiteral<"season">;
123
+ season: z$1.ZodEnum<{
124
+ spring: "spring";
125
+ summer: "summer";
126
+ autumn: "autumn";
127
+ winter: "winter";
128
+ }>;
129
+ }, z$1.core.$strict>, z$1.ZodObject<{
130
+ key: z$1.ZodLiteral<"elapsed_time">;
131
+ amount: z$1.ZodNumber;
132
+ unit: z$1.ZodEnum<{
133
+ turns: "turns";
134
+ days: "days";
135
+ seconds: "seconds";
136
+ }>;
137
+ }, z$1.core.$strict>, z$1.ZodObject<{
138
+ key: z$1.ZodLiteral<"storage_event">;
139
+ event: z$1.ZodEnum<{
140
+ deposit: "deposit";
141
+ withdrawal: "withdrawal";
142
+ }>;
143
+ service: z$1.ZodOptional<z$1.ZodEnum<{
144
+ bank: "bank";
145
+ day_care: "day_care";
146
+ home: "home";
147
+ nursery: "nursery";
148
+ pc: "pc";
149
+ }>>;
150
+ }, z$1.core.$strict>, z$1.ZodObject<{
151
+ key: z$1.ZodLiteral<"transfer">;
152
+ destination: z$1.ZodString;
153
+ }, z$1.core.$strict>, z$1.ZodObject<{
154
+ key: z$1.ZodLiteral<"battle_event">;
155
+ events: z$1.ZodArray<z$1.ZodEnum<{
156
+ battle_start: "battle_start";
157
+ battle_end: "battle_end";
158
+ switch_in: "switch_in";
159
+ switch_out: "switch_out";
160
+ end_of_turn: "end_of_turn";
161
+ before_move: "before_move";
162
+ after_move: "after_move";
163
+ damaging_hit: "damaging_hit";
164
+ physical_hit: "physical_hit";
165
+ faint: "faint";
166
+ }>>;
167
+ }, z$1.core.$strict>, z$1.ZodObject<{
168
+ key: z$1.ZodLiteral<"original_form">;
169
+ forms: z$1.ZodArray<z$1.ZodString>;
170
+ }, z$1.core.$strict>, z$1.ZodObject<{
171
+ key: z$1.ZodLiteral<"intrinsic_form">;
172
+ forms: z$1.ZodArray<z$1.ZodString>;
173
+ }, z$1.core.$strict>, z$1.ZodObject<{
174
+ key: z$1.ZodLiteral<"spare_party_slot">;
175
+ }, z$1.core.$strict>, z$1.ZodObject<{
176
+ key: z$1.ZodLiteral<"mechanic">;
177
+ mechanic: z$1.ZodEnum<{
178
+ change_a_move_other_than_secret_sword: "change_a_move_other_than_secret_sword";
179
+ dynamax: "dynamax";
180
+ gigantamax: "gigantamax";
181
+ in_party: "in_party";
182
+ legend_plate: "legend_plate";
183
+ mega_evolution: "mega_evolution";
184
+ not_holding_griseous_orb: "not_holding_griseous_orb";
185
+ participated_in_battle: "participated_in_battle";
186
+ terastallization: "terastallization";
187
+ ultra_burst: "ultra_burst";
188
+ }>;
189
+ }, z$1.core.$strict>, z$1.ZodObject<{
190
+ key: z$1.ZodLiteral<"hp">;
191
+ comparison: z$1.ZodEnum<{
192
+ lt: "lt";
193
+ lte: "lte";
194
+ eq: "eq";
195
+ gte: "gte";
196
+ gt: "gt";
197
+ }>;
198
+ percent: z$1.ZodNumber;
199
+ }, z$1.core.$strict>, z$1.ZodObject<{
200
+ key: z$1.ZodLiteral<"weather">;
201
+ weather: z$1.ZodArray<z$1.ZodEnum<{
202
+ rain: "rain";
203
+ snow: "snow";
204
+ sun: "sun";
205
+ hail: "hail";
206
+ none: "none";
207
+ }>>;
208
+ relation: z$1.ZodEnum<{
209
+ in: "in";
210
+ outside: "outside";
211
+ }>;
212
+ }, z$1.core.$strict>, z$1.ZodObject<{
213
+ key: z$1.ZodLiteral<"held_item_absent">;
214
+ items: z$1.ZodArray<z$1.ZodString>;
215
+ }, z$1.core.$strict>, z$1.ZodObject<{
216
+ key: z$1.ZodLiteral<"battle_condition">;
217
+ condition: z$1.ZodEnum<{
218
+ ability_is_not_sheer_force: "ability_is_not_sheer_force";
219
+ at_least_40_additional_zygarde_cells: "at_least_40_additional_zygarde_cells";
220
+ battle_bond_not_previously_used: "battle_bond_not_previously_used";
221
+ battle_continues: "battle_continues";
222
+ confusion_self_hit: "confusion_self_hit";
223
+ directly_knock_out_opponent: "directly_knock_out_opponent";
224
+ disguise_not_bypassed: "disguise_not_bypassed";
225
+ forecast_suppressed_or_replaced: "forecast_suppressed_or_replaced";
226
+ gigantamax_factor: "gigantamax_factor";
227
+ hail_or_snow_begins: "hail_or_snow_begins";
228
+ ice_face_not_bypassed: "ice_face_not_bypassed";
229
+ in_battle: "in_battle";
230
+ judgment_type_match: "judgment_type_match";
231
+ legends_arceus_sunshine_conditions_ended: "legends_arceus_sunshine_conditions_ended";
232
+ mega_gauge_full: "mega_gauge_full";
233
+ mega_power_depleted: "mega_power_depleted";
234
+ move_affects_at_least_one_target: "move_affects_at_least_one_target";
235
+ move_deals_damage: "move_deals_damage";
236
+ not_dynamaxed: "not_dynamaxed";
237
+ not_terastallized: "not_terastallized";
238
+ rayquaza_mega_eligible: "rayquaza_mega_eligible";
239
+ sunlight_effect_or_flower_gift_inactive: "sunlight_effect_or_flower_gift_inactive";
240
+ ultra_burst_unused_by_trainer: "ultra_burst_unused_by_trainer";
241
+ weather_effects_active: "weather_effects_active";
242
+ weather_effects_negated: "weather_effects_negated";
243
+ zen_mode_suppressed_or_replaced: "zen_mode_suppressed_or_replaced";
244
+ }>;
245
+ }, z$1.core.$strict>], "key">;
246
+ /** Missing games inherits the forward method; null explicitly retains unknown scope. */
247
+ declare const formRevertDetailSchema: z$1.ZodObject<{
248
+ trigger: z$1.ZodEnum<{
249
+ special: "special";
250
+ use_item: "use_item";
251
+ equip_item: "equip_item";
252
+ remove_item: "remove_item";
253
+ learn_move: "learn_move";
254
+ forget_move: "forget_move";
255
+ use_move: "use_move";
256
+ interact: "interact";
257
+ fuse: "fuse";
258
+ separate: "separate";
259
+ automatic: "automatic";
260
+ }>;
261
+ minLevel: z$1.ZodOptional<z$1.ZodNumber>;
262
+ item: z$1.ZodOptional<z$1.ZodObject<{
263
+ id: z$1.ZodString;
264
+ role: z$1.ZodEnum<{
265
+ held: "held";
266
+ used: "used";
267
+ bag: "bag";
268
+ }>;
269
+ consumed: z$1.ZodOptional<z$1.ZodBoolean>;
270
+ }, z$1.core.$strict>>;
271
+ conditions: z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
272
+ key: z$1.ZodLiteral<"ability">;
273
+ abilities: z$1.ZodArray<z$1.ZodString>;
274
+ }, z$1.core.$strict>, z$1.ZodObject<{
275
+ key: z$1.ZodLiteral<"known_move">;
276
+ move: z$1.ZodString;
277
+ relation: z$1.ZodOptional<z$1.ZodEnum<{
278
+ knows: "knows";
279
+ does_not_know: "does_not_know";
280
+ }>>;
281
+ }, z$1.core.$strict>, z$1.ZodObject<{
282
+ key: z$1.ZodLiteral<"move_used">;
283
+ move: z$1.ZodString;
284
+ }, z$1.core.$strict>, z$1.ZodObject<{
285
+ key: z$1.ZodLiteral<"move_category">;
286
+ categories: z$1.ZodArray<z$1.ZodEnum<{
287
+ physical: "physical";
288
+ special: "special";
289
+ status: "status";
290
+ }>>;
291
+ }, z$1.core.$strict>, z$1.ZodObject<{
292
+ key: z$1.ZodLiteral<"time_of_day">;
293
+ time: z$1.ZodEnum<{
294
+ morning: "morning";
295
+ day: "day";
296
+ dusk: "dusk";
297
+ evening: "evening";
298
+ night: "night";
299
+ }>;
300
+ }, z$1.core.$strict>, z$1.ZodObject<{
301
+ key: z$1.ZodLiteral<"status">;
302
+ status: z$1.ZodEnum<{
303
+ frozen: "frozen";
304
+ frostbite: "frostbite";
305
+ fainted: "fainted";
306
+ }>;
307
+ relation: z$1.ZodEnum<{
308
+ is: "is";
309
+ not: "not";
310
+ }>;
311
+ }, z$1.core.$strict>, z$1.ZodObject<{
312
+ key: z$1.ZodLiteral<"fusion_partner">;
313
+ pokemon: z$1.ZodString;
314
+ }, z$1.core.$strict>, z$1.ZodObject<{
315
+ key: z$1.ZodLiteral<"interaction">;
316
+ interaction: z$1.ZodEnum<{
317
+ contest_spectacular_ends: "contest_spectacular_ends";
318
+ deoxys_meteorite: "deoxys_meteorite";
319
+ electric_fan: "electric_fan";
320
+ enter_contest_spectacular: "enter_contest_spectacular";
321
+ enter_union_room: "enter_union_room";
322
+ enter_wifi_club: "enter_wifi_club";
323
+ furfrou_groom: "furfrou_groom";
324
+ furfrou_restore_natural: "furfrou_restore_natural";
325
+ lawn_mower: "lawn_mower";
326
+ leave_distortion_world: "leave_distortion_world";
327
+ light_bulb: "light_bulb";
328
+ load_game: "load_game";
329
+ microwave_oven: "microwave_oven";
330
+ reassembly_unit: "reassembly_unit";
331
+ recall_outside_battle: "recall_outside_battle";
332
+ refrigerator: "refrigerator";
333
+ return_appliance: "return_appliance";
334
+ washing_machine: "washing_machine";
335
+ }>;
336
+ }, z$1.core.$strict>, z$1.ZodObject<{
337
+ key: z$1.ZodLiteral<"location">;
338
+ location: z$1.ZodEnum<{
339
+ alabaster_icelands: "alabaster_icelands";
340
+ ambrette_fossil_lab_meteorites: "ambrette_fossil_lab_meteorites";
341
+ bell_tower: "bell_tower";
342
+ burned_tower: "burned_tower";
343
+ cobalt_coastlands: "cobalt_coastlands";
344
+ coronet_highlands: "coronet_highlands";
345
+ crimson_mirelands: "crimson_mirelands";
346
+ dalizapa_passage: "dalizapa_passage";
347
+ distortion_world: "distortion_world";
348
+ east_province_area_one: "east_province_area_one";
349
+ east_province_area_two: "east_province_area_two";
350
+ friseur_furfrou: "friseur_furfrou";
351
+ glaseado_mountain: "glaseado_mountain";
352
+ hauoli_city_salon: "hauoli_city_salon";
353
+ hokulani_observatory_meteorite: "hokulani_observatory_meteorite";
354
+ jaune_sector_6: "jaune_sector_6";
355
+ jubilife_village: "jubilife_village";
356
+ jubilife_village_player_quarters: "jubilife_village_player_quarters";
357
+ kanto_route_3_meteorites: "kanto_route_3_meteorites";
358
+ malie_city_salon: "malie_city_salon";
359
+ nacrene_museum_meteorite: "nacrene_museum_meteorite";
360
+ north_province_area_one: "north_province_area_one";
361
+ obsidian_fieldlands: "obsidian_fieldlands";
362
+ professor_birchs_lab: "professor_birchs_lab";
363
+ professor_cozmos_house_meteorite: "professor_cozmos_house_meteorite";
364
+ professor_kukuis_lab: "professor_kukuis_lab";
365
+ shopping_mall_nine_basement: "shopping_mall_nine_basement";
366
+ silph_co_rotom_room: "silph_co_rotom_room";
367
+ slateport_pokemon_fan_club: "slateport_pokemon_fan_club";
368
+ socarrat_trail: "socarrat_trail";
369
+ south_province_area_five: "south_province_area_five";
370
+ south_province_area_four: "south_province_area_four";
371
+ south_province_area_one: "south_province_area_one";
372
+ sprout_tower: "sprout_tower";
373
+ sycamore_pokemon_lab: "sycamore_pokemon_lab";
374
+ team_galactic_eterna_building_rotom_room: "team_galactic_eterna_building_rotom_room";
375
+ veilstone_city_meteorites: "veilstone_city_meteorites";
376
+ west_province_area_three: "west_province_area_three";
377
+ west_province_area_two: "west_province_area_two";
378
+ }>;
379
+ }, z$1.core.$strict>, z$1.ZodObject<{
380
+ key: z$1.ZodLiteral<"environment">;
381
+ environment: z$1.ZodEnum<{
382
+ building: "building";
383
+ cave_or_beach: "cave_or_beach";
384
+ outdoors_or_tall_grass: "outdoors_or_tall_grass";
385
+ outside_distortion_world: "outside_distortion_world";
386
+ snowstorm: "snowstorm";
387
+ }>;
388
+ }, z$1.core.$strict>, z$1.ZodObject<{
389
+ key: z$1.ZodLiteral<"season">;
390
+ season: z$1.ZodEnum<{
391
+ spring: "spring";
392
+ summer: "summer";
393
+ autumn: "autumn";
394
+ winter: "winter";
395
+ }>;
396
+ }, z$1.core.$strict>, z$1.ZodObject<{
397
+ key: z$1.ZodLiteral<"elapsed_time">;
398
+ amount: z$1.ZodNumber;
399
+ unit: z$1.ZodEnum<{
400
+ turns: "turns";
401
+ days: "days";
402
+ seconds: "seconds";
403
+ }>;
404
+ }, z$1.core.$strict>, z$1.ZodObject<{
405
+ key: z$1.ZodLiteral<"storage_event">;
406
+ event: z$1.ZodEnum<{
407
+ deposit: "deposit";
408
+ withdrawal: "withdrawal";
409
+ }>;
410
+ service: z$1.ZodOptional<z$1.ZodEnum<{
411
+ bank: "bank";
412
+ day_care: "day_care";
413
+ home: "home";
414
+ nursery: "nursery";
415
+ pc: "pc";
416
+ }>>;
417
+ }, z$1.core.$strict>, z$1.ZodObject<{
418
+ key: z$1.ZodLiteral<"transfer">;
419
+ destination: z$1.ZodString;
420
+ }, z$1.core.$strict>, z$1.ZodObject<{
421
+ key: z$1.ZodLiteral<"battle_event">;
422
+ events: z$1.ZodArray<z$1.ZodEnum<{
423
+ battle_start: "battle_start";
424
+ battle_end: "battle_end";
425
+ switch_in: "switch_in";
426
+ switch_out: "switch_out";
427
+ end_of_turn: "end_of_turn";
428
+ before_move: "before_move";
429
+ after_move: "after_move";
430
+ damaging_hit: "damaging_hit";
431
+ physical_hit: "physical_hit";
432
+ faint: "faint";
433
+ }>>;
434
+ }, z$1.core.$strict>, z$1.ZodObject<{
435
+ key: z$1.ZodLiteral<"original_form">;
436
+ forms: z$1.ZodArray<z$1.ZodString>;
437
+ }, z$1.core.$strict>, z$1.ZodObject<{
438
+ key: z$1.ZodLiteral<"intrinsic_form">;
439
+ forms: z$1.ZodArray<z$1.ZodString>;
440
+ }, z$1.core.$strict>, z$1.ZodObject<{
441
+ key: z$1.ZodLiteral<"spare_party_slot">;
442
+ }, z$1.core.$strict>, z$1.ZodObject<{
443
+ key: z$1.ZodLiteral<"mechanic">;
444
+ mechanic: z$1.ZodEnum<{
445
+ change_a_move_other_than_secret_sword: "change_a_move_other_than_secret_sword";
446
+ dynamax: "dynamax";
447
+ gigantamax: "gigantamax";
448
+ in_party: "in_party";
449
+ legend_plate: "legend_plate";
450
+ mega_evolution: "mega_evolution";
451
+ not_holding_griseous_orb: "not_holding_griseous_orb";
452
+ participated_in_battle: "participated_in_battle";
453
+ terastallization: "terastallization";
454
+ ultra_burst: "ultra_burst";
455
+ }>;
456
+ }, z$1.core.$strict>, z$1.ZodObject<{
457
+ key: z$1.ZodLiteral<"hp">;
458
+ comparison: z$1.ZodEnum<{
459
+ lt: "lt";
460
+ lte: "lte";
461
+ eq: "eq";
462
+ gte: "gte";
463
+ gt: "gt";
464
+ }>;
465
+ percent: z$1.ZodNumber;
466
+ }, z$1.core.$strict>, z$1.ZodObject<{
467
+ key: z$1.ZodLiteral<"weather">;
468
+ weather: z$1.ZodArray<z$1.ZodEnum<{
469
+ rain: "rain";
470
+ snow: "snow";
471
+ sun: "sun";
472
+ hail: "hail";
473
+ none: "none";
474
+ }>>;
475
+ relation: z$1.ZodEnum<{
476
+ in: "in";
477
+ outside: "outside";
478
+ }>;
479
+ }, z$1.core.$strict>, z$1.ZodObject<{
480
+ key: z$1.ZodLiteral<"held_item_absent">;
481
+ items: z$1.ZodArray<z$1.ZodString>;
482
+ }, z$1.core.$strict>, z$1.ZodObject<{
483
+ key: z$1.ZodLiteral<"battle_condition">;
484
+ condition: z$1.ZodEnum<{
485
+ ability_is_not_sheer_force: "ability_is_not_sheer_force";
486
+ at_least_40_additional_zygarde_cells: "at_least_40_additional_zygarde_cells";
487
+ battle_bond_not_previously_used: "battle_bond_not_previously_used";
488
+ battle_continues: "battle_continues";
489
+ confusion_self_hit: "confusion_self_hit";
490
+ directly_knock_out_opponent: "directly_knock_out_opponent";
491
+ disguise_not_bypassed: "disguise_not_bypassed";
492
+ forecast_suppressed_or_replaced: "forecast_suppressed_or_replaced";
493
+ gigantamax_factor: "gigantamax_factor";
494
+ hail_or_snow_begins: "hail_or_snow_begins";
495
+ ice_face_not_bypassed: "ice_face_not_bypassed";
496
+ in_battle: "in_battle";
497
+ judgment_type_match: "judgment_type_match";
498
+ legends_arceus_sunshine_conditions_ended: "legends_arceus_sunshine_conditions_ended";
499
+ mega_gauge_full: "mega_gauge_full";
500
+ mega_power_depleted: "mega_power_depleted";
501
+ move_affects_at_least_one_target: "move_affects_at_least_one_target";
502
+ move_deals_damage: "move_deals_damage";
503
+ not_dynamaxed: "not_dynamaxed";
504
+ not_terastallized: "not_terastallized";
505
+ rayquaza_mega_eligible: "rayquaza_mega_eligible";
506
+ sunlight_effect_or_flower_gift_inactive: "sunlight_effect_or_flower_gift_inactive";
507
+ ultra_burst_unused_by_trainer: "ultra_burst_unused_by_trainer";
508
+ weather_effects_active: "weather_effects_active";
509
+ weather_effects_negated: "weather_effects_negated";
510
+ zen_mode_suppressed_or_replaced: "zen_mode_suppressed_or_replaced";
511
+ }>;
512
+ }, z$1.core.$strict>], "key">>;
513
+ notes: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
514
+ eng: "eng";
515
+ esp: "esp";
516
+ esla: "esla";
517
+ fra: "fra";
518
+ deu: "deu";
519
+ ita: "ita";
520
+ jap: "jap";
521
+ kor: "kor";
522
+ chs: "chs";
523
+ cht: "cht";
524
+ por: "por";
525
+ }> & z$1.core.$partial, z$1.ZodString>>;
526
+ to: z$1.ZodOptional<z$1.ZodString>;
527
+ games: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>>;
528
+ }, z$1.core.$strict>;
529
+ declare const formRevertSchema: z$1.ZodUnion<readonly [z$1.ZodEnum<{
530
+ battle_start: "battle_start";
531
+ battle_end: "battle_end";
532
+ switch_in: "switch_in";
533
+ switch_out: "switch_out";
534
+ end_of_turn: "end_of_turn";
535
+ before_move: "before_move";
536
+ after_move: "after_move";
537
+ damaging_hit: "damaging_hit";
538
+ physical_hit: "physical_hit";
539
+ faint: "faint";
540
+ }>, z$1.ZodObject<{
541
+ afterTurns: z$1.ZodNumber;
542
+ }, z$1.core.$strict>, z$1.ZodObject<{
543
+ trigger: z$1.ZodEnum<{
544
+ special: "special";
545
+ use_item: "use_item";
546
+ equip_item: "equip_item";
547
+ remove_item: "remove_item";
548
+ learn_move: "learn_move";
549
+ forget_move: "forget_move";
550
+ use_move: "use_move";
551
+ interact: "interact";
552
+ fuse: "fuse";
553
+ separate: "separate";
554
+ automatic: "automatic";
555
+ }>;
556
+ minLevel: z$1.ZodOptional<z$1.ZodNumber>;
557
+ item: z$1.ZodOptional<z$1.ZodObject<{
558
+ id: z$1.ZodString;
559
+ role: z$1.ZodEnum<{
560
+ held: "held";
561
+ used: "used";
562
+ bag: "bag";
563
+ }>;
564
+ consumed: z$1.ZodOptional<z$1.ZodBoolean>;
565
+ }, z$1.core.$strict>>;
566
+ conditions: z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
567
+ key: z$1.ZodLiteral<"ability">;
568
+ abilities: z$1.ZodArray<z$1.ZodString>;
569
+ }, z$1.core.$strict>, z$1.ZodObject<{
570
+ key: z$1.ZodLiteral<"known_move">;
571
+ move: z$1.ZodString;
572
+ relation: z$1.ZodOptional<z$1.ZodEnum<{
573
+ knows: "knows";
574
+ does_not_know: "does_not_know";
575
+ }>>;
576
+ }, z$1.core.$strict>, z$1.ZodObject<{
577
+ key: z$1.ZodLiteral<"move_used">;
578
+ move: z$1.ZodString;
579
+ }, z$1.core.$strict>, z$1.ZodObject<{
580
+ key: z$1.ZodLiteral<"move_category">;
581
+ categories: z$1.ZodArray<z$1.ZodEnum<{
582
+ physical: "physical";
583
+ special: "special";
584
+ status: "status";
585
+ }>>;
586
+ }, z$1.core.$strict>, z$1.ZodObject<{
587
+ key: z$1.ZodLiteral<"time_of_day">;
588
+ time: z$1.ZodEnum<{
589
+ morning: "morning";
590
+ day: "day";
591
+ dusk: "dusk";
592
+ evening: "evening";
593
+ night: "night";
594
+ }>;
595
+ }, z$1.core.$strict>, z$1.ZodObject<{
596
+ key: z$1.ZodLiteral<"status">;
597
+ status: z$1.ZodEnum<{
598
+ frozen: "frozen";
599
+ frostbite: "frostbite";
600
+ fainted: "fainted";
601
+ }>;
602
+ relation: z$1.ZodEnum<{
603
+ is: "is";
604
+ not: "not";
605
+ }>;
606
+ }, z$1.core.$strict>, z$1.ZodObject<{
607
+ key: z$1.ZodLiteral<"fusion_partner">;
608
+ pokemon: z$1.ZodString;
609
+ }, z$1.core.$strict>, z$1.ZodObject<{
610
+ key: z$1.ZodLiteral<"interaction">;
611
+ interaction: z$1.ZodEnum<{
612
+ contest_spectacular_ends: "contest_spectacular_ends";
613
+ deoxys_meteorite: "deoxys_meteorite";
614
+ electric_fan: "electric_fan";
615
+ enter_contest_spectacular: "enter_contest_spectacular";
616
+ enter_union_room: "enter_union_room";
617
+ enter_wifi_club: "enter_wifi_club";
618
+ furfrou_groom: "furfrou_groom";
619
+ furfrou_restore_natural: "furfrou_restore_natural";
620
+ lawn_mower: "lawn_mower";
621
+ leave_distortion_world: "leave_distortion_world";
622
+ light_bulb: "light_bulb";
623
+ load_game: "load_game";
624
+ microwave_oven: "microwave_oven";
625
+ reassembly_unit: "reassembly_unit";
626
+ recall_outside_battle: "recall_outside_battle";
627
+ refrigerator: "refrigerator";
628
+ return_appliance: "return_appliance";
629
+ washing_machine: "washing_machine";
630
+ }>;
631
+ }, z$1.core.$strict>, z$1.ZodObject<{
632
+ key: z$1.ZodLiteral<"location">;
633
+ location: z$1.ZodEnum<{
634
+ alabaster_icelands: "alabaster_icelands";
635
+ ambrette_fossil_lab_meteorites: "ambrette_fossil_lab_meteorites";
636
+ bell_tower: "bell_tower";
637
+ burned_tower: "burned_tower";
638
+ cobalt_coastlands: "cobalt_coastlands";
639
+ coronet_highlands: "coronet_highlands";
640
+ crimson_mirelands: "crimson_mirelands";
641
+ dalizapa_passage: "dalizapa_passage";
642
+ distortion_world: "distortion_world";
643
+ east_province_area_one: "east_province_area_one";
644
+ east_province_area_two: "east_province_area_two";
645
+ friseur_furfrou: "friseur_furfrou";
646
+ glaseado_mountain: "glaseado_mountain";
647
+ hauoli_city_salon: "hauoli_city_salon";
648
+ hokulani_observatory_meteorite: "hokulani_observatory_meteorite";
649
+ jaune_sector_6: "jaune_sector_6";
650
+ jubilife_village: "jubilife_village";
651
+ jubilife_village_player_quarters: "jubilife_village_player_quarters";
652
+ kanto_route_3_meteorites: "kanto_route_3_meteorites";
653
+ malie_city_salon: "malie_city_salon";
654
+ nacrene_museum_meteorite: "nacrene_museum_meteorite";
655
+ north_province_area_one: "north_province_area_one";
656
+ obsidian_fieldlands: "obsidian_fieldlands";
657
+ professor_birchs_lab: "professor_birchs_lab";
658
+ professor_cozmos_house_meteorite: "professor_cozmos_house_meteorite";
659
+ professor_kukuis_lab: "professor_kukuis_lab";
660
+ shopping_mall_nine_basement: "shopping_mall_nine_basement";
661
+ silph_co_rotom_room: "silph_co_rotom_room";
662
+ slateport_pokemon_fan_club: "slateport_pokemon_fan_club";
663
+ socarrat_trail: "socarrat_trail";
664
+ south_province_area_five: "south_province_area_five";
665
+ south_province_area_four: "south_province_area_four";
666
+ south_province_area_one: "south_province_area_one";
667
+ sprout_tower: "sprout_tower";
668
+ sycamore_pokemon_lab: "sycamore_pokemon_lab";
669
+ team_galactic_eterna_building_rotom_room: "team_galactic_eterna_building_rotom_room";
670
+ veilstone_city_meteorites: "veilstone_city_meteorites";
671
+ west_province_area_three: "west_province_area_three";
672
+ west_province_area_two: "west_province_area_two";
673
+ }>;
674
+ }, z$1.core.$strict>, z$1.ZodObject<{
675
+ key: z$1.ZodLiteral<"environment">;
676
+ environment: z$1.ZodEnum<{
677
+ building: "building";
678
+ cave_or_beach: "cave_or_beach";
679
+ outdoors_or_tall_grass: "outdoors_or_tall_grass";
680
+ outside_distortion_world: "outside_distortion_world";
681
+ snowstorm: "snowstorm";
682
+ }>;
683
+ }, z$1.core.$strict>, z$1.ZodObject<{
684
+ key: z$1.ZodLiteral<"season">;
685
+ season: z$1.ZodEnum<{
686
+ spring: "spring";
687
+ summer: "summer";
688
+ autumn: "autumn";
689
+ winter: "winter";
690
+ }>;
691
+ }, z$1.core.$strict>, z$1.ZodObject<{
692
+ key: z$1.ZodLiteral<"elapsed_time">;
693
+ amount: z$1.ZodNumber;
694
+ unit: z$1.ZodEnum<{
695
+ turns: "turns";
696
+ days: "days";
697
+ seconds: "seconds";
698
+ }>;
699
+ }, z$1.core.$strict>, z$1.ZodObject<{
700
+ key: z$1.ZodLiteral<"storage_event">;
701
+ event: z$1.ZodEnum<{
702
+ deposit: "deposit";
703
+ withdrawal: "withdrawal";
704
+ }>;
705
+ service: z$1.ZodOptional<z$1.ZodEnum<{
706
+ bank: "bank";
707
+ day_care: "day_care";
708
+ home: "home";
709
+ nursery: "nursery";
710
+ pc: "pc";
711
+ }>>;
712
+ }, z$1.core.$strict>, z$1.ZodObject<{
713
+ key: z$1.ZodLiteral<"transfer">;
714
+ destination: z$1.ZodString;
715
+ }, z$1.core.$strict>, z$1.ZodObject<{
716
+ key: z$1.ZodLiteral<"battle_event">;
717
+ events: z$1.ZodArray<z$1.ZodEnum<{
718
+ battle_start: "battle_start";
719
+ battle_end: "battle_end";
720
+ switch_in: "switch_in";
721
+ switch_out: "switch_out";
722
+ end_of_turn: "end_of_turn";
723
+ before_move: "before_move";
724
+ after_move: "after_move";
725
+ damaging_hit: "damaging_hit";
726
+ physical_hit: "physical_hit";
727
+ faint: "faint";
728
+ }>>;
729
+ }, z$1.core.$strict>, z$1.ZodObject<{
730
+ key: z$1.ZodLiteral<"original_form">;
731
+ forms: z$1.ZodArray<z$1.ZodString>;
732
+ }, z$1.core.$strict>, z$1.ZodObject<{
733
+ key: z$1.ZodLiteral<"intrinsic_form">;
734
+ forms: z$1.ZodArray<z$1.ZodString>;
735
+ }, z$1.core.$strict>, z$1.ZodObject<{
736
+ key: z$1.ZodLiteral<"spare_party_slot">;
737
+ }, z$1.core.$strict>, z$1.ZodObject<{
738
+ key: z$1.ZodLiteral<"mechanic">;
739
+ mechanic: z$1.ZodEnum<{
740
+ change_a_move_other_than_secret_sword: "change_a_move_other_than_secret_sword";
741
+ dynamax: "dynamax";
742
+ gigantamax: "gigantamax";
743
+ in_party: "in_party";
744
+ legend_plate: "legend_plate";
745
+ mega_evolution: "mega_evolution";
746
+ not_holding_griseous_orb: "not_holding_griseous_orb";
747
+ participated_in_battle: "participated_in_battle";
748
+ terastallization: "terastallization";
749
+ ultra_burst: "ultra_burst";
750
+ }>;
751
+ }, z$1.core.$strict>, z$1.ZodObject<{
752
+ key: z$1.ZodLiteral<"hp">;
753
+ comparison: z$1.ZodEnum<{
754
+ lt: "lt";
755
+ lte: "lte";
756
+ eq: "eq";
757
+ gte: "gte";
758
+ gt: "gt";
759
+ }>;
760
+ percent: z$1.ZodNumber;
761
+ }, z$1.core.$strict>, z$1.ZodObject<{
762
+ key: z$1.ZodLiteral<"weather">;
763
+ weather: z$1.ZodArray<z$1.ZodEnum<{
764
+ rain: "rain";
765
+ snow: "snow";
766
+ sun: "sun";
767
+ hail: "hail";
768
+ none: "none";
769
+ }>>;
770
+ relation: z$1.ZodEnum<{
771
+ in: "in";
772
+ outside: "outside";
773
+ }>;
774
+ }, z$1.core.$strict>, z$1.ZodObject<{
775
+ key: z$1.ZodLiteral<"held_item_absent">;
776
+ items: z$1.ZodArray<z$1.ZodString>;
777
+ }, z$1.core.$strict>, z$1.ZodObject<{
778
+ key: z$1.ZodLiteral<"battle_condition">;
779
+ condition: z$1.ZodEnum<{
780
+ ability_is_not_sheer_force: "ability_is_not_sheer_force";
781
+ at_least_40_additional_zygarde_cells: "at_least_40_additional_zygarde_cells";
782
+ battle_bond_not_previously_used: "battle_bond_not_previously_used";
783
+ battle_continues: "battle_continues";
784
+ confusion_self_hit: "confusion_self_hit";
785
+ directly_knock_out_opponent: "directly_knock_out_opponent";
786
+ disguise_not_bypassed: "disguise_not_bypassed";
787
+ forecast_suppressed_or_replaced: "forecast_suppressed_or_replaced";
788
+ gigantamax_factor: "gigantamax_factor";
789
+ hail_or_snow_begins: "hail_or_snow_begins";
790
+ ice_face_not_bypassed: "ice_face_not_bypassed";
791
+ in_battle: "in_battle";
792
+ judgment_type_match: "judgment_type_match";
793
+ legends_arceus_sunshine_conditions_ended: "legends_arceus_sunshine_conditions_ended";
794
+ mega_gauge_full: "mega_gauge_full";
795
+ mega_power_depleted: "mega_power_depleted";
796
+ move_affects_at_least_one_target: "move_affects_at_least_one_target";
797
+ move_deals_damage: "move_deals_damage";
798
+ not_dynamaxed: "not_dynamaxed";
799
+ not_terastallized: "not_terastallized";
800
+ rayquaza_mega_eligible: "rayquaza_mega_eligible";
801
+ sunlight_effect_or_flower_gift_inactive: "sunlight_effect_or_flower_gift_inactive";
802
+ ultra_burst_unused_by_trainer: "ultra_burst_unused_by_trainer";
803
+ weather_effects_active: "weather_effects_active";
804
+ weather_effects_negated: "weather_effects_negated";
805
+ zen_mode_suppressed_or_replaced: "zen_mode_suppressed_or_replaced";
806
+ }>;
807
+ }, z$1.core.$strict>], "key">>;
808
+ notes: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
809
+ eng: "eng";
810
+ esp: "esp";
811
+ esla: "esla";
812
+ fra: "fra";
813
+ deu: "deu";
814
+ ita: "ita";
815
+ jap: "jap";
816
+ kor: "kor";
817
+ chs: "chs";
818
+ cht: "cht";
819
+ por: "por";
820
+ }> & z$1.core.$partial, z$1.ZodString>>;
821
+ to: z$1.ZodOptional<z$1.ZodString>;
822
+ games: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>>;
823
+ }, z$1.core.$strict>]>;
824
+ declare const formMethodSchema: z$1.ZodObject<{
825
+ revert: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnion<readonly [z$1.ZodEnum<{
826
+ battle_start: "battle_start";
827
+ battle_end: "battle_end";
828
+ switch_in: "switch_in";
829
+ switch_out: "switch_out";
830
+ end_of_turn: "end_of_turn";
831
+ before_move: "before_move";
832
+ after_move: "after_move";
833
+ damaging_hit: "damaging_hit";
834
+ physical_hit: "physical_hit";
835
+ faint: "faint";
836
+ }>, z$1.ZodObject<{
837
+ afterTurns: z$1.ZodNumber;
838
+ }, z$1.core.$strict>, z$1.ZodObject<{
839
+ trigger: z$1.ZodEnum<{
840
+ special: "special";
841
+ use_item: "use_item";
842
+ equip_item: "equip_item";
843
+ remove_item: "remove_item";
844
+ learn_move: "learn_move";
845
+ forget_move: "forget_move";
846
+ use_move: "use_move";
847
+ interact: "interact";
848
+ fuse: "fuse";
849
+ separate: "separate";
850
+ automatic: "automatic";
851
+ }>;
852
+ minLevel: z$1.ZodOptional<z$1.ZodNumber>;
853
+ item: z$1.ZodOptional<z$1.ZodObject<{
854
+ id: z$1.ZodString;
855
+ role: z$1.ZodEnum<{
856
+ held: "held";
857
+ used: "used";
858
+ bag: "bag";
859
+ }>;
860
+ consumed: z$1.ZodOptional<z$1.ZodBoolean>;
861
+ }, z$1.core.$strict>>;
862
+ conditions: z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
863
+ key: z$1.ZodLiteral<"ability">;
864
+ abilities: z$1.ZodArray<z$1.ZodString>;
865
+ }, z$1.core.$strict>, z$1.ZodObject<{
866
+ key: z$1.ZodLiteral<"known_move">;
867
+ move: z$1.ZodString;
868
+ relation: z$1.ZodOptional<z$1.ZodEnum<{
869
+ knows: "knows";
870
+ does_not_know: "does_not_know";
871
+ }>>;
872
+ }, z$1.core.$strict>, z$1.ZodObject<{
873
+ key: z$1.ZodLiteral<"move_used">;
874
+ move: z$1.ZodString;
875
+ }, z$1.core.$strict>, z$1.ZodObject<{
876
+ key: z$1.ZodLiteral<"move_category">;
877
+ categories: z$1.ZodArray<z$1.ZodEnum<{
878
+ physical: "physical";
879
+ special: "special";
880
+ status: "status";
881
+ }>>;
882
+ }, z$1.core.$strict>, z$1.ZodObject<{
883
+ key: z$1.ZodLiteral<"time_of_day">;
884
+ time: z$1.ZodEnum<{
885
+ morning: "morning";
886
+ day: "day";
887
+ dusk: "dusk";
888
+ evening: "evening";
889
+ night: "night";
890
+ }>;
891
+ }, z$1.core.$strict>, z$1.ZodObject<{
892
+ key: z$1.ZodLiteral<"status">;
893
+ status: z$1.ZodEnum<{
894
+ frozen: "frozen";
895
+ frostbite: "frostbite";
896
+ fainted: "fainted";
897
+ }>;
898
+ relation: z$1.ZodEnum<{
899
+ is: "is";
900
+ not: "not";
901
+ }>;
902
+ }, z$1.core.$strict>, z$1.ZodObject<{
903
+ key: z$1.ZodLiteral<"fusion_partner">;
904
+ pokemon: z$1.ZodString;
905
+ }, z$1.core.$strict>, z$1.ZodObject<{
906
+ key: z$1.ZodLiteral<"interaction">;
907
+ interaction: z$1.ZodEnum<{
908
+ contest_spectacular_ends: "contest_spectacular_ends";
909
+ deoxys_meteorite: "deoxys_meteorite";
910
+ electric_fan: "electric_fan";
911
+ enter_contest_spectacular: "enter_contest_spectacular";
912
+ enter_union_room: "enter_union_room";
913
+ enter_wifi_club: "enter_wifi_club";
914
+ furfrou_groom: "furfrou_groom";
915
+ furfrou_restore_natural: "furfrou_restore_natural";
916
+ lawn_mower: "lawn_mower";
917
+ leave_distortion_world: "leave_distortion_world";
918
+ light_bulb: "light_bulb";
919
+ load_game: "load_game";
920
+ microwave_oven: "microwave_oven";
921
+ reassembly_unit: "reassembly_unit";
922
+ recall_outside_battle: "recall_outside_battle";
923
+ refrigerator: "refrigerator";
924
+ return_appliance: "return_appliance";
925
+ washing_machine: "washing_machine";
926
+ }>;
927
+ }, z$1.core.$strict>, z$1.ZodObject<{
928
+ key: z$1.ZodLiteral<"location">;
929
+ location: z$1.ZodEnum<{
930
+ alabaster_icelands: "alabaster_icelands";
931
+ ambrette_fossil_lab_meteorites: "ambrette_fossil_lab_meteorites";
932
+ bell_tower: "bell_tower";
933
+ burned_tower: "burned_tower";
934
+ cobalt_coastlands: "cobalt_coastlands";
935
+ coronet_highlands: "coronet_highlands";
936
+ crimson_mirelands: "crimson_mirelands";
937
+ dalizapa_passage: "dalizapa_passage";
938
+ distortion_world: "distortion_world";
939
+ east_province_area_one: "east_province_area_one";
940
+ east_province_area_two: "east_province_area_two";
941
+ friseur_furfrou: "friseur_furfrou";
942
+ glaseado_mountain: "glaseado_mountain";
943
+ hauoli_city_salon: "hauoli_city_salon";
944
+ hokulani_observatory_meteorite: "hokulani_observatory_meteorite";
945
+ jaune_sector_6: "jaune_sector_6";
946
+ jubilife_village: "jubilife_village";
947
+ jubilife_village_player_quarters: "jubilife_village_player_quarters";
948
+ kanto_route_3_meteorites: "kanto_route_3_meteorites";
949
+ malie_city_salon: "malie_city_salon";
950
+ nacrene_museum_meteorite: "nacrene_museum_meteorite";
951
+ north_province_area_one: "north_province_area_one";
952
+ obsidian_fieldlands: "obsidian_fieldlands";
953
+ professor_birchs_lab: "professor_birchs_lab";
954
+ professor_cozmos_house_meteorite: "professor_cozmos_house_meteorite";
955
+ professor_kukuis_lab: "professor_kukuis_lab";
956
+ shopping_mall_nine_basement: "shopping_mall_nine_basement";
957
+ silph_co_rotom_room: "silph_co_rotom_room";
958
+ slateport_pokemon_fan_club: "slateport_pokemon_fan_club";
959
+ socarrat_trail: "socarrat_trail";
960
+ south_province_area_five: "south_province_area_five";
961
+ south_province_area_four: "south_province_area_four";
962
+ south_province_area_one: "south_province_area_one";
963
+ sprout_tower: "sprout_tower";
964
+ sycamore_pokemon_lab: "sycamore_pokemon_lab";
965
+ team_galactic_eterna_building_rotom_room: "team_galactic_eterna_building_rotom_room";
966
+ veilstone_city_meteorites: "veilstone_city_meteorites";
967
+ west_province_area_three: "west_province_area_three";
968
+ west_province_area_two: "west_province_area_two";
969
+ }>;
970
+ }, z$1.core.$strict>, z$1.ZodObject<{
971
+ key: z$1.ZodLiteral<"environment">;
972
+ environment: z$1.ZodEnum<{
973
+ building: "building";
974
+ cave_or_beach: "cave_or_beach";
975
+ outdoors_or_tall_grass: "outdoors_or_tall_grass";
976
+ outside_distortion_world: "outside_distortion_world";
977
+ snowstorm: "snowstorm";
978
+ }>;
979
+ }, z$1.core.$strict>, z$1.ZodObject<{
980
+ key: z$1.ZodLiteral<"season">;
981
+ season: z$1.ZodEnum<{
982
+ spring: "spring";
983
+ summer: "summer";
984
+ autumn: "autumn";
985
+ winter: "winter";
986
+ }>;
987
+ }, z$1.core.$strict>, z$1.ZodObject<{
988
+ key: z$1.ZodLiteral<"elapsed_time">;
989
+ amount: z$1.ZodNumber;
990
+ unit: z$1.ZodEnum<{
991
+ turns: "turns";
992
+ days: "days";
993
+ seconds: "seconds";
994
+ }>;
995
+ }, z$1.core.$strict>, z$1.ZodObject<{
996
+ key: z$1.ZodLiteral<"storage_event">;
997
+ event: z$1.ZodEnum<{
998
+ deposit: "deposit";
999
+ withdrawal: "withdrawal";
1000
+ }>;
1001
+ service: z$1.ZodOptional<z$1.ZodEnum<{
1002
+ bank: "bank";
1003
+ day_care: "day_care";
1004
+ home: "home";
1005
+ nursery: "nursery";
1006
+ pc: "pc";
1007
+ }>>;
1008
+ }, z$1.core.$strict>, z$1.ZodObject<{
1009
+ key: z$1.ZodLiteral<"transfer">;
1010
+ destination: z$1.ZodString;
1011
+ }, z$1.core.$strict>, z$1.ZodObject<{
1012
+ key: z$1.ZodLiteral<"battle_event">;
1013
+ events: z$1.ZodArray<z$1.ZodEnum<{
1014
+ battle_start: "battle_start";
1015
+ battle_end: "battle_end";
1016
+ switch_in: "switch_in";
1017
+ switch_out: "switch_out";
1018
+ end_of_turn: "end_of_turn";
1019
+ before_move: "before_move";
1020
+ after_move: "after_move";
1021
+ damaging_hit: "damaging_hit";
1022
+ physical_hit: "physical_hit";
1023
+ faint: "faint";
1024
+ }>>;
1025
+ }, z$1.core.$strict>, z$1.ZodObject<{
1026
+ key: z$1.ZodLiteral<"original_form">;
1027
+ forms: z$1.ZodArray<z$1.ZodString>;
1028
+ }, z$1.core.$strict>, z$1.ZodObject<{
1029
+ key: z$1.ZodLiteral<"intrinsic_form">;
1030
+ forms: z$1.ZodArray<z$1.ZodString>;
1031
+ }, z$1.core.$strict>, z$1.ZodObject<{
1032
+ key: z$1.ZodLiteral<"spare_party_slot">;
1033
+ }, z$1.core.$strict>, z$1.ZodObject<{
1034
+ key: z$1.ZodLiteral<"mechanic">;
1035
+ mechanic: z$1.ZodEnum<{
1036
+ change_a_move_other_than_secret_sword: "change_a_move_other_than_secret_sword";
1037
+ dynamax: "dynamax";
1038
+ gigantamax: "gigantamax";
1039
+ in_party: "in_party";
1040
+ legend_plate: "legend_plate";
1041
+ mega_evolution: "mega_evolution";
1042
+ not_holding_griseous_orb: "not_holding_griseous_orb";
1043
+ participated_in_battle: "participated_in_battle";
1044
+ terastallization: "terastallization";
1045
+ ultra_burst: "ultra_burst";
1046
+ }>;
1047
+ }, z$1.core.$strict>, z$1.ZodObject<{
1048
+ key: z$1.ZodLiteral<"hp">;
1049
+ comparison: z$1.ZodEnum<{
1050
+ lt: "lt";
1051
+ lte: "lte";
1052
+ eq: "eq";
1053
+ gte: "gte";
1054
+ gt: "gt";
1055
+ }>;
1056
+ percent: z$1.ZodNumber;
1057
+ }, z$1.core.$strict>, z$1.ZodObject<{
1058
+ key: z$1.ZodLiteral<"weather">;
1059
+ weather: z$1.ZodArray<z$1.ZodEnum<{
1060
+ rain: "rain";
1061
+ snow: "snow";
1062
+ sun: "sun";
1063
+ hail: "hail";
1064
+ none: "none";
1065
+ }>>;
1066
+ relation: z$1.ZodEnum<{
1067
+ in: "in";
1068
+ outside: "outside";
1069
+ }>;
1070
+ }, z$1.core.$strict>, z$1.ZodObject<{
1071
+ key: z$1.ZodLiteral<"held_item_absent">;
1072
+ items: z$1.ZodArray<z$1.ZodString>;
1073
+ }, z$1.core.$strict>, z$1.ZodObject<{
1074
+ key: z$1.ZodLiteral<"battle_condition">;
1075
+ condition: z$1.ZodEnum<{
1076
+ ability_is_not_sheer_force: "ability_is_not_sheer_force";
1077
+ at_least_40_additional_zygarde_cells: "at_least_40_additional_zygarde_cells";
1078
+ battle_bond_not_previously_used: "battle_bond_not_previously_used";
1079
+ battle_continues: "battle_continues";
1080
+ confusion_self_hit: "confusion_self_hit";
1081
+ directly_knock_out_opponent: "directly_knock_out_opponent";
1082
+ disguise_not_bypassed: "disguise_not_bypassed";
1083
+ forecast_suppressed_or_replaced: "forecast_suppressed_or_replaced";
1084
+ gigantamax_factor: "gigantamax_factor";
1085
+ hail_or_snow_begins: "hail_or_snow_begins";
1086
+ ice_face_not_bypassed: "ice_face_not_bypassed";
1087
+ in_battle: "in_battle";
1088
+ judgment_type_match: "judgment_type_match";
1089
+ legends_arceus_sunshine_conditions_ended: "legends_arceus_sunshine_conditions_ended";
1090
+ mega_gauge_full: "mega_gauge_full";
1091
+ mega_power_depleted: "mega_power_depleted";
1092
+ move_affects_at_least_one_target: "move_affects_at_least_one_target";
1093
+ move_deals_damage: "move_deals_damage";
1094
+ not_dynamaxed: "not_dynamaxed";
1095
+ not_terastallized: "not_terastallized";
1096
+ rayquaza_mega_eligible: "rayquaza_mega_eligible";
1097
+ sunlight_effect_or_flower_gift_inactive: "sunlight_effect_or_flower_gift_inactive";
1098
+ ultra_burst_unused_by_trainer: "ultra_burst_unused_by_trainer";
1099
+ weather_effects_active: "weather_effects_active";
1100
+ weather_effects_negated: "weather_effects_negated";
1101
+ zen_mode_suppressed_or_replaced: "zen_mode_suppressed_or_replaced";
1102
+ }>;
1103
+ }, z$1.core.$strict>], "key">>;
1104
+ notes: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
1105
+ eng: "eng";
1106
+ esp: "esp";
1107
+ esla: "esla";
1108
+ fra: "fra";
1109
+ deu: "deu";
1110
+ ita: "ita";
1111
+ jap: "jap";
1112
+ kor: "kor";
1113
+ chs: "chs";
1114
+ cht: "cht";
1115
+ por: "por";
1116
+ }> & z$1.core.$partial, z$1.ZodString>>;
1117
+ to: z$1.ZodOptional<z$1.ZodString>;
1118
+ games: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>>;
1119
+ }, z$1.core.$strict>]>>>;
1120
+ trigger: z$1.ZodEnum<{
1121
+ special: "special";
1122
+ use_item: "use_item";
1123
+ equip_item: "equip_item";
1124
+ remove_item: "remove_item";
1125
+ learn_move: "learn_move";
1126
+ forget_move: "forget_move";
1127
+ use_move: "use_move";
1128
+ interact: "interact";
1129
+ fuse: "fuse";
1130
+ separate: "separate";
1131
+ automatic: "automatic";
1132
+ }>;
1133
+ minLevel: z$1.ZodOptional<z$1.ZodNumber>;
1134
+ item: z$1.ZodOptional<z$1.ZodObject<{
1135
+ id: z$1.ZodString;
1136
+ role: z$1.ZodEnum<{
1137
+ held: "held";
1138
+ used: "used";
1139
+ bag: "bag";
1140
+ }>;
1141
+ consumed: z$1.ZodOptional<z$1.ZodBoolean>;
1142
+ }, z$1.core.$strict>>;
1143
+ conditions: z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
1144
+ key: z$1.ZodLiteral<"ability">;
1145
+ abilities: z$1.ZodArray<z$1.ZodString>;
1146
+ }, z$1.core.$strict>, z$1.ZodObject<{
1147
+ key: z$1.ZodLiteral<"known_move">;
1148
+ move: z$1.ZodString;
1149
+ relation: z$1.ZodOptional<z$1.ZodEnum<{
1150
+ knows: "knows";
1151
+ does_not_know: "does_not_know";
1152
+ }>>;
1153
+ }, z$1.core.$strict>, z$1.ZodObject<{
1154
+ key: z$1.ZodLiteral<"move_used">;
1155
+ move: z$1.ZodString;
1156
+ }, z$1.core.$strict>, z$1.ZodObject<{
1157
+ key: z$1.ZodLiteral<"move_category">;
1158
+ categories: z$1.ZodArray<z$1.ZodEnum<{
1159
+ physical: "physical";
1160
+ special: "special";
1161
+ status: "status";
1162
+ }>>;
1163
+ }, z$1.core.$strict>, z$1.ZodObject<{
1164
+ key: z$1.ZodLiteral<"time_of_day">;
1165
+ time: z$1.ZodEnum<{
1166
+ morning: "morning";
1167
+ day: "day";
1168
+ dusk: "dusk";
1169
+ evening: "evening";
1170
+ night: "night";
1171
+ }>;
1172
+ }, z$1.core.$strict>, z$1.ZodObject<{
1173
+ key: z$1.ZodLiteral<"status">;
1174
+ status: z$1.ZodEnum<{
1175
+ frozen: "frozen";
1176
+ frostbite: "frostbite";
1177
+ fainted: "fainted";
1178
+ }>;
1179
+ relation: z$1.ZodEnum<{
1180
+ is: "is";
1181
+ not: "not";
1182
+ }>;
1183
+ }, z$1.core.$strict>, z$1.ZodObject<{
1184
+ key: z$1.ZodLiteral<"fusion_partner">;
1185
+ pokemon: z$1.ZodString;
1186
+ }, z$1.core.$strict>, z$1.ZodObject<{
1187
+ key: z$1.ZodLiteral<"interaction">;
1188
+ interaction: z$1.ZodEnum<{
1189
+ contest_spectacular_ends: "contest_spectacular_ends";
1190
+ deoxys_meteorite: "deoxys_meteorite";
1191
+ electric_fan: "electric_fan";
1192
+ enter_contest_spectacular: "enter_contest_spectacular";
1193
+ enter_union_room: "enter_union_room";
1194
+ enter_wifi_club: "enter_wifi_club";
1195
+ furfrou_groom: "furfrou_groom";
1196
+ furfrou_restore_natural: "furfrou_restore_natural";
1197
+ lawn_mower: "lawn_mower";
1198
+ leave_distortion_world: "leave_distortion_world";
1199
+ light_bulb: "light_bulb";
1200
+ load_game: "load_game";
1201
+ microwave_oven: "microwave_oven";
1202
+ reassembly_unit: "reassembly_unit";
1203
+ recall_outside_battle: "recall_outside_battle";
1204
+ refrigerator: "refrigerator";
1205
+ return_appliance: "return_appliance";
1206
+ washing_machine: "washing_machine";
1207
+ }>;
1208
+ }, z$1.core.$strict>, z$1.ZodObject<{
1209
+ key: z$1.ZodLiteral<"location">;
1210
+ location: z$1.ZodEnum<{
1211
+ alabaster_icelands: "alabaster_icelands";
1212
+ ambrette_fossil_lab_meteorites: "ambrette_fossil_lab_meteorites";
1213
+ bell_tower: "bell_tower";
1214
+ burned_tower: "burned_tower";
1215
+ cobalt_coastlands: "cobalt_coastlands";
1216
+ coronet_highlands: "coronet_highlands";
1217
+ crimson_mirelands: "crimson_mirelands";
1218
+ dalizapa_passage: "dalizapa_passage";
1219
+ distortion_world: "distortion_world";
1220
+ east_province_area_one: "east_province_area_one";
1221
+ east_province_area_two: "east_province_area_two";
1222
+ friseur_furfrou: "friseur_furfrou";
1223
+ glaseado_mountain: "glaseado_mountain";
1224
+ hauoli_city_salon: "hauoli_city_salon";
1225
+ hokulani_observatory_meteorite: "hokulani_observatory_meteorite";
1226
+ jaune_sector_6: "jaune_sector_6";
1227
+ jubilife_village: "jubilife_village";
1228
+ jubilife_village_player_quarters: "jubilife_village_player_quarters";
1229
+ kanto_route_3_meteorites: "kanto_route_3_meteorites";
1230
+ malie_city_salon: "malie_city_salon";
1231
+ nacrene_museum_meteorite: "nacrene_museum_meteorite";
1232
+ north_province_area_one: "north_province_area_one";
1233
+ obsidian_fieldlands: "obsidian_fieldlands";
1234
+ professor_birchs_lab: "professor_birchs_lab";
1235
+ professor_cozmos_house_meteorite: "professor_cozmos_house_meteorite";
1236
+ professor_kukuis_lab: "professor_kukuis_lab";
1237
+ shopping_mall_nine_basement: "shopping_mall_nine_basement";
1238
+ silph_co_rotom_room: "silph_co_rotom_room";
1239
+ slateport_pokemon_fan_club: "slateport_pokemon_fan_club";
1240
+ socarrat_trail: "socarrat_trail";
1241
+ south_province_area_five: "south_province_area_five";
1242
+ south_province_area_four: "south_province_area_four";
1243
+ south_province_area_one: "south_province_area_one";
1244
+ sprout_tower: "sprout_tower";
1245
+ sycamore_pokemon_lab: "sycamore_pokemon_lab";
1246
+ team_galactic_eterna_building_rotom_room: "team_galactic_eterna_building_rotom_room";
1247
+ veilstone_city_meteorites: "veilstone_city_meteorites";
1248
+ west_province_area_three: "west_province_area_three";
1249
+ west_province_area_two: "west_province_area_two";
1250
+ }>;
1251
+ }, z$1.core.$strict>, z$1.ZodObject<{
1252
+ key: z$1.ZodLiteral<"environment">;
1253
+ environment: z$1.ZodEnum<{
1254
+ building: "building";
1255
+ cave_or_beach: "cave_or_beach";
1256
+ outdoors_or_tall_grass: "outdoors_or_tall_grass";
1257
+ outside_distortion_world: "outside_distortion_world";
1258
+ snowstorm: "snowstorm";
1259
+ }>;
1260
+ }, z$1.core.$strict>, z$1.ZodObject<{
1261
+ key: z$1.ZodLiteral<"season">;
1262
+ season: z$1.ZodEnum<{
1263
+ spring: "spring";
1264
+ summer: "summer";
1265
+ autumn: "autumn";
1266
+ winter: "winter";
1267
+ }>;
1268
+ }, z$1.core.$strict>, z$1.ZodObject<{
1269
+ key: z$1.ZodLiteral<"elapsed_time">;
1270
+ amount: z$1.ZodNumber;
1271
+ unit: z$1.ZodEnum<{
1272
+ turns: "turns";
1273
+ days: "days";
1274
+ seconds: "seconds";
1275
+ }>;
1276
+ }, z$1.core.$strict>, z$1.ZodObject<{
1277
+ key: z$1.ZodLiteral<"storage_event">;
1278
+ event: z$1.ZodEnum<{
1279
+ deposit: "deposit";
1280
+ withdrawal: "withdrawal";
1281
+ }>;
1282
+ service: z$1.ZodOptional<z$1.ZodEnum<{
1283
+ bank: "bank";
1284
+ day_care: "day_care";
1285
+ home: "home";
1286
+ nursery: "nursery";
1287
+ pc: "pc";
1288
+ }>>;
1289
+ }, z$1.core.$strict>, z$1.ZodObject<{
1290
+ key: z$1.ZodLiteral<"transfer">;
1291
+ destination: z$1.ZodString;
1292
+ }, z$1.core.$strict>, z$1.ZodObject<{
1293
+ key: z$1.ZodLiteral<"battle_event">;
1294
+ events: z$1.ZodArray<z$1.ZodEnum<{
1295
+ battle_start: "battle_start";
1296
+ battle_end: "battle_end";
1297
+ switch_in: "switch_in";
1298
+ switch_out: "switch_out";
1299
+ end_of_turn: "end_of_turn";
1300
+ before_move: "before_move";
1301
+ after_move: "after_move";
1302
+ damaging_hit: "damaging_hit";
1303
+ physical_hit: "physical_hit";
1304
+ faint: "faint";
1305
+ }>>;
1306
+ }, z$1.core.$strict>, z$1.ZodObject<{
1307
+ key: z$1.ZodLiteral<"original_form">;
1308
+ forms: z$1.ZodArray<z$1.ZodString>;
1309
+ }, z$1.core.$strict>, z$1.ZodObject<{
1310
+ key: z$1.ZodLiteral<"intrinsic_form">;
1311
+ forms: z$1.ZodArray<z$1.ZodString>;
1312
+ }, z$1.core.$strict>, z$1.ZodObject<{
1313
+ key: z$1.ZodLiteral<"spare_party_slot">;
1314
+ }, z$1.core.$strict>, z$1.ZodObject<{
1315
+ key: z$1.ZodLiteral<"mechanic">;
1316
+ mechanic: z$1.ZodEnum<{
1317
+ change_a_move_other_than_secret_sword: "change_a_move_other_than_secret_sword";
1318
+ dynamax: "dynamax";
1319
+ gigantamax: "gigantamax";
1320
+ in_party: "in_party";
1321
+ legend_plate: "legend_plate";
1322
+ mega_evolution: "mega_evolution";
1323
+ not_holding_griseous_orb: "not_holding_griseous_orb";
1324
+ participated_in_battle: "participated_in_battle";
1325
+ terastallization: "terastallization";
1326
+ ultra_burst: "ultra_burst";
1327
+ }>;
1328
+ }, z$1.core.$strict>, z$1.ZodObject<{
1329
+ key: z$1.ZodLiteral<"hp">;
1330
+ comparison: z$1.ZodEnum<{
1331
+ lt: "lt";
1332
+ lte: "lte";
1333
+ eq: "eq";
1334
+ gte: "gte";
1335
+ gt: "gt";
1336
+ }>;
1337
+ percent: z$1.ZodNumber;
1338
+ }, z$1.core.$strict>, z$1.ZodObject<{
1339
+ key: z$1.ZodLiteral<"weather">;
1340
+ weather: z$1.ZodArray<z$1.ZodEnum<{
1341
+ rain: "rain";
1342
+ snow: "snow";
1343
+ sun: "sun";
1344
+ hail: "hail";
1345
+ none: "none";
1346
+ }>>;
1347
+ relation: z$1.ZodEnum<{
1348
+ in: "in";
1349
+ outside: "outside";
1350
+ }>;
1351
+ }, z$1.core.$strict>, z$1.ZodObject<{
1352
+ key: z$1.ZodLiteral<"held_item_absent">;
1353
+ items: z$1.ZodArray<z$1.ZodString>;
1354
+ }, z$1.core.$strict>, z$1.ZodObject<{
1355
+ key: z$1.ZodLiteral<"battle_condition">;
1356
+ condition: z$1.ZodEnum<{
1357
+ ability_is_not_sheer_force: "ability_is_not_sheer_force";
1358
+ at_least_40_additional_zygarde_cells: "at_least_40_additional_zygarde_cells";
1359
+ battle_bond_not_previously_used: "battle_bond_not_previously_used";
1360
+ battle_continues: "battle_continues";
1361
+ confusion_self_hit: "confusion_self_hit";
1362
+ directly_knock_out_opponent: "directly_knock_out_opponent";
1363
+ disguise_not_bypassed: "disguise_not_bypassed";
1364
+ forecast_suppressed_or_replaced: "forecast_suppressed_or_replaced";
1365
+ gigantamax_factor: "gigantamax_factor";
1366
+ hail_or_snow_begins: "hail_or_snow_begins";
1367
+ ice_face_not_bypassed: "ice_face_not_bypassed";
1368
+ in_battle: "in_battle";
1369
+ judgment_type_match: "judgment_type_match";
1370
+ legends_arceus_sunshine_conditions_ended: "legends_arceus_sunshine_conditions_ended";
1371
+ mega_gauge_full: "mega_gauge_full";
1372
+ mega_power_depleted: "mega_power_depleted";
1373
+ move_affects_at_least_one_target: "move_affects_at_least_one_target";
1374
+ move_deals_damage: "move_deals_damage";
1375
+ not_dynamaxed: "not_dynamaxed";
1376
+ not_terastallized: "not_terastallized";
1377
+ rayquaza_mega_eligible: "rayquaza_mega_eligible";
1378
+ sunlight_effect_or_flower_gift_inactive: "sunlight_effect_or_flower_gift_inactive";
1379
+ ultra_burst_unused_by_trainer: "ultra_burst_unused_by_trainer";
1380
+ weather_effects_active: "weather_effects_active";
1381
+ weather_effects_negated: "weather_effects_negated";
1382
+ zen_mode_suppressed_or_replaced: "zen_mode_suppressed_or_replaced";
1383
+ }>;
1384
+ }, z$1.core.$strict>], "key">>;
1385
+ notes: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
1386
+ eng: "eng";
1387
+ esp: "esp";
1388
+ esla: "esla";
1389
+ fra: "fra";
1390
+ deu: "deu";
1391
+ ita: "ita";
1392
+ jap: "jap";
1393
+ kor: "kor";
1394
+ chs: "chs";
1395
+ cht: "cht";
1396
+ por: "por";
1397
+ }> & z$1.core.$partial, z$1.ZodString>>;
1398
+ from: z$1.ZodArray<z$1.ZodString>;
1399
+ games: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1400
+ }, z$1.core.$strict>;
1401
+ type FormCondition = z$1.infer<typeof formConditionSchema>;
1402
+ type FormRevertDetail = z$1.infer<typeof formRevertDetailSchema>;
1403
+ type FormRevert = z$1.infer<typeof formRevertSchema>;
1404
+ type FormMethod = z$1.infer<typeof formMethodSchema>;
1405
+ //#endregion
1406
+ export { formConditionSchema as a, formRevertSchema as c, FormRevertDetail as i, FormMethod as n, formMethodSchema as o, FormRevert as r, formRevertDetailSchema as s, FormCondition as t };
1407
+ //# sourceMappingURL=form-schemas-Cy2ODtBA.d.mts.map