@laplace.live/internal 1.2.25 → 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.
Files changed (2) hide show
  1. package/index.d.ts +8 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -716,6 +716,10 @@ export declare namespace LaplaceInternal {
716
716
  username: string
717
717
  avatar: string | null
718
718
  room: number | null
719
+ /** 0 = offline, 1 = live, 2 = rotating */
720
+ liveStatus: number | null
721
+ /** Number of live room membership */
722
+ liveFansCount: number | null
719
723
  } | null
720
724
  status: FertilityStatus
721
725
  dayInCycle: number
@@ -744,6 +748,8 @@ export declare namespace LaplaceInternal {
744
748
  room: number | null
745
749
  /** 0 = offline, 1 = live, 2 = rotating */
746
750
  liveStatus: number | null
751
+ /** Number of live room followers */
752
+ liveFansCount: number | null
747
753
  } | null
748
754
  status: FertilityStatus
749
755
  dayInCycle: number
@@ -814,8 +820,8 @@ export declare namespace LaplaceInternal {
814
820
  periodLength?: number
815
821
  /** Optional: Update user's preferred cycle length (15-60) */
816
822
  cycleLength?: number
817
- /** Optional: Evidence URL (must be a valid URL, max 500 chars) */
818
- source?: string
823
+ /** Evidence URL (required, must be a valid URL, max 256 chars) */
824
+ source: string
819
825
  /** Cloudflare Turnstile token for bot verification */
820
826
  turnstileToken: string
821
827
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.25",
3
+ "version": "1.2.27",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"