Skip to content

Commit

Permalink
Update video openapi Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
stream-ci-zz committed Feb 3, 2025
1 parent 24639e5 commit b2038b8
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 35 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docusaurus/video/docusaurus/docs/api/video-openapi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3898,7 +3898,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: notification.thread_message_new
default: message.new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -10026,7 +10026,7 @@ components:
type: apiKey
info:
title: Stream API
version: v151.0.1
version: v151.0.3
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/chat-openapi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14122,7 +14122,7 @@ components:
type: apiKey
info:
title: Stream API
version: v151.0.1
version: v151.0.3
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12587,10 +12587,6 @@ components:
lower_bound:
$ref: '#/components/schemas/Bound'
x-stream-index: "002"
mean:
format: float
type: number
x-stream-index: "006"
sum:
format: float
type: number
Expand All @@ -12602,7 +12598,6 @@ components:
- category
- sum
- count
- mean
type: object
RequestPermissionRequest:
nullable: true
Expand Down Expand Up @@ -12850,6 +12845,11 @@ components:
status:
type: string
x-stream-index: "007"
teams:
items:
type: string
type: array
x-stream-index: "024"
updated_at:
format: date-time
type: number
Expand Down Expand Up @@ -17202,7 +17202,7 @@ components:
type: apiKey
info:
title: Stream API
version: v151.0.1
version: v151.0.3
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16388,10 +16388,6 @@ components:
lower_bound:
$ref: '#/components/schemas/Bound'
x-stream-index: "002"
mean:
format: float
type: number
x-stream-index: "006"
sum:
format: float
type: number
Expand All @@ -16403,7 +16399,6 @@ components:
- category
- sum
- count
- mean
type: object
ReportResponse:
properties:
Expand Down Expand Up @@ -16654,6 +16649,11 @@ components:
status:
type: string
x-stream-index: "007"
teams:
items:
type: string
type: array
x-stream-index: "024"
updated_at:
format: date-time
type: number
Expand Down Expand Up @@ -22298,7 +22298,7 @@ components:
type: apiKey
info:
title: Stream API
version: v151.0.1
version: v151.0.3
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/video-openapi-clientside.json

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions openapi/video-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4378,10 +4378,6 @@ components:
lower_bound:
$ref: '#/components/schemas/Bound'
x-stream-index: "002"
mean:
format: float
type: number
x-stream-index: "006"
sum:
format: float
type: number
Expand All @@ -4393,7 +4389,6 @@ components:
- category
- sum
- count
- mean
type: object
RequestPermissionRequest:
nullable: true
Expand Down Expand Up @@ -6165,7 +6160,7 @@ components:
type: apiKey
info:
title: Stream API
version: v151.0.1
version: v151.0.3
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down
2 changes: 1 addition & 1 deletion openapi/video-openapi.json

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions openapi/video-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4570,10 +4570,6 @@ components:
lower_bound:
$ref: '#/components/schemas/Bound'
x-stream-index: "002"
mean:
format: float
type: number
x-stream-index: "006"
sum:
format: float
type: number
Expand All @@ -4585,7 +4581,6 @@ components:
- category
- sum
- count
- mean
type: object
ReportResponse:
properties:
Expand Down Expand Up @@ -6539,7 +6534,7 @@ components:
type: apiKey
info:
title: Stream API
version: v151.0.1
version: v151.0.3
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down

0 comments on commit b2038b8

Please sign in to comment.