kolmafia 5.29038.0 → 5.29040.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 (2) hide show
  1. package/index.d.ts +5 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- // v5.29038.0
2
- // Generated by KoLmafia r29038 with type generator v5
1
+ // v5.29040.0
2
+ // Generated by KoLmafia r29040 with type generator v5
3
3
  type Environment = "indoor" | "none" | "outdoor" | "underground" | "underwater" | "unknown";
4
4
  type ModifierValueType = "boolean" | "multinumeric" | "multistring" | "none" | "numeric" | "string";
5
5
  export function abort(string?: string): never;
@@ -1544,6 +1544,9 @@ export class Thrall extends MafiaClass {
1544
1544
  /**
1545
1545
  * Level */
1546
1546
  readonly level: number;
1547
+ /**
1548
+ * Experience */
1549
+ readonly experience: number;
1547
1550
  /**
1548
1551
  * Image */
1549
1552
  readonly image: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kolmafia",
3
- "version": "5.29038.0",
3
+ "version": "5.29040.0",
4
4
  "description": "Typings for the KoLmafia JS standard library",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",