@gpt-platform/admin 0.1.1 → 0.1.2

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
@@ -682,12 +682,21 @@ client.setConfig({
682
682
  - `getExtractionResultsById()` - Get results
683
683
  - `getExtractionResultsDocumentByDocumentId()` - Get document
684
684
  - `getExtractionResultsDocumentByDocumentIdHistory()` - Get history
685
+ - `getExtractionResultsDocumentByDocumentIdPartial()` - Get partial
685
686
  - `getExtractionResultsWorkspaceByWorkspaceId()` - Get workspace
686
687
  - `patchExtractionResultsById()` - Update results
687
688
  - `patchExtractionResultsByIdRegenerate()` - Update regenerate
688
689
  - `patchExtractionResultsByIdSave-corrections()` - Update save corrections
689
690
  - `deleteExtractionResultsById()` - Delete results
690
691
 
692
+ ## Extraction workflow
693
+
694
+ - `getExtraction-workflows()` - List extraction workflows
695
+ - `getExtraction-workflowsById()` - Get extraction workflows
696
+ - `postExtraction-workflows()` - Create extraction workflows
697
+ - `patchExtraction-workflowsById()` - Update extraction workflows
698
+ - `deleteExtraction-workflowsById()` - Delete extraction workflows
699
+
691
700
  ## Field mapping confirmation
692
701
 
693
702
  - `postWorkspacesByWorkspaceIdExtractionByDocumentIdMapping()` - Create mapping
@@ -835,6 +844,14 @@ client.setConfig({
835
844
  - `patchPlatform-pricing-configsById()` - Update platform pricing configs
836
845
  - `deletePlatform-pricing-configsById()` - Delete platform pricing configs
837
846
 
847
+ ## Post processing hook
848
+
849
+ - `getPost-processing-hooks()` - List post processing hooks
850
+ - `getPost-processing-hooksById()` - Get post processing hooks
851
+ - `postPost-processing-hooks()` - Create post processing hooks
852
+ - `patchPost-processing-hooksById()` - Update post processing hooks
853
+ - `deletePost-processing-hooksById()` - Delete post processing hooks
854
+
838
855
  ## Presigned url
839
856
 
840
857
  - `postDocumentsPresigned-upload()` - Create presigned upload
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-platform/admin",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "TypeScript SDK for GPT Platform Admin API - Platform administration and ISV management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -45,8 +45,7 @@
45
45
  "license": "MIT",
46
46
  "repository": {
47
47
  "type": "git",
48
- "url": "git+https://github.com/GPT-Integrators/gpt-core.git",
49
- "directory": "sdks/ts/packages/admin"
48
+ "url": "git+https://github.com/GPT-Integrators/gpt-platform-admin-sdk.git"
50
49
  },
51
50
  "publishConfig": {
52
51
  "access": "public"