-
Notifications
You must be signed in to change notification settings - Fork 13.5k
refactor(group): migrate group.history to typed REST endpoint #39836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from 2 commits
0bbaae5
75a8066
64ef141
9a764be
e8312ad
3afd850
26713df
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| '@rocket.chat/rest-typings': minor | ||
| '@rocket.chat/meteor': minor | ||
| --- | ||
|
|
||
| Migrate groups.history with AJV validation and schema types |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| export type PaginatedRequest<T = Record<string, boolean | number | string | object>, S extends string = string> = { | ||
| count?: number; | ||
| offset?: number; | ||
| count?: string; | ||
| offset?: string; | ||
|
||
| sort?: `{ "${S}": ${1 | -1} }` | string; | ||
| /* deprecated */ | ||
| query?: string; | ||
|
|
||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.