@liveblocks/core 2.24.1 → 2.24.3
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2572,7 +2572,7 @@ type Room<P extends JsonObject = DP, S extends LsonObject = DS, U extends BaseUs
|
|
|
2572
2572
|
*/
|
|
2573
2573
|
getSubscriptionSettings(options?: GetSubscriptionSettingsOptions): Promise<RoomSubscriptionSettings>;
|
|
2574
2574
|
/**
|
|
2575
|
-
* @deprecated Renamed to `
|
|
2575
|
+
* @deprecated Renamed to `updateSubscriptionSettings`
|
|
2576
2576
|
*
|
|
2577
2577
|
* Updates the user's subscription settings for the current room.
|
|
2578
2578
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -2572,7 +2572,7 @@ type Room<P extends JsonObject = DP, S extends LsonObject = DS, U extends BaseUs
|
|
|
2572
2572
|
*/
|
|
2573
2573
|
getSubscriptionSettings(options?: GetSubscriptionSettingsOptions): Promise<RoomSubscriptionSettings>;
|
|
2574
2574
|
/**
|
|
2575
|
-
* @deprecated Renamed to `
|
|
2575
|
+
* @deprecated Renamed to `updateSubscriptionSettings`
|
|
2576
2576
|
*
|
|
2577
2577
|
* Updates the user's subscription settings for the current room.
|
|
2578
2578
|
*/
|