@league-of-foundry-developers/foundry-vtt-types 13.346.0-beta.20250704132251 → 13.346.0-beta.20250705014143

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@league-of-foundry-developers/foundry-vtt-types",
4
- "version": "13.346.0-beta.20250704132251",
4
+ "version": "13.346.0-beta.20250705014143",
5
5
  "description": "TypeScript type definitions for Foundry VTT",
6
6
  "type": "module",
7
7
  "types": "./src/index.d.mts",
@@ -1562,7 +1562,7 @@ declare class TokenDocument extends BaseToken.Internal.CanvasDocument {
1562
1562
  /**
1563
1563
  * The movement history
1564
1564
  */
1565
- get movementHistory(): TokenDocument.MeasuredMovementWaypoint;
1565
+ get movementHistory(): TokenDocument.MeasuredMovementWaypoint[];
1566
1566
 
1567
1567
  /**
1568
1568
  * Check if the document has a distinct subject texture (inferred or explicit).
@@ -58,6 +58,8 @@ declare abstract class BaseJournalEntryPage<
58
58
  * separate like this helps against circularities.
59
59
  */
60
60
 
61
+ type: SubType;
62
+
61
63
  /* Document overrides */
62
64
 
63
65
  // Same as Document for now