@eng-ai/sdk 2.8.4 → 2.8.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  All notable changes to `@eng-ai/sdk` will be documented in this file.
4
4
 
5
+ ## 2.8.5 - 2026-04-14
6
+
7
+ ### Changed
8
+
9
+ - Release alignment with backend intake pipeline update:
10
+ - Intake now relies on native multimodal document handling in the backend.
11
+ - Legacy OCR/vision-deep endpoints were removed server-side.
12
+ - No breaking JS SDK API surface changes; existing project intake methods remain:
13
+ - `getProjectIntakeStatus(projectId)`
14
+ - `runProjectIntake(projectId, { mode?: "initial_full" | "delta_refresh" })`
15
+
5
16
  ## 2.8.4 - 2026-04-09
6
17
 
7
18
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eng-ai/sdk",
3
- "version": "2.8.4",
3
+ "version": "2.8.5",
4
4
  "description": "Official JavaScript SDK for ENG-AI External API v2",
5
5
  "type": "module",
6
6
  "main": "./src/client.js",