parent
39dd59b062
commit
ea643e5ffe
|
|
@ -111,6 +111,7 @@ class EntryActions {
|
|||
publishedAfter: pageParam,
|
||||
limit,
|
||||
inboxId: `${inboxId}`,
|
||||
read,
|
||||
},
|
||||
})
|
||||
: await apiClient.entries.$post({
|
||||
|
|
|
|||
|
|
@ -5785,6 +5785,7 @@ declare const _routes: hono_hono_base.HonoBase<Env, {
|
|||
input: {
|
||||
json: {
|
||||
inboxId: string;
|
||||
read?: boolean | undefined;
|
||||
limit?: number | undefined;
|
||||
publishedAfter?: string | undefined;
|
||||
publishedBefore?: string | undefined;
|
||||
|
|
|
|||
Loading…
Reference in New Issue