@laplace.live/internal 1.2.26 → 1.2.27
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 +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -820,8 +820,8 @@ export declare namespace LaplaceInternal {
|
|
|
820
820
|
periodLength?: number
|
|
821
821
|
/** Optional: Update user's preferred cycle length (15-60) */
|
|
822
822
|
cycleLength?: number
|
|
823
|
-
/**
|
|
824
|
-
source
|
|
823
|
+
/** Evidence URL (required, must be a valid URL, max 256 chars) */
|
|
824
|
+
source: string
|
|
825
825
|
/** Cloudflare Turnstile token for bot verification */
|
|
826
826
|
turnstileToken: string
|
|
827
827
|
}
|