@laplace.live/internal 1.2.19 → 1.2.20

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 +4 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -683,6 +683,8 @@ export declare namespace LaplaceInternal {
683
683
  periodLength?: number
684
684
  /** Unix timestamp (ms) - when this entry was recorded */
685
685
  submittedAt: number
686
+ /** Optional: URL or description of the evidence source (e.g., livestream clip, tweet) */
687
+ source?: string
686
688
  }
687
689
 
688
690
  /**
@@ -767,6 +769,8 @@ export declare namespace LaplaceInternal {
767
769
  periodLength?: number
768
770
  /** Optional: Update user's preferred cycle length (15-60) */
769
771
  cycleLength?: number
772
+ /** Optional: URL or description of the evidence source */
773
+ source?: string
770
774
  }
771
775
 
772
776
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"