@avallon-labs/sdk 5.4.0 → 5.5.0-staging.208

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/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1813,6 +1813,7 @@ interface Extract {
1813
1813
  job_id: string;
1814
1814
  scope: ExtractScope;
1815
1815
  result: unknown;
1816
+ citations: unknown | null;
1816
1817
  created_at: string;
1817
1818
  }
1818
1819
 
@@ -1841,6 +1842,7 @@ interface ExtractSummary {
1841
1842
  extractor_name: string;
1842
1843
  scope: ExtractSummaryScope;
1843
1844
  result: unknown;
1845
+ citations: unknown | null;
1844
1846
  created_at: string;
1845
1847
  }
1846
1848
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avallon-labs/sdk",
3
- "version": "5.4.0",
3
+ "version": "5.5.0-staging.208",
4
4
  "description": "Avallon API SDK - generated from OpenAPI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",