Skip to content

Commit

Permalink
chore(types): update private API type definition (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
bangumi-bot authored Jul 16, 2023
1 parent 0b8db52 commit 200863e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/client/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ export interface operations {
/** @description 获取帖子列表 */
listGroupMembersByName: {
parameters: {
query: {
query?: {
type?: 'mod' | 'normal' | 'all';
limit?: number;
offset?: number;
Expand Down Expand Up @@ -629,7 +629,7 @@ export interface operations {
/** @description 获取小组首页 */
getGroupProfile: {
parameters: {
query: {
query?: {
limit?: number;
offset?: number;
};
Expand Down Expand Up @@ -661,7 +661,7 @@ export interface operations {
/** @description 获取帖子列表 */
getGroupTopicsByGroupName: {
parameters: {
query: {
query?: {
limit?: number;
offset?: number;
};
Expand Down Expand Up @@ -842,7 +842,7 @@ export interface operations {
/** 获取未读通知 */
listNotice: {
parameters: {
query: {
query?: {
/** @description max 40 */
limit?: number;
unread?: boolean;
Expand Down Expand Up @@ -875,7 +875,7 @@ export interface operations {
/** @description 获取帖子列表 */
getSubjectTopicsBySubjectId: {
parameters: {
query: {
query?: {
limit?: number;
offset?: number;
};
Expand Down

0 comments on commit 200863e

Please sign in to comment.