@nexo-labs/payload-typesense 1.5.1 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2559,7 +2559,7 @@ const getEmbeddingField = (optional = true, dimensions = DEFAULT_EMBEDDING_DIMEN
|
|
|
2559
2559
|
...optional && { optional: true }
|
|
2560
2560
|
});
|
|
2561
2561
|
/**
|
|
2562
|
-
* Maps
|
|
2562
|
+
* Maps TypesenseFieldMapping to TypesenseFieldSchema
|
|
2563
2563
|
*/
|
|
2564
2564
|
const mapFieldMappingsToSchema = (fields) => {
|
|
2565
2565
|
return fields.map((field) => ({
|