extend-ai 0.0.17 → 0.1.0
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/Client.d.ts +27 -27
- package/Client.js +37 -41
- package/api/errors/index.d.ts +1 -1
- package/api/errors/index.js +1 -1
- package/api/resources/batchProcessorRun/client/Client.d.ts +3 -3
- package/api/resources/batchProcessorRun/client/Client.js +2 -6
- package/api/resources/batchWorkflowRun/client/Client.d.ts +3 -3
- package/api/resources/batchWorkflowRun/client/Client.js +2 -6
- package/api/resources/batchWorkflowRun/types/BatchWorkflowRunCreateRequestInputsItem.d.ts +1 -1
- package/api/resources/edit/client/Client.d.ts +3 -3
- package/api/resources/edit/client/Client.js +2 -6
- package/api/resources/evaluationSet/client/Client.d.ts +3 -3
- package/api/resources/evaluationSet/client/Client.js +2 -6
- package/api/resources/evaluationSetItem/client/Client.d.ts +3 -3
- package/api/resources/evaluationSetItem/client/Client.js +2 -6
- package/api/resources/file/client/Client.d.ts +3 -3
- package/api/resources/file/client/Client.js +2 -6
- package/api/resources/index.d.ts +23 -23
- package/api/resources/index.js +24 -24
- package/api/resources/parserRun/client/Client.d.ts +3 -3
- package/api/resources/parserRun/client/Client.js +2 -6
- package/api/resources/processor/client/Client.d.ts +3 -3
- package/api/resources/processor/client/Client.js +2 -6
- package/api/resources/processorRun/client/Client.d.ts +4 -4
- package/api/resources/processorRun/client/Client.js +3 -7
- package/api/resources/processorVersion/client/Client.d.ts +23 -23
- package/api/resources/processorVersion/client/Client.js +49 -53
- package/api/resources/processorVersion/types/index.d.ts +1 -1
- package/api/resources/processorVersion/types/index.js +1 -1
- package/api/resources/workflow/client/Client.d.ts +3 -3
- package/api/resources/workflow/client/Client.js +2 -6
- package/api/resources/workflowRun/client/Client.d.ts +3 -3
- package/api/resources/workflowRun/client/Client.js +2 -6
- package/api/resources/workflowRunOutput/client/Client.d.ts +3 -3
- package/api/resources/workflowRunOutput/client/Client.js +2 -6
- package/api/types/EditBoundingBox.d.ts +4 -4
- package/api/types/ParseConfig.d.ts +1 -1
- package/api/types/ParseConfigAdvancedOptions.d.ts +11 -0
- package/api/types/ParseConfigAdvancedOptionsExcelParsingMode.d.ts +16 -0
- package/api/types/ParseConfigAdvancedOptionsExcelParsingMode.js +10 -0
- package/api/types/ParseConfigTarget.d.ts +1 -1
- package/api/types/ParserRun.d.ts +2 -0
- package/api/types/ParserRunOcr.d.ts +11 -0
- package/api/types/ParserRunOcrWordsItem.d.ts +14 -0
- package/api/types/ParserRunOcrWordsItemBoundingBox.d.ts +16 -0
- package/api/types/index.d.ts +132 -130
- package/api/types/index.js +132 -130
- package/dist/Client.d.ts +27 -27
- package/dist/Client.js +37 -41
- package/dist/api/errors/index.d.ts +1 -1
- package/dist/api/errors/index.js +1 -1
- package/dist/api/resources/batchProcessorRun/client/Client.d.ts +3 -3
- package/dist/api/resources/batchProcessorRun/client/Client.js +2 -6
- package/dist/api/resources/batchWorkflowRun/client/Client.d.ts +3 -3
- package/dist/api/resources/batchWorkflowRun/client/Client.js +2 -6
- package/dist/api/resources/batchWorkflowRun/types/BatchWorkflowRunCreateRequestInputsItem.d.ts +1 -1
- package/dist/api/resources/edit/client/Client.d.ts +3 -3
- package/dist/api/resources/edit/client/Client.js +2 -6
- package/dist/api/resources/evaluationSet/client/Client.d.ts +3 -3
- package/dist/api/resources/evaluationSet/client/Client.js +2 -6
- package/dist/api/resources/evaluationSetItem/client/Client.d.ts +3 -3
- package/dist/api/resources/evaluationSetItem/client/Client.js +2 -6
- package/dist/api/resources/file/client/Client.d.ts +3 -3
- package/dist/api/resources/file/client/Client.js +2 -6
- package/dist/api/resources/index.d.ts +23 -23
- package/dist/api/resources/index.js +24 -24
- package/dist/api/resources/parserRun/client/Client.d.ts +3 -3
- package/dist/api/resources/parserRun/client/Client.js +2 -6
- package/dist/api/resources/processor/client/Client.d.ts +3 -3
- package/dist/api/resources/processor/client/Client.js +2 -6
- package/dist/api/resources/processorRun/client/Client.d.ts +4 -4
- package/dist/api/resources/processorRun/client/Client.js +3 -7
- package/dist/api/resources/processorVersion/client/Client.d.ts +23 -23
- package/dist/api/resources/processorVersion/client/Client.js +49 -53
- package/dist/api/resources/processorVersion/types/index.d.ts +1 -1
- package/dist/api/resources/processorVersion/types/index.js +1 -1
- package/dist/api/resources/workflow/client/Client.d.ts +3 -3
- package/dist/api/resources/workflow/client/Client.js +2 -6
- package/dist/api/resources/workflowRun/client/Client.d.ts +3 -3
- package/dist/api/resources/workflowRun/client/Client.js +2 -6
- package/dist/api/resources/workflowRunOutput/client/Client.d.ts +3 -3
- package/dist/api/resources/workflowRunOutput/client/Client.js +2 -6
- package/dist/api/types/EditBoundingBox.d.ts +4 -4
- package/dist/api/types/ParseConfig.d.ts +1 -1
- package/dist/api/types/ParseConfigAdvancedOptions.d.ts +11 -0
- package/dist/api/types/ParseConfigAdvancedOptionsExcelParsingMode.d.ts +16 -0
- package/dist/api/types/ParseConfigAdvancedOptionsExcelParsingMode.js +10 -0
- package/dist/api/types/ParseConfigTarget.d.ts +1 -1
- package/dist/api/types/ParserRun.d.ts +2 -0
- package/dist/api/types/ParserRunOcr.d.ts +11 -0
- package/dist/api/types/ParserRunOcrWordsItem.d.ts +14 -0
- package/dist/api/types/ParserRunOcrWordsItem.js +5 -0
- package/dist/api/types/ParserRunOcrWordsItemBoundingBox.d.ts +16 -0
- package/dist/api/types/ParserRunOcrWordsItemBoundingBox.js +5 -0
- package/dist/api/types/index.d.ts +132 -130
- package/dist/api/types/index.js +132 -130
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +511 -511
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/types/OutputMetadata.d.ts +0 -5
- package/api/types/OutputMetadataValue.d.ts +0 -22
- package/dist/api/types/OutputMetadata.d.ts +0 -5
- package/dist/api/types/OutputMetadataValue.d.ts +0 -22
- /package/api/types/{OutputMetadata.js → ParserRunOcr.js} +0 -0
- /package/api/types/{OutputMetadataValue.js → ParserRunOcrWordsItem.js} +0 -0
- /package/{dist/api/types/OutputMetadata.js → api/types/ParserRunOcrWordsItemBoundingBox.js} +0 -0
- /package/dist/api/types/{OutputMetadataValue.js → ParserRunOcr.js} +0 -0
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.0
|
|
1
|
+
export declare const SDK_VERSION = "0.1.0";
|
package/version.js
CHANGED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Extend from "../index";
|
|
5
|
-
export interface OutputMetadataValue {
|
|
6
|
-
/** Confidence score from OCR processing, if applicable */
|
|
7
|
-
ocrConfidence?: number;
|
|
8
|
-
/** Confidence score based on model logprobs */
|
|
9
|
-
logprobsConfidence?: number;
|
|
10
|
-
/**
|
|
11
|
-
* A 1-5 score indicating the review agent's confidence in the extracted value.
|
|
12
|
-
* - 5: High confidence, no issues detected
|
|
13
|
-
* - 4: Good confidence, minor observations
|
|
14
|
-
* - 3: Moderate confidence, some uncertainty
|
|
15
|
-
* - 2: Low confidence, likely issues
|
|
16
|
-
* - 1: Very low confidence, significant problems detected
|
|
17
|
-
* If the review agent is enabled but a score is not returned for a field, this value will be `null`.
|
|
18
|
-
*/
|
|
19
|
-
reviewAgentScore?: number;
|
|
20
|
-
citations?: Extend.Citation[];
|
|
21
|
-
insights?: Extend.Insight[];
|
|
22
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Extend from "../index";
|
|
5
|
-
export interface OutputMetadataValue {
|
|
6
|
-
/** Confidence score from OCR processing, if applicable */
|
|
7
|
-
ocrConfidence?: number;
|
|
8
|
-
/** Confidence score based on model logprobs */
|
|
9
|
-
logprobsConfidence?: number;
|
|
10
|
-
/**
|
|
11
|
-
* A 1-5 score indicating the review agent's confidence in the extracted value.
|
|
12
|
-
* - 5: High confidence, no issues detected
|
|
13
|
-
* - 4: Good confidence, minor observations
|
|
14
|
-
* - 3: Moderate confidence, some uncertainty
|
|
15
|
-
* - 2: Low confidence, likely issues
|
|
16
|
-
* - 1: Very low confidence, significant problems detected
|
|
17
|
-
* If the review agent is enabled but a score is not returned for a field, this value will be `null`.
|
|
18
|
-
*/
|
|
19
|
-
reviewAgentScore?: number;
|
|
20
|
-
citations?: Extend.Citation[];
|
|
21
|
-
insights?: Extend.Insight[];
|
|
22
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|