@wise-old-man/utils 3.1.11 → 3.1.13
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 +4 -0
- package/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -449,6 +449,7 @@ declare const Boss: {
|
|
|
449
449
|
readonly PHANTOM_MUSPAH: "phantom_muspah";
|
|
450
450
|
readonly SARACHNIS: "sarachnis";
|
|
451
451
|
readonly SCORPIA: "scorpia";
|
|
452
|
+
readonly SCURRIUS: "scurrius";
|
|
452
453
|
readonly SKOTIZO: "skotizo";
|
|
453
454
|
readonly SPINDEL: "spindel";
|
|
454
455
|
readonly TEMPOROSS: "tempoross";
|
|
@@ -517,6 +518,7 @@ declare const Metric: {
|
|
|
517
518
|
readonly PHANTOM_MUSPAH: "phantom_muspah";
|
|
518
519
|
readonly SARACHNIS: "sarachnis";
|
|
519
520
|
readonly SCORPIA: "scorpia";
|
|
521
|
+
readonly SCURRIUS: "scurrius";
|
|
520
522
|
readonly SKOTIZO: "skotizo";
|
|
521
523
|
readonly SPINDEL: "spindel";
|
|
522
524
|
readonly TEMPOROSS: "tempoross";
|
|
@@ -1523,6 +1525,7 @@ declare type NameChangeWithPlayer = NameChange & {
|
|
|
1523
1525
|
|
|
1524
1526
|
interface PlayerDetails extends Player {
|
|
1525
1527
|
combatLevel: number;
|
|
1528
|
+
archive?: PlayerArchive;
|
|
1526
1529
|
latestSnapshot: FormattedSnapshot;
|
|
1527
1530
|
}
|
|
1528
1531
|
interface FlaggedPlayerReviewContext {
|
|
@@ -1696,6 +1699,7 @@ declare const MetricProps: {
|
|
|
1696
1699
|
readonly phantom_muspah: BossProperties;
|
|
1697
1700
|
readonly sarachnis: BossProperties;
|
|
1698
1701
|
readonly scorpia: BossProperties;
|
|
1702
|
+
readonly scurrius: BossProperties;
|
|
1699
1703
|
readonly skotizo: BossProperties;
|
|
1700
1704
|
readonly spindel: BossProperties;
|
|
1701
1705
|
readonly tempoross: BossProperties;
|
package/dist/index.js
CHANGED
|
@@ -603,6 +603,7 @@ const Boss = {
|
|
|
603
603
|
PHANTOM_MUSPAH: 'phantom_muspah',
|
|
604
604
|
SARACHNIS: 'sarachnis',
|
|
605
605
|
SCORPIA: 'scorpia',
|
|
606
|
+
SCURRIUS: 'scurrius',
|
|
606
607
|
SKOTIZO: 'skotizo',
|
|
607
608
|
SPINDEL: 'spindel',
|
|
608
609
|
TEMPOROSS: 'tempoross',
|
|
@@ -1936,6 +1937,7 @@ const BossProps = mapValues({
|
|
|
1936
1937
|
[Boss.PHANTOM_MUSPAH]: { name: 'Phantom Muspah' },
|
|
1937
1938
|
[Boss.SARACHNIS]: { name: 'Sarachnis' },
|
|
1938
1939
|
[Boss.SCORPIA]: { name: 'Scorpia' },
|
|
1940
|
+
[Boss.SCURRIUS]: { name: 'Scurrius' },
|
|
1939
1941
|
[Boss.SKOTIZO]: { name: 'Skotizo' },
|
|
1940
1942
|
[Boss.SPINDEL]: { name: 'Spindel' },
|
|
1941
1943
|
[Boss.TEMPOROSS]: { name: 'Tempoross' },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise-old-man/utils",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.13",
|
|
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",
|