@wise-old-man/utils 3.1.1 → 3.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -34,6 +34,7 @@ export type Group = {
34
34
  description: string | null;
35
35
  homeworld: number | null;
36
36
  verified: boolean;
37
+ patron: boolean;
37
38
  score: number;
38
39
  verificationHash: string;
39
40
  createdAt: Date;
@@ -84,6 +85,7 @@ type Prisma_Base_Player = {
84
85
  build: PlayerBuild;
85
86
  status: PlayerStatus;
86
87
  country: Country | null;
88
+ patron: boolean;
87
89
  exp: bigint;
88
90
  ehp: number;
89
91
  ehb: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise-old-man/utils",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
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",