Skip to content
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

FIX Rename PresetSchema property id to name #191

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

bfritscher
Copy link
Contributor

This is only for the typings to match structure of real api return. Library already works since the data is not accessed by name.
fixes #190

Based on a quick test the api also returns the complete value object on DELETE and not only the name like defined in PresetDeleteSchema.

Change Summary

Change id to name for presetSchema

PR Checklist

This is only for the typings to match structure of real api return. Library already works since the data is not accessed by name.
@jasonbosco jasonbosco merged commit af512c7 into typesense:master Jan 26, 2024
1 check passed
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.

PresetSchema is declared as id but api returns name
2 participants