ttfm-socket 1.5.4 → 1.6.0
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.
|
@@ -146,12 +146,15 @@ export declare type RoomDto = {
|
|
|
146
146
|
isGuestPasswordProtected: boolean;
|
|
147
147
|
hasChat: boolean;
|
|
148
148
|
ownerUserUuid: string | null;
|
|
149
|
+
positionPriority: number;
|
|
150
|
+
genres: Array<string>;
|
|
149
151
|
};
|
|
150
152
|
export declare namespace RoomDto {
|
|
151
153
|
enum djType {
|
|
152
154
|
EVERYONE = "EVERYONE",
|
|
153
155
|
INVITE_ONLY = "INVITE_ONLY",
|
|
154
|
-
PRO_PLAN_OWNER = "PRO_PLAN_OWNER"
|
|
156
|
+
PRO_PLAN_OWNER = "PRO_PLAN_OWNER",
|
|
157
|
+
VERIFIED_ONLY = "VERIFIED_ONLY"
|
|
155
158
|
}
|
|
156
159
|
enum type {
|
|
157
160
|
PUBLIC = "PUBLIC",
|