@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/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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/admin",
3
- "version": "0.8.20",
3
+ "version": "0.8.21",
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",