@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.
- package/index.d.ts +4 -0
- 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
|
/**
|