@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.d.cts CHANGED
@@ -3218,7 +3218,7 @@ declare const entityNode: z.ZodObject<{
3218
3218
  /** Normalized (lowercase) name for deduplication */
3219
3219
  normalizedName: z.ZodString;
3220
3220
  /** Entity type classification */
3221
- type: z.ZodEnum<["PERSON", "PROJECT", "TECHNOLOGY", "VERSION", "API_ENDPOINT", "CONFIGURATION", "CONCEPT", "ORGANIZATION"]>;
3221
+ type: z.ZodEnum<["PERSON", "PROJECT", "TECHNOLOGY", "COMPONENT", "API_ENDPOINT", "FILE", "CONCEPT", "ORGANIZATION", "LOCATION"]>;
3222
3222
  /** Alternative names for this entity */
3223
3223
  aliases: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3224
3224
  /** Extraction confidence score (0-1) */
@@ -3234,7 +3234,7 @@ declare const entityNode: z.ZodObject<{
3234
3234
  /** Last update timestamp */
3235
3235
  updatedAt: z.ZodString;
3236
3236
  }, "strip", z.ZodTypeAny, {
3237
- type: "PERSON" | "PROJECT" | "TECHNOLOGY" | "VERSION" | "API_ENDPOINT" | "CONFIGURATION" | "CONCEPT" | "ORGANIZATION";
3237
+ type: "PERSON" | "PROJECT" | "TECHNOLOGY" | "COMPONENT" | "API_ENDPOINT" | "FILE" | "CONCEPT" | "ORGANIZATION" | "LOCATION";
3238
3238
  id: string;
3239
3239
  name: string;
3240
3240
  createdAt: string;
@@ -3247,7 +3247,7 @@ declare const entityNode: z.ZodObject<{
3247
3247
  mentionCount: number;
3248
3248
  aliases?: string[] | undefined;
3249
3249
  }, {
3250
- type: "PERSON" | "PROJECT" | "TECHNOLOGY" | "VERSION" | "API_ENDPOINT" | "CONFIGURATION" | "CONCEPT" | "ORGANIZATION";
3250
+ type: "PERSON" | "PROJECT" | "TECHNOLOGY" | "COMPONENT" | "API_ENDPOINT" | "FILE" | "CONCEPT" | "ORGANIZATION" | "LOCATION";
3251
3251
  id: string;
3252
3252
  name: string;
3253
3253
  createdAt: string;
package/dist/index.d.ts CHANGED
@@ -3218,7 +3218,7 @@ declare const entityNode: z.ZodObject<{
3218
3218
  /** Normalized (lowercase) name for deduplication */
3219
3219
  normalizedName: z.ZodString;
3220
3220
  /** Entity type classification */
3221
- type: z.ZodEnum<["PERSON", "PROJECT", "TECHNOLOGY", "VERSION", "API_ENDPOINT", "CONFIGURATION", "CONCEPT", "ORGANIZATION"]>;
3221
+ type: z.ZodEnum<["PERSON", "PROJECT", "TECHNOLOGY", "COMPONENT", "API_ENDPOINT", "FILE", "CONCEPT", "ORGANIZATION", "LOCATION"]>;
3222
3222
  /** Alternative names for this entity */
3223
3223
  aliases: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3224
3224
  /** Extraction confidence score (0-1) */
@@ -3234,7 +3234,7 @@ declare const entityNode: z.ZodObject<{
3234
3234
  /** Last update timestamp */
3235
3235
  updatedAt: z.ZodString;
3236
3236
  }, "strip", z.ZodTypeAny, {
3237
- type: "PERSON" | "PROJECT" | "TECHNOLOGY" | "VERSION" | "API_ENDPOINT" | "CONFIGURATION" | "CONCEPT" | "ORGANIZATION";
3237
+ type: "PERSON" | "PROJECT" | "TECHNOLOGY" | "COMPONENT" | "API_ENDPOINT" | "FILE" | "CONCEPT" | "ORGANIZATION" | "LOCATION";
3238
3238
  id: string;
3239
3239
  name: string;
3240
3240
  createdAt: string;
@@ -3247,7 +3247,7 @@ declare const entityNode: z.ZodObject<{
3247
3247
  mentionCount: number;
3248
3248
  aliases?: string[] | undefined;
3249
3249
  }, {
3250
- type: "PERSON" | "PROJECT" | "TECHNOLOGY" | "VERSION" | "API_ENDPOINT" | "CONFIGURATION" | "CONCEPT" | "ORGANIZATION";
3250
+ type: "PERSON" | "PROJECT" | "TECHNOLOGY" | "COMPONENT" | "API_ENDPOINT" | "FILE" | "CONCEPT" | "ORGANIZATION" | "LOCATION";
3251
3251
  id: string;
3252
3252
  name: string;
3253
3253
  createdAt: string;
package/dist/index.js CHANGED
@@ -5334,7 +5334,7 @@ var entityNode = z.object({
5334
5334
  /** Normalized (lowercase) name for deduplication */
5335
5335
  normalizedName: z.string(),
5336
5336
  /** Entity type classification */
5337
- type: z.enum(["PERSON", "PROJECT", "TECHNOLOGY", "VERSION", "API_ENDPOINT", "CONFIGURATION", "CONCEPT", "ORGANIZATION"]),
5337
+ type: z.enum(["PERSON", "PROJECT", "TECHNOLOGY", "COMPONENT", "API_ENDPOINT", "FILE", "CONCEPT", "ORGANIZATION", "LOCATION"]),
5338
5338
  /** Alternative names for this entity */
5339
5339
  aliases: z.array(z.string()).optional(),
5340
5340
  /** Extraction confidence score (0-1) */