@laplace.live/internal 1.2.41 → 1.2.42

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 +24 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -740,6 +740,17 @@ export declare namespace LaplaceInternal {
740
740
  updatedAt: number
741
741
  }[]
742
742
  } | null
743
+ /** MCN agency membership info */
744
+ mcnInfo: {
745
+ history: {
746
+ /** MCN agency ID */
747
+ mcnId: number
748
+ /** MCN agency name */
749
+ mcnName: string
750
+ /** Unix timestamp in milliseconds */
751
+ updatedAt: number
752
+ }[]
753
+ } | null
743
754
  } | null
744
755
  status: FertilityStatus
745
756
  dayInCycle: number
@@ -778,6 +789,17 @@ export declare namespace LaplaceInternal {
778
789
  updatedAt: number
779
790
  }[]
780
791
  } | null
792
+ /** MCN agency membership info */
793
+ mcnInfo: {
794
+ history: {
795
+ /** MCN agency ID */
796
+ mcnId: number
797
+ /** MCN agency name */
798
+ mcnName: string
799
+ /** Unix timestamp in milliseconds */
800
+ updatedAt: number
801
+ }[]
802
+ } | null
781
803
  } | null
782
804
  status: FertilityStatus
783
805
  dayInCycle: number
@@ -1155,8 +1177,8 @@ export declare namespace LaplaceInternal {
1155
1177
  export interface GuildBatchUpdateEntry {
1156
1178
  /** User's Bilibili UID (maps to bilibili_users.id) */
1157
1179
  upper_mid: number
1158
- /** Guild name */
1159
- live_guild_name: string
1180
+ /** Guild name (null if user is not in any guild) */
1181
+ live_guild_name: string | null
1160
1182
  }
1161
1183
 
1162
1184
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.41",
3
+ "version": "1.2.42",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"