@@ -606,7 +606,7 @@ components:
606606 type: string
607607 x-stream-index: "002.001"
608608 type:
609- default: export.bulk_image_moderation .error
609+ default: export.moderation_logs .error
610610 type: string
611611 x-stream-index: "003.002"
612612 required:
@@ -1192,37 +1192,43 @@ components:
11921192 x-stream-index: "002"
11931193 broadcasting:
11941194 $ref: '#/components/schemas/BroadcastSettings'
1195- x-stream-index: "007 "
1195+ x-stream-index: "009 "
11961196 frame_recording:
11971197 $ref: '#/components/schemas/FrameRecordSettings'
11981198 x-stream-index: "006"
11991199 geofencing:
12001200 $ref: '#/components/schemas/GeofenceSettings'
1201- x-stream-index: "008"
1201+ x-stream-index: "010"
1202+ individual_recording:
1203+ $ref: '#/components/schemas/IndividualRecordSettings'
1204+ x-stream-index: "007"
12021205 ingress:
12031206 $ref: '#/components/schemas/IngressSettings'
1204- x-stream-index: "014 "
1207+ x-stream-index: "016 "
12051208 limits:
12061209 $ref: '#/components/schemas/LimitsSettings'
1207- x-stream-index: "012"
1210+ x-stream-index: "014"
1211+ raw_recording:
1212+ $ref: '#/components/schemas/RawRecordSettings'
1213+ x-stream-index: "008"
12081214 recording:
12091215 $ref: '#/components/schemas/RecordSettings'
12101216 x-stream-index: "005"
12111217 ring:
12121218 $ref: '#/components/schemas/RingSettings'
1213- x-stream-index: "010 "
1219+ x-stream-index: "012 "
12141220 screensharing:
12151221 $ref: '#/components/schemas/ScreensharingSettings'
12161222 x-stream-index: "004"
12171223 session:
12181224 $ref: '#/components/schemas/SessionSettings'
1219- x-stream-index: "013 "
1225+ x-stream-index: "015 "
12201226 thumbnails:
12211227 $ref: '#/components/schemas/ThumbnailsSettings'
1222- x-stream-index: "011 "
1228+ x-stream-index: "013 "
12231229 transcription:
12241230 $ref: '#/components/schemas/TranscriptionSettings'
1225- x-stream-index: "009 "
1231+ x-stream-index: "011 "
12261232 video:
12271233 $ref: '#/components/schemas/VideoSettings'
12281234 x-stream-index: "003"
@@ -6928,6 +6934,18 @@ components:
69286934 - prev_state
69296935 - next_state
69306936 type: object
6937+ IndividualRecordSettings:
6938+ properties:
6939+ mode:
6940+ enum:
6941+ - available
6942+ - disabled
6943+ - auto-on
6944+ type: string
6945+ x-stream-index: "001"
6946+ required:
6947+ - mode
6948+ type: object
69316949 IngressAudioEncodingOptions:
69326950 properties:
69336951 bitrate:
@@ -8091,7 +8109,7 @@ components:
80918109 type: array
80928110 x-stream-index: "001.002"
80938111 type:
8094- default: notification.thread_message_new
8112+ default: message.new
80958113 type: string
80968114 x-stream-index: "004.001"
80978115 user:
@@ -11698,6 +11716,18 @@ components:
1169811716 required:
1169911717 - enabled
1170011718 type: object
11719+ RawRecordSettings:
11720+ properties:
11721+ mode:
11722+ enum:
11723+ - available
11724+ - disabled
11725+ - auto-on
11726+ type: string
11727+ x-stream-index: "001"
11728+ required:
11729+ - mode
11730+ type: object
1170111731 Reaction:
1170211732 nullable: true
1170311733 properties:
@@ -12596,6 +12626,11 @@ components:
1259612626 force_default_search:
1259712627 type: boolean
1259812628 x-stream-index: "010"
12629+ force_sql_v2_backend:
12630+ description: Force usage of SQL v2 search backend
12631+ title: Force SQL v2 Backend
12632+ type: boolean
12633+ x-stream-index: "011"
1259912634 limit:
1260012635 description: Number of messages to return
1260112636 format: int32
@@ -17011,7 +17046,7 @@ components:
1701117046 type: apiKey
1701217047info:
1701317048 title: Stream API
17014- version: v213.13 .0
17049+ version: v213.15 .0
1701517050openapi: 3.0.3
1701617051paths:
1701717052 /app:
0 commit comments