@trii/types 2.10.355 → 2.10.357

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.
@@ -1,5 +1,6 @@
1
1
  export declare class Permission {
2
2
  groupId?: string | null;
3
+ userId?: string | null;
3
4
  readMessages?: boolean | null;
4
5
  startConversations?: boolean | null;
5
6
  }
@@ -1,6 +1,6 @@
1
1
  import UserType from './UserType';
2
2
  import { UserProfile, UserRole } from './UserProfile';
3
- export declare class UserInfo {
3
+ export interface UserInfo {
4
4
  id: string;
5
5
  name: string;
6
6
  imageUrl: string;
@@ -1,5 +1,3 @@
1
- export class UserInfo {
2
- }
3
1
  export var UserStatus;
4
2
  (function (UserStatus) {
5
3
  UserStatus[UserStatus["OFFLINE"] = 0] = "OFFLINE";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.355",
3
+ "version": "2.10.357",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",