ttfm-socket 1.2.21 → 1.2.23

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.
@@ -172,6 +172,7 @@ export declare namespace RoomDto {
172
172
  }
173
173
  }
174
174
  export declare type OtherUserProfileResDto = {
175
+ subscriptionLevel: string | null;
175
176
  id: number;
176
177
  color: string;
177
178
  uuid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ttfm-socket",
3
- "version": "1.2.21",
3
+ "version": "1.2.23",
4
4
  "main": "./dist-client/client/index.js",
5
5
  "typings": "./dist-client/client/index.d.ts",
6
6
  "devDependencies": {