@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/dist/index.d.mts +909 -559
- package/dist/index.d.ts +909 -559
- package/llms.txt +4 -2
- package/package.json +1 -1
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
|
-
- `
|
|
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
|
|