@gpt-core/admin 0.8.20 → 0.8.21
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 +402 -1
- package/dist/index.d.ts +402 -1
- package/llms.txt +8 -0
- package/package.json +1 -1
package/llms.txt
CHANGED
|
@@ -267,6 +267,14 @@ client.setConfig({
|
|
|
267
267
|
- `patchExtractionResultsByIdCorrections()` - Update corrections
|
|
268
268
|
- `patchExtractionResultsByIdRegenerate()` - Update regenerate
|
|
269
269
|
|
|
270
|
+
## Field mapping confirmation
|
|
271
|
+
|
|
272
|
+
- `postWorkspacesByWorkspaceIdExtractionByDocumentIdMapping()` - Create mapping
|
|
273
|
+
|
|
274
|
+
## Field mapping result
|
|
275
|
+
|
|
276
|
+
- `getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping()` - Get mapping
|
|
277
|
+
|
|
270
278
|
## Field Templates
|
|
271
279
|
|
|
272
280
|
- `getFieldTemplates()` - List field templates
|