Skip to content

fix: misc. endpoints fixes#817

Open
michaldrabik wants to merge 2 commits into
masterfrom
fix/api-sync
Open

fix: misc. endpoints fixes#817
michaldrabik wants to merge 2 commits into
masterfrom
fix/api-sync

Conversation

@michaldrabik

@michaldrabik michaldrabik commented Jun 19, 2026

Copy link
Copy Markdown
Collaborator

@rectifyer Is this passthrough() required? This PR proposes removing it cause it generates some weird artifact in the client.

@rectifyer

Copy link
Copy Markdown
Contributor

@michaldrabik I'm not entirely sure, but we should keep the passthrough if clients are dependent on data not specified in the schema directly. Safest to just leave it.

@michaldrabik

Copy link
Copy Markdown
Collaborator Author

@rectifyer OK reverted this and band-aided on client generator side for the moment.

@michaldrabik

Copy link
Copy Markdown
Collaborator Author

Added missing my_rating fields.
Ready for review and merge.

listed_at: z.string().datetime(),
notes: z.string().nullish(),
rank: z.number().int(),
my_rating: z.number().int().nullish(),

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be removed, please don't expose.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants