@gpt-core/admin 0.8.27 → 0.9.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/llms.txt CHANGED
@@ -265,12 +265,14 @@ client.setConfig({
265
265
 
266
266
  ## Extraction Results
267
267
 
268
+ - `getExtractionResults()` - List results
268
269
  - `getExtractionResultsById()` - Get results
269
270
  - `getExtractionResultsDocumentByDocumentId()` - Get document
270
271
  - `getExtractionResultsWorkspaceByWorkspaceId()` - Get workspace
271
- - `postExtractionResults()` - Create results
272
- - `patchExtractionResultsByIdCorrections()` - Update corrections
272
+ - `patchExtractionResultsById()` - Update results
273
273
  - `patchExtractionResultsByIdRegenerate()` - Update regenerate
274
+ - `patchExtractionResultsByIdSaveCorrections()` - Update save corrections
275
+ - `deleteExtractionResultsById()` - Delete results
274
276
 
275
277
  ## Field mapping confirmation
276
278
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/admin",
3
- "version": "0.8.27",
3
+ "version": "0.9.01",
4
4
  "description": "TypeScript SDK for GPT Core Admin API - Platform administration and ISV management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",