라이브 성별 제한 옵션 추가

라이브 생성과 수정 요청에 성별 제한 값을 포함한다.
라이브 정보 조회 응답에 성별 제한 값을 제공한다.
This commit is contained in:
Yu Sung
2026-02-02 18:20:26 +09:00
parent b985af4497
commit 5159debf7f
9 changed files with 135 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ struct CreateLiveRoomRequest: Encodable {
let tags: [String]
let numberOfPeople: Int
var isAdult: Bool = false
var genderRestriction: LiveRoomCreateViewModel.GenderRestriction = .ALL
var price = 0
var type: LiveRoomCreateViewModel.LiveRoomType = .OPEN
var password: String? = nil