typesense / typesense-js

JavaScript / TypeScript client for Typesense
https://typesense.org/docs/api
Apache License 2.0
393 stars 74 forks source link

FIX Rename PresetSchema property id to name #191

Closed bfritscher closed 6 months ago

bfritscher commented 7 months ago

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