graphlit-client 1.0.20251124003 → 1.0.20251124004

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.
@@ -3962,6 +3962,8 @@ export declare enum EntityEnrichmentServiceTypes {
3962
3962
  Fhir = "FHIR",
3963
3963
  /** Parallel */
3964
3964
  Parallel = "PARALLEL",
3965
+ /** Radar */
3966
+ Radar = "RADAR",
3965
3967
  /** Wikipedia */
3966
3968
  Wikipedia = "WIKIPEDIA"
3967
3969
  }
@@ -681,6 +681,8 @@ export var EntityEnrichmentServiceTypes;
681
681
  EntityEnrichmentServiceTypes["Fhir"] = "FHIR";
682
682
  /** Parallel */
683
683
  EntityEnrichmentServiceTypes["Parallel"] = "PARALLEL";
684
+ /** Radar */
685
+ EntityEnrichmentServiceTypes["Radar"] = "RADAR";
684
686
  /** Wikipedia */
685
687
  EntityEnrichmentServiceTypes["Wikipedia"] = "WIKIPEDIA";
686
688
  })(EntityEnrichmentServiceTypes || (EntityEnrichmentServiceTypes = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20251124003",
3
+ "version": "1.0.20251124004",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",