@wise-old-man/utils 2.2.2 → 2.2.3-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -42,7 +42,7 @@ type Participation = {
42
42
  updatedAt: Date;
43
43
  };
44
44
 
45
- type Competition = {
45
+ export type Competition = {
46
46
  id: number;
47
47
  title: string;
48
48
  metric: Metric;
@@ -399,6 +399,7 @@ declare const Boss: {
399
399
  readonly DAGANNOTH_REX: "dagannoth_rex";
400
400
  readonly DAGANNOTH_SUPREME: "dagannoth_supreme";
401
401
  readonly DERANGED_ARCHAEOLOGIST: "deranged_archaeologist";
402
+ readonly DUKE_SUCELLUS: "duke_sucellus";
402
403
  readonly GENERAL_GRAARDOR: "general_graardor";
403
404
  readonly GIANT_MOLE: "giant_mole";
404
405
  readonly GROTESQUE_GUARDIANS: "grotesque_guardians";
@@ -421,6 +422,8 @@ declare const Boss: {
421
422
  readonly TEMPOROSS: "tempoross";
422
423
  readonly THE_GAUNTLET: "the_gauntlet";
423
424
  readonly THE_CORRUPTED_GAUNTLET: "the_corrupted_gauntlet";
425
+ readonly THE_LEVIATHAN: "the_leviathan";
426
+ readonly THE_WHISPERER: "the_whisperer";
424
427
  readonly THEATRE_OF_BLOOD: "theatre_of_blood";
425
428
  readonly THEATRE_OF_BLOOD_HARD_MODE: "theatre_of_blood_hard_mode";
426
429
  readonly THERMONUCLEAR_SMOKE_DEVIL: "thermonuclear_smoke_devil";
@@ -428,6 +431,7 @@ declare const Boss: {
428
431
  readonly TOMBS_OF_AMASCUT_EXPERT: "tombs_of_amascut_expert";
429
432
  readonly TZKAL_ZUK: "tzkal_zuk";
430
433
  readonly TZTOK_JAD: "tztok_jad";
434
+ readonly VARDORVIS: "vardorvis";
431
435
  readonly VENENATIS: "venenatis";
432
436
  readonly VETION: "vetion";
433
437
  readonly VORKATH: "vorkath";
@@ -463,6 +467,7 @@ declare const Metric: {
463
467
  readonly DAGANNOTH_REX: "dagannoth_rex";
464
468
  readonly DAGANNOTH_SUPREME: "dagannoth_supreme";
465
469
  readonly DERANGED_ARCHAEOLOGIST: "deranged_archaeologist";
470
+ readonly DUKE_SUCELLUS: "duke_sucellus";
466
471
  readonly GENERAL_GRAARDOR: "general_graardor";
467
472
  readonly GIANT_MOLE: "giant_mole";
468
473
  readonly GROTESQUE_GUARDIANS: "grotesque_guardians";
@@ -485,6 +490,8 @@ declare const Metric: {
485
490
  readonly TEMPOROSS: "tempoross";
486
491
  readonly THE_GAUNTLET: "the_gauntlet";
487
492
  readonly THE_CORRUPTED_GAUNTLET: "the_corrupted_gauntlet";
493
+ readonly THE_LEVIATHAN: "the_leviathan";
494
+ readonly THE_WHISPERER: "the_whisperer";
488
495
  readonly THEATRE_OF_BLOOD: "theatre_of_blood";
489
496
  readonly THEATRE_OF_BLOOD_HARD_MODE: "theatre_of_blood_hard_mode";
490
497
  readonly THERMONUCLEAR_SMOKE_DEVIL: "thermonuclear_smoke_devil";
@@ -492,6 +499,7 @@ declare const Metric: {
492
499
  readonly TOMBS_OF_AMASCUT_EXPERT: "tombs_of_amascut_expert";
493
500
  readonly TZKAL_ZUK: "tzkal_zuk";
494
501
  readonly TZTOK_JAD: "tztok_jad";
502
+ readonly VARDORVIS: "vardorvis";
495
503
  readonly VENENATIS: "venenatis";
496
504
  readonly VETION: "vetion";
497
505
  readonly VORKATH: "vorkath";
@@ -1605,6 +1613,7 @@ declare const MetricProps: {
1605
1613
  readonly dagannoth_rex: BossProperties;
1606
1614
  readonly dagannoth_supreme: BossProperties;
1607
1615
  readonly deranged_archaeologist: BossProperties;
1616
+ readonly duke_sucellus: BossProperties;
1608
1617
  readonly general_graardor: BossProperties;
1609
1618
  readonly giant_mole: BossProperties;
1610
1619
  readonly grotesque_guardians: BossProperties;
@@ -1627,6 +1636,8 @@ declare const MetricProps: {
1627
1636
  readonly tempoross: BossProperties;
1628
1637
  readonly the_gauntlet: BossProperties;
1629
1638
  readonly the_corrupted_gauntlet: BossProperties;
1639
+ readonly the_leviathan: BossProperties;
1640
+ readonly the_whisperer: BossProperties;
1630
1641
  readonly theatre_of_blood: BossProperties;
1631
1642
  readonly theatre_of_blood_hard_mode: BossProperties;
1632
1643
  readonly thermonuclear_smoke_devil: BossProperties;
@@ -1634,6 +1645,7 @@ declare const MetricProps: {
1634
1645
  readonly tombs_of_amascut_expert: BossProperties;
1635
1646
  readonly tzkal_zuk: BossProperties;
1636
1647
  readonly tztok_jad: BossProperties;
1648
+ readonly vardorvis: BossProperties;
1637
1649
  readonly venenatis: BossProperties;
1638
1650
  readonly vetion: BossProperties;
1639
1651
  readonly vorkath: BossProperties;
package/dist/index.js CHANGED
@@ -536,6 +536,7 @@ const Boss = {
536
536
  DAGANNOTH_REX: 'dagannoth_rex',
537
537
  DAGANNOTH_SUPREME: 'dagannoth_supreme',
538
538
  DERANGED_ARCHAEOLOGIST: 'deranged_archaeologist',
539
+ DUKE_SUCELLUS: 'duke_sucellus',
539
540
  GENERAL_GRAARDOR: 'general_graardor',
540
541
  GIANT_MOLE: 'giant_mole',
541
542
  GROTESQUE_GUARDIANS: 'grotesque_guardians',
@@ -558,6 +559,8 @@ const Boss = {
558
559
  TEMPOROSS: 'tempoross',
559
560
  THE_GAUNTLET: 'the_gauntlet',
560
561
  THE_CORRUPTED_GAUNTLET: 'the_corrupted_gauntlet',
562
+ THE_LEVIATHAN: 'the_leviathan',
563
+ THE_WHISPERER: 'the_whisperer',
561
564
  THEATRE_OF_BLOOD: 'theatre_of_blood',
562
565
  THEATRE_OF_BLOOD_HARD_MODE: 'theatre_of_blood_hard_mode',
563
566
  THERMONUCLEAR_SMOKE_DEVIL: 'thermonuclear_smoke_devil',
@@ -565,6 +568,7 @@ const Boss = {
565
568
  TOMBS_OF_AMASCUT_EXPERT: 'tombs_of_amascut_expert',
566
569
  TZKAL_ZUK: 'tzkal_zuk',
567
570
  TZTOK_JAD: 'tztok_jad',
571
+ VARDORVIS: 'vardorvis',
568
572
  VENENATIS: 'venenatis',
569
573
  VETION: 'vetion',
570
574
  VORKATH: 'vorkath',
@@ -1853,6 +1857,7 @@ const BossProps = mapValues({
1853
1857
  [Boss.DAGANNOTH_REX]: { name: 'Dagannoth Rex' },
1854
1858
  [Boss.DAGANNOTH_SUPREME]: { name: 'Dagannoth Supreme' },
1855
1859
  [Boss.DERANGED_ARCHAEOLOGIST]: { name: 'Deranged Archaeologist' },
1860
+ [Boss.DUKE_SUCELLUS]: { name: 'Duke Sucellus' },
1856
1861
  [Boss.GENERAL_GRAARDOR]: { name: 'General Graardor' },
1857
1862
  [Boss.GIANT_MOLE]: { name: 'Giant Mole' },
1858
1863
  [Boss.GROTESQUE_GUARDIANS]: { name: 'Grotesque Guardians' },
@@ -1875,6 +1880,8 @@ const BossProps = mapValues({
1875
1880
  [Boss.TEMPOROSS]: { name: 'Tempoross' },
1876
1881
  [Boss.THE_GAUNTLET]: { name: 'The Gauntlet' },
1877
1882
  [Boss.THE_CORRUPTED_GAUNTLET]: { name: 'The Corrupted Gauntlet' },
1883
+ [Boss.THE_LEVIATHAN]: { name: 'The Leviathan' },
1884
+ [Boss.THE_WHISPERER]: { name: 'The Whisperer' },
1878
1885
  [Boss.THEATRE_OF_BLOOD]: { name: 'Theatre Of Blood' },
1879
1886
  [Boss.THEATRE_OF_BLOOD_HARD_MODE]: { name: 'Theatre Of Blood (HM)' },
1880
1887
  [Boss.THERMONUCLEAR_SMOKE_DEVIL]: { name: 'Thermonuclear Smoke Devil' },
@@ -1882,6 +1889,7 @@ const BossProps = mapValues({
1882
1889
  [Boss.TOMBS_OF_AMASCUT_EXPERT]: { name: 'Tombs of Amascut (Expert Mode)' },
1883
1890
  [Boss.TZKAL_ZUK]: { name: 'TzKal-Zuk', minimumValue: 1 },
1884
1891
  [Boss.TZTOK_JAD]: { name: 'TzTok-Jad' },
1892
+ [Boss.VARDORVIS]: { name: 'Vardorvis' },
1885
1893
  [Boss.VENENATIS]: { name: 'Venenatis' },
1886
1894
  [Boss.VETION]: { name: "Vet'ion" },
1887
1895
  [Boss.VORKATH]: { name: 'Vorkath' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise-old-man/utils",
3
- "version": "2.2.2",
3
+ "version": "2.2.3-beta.0",
4
4
  "description": "A JavaScript/TypeScript client that interfaces and consumes the Wise Old Man API, an API that tracks and measures players' progress in Old School Runescape.",
5
5
  "keywords": [
6
6
  "wiseoldman",