@laplace.live/internal 1.2.25 → 1.2.26
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 +6 -0
- 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
|