@@ -606,7 +606,7 @@ components:
606606 type: string
607607 x-stream-index: "002.001"
608608 type:
609- default: export.channels .error
609+ default: export.moderation_logs .error
610610 type: string
611611 x-stream-index: "003.002"
612612 required:
@@ -1230,47 +1230,41 @@ components:
12301230 CallType:
12311231 nullable: true
12321232 properties:
1233- AppPK :
1233+ app :
12341234 format: int32
12351235 type: integer
1236- writeOnly: true
12371236 x-stream-index: "003"
1238- CreatedAt :
1237+ created_at :
12391238 format: date-time
12401239 type: string
1241- writeOnly: true
12421240 x-stream-index: "005"
1243- ExternalStorage :
1244- type: string
1245- writeOnly: true
1246- x-stream-index: "009 "
1247- Name :
1241+ id :
1242+ format: int32
1243+ type: integer
1244+ x-stream-index: "002 "
1245+ name :
12481246 type: string
1249- writeOnly: true
12501247 x-stream-index: "004"
1251- NotificationSettings :
1248+ notification_settings :
12521249 $ref: '#/components/schemas/NotificationSettings'
12531250 x-stream-index: "008"
1254- PK:
1255- format: int32
1256- type: integer
1257- writeOnly: true
1258- x-stream-index: "002"
1259- Settings:
1251+ recording_external_storage:
1252+ type: string
1253+ x-stream-index: "009"
1254+ settings:
12601255 $ref: '#/components/schemas/CallSettings'
12611256 x-stream-index: "007"
1262- UpdatedAt :
1257+ updated_at :
12631258 format: date-time
12641259 type: string
1265- writeOnly: true
12661260 x-stream-index: "006"
12671261 required:
1268- - PK
1269- - AppPK
1270- - Name
1271- - CreatedAt
1272- - UpdatedAt
1273- - ExternalStorage
1262+ - id
1263+ - app
1264+ - name
1265+ - created_at
1266+ - updated_at
1267+ - recording_external_storage
12741268 type: object
12751269 CampaignChannelTemplate:
12761270 properties:
@@ -7803,7 +7797,7 @@ components:
78037797 type: array
78047798 x-stream-index: "001.002"
78057799 type:
7806- default: message.new
7800+ default: notification.thread_message_new
78077801 type: string
78087802 x-stream-index: "004.001"
78097803 user:
@@ -10320,6 +10314,9 @@ components:
1032010314 huawei_app_secret:
1032110315 type: string
1032210316 x-stream-index: "028"
10317+ huawei_host:
10318+ type: string
10319+ x-stream-index: "032"
1032310320 name:
1032410321 maxLength: 36
1032510322 minLength: 1
@@ -15382,10 +15379,12 @@ components:
1538215379 type: string
1538315380 x-stream-index: "004"
1538415381 push_provider_type:
15385- description: Push provider type (firebase, apn)
15382+ description: Push provider type (firebase, apn, huawei, xiaomi )
1538615383 enum:
1538715384 - firebase
1538815385 - apn
15386+ - huawei
15387+ - xiaomi
1538915388 title: string
1539015389 type: string
1539115390 x-stream-index: "005"
@@ -16728,7 +16727,7 @@ components:
1672816727 type: apiKey
1672916728info:
1673016729 title: Stream API
16731- version: v198.27 .0
16730+ version: v198.32 .0
1673216731openapi: 3.0.3
1673316732paths:
1673416733 /app:
@@ -21427,10 +21426,13 @@ paths:
2142721426 name: push_provider_type
2142821427 required: true
2142921428 schema:
21430- description: Push provider type (firebase, apn) to filter templates
21429+ description: Push provider type (firebase, apn, huawei, xiaomi) to filter
21430+ templates
2143121431 enum:
2143221432 - firebase
2143321433 - apn
21434+ - huawei
21435+ - xiaomi
2143421436 title: string
2143521437 type: string
2143621438 writeOnly: true
0 commit comments