@memnexus-ai/typescript-sdk 1.14.5 → 1.14.10

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.ts CHANGED
@@ -3361,7 +3361,7 @@ type HealthCheck = z.infer<typeof healthCheck>;
3361
3361
  declare class HealthService extends BaseService {
3362
3362
  /**
3363
3363
  * Returns the health status and uptime of the API service.This endpoint is public and requires no authentication.
3364
- Use this endpoint for monitoring, health checks, and availability verification.
3364
+ Use this endpoint for monitoring, health checks, and service availability verification.
3365
3365
 
3366
3366
  * @param {RequestConfig} [requestConfig] - The request configuration for retry and validation.
3367
3367
  * @returns {Promise<HttpResponse<HealthCheck>>} - Service is healthy
package/dist/index.js CHANGED
@@ -4098,7 +4098,7 @@ var healthCheckRequest = import_zod55.z.lazy(() => {
4098
4098
  var HealthService = class extends BaseService {
4099
4099
  /**
4100
4100
  * Returns the health status and uptime of the API service.This endpoint is public and requires no authentication.
4101
- Use this endpoint for monitoring, health checks, and availability verification.
4101
+ Use this endpoint for monitoring, health checks, and service availability verification.
4102
4102
 
4103
4103
  * @param {RequestConfig} [requestConfig] - The request configuration for retry and validation.
4104
4104
  * @returns {Promise<HttpResponse<HealthCheck>>} - Service is healthy
package/dist/index.mjs CHANGED
@@ -4004,7 +4004,7 @@ var healthCheckRequest = z53.lazy(() => {
4004
4004
  var HealthService = class extends BaseService {
4005
4005
  /**
4006
4006
  * Returns the health status and uptime of the API service.This endpoint is public and requires no authentication.
4007
- Use this endpoint for monitoring, health checks, and availability verification.
4007
+ Use this endpoint for monitoring, health checks, and service availability verification.
4008
4008
 
4009
4009
  * @param {RequestConfig} [requestConfig] - The request configuration for retry and validation.
4010
4010
  * @returns {Promise<HttpResponse<HealthCheck>>} - Service is healthy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memnexus-ai/typescript-sdk",
3
- "version": "1.14.5",
3
+ "version": "1.14.10",
4
4
  "description": "Core API service for MemNexus - single service boundary for all data access",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./dist/index.js",