@memnexus-ai/typescript-sdk 1.50.0 → 1.50.1
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5459,7 +5459,7 @@ var entityNode = import_zod.z.object({
|
|
|
5459
5459
|
/** Normalized (lowercase) name for deduplication */
|
|
5460
5460
|
normalizedName: import_zod.z.string(),
|
|
5461
5461
|
/** Entity type classification */
|
|
5462
|
-
type: import_zod.z.enum(["PERSON", "PROJECT", "TECHNOLOGY", "
|
|
5462
|
+
type: import_zod.z.enum(["PERSON", "PROJECT", "TECHNOLOGY", "COMPONENT", "API_ENDPOINT", "FILE", "CONCEPT", "ORGANIZATION", "LOCATION"]),
|
|
5463
5463
|
/** Alternative names for this entity */
|
|
5464
5464
|
aliases: import_zod.z.array(import_zod.z.string()).optional(),
|
|
5465
5465
|
/** Extraction confidence score (0-1) */
|