Skip to content

Commit 433dd14

Browse files
authored
Update video openapi Spec (#1389)
2 parents fc68770 + 893cab6 commit 433dd14

36 files changed

+1810
-1492
lines changed

openapi/chat-openapi-clientside.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/chat-openapi-clientside.yaml

Lines changed: 63 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -853,39 +853,39 @@ components:
853853
items:
854854
type: string
855855
type: array
856-
x-stream-index: "001.027"
856+
x-stream-index: "001.028"
857857
automod:
858858
enum:
859859
- disabled
860860
- simple
861861
- AI
862862
type: string
863-
x-stream-index: "001.022"
863+
x-stream-index: "001.023"
864864
automod_behavior:
865865
enum:
866866
- flag
867867
- block
868868
- shadow_block
869869
type: string
870-
x-stream-index: "001.023"
870+
x-stream-index: "001.024"
871871
automod_thresholds:
872872
$ref: '#/components/schemas/Thresholds'
873-
x-stream-index: "001.028"
873+
x-stream-index: "001.029"
874874
blocklist:
875875
type: string
876-
x-stream-index: "001.024"
876+
x-stream-index: "001.025"
877877
blocklist_behavior:
878878
enum:
879879
- flag
880880
- block
881881
- shadow_block
882882
type: string
883-
x-stream-index: "001.025"
883+
x-stream-index: "001.026"
884884
blocklists:
885885
items:
886886
$ref: '#/components/schemas/BlockListOptions'
887887
type: array
888-
x-stream-index: "001.026"
888+
x-stream-index: "001.027"
889889
commands:
890890
items:
891891
type: string
@@ -896,65 +896,68 @@ components:
896896
x-stream-index: "001.004"
897897
count_messages:
898898
type: boolean
899-
x-stream-index: "001.019"
899+
x-stream-index: "001.020"
900900
created_at:
901901
format: date-time
902902
type: string
903903
x-stream-index: "002.003"
904904
custom_events:
905905
type: boolean
906-
x-stream-index: "001.012"
906+
x-stream-index: "001.013"
907+
delivery_events:
908+
type: boolean
909+
x-stream-index: "001.005"
907910
mark_messages_pending:
908911
type: boolean
909-
x-stream-index: "001.015"
912+
x-stream-index: "001.016"
910913
max_message_length:
911914
format: int32
912915
maximum: 20000
913916
type: integer
914-
x-stream-index: "001.021"
917+
x-stream-index: "001.022"
915918
mutes:
916919
type: boolean
917-
x-stream-index: "001.009"
920+
x-stream-index: "001.010"
918921
name:
919922
type: string
920923
x-stream-index: "001.001"
921924
partition_size:
922925
format: int32
923926
type: integer
924-
x-stream-index: "001.029"
927+
x-stream-index: "001.030"
925928
partition_ttl:
926929
type: integer
927-
x-stream-index: "001.030"
930+
x-stream-index: "001.031"
928931
polls:
929932
type: boolean
930-
x-stream-index: "001.016"
933+
x-stream-index: "001.017"
931934
push_notifications:
932935
type: boolean
933-
x-stream-index: "001.013"
936+
x-stream-index: "001.014"
934937
quotes:
935938
type: boolean
936-
x-stream-index: "001.008"
939+
x-stream-index: "001.009"
937940
reactions:
938941
type: boolean
939-
x-stream-index: "001.006"
942+
x-stream-index: "001.007"
940943
read_events:
941944
type: boolean
942945
x-stream-index: "001.003"
943946
reminders:
944947
type: boolean
945-
x-stream-index: "001.014"
948+
x-stream-index: "001.015"
946949
replies:
947950
type: boolean
948-
x-stream-index: "001.007"
951+
x-stream-index: "001.008"
949952
search:
950953
type: boolean
951-
x-stream-index: "001.005"
954+
x-stream-index: "001.006"
952955
shared_locations:
953956
type: boolean
954-
x-stream-index: "001.018"
957+
x-stream-index: "001.019"
955958
skip_last_msg_update_for_system_msgs:
956959
type: boolean
957-
x-stream-index: "001.031"
960+
x-stream-index: "001.032"
958961
typing_events:
959962
type: boolean
960963
x-stream-index: "001.002"
@@ -964,18 +967,19 @@ components:
964967
x-stream-index: "002.004"
965968
uploads:
966969
type: boolean
967-
x-stream-index: "001.010"
970+
x-stream-index: "001.011"
968971
url_enrichment:
969972
type: boolean
970-
x-stream-index: "001.011"
973+
x-stream-index: "001.012"
971974
user_message_reminders:
972975
type: boolean
973-
x-stream-index: "001.017"
976+
x-stream-index: "001.018"
974977
required:
975978
- name
976979
- typing_events
977980
- read_events
978981
- connect_events
982+
- delivery_events
979983
- search
980984
- reactions
981985
- replies
@@ -1006,39 +1010,39 @@ components:
10061010
items:
10071011
type: string
10081012
type: array
1009-
x-stream-index: 001.002.027
1013+
x-stream-index: 001.002.028
10101014
automod:
10111015
enum:
10121016
- disabled
10131017
- simple
10141018
- AI
10151019
type: string
1016-
x-stream-index: 001.002.022
1020+
x-stream-index: 001.002.023
10171021
automod_behavior:
10181022
enum:
10191023
- flag
10201024
- block
10211025
- shadow_block
10221026
type: string
1023-
x-stream-index: 001.002.023
1027+
x-stream-index: 001.002.024
10241028
automod_thresholds:
10251029
$ref: '#/components/schemas/Thresholds'
1026-
x-stream-index: 001.002.028
1030+
x-stream-index: 001.002.029
10271031
blocklist:
10281032
type: string
1029-
x-stream-index: 001.002.024
1033+
x-stream-index: 001.002.025
10301034
blocklist_behavior:
10311035
enum:
10321036
- flag
10331037
- block
10341038
- shadow_block
10351039
type: string
1036-
x-stream-index: 001.002.025
1040+
x-stream-index: 001.002.026
10371041
blocklists:
10381042
items:
10391043
$ref: '#/components/schemas/BlockListOptions'
10401044
type: array
1041-
x-stream-index: 001.002.026
1045+
x-stream-index: 001.002.027
10421046
commands:
10431047
items:
10441048
$ref: '#/components/schemas/Command'
@@ -1049,14 +1053,17 @@ components:
10491053
x-stream-index: 001.002.004
10501054
count_messages:
10511055
type: boolean
1052-
x-stream-index: 001.002.019
1056+
x-stream-index: 001.002.020
10531057
created_at:
10541058
format: date-time
10551059
type: string
10561060
x-stream-index: 001.001.003
10571061
custom_events:
10581062
type: boolean
1059-
x-stream-index: 001.002.012
1063+
x-stream-index: 001.002.013
1064+
delivery_events:
1065+
type: boolean
1066+
x-stream-index: 001.002.005
10601067
grants:
10611068
additionalProperties:
10621069
items:
@@ -1066,58 +1073,58 @@ components:
10661073
x-stream-index: "002"
10671074
mark_messages_pending:
10681075
type: boolean
1069-
x-stream-index: 001.002.015
1076+
x-stream-index: 001.002.016
10701077
max_message_length:
10711078
format: int32
10721079
maximum: 20000
10731080
type: integer
1074-
x-stream-index: 001.002.021
1081+
x-stream-index: 001.002.022
10751082
mutes:
10761083
type: boolean
1077-
x-stream-index: 001.002.009
1084+
x-stream-index: 001.002.010
10781085
name:
10791086
type: string
10801087
x-stream-index: 001.002.001
10811088
partition_size:
10821089
format: int32
10831090
type: integer
1084-
x-stream-index: 001.002.029
1091+
x-stream-index: 001.002.030
10851092
partition_ttl:
10861093
example: 24h
10871094
format: duration
10881095
nullable: true
10891096
type: string
1090-
x-stream-index: 001.002.030
1097+
x-stream-index: 001.002.031
10911098
polls:
10921099
type: boolean
1093-
x-stream-index: 001.002.016
1100+
x-stream-index: 001.002.017
10941101
push_notifications:
10951102
type: boolean
1096-
x-stream-index: 001.002.013
1103+
x-stream-index: 001.002.014
10971104
quotes:
10981105
type: boolean
1099-
x-stream-index: 001.002.008
1106+
x-stream-index: 001.002.009
11001107
reactions:
11011108
type: boolean
1102-
x-stream-index: 001.002.006
1109+
x-stream-index: 001.002.007
11031110
read_events:
11041111
type: boolean
11051112
x-stream-index: 001.002.003
11061113
reminders:
11071114
type: boolean
1108-
x-stream-index: 001.002.014
1115+
x-stream-index: 001.002.015
11091116
replies:
11101117
type: boolean
1111-
x-stream-index: 001.002.007
1118+
x-stream-index: 001.002.008
11121119
search:
11131120
type: boolean
1114-
x-stream-index: 001.002.005
1121+
x-stream-index: 001.002.006
11151122
shared_locations:
11161123
type: boolean
1117-
x-stream-index: 001.002.018
1124+
x-stream-index: 001.002.019
11181125
skip_last_msg_update_for_system_msgs:
11191126
type: boolean
1120-
x-stream-index: 001.002.031
1127+
x-stream-index: 001.002.032
11211128
typing_events:
11221129
type: boolean
11231130
x-stream-index: 001.002.002
@@ -1127,20 +1134,21 @@ components:
11271134
x-stream-index: 001.001.004
11281135
uploads:
11291136
type: boolean
1130-
x-stream-index: 001.002.010
1137+
x-stream-index: 001.002.011
11311138
url_enrichment:
11321139
type: boolean
1133-
x-stream-index: 001.002.011
1140+
x-stream-index: 001.002.012
11341141
user_message_reminders:
11351142
type: boolean
1136-
x-stream-index: 001.002.017
1143+
x-stream-index: 001.002.018
11371144
required:
11381145
- created_at
11391146
- updated_at
11401147
- name
11411148
- typing_events
11421149
- read_events
11431150
- connect_events
1151+
- delivery_events
11441152
- search
11451153
- reactions
11461154
- replies
@@ -1637,6 +1645,7 @@ components:
16371645
- delete-any-message
16381646
- delete-channel
16391647
- delete-own-message
1648+
- delivery-events
16401649
- flag-message
16411650
- freeze-channel
16421651
- join-channel
@@ -4648,7 +4657,7 @@ components:
46484657
type: array
46494658
x-stream-index: "001.002"
46504659
type:
4651-
default: notification.thread_message_new
4660+
default: message.new
46524661
type: string
46534662
x-stream-index: "004.001"
46544663
user:
@@ -12083,7 +12092,7 @@ components:
1208312092
type: apiKey
1208412093
info:
1208512094
title: Stream API
12086-
version: v198.11.0
12095+
version: v198.17.0
1208712096
openapi: 3.0.3
1208812097
paths:
1208912098
/app:

openapi/chat-openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)