Merge branch 'develop' into feature/2024.9.0
This commit is contained in:
commit
2a4c91efcc
14 changed files with 204 additions and 6 deletions
|
|
@ -1674,6 +1674,7 @@ declare namespace entities {
|
|||
NotesPollsRecommendationRequest,
|
||||
NotesPollsRecommendationResponse,
|
||||
NotesPollsVoteRequest,
|
||||
NotesPollsRefreshRequest,
|
||||
NotesReactionsRequest,
|
||||
NotesReactionsResponse,
|
||||
NotesReactionsCreateRequest,
|
||||
|
|
@ -2770,6 +2771,9 @@ type NotesPollsRecommendationRequest = operations['notes___polls___recommendatio
|
|||
// @public (undocumented)
|
||||
type NotesPollsRecommendationResponse = operations['notes___polls___recommendation']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type NotesPollsRefreshRequest = operations['notes___polls___refresh']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type NotesPollsVoteRequest = operations['notes___polls___vote']['requestBody']['content']['application/json'];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue