@pokepc/dataset 7.1.0 → 7.1.2

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.
@@ -1,18 +1,18 @@
1
- import "./evolution-schemas-DSBLBAnK.mjs";
2
- import "./form-schemas-Cy2ODtBA.mjs";
1
+ import "./evolution-schemas-BGAv7bJJ.mjs";
2
+ import "./form-schemas-Bq10Ac7d.mjs";
3
3
  import { z as z$1 } from "zod";
4
4
  //#region src/lib/schemas.d.ts
5
5
  declare const i18nTextSchema: z$1.ZodRecord<z$1.ZodEnum<{
6
+ esla: "esla";
7
+ chs: "chs";
8
+ cht: "cht";
6
9
  eng: "eng";
7
10
  esp: "esp";
8
- esla: "esla";
9
11
  fra: "fra";
10
12
  deu: "deu";
11
13
  ita: "ita";
12
14
  jap: "jap";
13
15
  kor: "kor";
14
- chs: "chs";
15
- cht: "cht";
16
16
  por: "por";
17
17
  }>, z$1.ZodOptional<z$1.ZodString>>;
18
18
  declare const abilitySchema: z$1.ZodObject<{
@@ -23,23 +23,23 @@ declare const abilitySchema: z$1.ZodObject<{
23
23
  shortDesc: z$1.ZodString;
24
24
  desc: z$1.ZodNullable<z$1.ZodString>;
25
25
  tags: z$1.ZodArray<z$1.ZodEnum<{
26
- defense: "defense";
27
26
  other: "other";
28
- weather: "weather";
29
- items: "items";
30
27
  alert: "alert";
31
28
  "ally-helper": "ally-helper";
32
29
  "stat-boost": "stat-boost";
33
30
  "move-boost": "move-boost";
34
31
  bypass: "bypass";
32
+ defense: "defense";
35
33
  handicap: "handicap";
36
34
  heal: "heal";
35
+ items: "items";
37
36
  "priority-control": "priority-control";
38
37
  damage: "damage";
39
38
  "target-weaken": "target-weaken";
40
39
  "status-trigger": "status-trigger";
41
40
  "status-immunity": "status-immunity";
42
41
  steal: "steal";
42
+ weather: "weather";
43
43
  terrain: "terrain";
44
44
  trap: "trap";
45
45
  "ability-change": "ability-change";
@@ -154,15 +154,15 @@ declare const gameSchema: z$1.ZodObject<{
154
154
  pokeApiGameVersionGroupId: z$1.ZodNullable<z$1.ZodNumber>;
155
155
  codename: z$1.ZodNullable<z$1.ZodString>;
156
156
  type: z$1.ZodEnum<{
157
- set: "set";
158
157
  superset: "superset";
158
+ set: "set";
159
159
  game: "game";
160
160
  dlc: "dlc";
161
161
  }>;
162
162
  series: z$1.ZodEnum<{
163
- storage: "storage";
164
163
  main: "main";
165
164
  spinoff: "spinoff";
165
+ storage: "storage";
166
166
  legends: "legends";
167
167
  }>;
168
168
  gameSet: z$1.ZodNullable<z$1.ZodString>;
@@ -246,18 +246,18 @@ declare const itemSchema: z$1.ZodObject<{
246
246
  shortDesc: z$1.ZodString;
247
247
  desc: z$1.ZodNullable<z$1.ZodString>;
248
248
  category: z$1.ZodEnum<{
249
- berry: "berry";
250
- other: "other";
251
- key: "key";
252
249
  ball: "ball";
253
250
  medicine: "medicine";
254
251
  battle: "battle";
252
+ berry: "berry";
255
253
  machine: "machine";
256
254
  megastone: "megastone";
257
255
  zcrystal: "zcrystal";
258
256
  treasure: "treasure";
259
257
  ingredient: "ingredient";
260
258
  material: "material";
259
+ key: "key";
260
+ other: "other";
261
261
  }>;
262
262
  unholdable: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
263
263
  }, z$1.core.$strip>;
@@ -268,40 +268,40 @@ declare const pokeballSchema: z$1.ZodObject<{
268
268
  shortDesc: z$1.ZodString;
269
269
  desc: z$1.ZodNullable<z$1.ZodString>;
270
270
  category: z$1.ZodEnum<{
271
- special: "special";
272
271
  other: "other";
273
272
  regular: "regular";
273
+ special: "special";
274
274
  hisuian: "hisuian";
275
275
  }>;
276
276
  unusable: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
277
277
  }, z$1.core.$strip>;
278
278
  declare const languageSchema: z$1.ZodObject<{
279
279
  id: z$1.ZodEnum<{
280
- esla: "esla";
281
- chs: "chs";
282
- cht: "cht";
283
280
  en: "en";
284
281
  es: "es";
282
+ esla: "esla";
285
283
  fr: "fr";
286
284
  de: "de";
287
285
  it: "it";
288
286
  ja: "ja";
289
287
  ko: "ko";
288
+ chs: "chs";
289
+ cht: "cht";
290
290
  pt: "pt";
291
291
  }>;
292
292
  name: z$1.ZodString;
293
293
  nameEng: z$1.ZodString;
294
294
  alpha3: z$1.ZodEnum<{
295
+ esla: "esla";
296
+ chs: "chs";
297
+ cht: "cht";
295
298
  eng: "eng";
296
299
  esp: "esp";
297
- esla: "esla";
298
300
  fra: "fra";
299
301
  deu: "deu";
300
302
  ita: "ita";
301
303
  jap: "jap";
302
304
  kor: "kor";
303
- chs: "chs";
304
- cht: "cht";
305
305
  por: "por";
306
306
  }>;
307
307
  inGameCode: z$1.ZodEnum<{
@@ -372,9 +372,9 @@ declare const natureSchema: z$1.ZodObject<{
372
372
  id: z$1.ZodString;
373
373
  name: z$1.ZodString;
374
374
  raises: z$1.ZodNullable<z$1.ZodEnum<{
375
- def: "def";
376
375
  hp: "hp";
377
376
  atk: "atk";
377
+ def: "def";
378
378
  spa: "spa";
379
379
  spd: "spd";
380
380
  spe: "spe";
@@ -382,9 +382,9 @@ declare const natureSchema: z$1.ZodObject<{
382
382
  eva: "eva";
383
383
  }>>;
384
384
  lowers: z$1.ZodNullable<z$1.ZodEnum<{
385
- def: "def";
386
385
  hp: "hp";
387
386
  atk: "atk";
387
+ def: "def";
388
388
  spa: "spa";
389
389
  spd: "spd";
390
390
  spe: "spe";
@@ -424,8 +424,8 @@ declare const moveSchema: z$1.ZodObject<{
424
424
  accuracy: z$1.ZodCoercedNumber<unknown>;
425
425
  pp: z$1.ZodCoercedNumber<unknown>;
426
426
  category: z$1.ZodEnum<{
427
- physical: "physical";
428
427
  special: "special";
428
+ physical: "physical";
429
429
  status: "status";
430
430
  }>;
431
431
  priority: z$1.ZodCoercedNumber<unknown>;
@@ -441,42 +441,42 @@ declare const pokedexEntrySchema: z$1.ZodObject<{
441
441
  isNonCanonical: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
442
442
  meta: z$1.ZodOptional<z$1.ZodObject<{
443
443
  names: z$1.ZodRecord<z$1.ZodEnum<{
444
+ esla: "esla";
445
+ chs: "chs";
446
+ cht: "cht";
444
447
  eng: "eng";
445
448
  esp: "esp";
446
- esla: "esla";
447
449
  fra: "fra";
448
450
  deu: "deu";
449
451
  ita: "ita";
450
452
  jap: "jap";
451
453
  kor: "kor";
452
- chs: "chs";
453
- cht: "cht";
454
454
  por: "por";
455
455
  }>, z$1.ZodOptional<z$1.ZodString>>;
456
456
  speciesNames: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
457
+ esla: "esla";
458
+ chs: "chs";
459
+ cht: "cht";
457
460
  eng: "eng";
458
461
  esp: "esp";
459
- esla: "esla";
460
462
  fra: "fra";
461
463
  deu: "deu";
462
464
  ita: "ita";
463
465
  jap: "jap";
464
466
  kor: "kor";
465
- chs: "chs";
466
- cht: "cht";
467
467
  por: "por";
468
468
  }>, z$1.ZodOptional<z$1.ZodString>>>;
469
469
  formNames: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
470
+ esla: "esla";
471
+ chs: "chs";
472
+ cht: "cht";
470
473
  eng: "eng";
471
474
  esp: "esp";
472
- esla: "esla";
473
475
  fra: "fra";
474
476
  deu: "deu";
475
477
  ita: "ita";
476
478
  jap: "jap";
477
479
  kor: "kor";
478
- chs: "chs";
479
- cht: "cht";
480
480
  por: "por";
481
481
  }>, z$1.ZodOptional<z$1.ZodString>>>;
482
482
  type1: z$1.ZodOptional<z$1.ZodString>;
@@ -506,42 +506,42 @@ declare const pokedexSchema: z$1.ZodObject<{
506
506
  isNonCanonical: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
507
507
  meta: z$1.ZodOptional<z$1.ZodObject<{
508
508
  names: z$1.ZodRecord<z$1.ZodEnum<{
509
+ esla: "esla";
510
+ chs: "chs";
511
+ cht: "cht";
509
512
  eng: "eng";
510
513
  esp: "esp";
511
- esla: "esla";
512
514
  fra: "fra";
513
515
  deu: "deu";
514
516
  ita: "ita";
515
517
  jap: "jap";
516
518
  kor: "kor";
517
- chs: "chs";
518
- cht: "cht";
519
519
  por: "por";
520
520
  }>, z$1.ZodOptional<z$1.ZodString>>;
521
521
  speciesNames: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
522
+ esla: "esla";
523
+ chs: "chs";
524
+ cht: "cht";
522
525
  eng: "eng";
523
526
  esp: "esp";
524
- esla: "esla";
525
527
  fra: "fra";
526
528
  deu: "deu";
527
529
  ita: "ita";
528
530
  jap: "jap";
529
531
  kor: "kor";
530
- chs: "chs";
531
- cht: "cht";
532
532
  por: "por";
533
533
  }>, z$1.ZodOptional<z$1.ZodString>>>;
534
534
  formNames: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
535
+ esla: "esla";
536
+ chs: "chs";
537
+ cht: "cht";
535
538
  eng: "eng";
536
539
  esp: "esp";
537
- esla: "esla";
538
540
  fra: "fra";
539
541
  deu: "deu";
540
542
  ita: "ita";
541
543
  jap: "jap";
542
544
  kor: "kor";
543
- chs: "chs";
544
- cht: "cht";
545
545
  por: "por";
546
546
  }>, z$1.ZodOptional<z$1.ZodString>>>;
547
547
  type1: z$1.ZodOptional<z$1.ZodString>;
@@ -640,9 +640,9 @@ declare const pokemonSchema: z$1.ZodObject<{
640
640
  games: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
641
641
  trigger: z$1.ZodEnum<{
642
642
  special: "special";
643
- use_item: "use_item";
644
643
  level_up: "level_up";
645
644
  trade: "trade";
645
+ use_item: "use_item";
646
646
  }>;
647
647
  minLevel: z$1.ZodOptional<z$1.ZodNumber>;
648
648
  item: z$1.ZodOptional<z$1.ZodObject<{
@@ -673,8 +673,8 @@ declare const pokemonSchema: z$1.ZodObject<{
673
673
  key: z$1.ZodLiteral<"time_of_day">;
674
674
  time: z$1.ZodEnum<{
675
675
  day: "day";
676
- dusk: "dusk";
677
676
  night: "night";
677
+ dusk: "dusk";
678
678
  }>;
679
679
  }, z$1.core.$strict>, z$1.ZodObject<{
680
680
  key: z$1.ZodLiteral<"known_move">;
@@ -851,16 +851,16 @@ declare const pokemonSchema: z$1.ZodObject<{
851
851
  manual: "manual";
852
852
  }>>;
853
853
  notes: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
854
+ esla: "esla";
855
+ chs: "chs";
856
+ cht: "cht";
854
857
  eng: "eng";
855
858
  esp: "esp";
856
- esla: "esla";
857
859
  fra: "fra";
858
860
  deu: "deu";
859
861
  ita: "ita";
860
862
  jap: "jap";
861
863
  kor: "kor";
862
- chs: "chs";
863
- cht: "cht";
864
864
  por: "por";
865
865
  }> & z$1.core.$partial, z$1.ZodString>>;
866
866
  }, z$1.core.$strict>>>;
@@ -882,15 +882,15 @@ declare const pokemonSchema: z$1.ZodObject<{
882
882
  trigger: z$1.ZodEnum<{
883
883
  special: "special";
884
884
  use_item: "use_item";
885
+ automatic: "automatic";
886
+ use_move: "use_move";
885
887
  equip_item: "equip_item";
886
888
  remove_item: "remove_item";
887
889
  learn_move: "learn_move";
888
890
  forget_move: "forget_move";
889
- use_move: "use_move";
890
891
  interact: "interact";
891
892
  fuse: "fuse";
892
893
  separate: "separate";
893
- automatic: "automatic";
894
894
  }>;
895
895
  minLevel: z$1.ZodOptional<z$1.ZodNumber>;
896
896
  item: z$1.ZodOptional<z$1.ZodObject<{
@@ -918,18 +918,18 @@ declare const pokemonSchema: z$1.ZodObject<{
918
918
  }, z$1.core.$strict>, z$1.ZodObject<{
919
919
  key: z$1.ZodLiteral<"move_category">;
920
920
  categories: z$1.ZodArray<z$1.ZodEnum<{
921
- physical: "physical";
922
921
  special: "special";
922
+ physical: "physical";
923
923
  status: "status";
924
924
  }>>;
925
925
  }, z$1.core.$strict>, z$1.ZodObject<{
926
926
  key: z$1.ZodLiteral<"time_of_day">;
927
927
  time: z$1.ZodEnum<{
928
- morning: "morning";
929
928
  day: "day";
929
+ night: "night";
930
930
  dusk: "dusk";
931
+ morning: "morning";
931
932
  evening: "evening";
932
- night: "night";
933
933
  }>;
934
934
  }, z$1.core.$strict>, z$1.ZodObject<{
935
935
  key: z$1.ZodLiteral<"status">;
@@ -1076,8 +1076,8 @@ declare const pokemonSchema: z$1.ZodObject<{
1076
1076
  }, z$1.core.$strict>, z$1.ZodObject<{
1077
1077
  key: z$1.ZodLiteral<"mechanic">;
1078
1078
  mechanic: z$1.ZodEnum<{
1079
- change_a_move_other_than_secret_sword: "change_a_move_other_than_secret_sword";
1080
1079
  dynamax: "dynamax";
1080
+ change_a_move_other_than_secret_sword: "change_a_move_other_than_secret_sword";
1081
1081
  gigantamax: "gigantamax";
1082
1082
  in_party: "in_party";
1083
1083
  legend_plate: "legend_plate";
@@ -1091,19 +1091,19 @@ declare const pokemonSchema: z$1.ZodObject<{
1091
1091
  key: z$1.ZodLiteral<"hp">;
1092
1092
  comparison: z$1.ZodEnum<{
1093
1093
  lt: "lt";
1094
- lte: "lte";
1095
1094
  eq: "eq";
1096
- gte: "gte";
1097
1095
  gt: "gt";
1096
+ lte: "lte";
1097
+ gte: "gte";
1098
1098
  }>;
1099
1099
  percent: z$1.ZodNumber;
1100
1100
  }, z$1.core.$strict>, z$1.ZodObject<{
1101
1101
  key: z$1.ZodLiteral<"weather">;
1102
1102
  weather: z$1.ZodArray<z$1.ZodEnum<{
1103
1103
  rain: "rain";
1104
- snow: "snow";
1105
1104
  sun: "sun";
1106
1105
  hail: "hail";
1106
+ snow: "snow";
1107
1107
  none: "none";
1108
1108
  }>>;
1109
1109
  relation: z$1.ZodEnum<{
@@ -1145,16 +1145,16 @@ declare const pokemonSchema: z$1.ZodObject<{
1145
1145
  }>;
1146
1146
  }, z$1.core.$strict>], "key">>;
1147
1147
  notes: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
1148
+ esla: "esla";
1149
+ chs: "chs";
1150
+ cht: "cht";
1148
1151
  eng: "eng";
1149
1152
  esp: "esp";
1150
- esla: "esla";
1151
1153
  fra: "fra";
1152
1154
  deu: "deu";
1153
1155
  ita: "ita";
1154
1156
  jap: "jap";
1155
1157
  kor: "kor";
1156
- chs: "chs";
1157
- cht: "cht";
1158
1158
  por: "por";
1159
1159
  }> & z$1.core.$partial, z$1.ZodString>>;
1160
1160
  to: z$1.ZodOptional<z$1.ZodString>;
@@ -1163,15 +1163,15 @@ declare const pokemonSchema: z$1.ZodObject<{
1163
1163
  trigger: z$1.ZodEnum<{
1164
1164
  special: "special";
1165
1165
  use_item: "use_item";
1166
+ automatic: "automatic";
1167
+ use_move: "use_move";
1166
1168
  equip_item: "equip_item";
1167
1169
  remove_item: "remove_item";
1168
1170
  learn_move: "learn_move";
1169
1171
  forget_move: "forget_move";
1170
- use_move: "use_move";
1171
1172
  interact: "interact";
1172
1173
  fuse: "fuse";
1173
1174
  separate: "separate";
1174
- automatic: "automatic";
1175
1175
  }>;
1176
1176
  minLevel: z$1.ZodOptional<z$1.ZodNumber>;
1177
1177
  item: z$1.ZodOptional<z$1.ZodObject<{
@@ -1199,18 +1199,18 @@ declare const pokemonSchema: z$1.ZodObject<{
1199
1199
  }, z$1.core.$strict>, z$1.ZodObject<{
1200
1200
  key: z$1.ZodLiteral<"move_category">;
1201
1201
  categories: z$1.ZodArray<z$1.ZodEnum<{
1202
- physical: "physical";
1203
1202
  special: "special";
1203
+ physical: "physical";
1204
1204
  status: "status";
1205
1205
  }>>;
1206
1206
  }, z$1.core.$strict>, z$1.ZodObject<{
1207
1207
  key: z$1.ZodLiteral<"time_of_day">;
1208
1208
  time: z$1.ZodEnum<{
1209
- morning: "morning";
1210
1209
  day: "day";
1210
+ night: "night";
1211
1211
  dusk: "dusk";
1212
+ morning: "morning";
1212
1213
  evening: "evening";
1213
- night: "night";
1214
1214
  }>;
1215
1215
  }, z$1.core.$strict>, z$1.ZodObject<{
1216
1216
  key: z$1.ZodLiteral<"status">;
@@ -1357,8 +1357,8 @@ declare const pokemonSchema: z$1.ZodObject<{
1357
1357
  }, z$1.core.$strict>, z$1.ZodObject<{
1358
1358
  key: z$1.ZodLiteral<"mechanic">;
1359
1359
  mechanic: z$1.ZodEnum<{
1360
- change_a_move_other_than_secret_sword: "change_a_move_other_than_secret_sword";
1361
1360
  dynamax: "dynamax";
1361
+ change_a_move_other_than_secret_sword: "change_a_move_other_than_secret_sword";
1362
1362
  gigantamax: "gigantamax";
1363
1363
  in_party: "in_party";
1364
1364
  legend_plate: "legend_plate";
@@ -1372,19 +1372,19 @@ declare const pokemonSchema: z$1.ZodObject<{
1372
1372
  key: z$1.ZodLiteral<"hp">;
1373
1373
  comparison: z$1.ZodEnum<{
1374
1374
  lt: "lt";
1375
- lte: "lte";
1376
1375
  eq: "eq";
1377
- gte: "gte";
1378
1376
  gt: "gt";
1377
+ lte: "lte";
1378
+ gte: "gte";
1379
1379
  }>;
1380
1380
  percent: z$1.ZodNumber;
1381
1381
  }, z$1.core.$strict>, z$1.ZodObject<{
1382
1382
  key: z$1.ZodLiteral<"weather">;
1383
1383
  weather: z$1.ZodArray<z$1.ZodEnum<{
1384
1384
  rain: "rain";
1385
- snow: "snow";
1386
1385
  sun: "sun";
1387
1386
  hail: "hail";
1387
+ snow: "snow";
1388
1388
  none: "none";
1389
1389
  }>>;
1390
1390
  relation: z$1.ZodEnum<{
@@ -1426,71 +1426,71 @@ declare const pokemonSchema: z$1.ZodObject<{
1426
1426
  }>;
1427
1427
  }, z$1.core.$strict>], "key">>;
1428
1428
  notes: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
1429
+ esla: "esla";
1430
+ chs: "chs";
1431
+ cht: "cht";
1429
1432
  eng: "eng";
1430
1433
  esp: "esp";
1431
- esla: "esla";
1432
1434
  fra: "fra";
1433
1435
  deu: "deu";
1434
1436
  ita: "ita";
1435
1437
  jap: "jap";
1436
1438
  kor: "kor";
1437
- chs: "chs";
1438
- cht: "cht";
1439
1439
  por: "por";
1440
1440
  }> & z$1.core.$partial, z$1.ZodString>>;
1441
1441
  from: z$1.ZodArray<z$1.ZodString>;
1442
1442
  games: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
1443
1443
  }, z$1.core.$strict>>>;
1444
1444
  names: z$1.ZodRecord<z$1.ZodEnum<{
1445
+ esla: "esla";
1446
+ chs: "chs";
1447
+ cht: "cht";
1445
1448
  eng: "eng";
1446
1449
  esp: "esp";
1447
- esla: "esla";
1448
1450
  fra: "fra";
1449
1451
  deu: "deu";
1450
1452
  ita: "ita";
1451
1453
  jap: "jap";
1452
1454
  kor: "kor";
1453
- chs: "chs";
1454
- cht: "cht";
1455
1455
  por: "por";
1456
1456
  }>, z$1.ZodOptional<z$1.ZodString>>;
1457
1457
  genus: z$1.ZodRecord<z$1.ZodEnum<{
1458
+ esla: "esla";
1459
+ chs: "chs";
1460
+ cht: "cht";
1458
1461
  eng: "eng";
1459
1462
  esp: "esp";
1460
- esla: "esla";
1461
1463
  fra: "fra";
1462
1464
  deu: "deu";
1463
1465
  ita: "ita";
1464
1466
  jap: "jap";
1465
1467
  kor: "kor";
1466
- chs: "chs";
1467
- cht: "cht";
1468
1468
  por: "por";
1469
1469
  }>, z$1.ZodOptional<z$1.ZodString>>;
1470
1470
  speciesNames: z$1.ZodRecord<z$1.ZodEnum<{
1471
+ esla: "esla";
1472
+ chs: "chs";
1473
+ cht: "cht";
1471
1474
  eng: "eng";
1472
1475
  esp: "esp";
1473
- esla: "esla";
1474
1476
  fra: "fra";
1475
1477
  deu: "deu";
1476
1478
  ita: "ita";
1477
1479
  jap: "jap";
1478
1480
  kor: "kor";
1479
- chs: "chs";
1480
- cht: "cht";
1481
1481
  por: "por";
1482
1482
  }>, z$1.ZodOptional<z$1.ZodString>>;
1483
1483
  formNames: z$1.ZodRecord<z$1.ZodEnum<{
1484
+ esla: "esla";
1485
+ chs: "chs";
1486
+ cht: "cht";
1484
1487
  eng: "eng";
1485
1488
  esp: "esp";
1486
- esla: "esla";
1487
1489
  fra: "fra";
1488
1490
  deu: "deu";
1489
1491
  ita: "ita";
1490
1492
  jap: "jap";
1491
1493
  kor: "kor";
1492
- chs: "chs";
1493
- cht: "cht";
1494
1494
  por: "por";
1495
1495
  }>, z$1.ZodOptional<z$1.ZodString>>;
1496
1496
  }, z$1.core.$strip>;
@@ -1583,8 +1583,8 @@ declare const modernBoxPresetSchema: z$1.ZodObject<{
1583
1583
  legacyId: z$1.ZodOptional<z$1.ZodString>;
1584
1584
  }, z$1.core.$strict>>;
1585
1585
  tags: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<{
1586
- forms: "forms";
1587
1586
  shiny: "shiny";
1587
+ forms: "forms";
1588
1588
  recommended: "recommended";
1589
1589
  national: "national";
1590
1590
  grouped: "grouped";
@@ -1612,4 +1612,4 @@ declare const pokemonSearchFilterSchema: z$1.ZodObject<{
1612
1612
  }, z$1.core.$strip>;
1613
1613
  //#endregion
1614
1614
  export { pokemonRefsSchema as A, natureSchema as C, pokeballSchema as D, personalitySchema as E, typeSchema as F, pokemonSearchFilterSchema as M, regionSchema as N, pokedexEntrySchema as O, ribbonSchema as P, moveSchema as S, originMarkSchema as T, modernBoxPresetBoxSchema as _, boxPresetMapSchema as a, modernBoxPresetSlotSchema as b, colorSchema as c, generationSchema as d, i18nTextSchema as f, markSchema as g, locationSchema as h, boxPresetIndexItemSchema as i, pokemonSchema as j, pokedexSchema as k, gameFeaturesSchema as l, languageSchema as m, boxPresetBoxPokemonSchema as n, boxPresetSchema as o, itemSchema as p, boxPresetBoxSchema as r, characterSchema as s, abilitySchema as t, gameSchema as u, modernBoxPresetIndexSchema as v, onlineFeaturesSchema as w, modernBoxPresetTags as x, modernBoxPresetSchema as y };
1615
- //# sourceMappingURL=schemas-CxAD9vC9.d.mts.map
1615
+ //# sourceMappingURL=schemas-BSQxFKfR.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"schemas-CxAD9vC9.d.mts","names":[],"sources":["../src/lib/schemas.ts"],"mappings":";;;;cA0Ea,gBAAc,IAAA,UAAA,IAAA;;;;;;;;;;;;IAA+D,IAAA,YAAA,IAAA;cAE7E,eAAa,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAIxB,IAAA,KAAA;cACW,mBAAiB,IAAA;;;GAI5B,IAAA,KAAA;cACW,iBAAe,IAAA;;;GAE1B,IAAA,KAAA;cACW,aAAW,IAAA;;;;GAEtB,IAAA,KAAA;cACW,oBAAkB,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyB7B,IAAA,KAAA;cACW,sBAAoB,IAAA;;;;;;;;;;;;;;;;GAO/B,IAAA,KAAA;cACW,YAAU,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwBrB,IAAA,KAAA;cACW,kBAAgB,IAAA;;;;GAI3B,IAAA,KAAA;cACW,YAAU,IAAA;;;;;;;;;;;;;;;;;;;;;;GAIrB,IAAA,KAAA;cACW,gBAAc,IAAA;;;;;;;;;;;;;GAGzB,IAAA,KAAA;cACW,gBAAc,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,IAAA,KAAA;cACW,YAAU,IAAA;;;;;;;;;;GAMrB,IAAA,KAAA;cACW,cAAY,IAAA;;;;;;;;;;;;;;GAIvB,IAAA,KAAA;cACW,kBAAgB,IAAA;;;GAAc,IAAA,KAAA;cAC9B,cAAY,IAAA;;;GAAc,IAAA,KAAA;cAC1B,gBAAc,IAAA;;;;;;GAQhB,IAAA,KAAA;cACE,YAAU,IAAA;;;;;GAGrB,IAAA,KAAA;cACW,cAAY,IAAA;;;;;;;;;;;;;;;;;;;;;;;GAGvB,IAAA,KAAA;cACW,YAAU,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASrB,IAAA,KAAA;cAEW,oBAAkB,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuB7B,IAAA,KAAA;cAEW,eAAa,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAUxB,IAAA,KAAA;cAEW,mBAAiB,IAAA;;;;;;;;;GAS5B,IAAA,KAAA;cAEW,eAAa,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkFxB,IAAA,KAAA;cAIW,0BAAwB,IAAA;;;;;;GAQ1B,IAAA,KAAA;cAEE,2BAAyB,IAAA,UAAA,IAAA,YAAA,IAAA,YAAA,IAAA;;;;;GAOrC,IAAA,KAAA;cAEY,oBAAkB,IAAA;;;;;;;;GAG7B,IAAA,KAAA;cAEW,iBAAe,IAAA;;;;;;;;;;;;;;;;;GAS1B,IAAA,KAAA;cAEW,oBAAkB,IAAA,UAAA,IAAA,WAAA,IAAA,UAAA,IAAA,WAAA,IAAA;;;;;;;;;;;;;;;;;GAA8D,IAAA,KAAA;cAEhF;cAUA,4BAA0B,IAAA,SAAA,IAAA;cAE1B,2BAAyB,IAAA,UAAA,IAAA,YAAA,IAAA,YAAA,IAAA;;;;;GASrC,IAAA,KAAA;cAEY,0BAAwB,IAAA;;;;;;;;GAK1B,IAAA,KAAA;cAEE,uBAAqB,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoBvB,IAAA,KAAA;cAEE,2BAAyB,IAAA;;;;;;;;GASpC,IAAA,KAAA"}
1
+ {"version":3,"file":"schemas-BSQxFKfR.d.mts","names":[],"sources":["../src/lib/schemas.ts"],"mappings":"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"}