extend-ai 1.7.0 → 1.9.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/BaseClient.js +2 -2
- package/Client.d.ts +3 -0
- package/Client.js +53 -48
- package/api/resources/batchRuns/client/Client.d.ts +50 -0
- package/api/resources/batchRuns/client/Client.js +143 -0
- package/api/resources/batchRuns/client/index.d.ts +1 -0
- package/api/resources/batchRuns/client/index.js +2 -0
- package/api/resources/batchRuns/index.d.ts +1 -0
- package/api/resources/batchRuns/index.js +17 -0
- package/api/resources/classifierVersions/client/Client.d.ts +6 -3
- package/api/resources/classifierVersions/client/Client.js +6 -3
- package/api/resources/classifyRuns/client/Client.d.ts +57 -0
- package/api/resources/classifyRuns/client/Client.js +111 -1
- package/api/resources/classifyRuns/client/requests/ClassifyRunsCreateBatchRequest.d.ts +38 -0
- package/api/resources/classifyRuns/client/requests/ClassifyRunsListRequest.d.ts +6 -0
- package/api/resources/classifyRuns/client/requests/index.d.ts +1 -0
- package/api/resources/classifyRuns/types/ClassifyRunsCreateBatchRequestClassifier.d.ts +11 -0
- package/api/resources/classifyRuns/types/ClassifyRunsCreateBatchRequestInputsItem.d.ts +6 -0
- package/api/resources/classifyRuns/types/ClassifyRunsCreateBatchRequestInputsItemFile.d.ts +5 -0
- package/api/resources/classifyRuns/types/index.d.ts +3 -0
- package/api/resources/classifyRuns/types/index.js +3 -0
- package/api/resources/extractRuns/client/Client.d.ts +57 -0
- package/api/resources/extractRuns/client/Client.js +111 -1
- package/api/resources/extractRuns/client/requests/ExtractRunsCreateBatchRequest.d.ts +38 -0
- package/api/resources/extractRuns/client/requests/ExtractRunsListRequest.d.ts +6 -0
- package/api/resources/extractRuns/client/requests/index.d.ts +1 -0
- package/api/resources/extractRuns/types/ExtractRunsCreateBatchRequestExtractor.d.ts +11 -0
- package/api/resources/extractRuns/types/ExtractRunsCreateBatchRequestInputsItem.d.ts +6 -0
- package/api/resources/extractRuns/types/ExtractRunsCreateBatchRequestInputsItem.js +3 -0
- package/api/resources/extractRuns/types/ExtractRunsCreateBatchRequestInputsItemFile.d.ts +5 -0
- package/api/resources/extractRuns/types/ExtractRunsCreateBatchRequestInputsItemFile.js +3 -0
- package/api/resources/extractRuns/types/index.d.ts +3 -0
- package/api/resources/extractRuns/types/index.js +3 -0
- package/api/resources/extractorVersions/client/Client.d.ts +6 -3
- package/api/resources/extractorVersions/client/Client.js +6 -3
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +2 -1
- package/api/resources/parseRuns/client/Client.d.ts +77 -0
- package/api/resources/parseRuns/client/Client.js +189 -0
- package/api/resources/parseRuns/client/requests/ParseRunsCreateBatchRequest.d.ts +35 -0
- package/api/resources/parseRuns/client/requests/ParseRunsCreateBatchRequest.js +3 -0
- package/api/resources/parseRuns/client/requests/ParseRunsListRequest.d.ts +27 -0
- package/api/resources/parseRuns/client/requests/ParseRunsListRequest.js +3 -0
- package/api/resources/parseRuns/client/requests/index.d.ts +2 -0
- package/api/resources/parseRuns/types/ParseRunsCreateBatchRequestInputsItem.d.ts +6 -0
- package/api/resources/parseRuns/types/ParseRunsCreateBatchRequestInputsItem.js +3 -0
- package/api/resources/parseRuns/types/ParseRunsCreateBatchRequestInputsItemFile.d.ts +5 -0
- package/api/resources/parseRuns/types/ParseRunsCreateBatchRequestInputsItemFile.js +3 -0
- package/api/resources/parseRuns/types/ParseRunsListRequestStatus.d.ts +7 -0
- package/api/resources/parseRuns/types/ParseRunsListRequestStatus.js +10 -0
- package/api/resources/parseRuns/types/ParseRunsListResponse.d.ts +6 -0
- package/api/resources/parseRuns/types/ParseRunsListResponse.js +3 -0
- package/api/resources/parseRuns/types/index.d.ts +4 -0
- package/api/resources/parseRuns/types/index.js +4 -0
- package/api/resources/splitRuns/client/Client.d.ts +58 -0
- package/api/resources/splitRuns/client/Client.js +112 -1
- package/api/resources/splitRuns/client/requests/SplitRunsCreateBatchRequest.d.ts +38 -0
- package/api/resources/splitRuns/client/requests/SplitRunsCreateBatchRequest.js +3 -0
- package/api/resources/splitRuns/client/requests/SplitRunsListRequest.d.ts +6 -0
- package/api/resources/splitRuns/client/requests/index.d.ts +1 -0
- package/api/resources/splitRuns/types/SplitRunsCreateBatchRequestInputsItem.d.ts +6 -0
- package/api/resources/splitRuns/types/SplitRunsCreateBatchRequestInputsItem.js +3 -0
- package/api/resources/splitRuns/types/SplitRunsCreateBatchRequestInputsItemFile.d.ts +5 -0
- package/api/resources/splitRuns/types/SplitRunsCreateBatchRequestInputsItemFile.js +3 -0
- package/api/resources/splitRuns/types/SplitRunsCreateBatchRequestSplitter.d.ts +11 -0
- package/api/resources/splitRuns/types/SplitRunsCreateBatchRequestSplitter.js +3 -0
- package/api/resources/splitRuns/types/index.d.ts +3 -0
- package/api/resources/splitRuns/types/index.js +3 -0
- package/api/resources/splitterVersions/client/Client.d.ts +6 -3
- package/api/resources/splitterVersions/client/Client.js +6 -3
- package/api/resources/workflowVersions/client/Client.d.ts +6 -6
- package/api/resources/workflowVersions/client/Client.js +6 -6
- package/api/types/BatchParseRunCompletedWebhookEvent.d.ts +6 -0
- package/api/types/BatchParseRunCompletedWebhookEvent.js +3 -0
- package/api/types/BatchParseRunFailedWebhookEvent.d.ts +6 -0
- package/api/types/BatchParseRunFailedWebhookEvent.js +3 -0
- package/api/types/BatchProcessorRunCompletedWebhookEvent.d.ts +6 -0
- package/api/types/BatchProcessorRunCompletedWebhookEvent.js +3 -0
- package/api/types/BatchProcessorRunFailedWebhookEvent.d.ts +6 -0
- package/api/types/BatchProcessorRunFailedWebhookEvent.js +3 -0
- package/api/types/BatchRun.d.ts +9 -16
- package/api/types/BatchRunStatus.d.ts +7 -5
- package/api/types/BatchRunStatus.js +7 -5
- package/api/types/Block.d.ts +1 -0
- package/api/types/BlockDetails.d.ts +1 -1
- package/api/types/BlockType.d.ts +2 -0
- package/api/types/BlockType.js +2 -0
- package/api/types/FormulaDetails.d.ts +9 -0
- package/api/types/FormulaDetails.js +3 -0
- package/api/types/LegacyListProcessorsResponse.d.ts +1 -1
- package/api/types/ParseConfigAdvancedOptions.d.ts +10 -0
- package/api/types/ParseConfigAdvancedOptionsFormattingDetectionItem.d.ts +8 -0
- package/api/types/ParseConfigAdvancedOptionsFormattingDetectionItem.js +3 -0
- package/api/types/ParseConfigBlockOptions.d.ts +2 -0
- package/api/types/ParseConfigBlockOptionsFormulas.d.ts +7 -0
- package/api/types/ParseConfigBlockOptionsFormulas.js +3 -0
- package/api/types/ParseRun.d.ts +10 -1
- package/api/types/ParseRunStatusEnum.d.ts +2 -0
- package/api/types/ParseRunStatusEnum.js +2 -0
- package/api/types/ProcessorRunStatus.d.ts +2 -0
- package/api/types/ProcessorRunStatus.js +2 -0
- package/api/types/WebhookEndpointEventType.d.ts +4 -0
- package/api/types/WebhookEndpointEventType.js +4 -0
- package/api/types/WebhookEvent.d.ts +13 -1
- package/api/types/WebhookSubscriptionEventType.d.ts +5 -3
- package/api/types/WebhookSubscriptionEventType.js +5 -3
- package/api/types/index.d.ts +7 -8
- package/api/types/index.js +7 -8
- package/package.json +1 -1
- package/reference.md +574 -15
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/types/BatchProcessorRun.d.ts +0 -66
- package/api/types/BatchProcessorRunMetrics.d.ts +0 -6
- package/api/types/BatchProcessorRunOptions.d.ts +0 -9
- package/api/types/BatchProcessorRunSource.d.ts +0 -12
- package/api/types/BatchProcessorRunSource.js +0 -15
- package/api/types/BatchProcessorRunStatus.d.ts +0 -14
- package/api/types/BatchProcessorRunStatus.js +0 -17
- package/api/types/BatchRunEntity.d.ts +0 -18
- package/api/types/BatchRunEntityVersion.d.ts +0 -18
- package/api/types/BatchRunMetrics.d.ts +0 -6
- /package/api/{types/BatchProcessorRun.js → resources/classifyRuns/client/requests/ClassifyRunsCreateBatchRequest.js} +0 -0
- /package/api/{types/BatchProcessorRunMetrics.js → resources/classifyRuns/types/ClassifyRunsCreateBatchRequestClassifier.js} +0 -0
- /package/api/{types/BatchProcessorRunOptions.js → resources/classifyRuns/types/ClassifyRunsCreateBatchRequestInputsItem.js} +0 -0
- /package/api/{types/BatchRunEntity.js → resources/classifyRuns/types/ClassifyRunsCreateBatchRequestInputsItemFile.js} +0 -0
- /package/api/{types/BatchRunEntityVersion.js → resources/extractRuns/client/requests/ExtractRunsCreateBatchRequest.js} +0 -0
- /package/api/{types/BatchRunMetrics.js → resources/extractRuns/types/ExtractRunsCreateBatchRequestExtractor.js} +0 -0
|
@@ -19,7 +19,7 @@ import type * as Extend from "../index";
|
|
|
19
19
|
* }
|
|
20
20
|
* ```
|
|
21
21
|
*/
|
|
22
|
-
export type WebhookEvent = Extend.WebhookEvent.WorkflowRunCompleted | Extend.WebhookEvent.WorkflowRunFailed | Extend.WebhookEvent.WorkflowRunNeedsReview | Extend.WebhookEvent.WorkflowRunRejected | Extend.WebhookEvent.WorkflowRunCancelled | Extend.WebhookEvent.WorkflowRunStepRunProcessed | Extend.WebhookEvent.ExtractRunProcessed | Extend.WebhookEvent.ExtractRunFailed | Extend.WebhookEvent.ClassifyRunProcessed | Extend.WebhookEvent.ClassifyRunFailed | Extend.WebhookEvent.SplitRunProcessed | Extend.WebhookEvent.SplitRunFailed | Extend.WebhookEvent.ParseRunProcessed | Extend.WebhookEvent.ParseRunFailed | Extend.WebhookEvent.EditRunProcessed | Extend.WebhookEvent.EditRunFailed | Extend.WebhookEvent.WorkflowCreated | Extend.WebhookEvent.WorkflowDeployed | Extend.WebhookEvent.WorkflowDeleted | Extend.WebhookEvent.ExtractorCreated | Extend.WebhookEvent.ExtractorUpdated | Extend.WebhookEvent.ExtractorDeleted | Extend.WebhookEvent.ExtractorDraftUpdated | Extend.WebhookEvent.ExtractorVersionPublished | Extend.WebhookEvent.ClassifierCreated | Extend.WebhookEvent.ClassifierUpdated | Extend.WebhookEvent.ClassifierDeleted | Extend.WebhookEvent.ClassifierDraftUpdated | Extend.WebhookEvent.ClassifierVersionPublished | Extend.WebhookEvent.SplitterCreated | Extend.WebhookEvent.SplitterUpdated | Extend.WebhookEvent.SplitterDeleted | Extend.WebhookEvent.SplitterDraftUpdated | Extend.WebhookEvent.SplitterVersionPublished;
|
|
22
|
+
export type WebhookEvent = Extend.WebhookEvent.WorkflowRunCompleted | Extend.WebhookEvent.WorkflowRunFailed | Extend.WebhookEvent.WorkflowRunNeedsReview | Extend.WebhookEvent.WorkflowRunRejected | Extend.WebhookEvent.WorkflowRunCancelled | Extend.WebhookEvent.WorkflowRunStepRunProcessed | Extend.WebhookEvent.ExtractRunProcessed | Extend.WebhookEvent.ExtractRunFailed | Extend.WebhookEvent.ClassifyRunProcessed | Extend.WebhookEvent.ClassifyRunFailed | Extend.WebhookEvent.SplitRunProcessed | Extend.WebhookEvent.SplitRunFailed | Extend.WebhookEvent.BatchProcessorRunProcessed | Extend.WebhookEvent.BatchProcessorRunFailed | Extend.WebhookEvent.BatchParseRunProcessed | Extend.WebhookEvent.BatchParseRunFailed | Extend.WebhookEvent.ParseRunProcessed | Extend.WebhookEvent.ParseRunFailed | Extend.WebhookEvent.EditRunProcessed | Extend.WebhookEvent.EditRunFailed | Extend.WebhookEvent.WorkflowCreated | Extend.WebhookEvent.WorkflowDeployed | Extend.WebhookEvent.WorkflowDeleted | Extend.WebhookEvent.ExtractorCreated | Extend.WebhookEvent.ExtractorUpdated | Extend.WebhookEvent.ExtractorDeleted | Extend.WebhookEvent.ExtractorDraftUpdated | Extend.WebhookEvent.ExtractorVersionPublished | Extend.WebhookEvent.ClassifierCreated | Extend.WebhookEvent.ClassifierUpdated | Extend.WebhookEvent.ClassifierDeleted | Extend.WebhookEvent.ClassifierDraftUpdated | Extend.WebhookEvent.ClassifierVersionPublished | Extend.WebhookEvent.SplitterCreated | Extend.WebhookEvent.SplitterUpdated | Extend.WebhookEvent.SplitterDeleted | Extend.WebhookEvent.SplitterDraftUpdated | Extend.WebhookEvent.SplitterVersionPublished;
|
|
23
23
|
export declare namespace WebhookEvent {
|
|
24
24
|
interface WorkflowRunCompleted extends Extend.WorkflowRunCompletedWebhookEvent {
|
|
25
25
|
eventType: "workflow_run.completed";
|
|
@@ -57,6 +57,18 @@ export declare namespace WebhookEvent {
|
|
|
57
57
|
interface SplitRunFailed extends Extend.SplitRunFailedWebhookEvent {
|
|
58
58
|
eventType: "split_run.failed";
|
|
59
59
|
}
|
|
60
|
+
interface BatchProcessorRunProcessed extends Extend.BatchProcessorRunCompletedWebhookEvent {
|
|
61
|
+
eventType: "batch_processor_run.processed";
|
|
62
|
+
}
|
|
63
|
+
interface BatchProcessorRunFailed extends Extend.BatchProcessorRunFailedWebhookEvent {
|
|
64
|
+
eventType: "batch_processor_run.failed";
|
|
65
|
+
}
|
|
66
|
+
interface BatchParseRunProcessed extends Extend.BatchParseRunCompletedWebhookEvent {
|
|
67
|
+
eventType: "batch_parse_run.processed";
|
|
68
|
+
}
|
|
69
|
+
interface BatchParseRunFailed extends Extend.BatchParseRunFailedWebhookEvent {
|
|
70
|
+
eventType: "batch_parse_run.failed";
|
|
71
|
+
}
|
|
60
72
|
interface ParseRunProcessed extends Extend.ParseRunProcessedWebhookEvent {
|
|
61
73
|
eventType: "parse_run.processed";
|
|
62
74
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Event types available for resource-scoped webhook subscriptions. The valid subset depends on the `resourceType`:
|
|
3
3
|
*
|
|
4
|
-
* - **extractor**: `extract_run.processed`, `extract_run.failed`
|
|
5
|
-
* - **classifier**: `classify_run.processed`, `classify_run.failed`
|
|
6
|
-
* - **splitter**: `split_run.processed`, `split_run.failed`
|
|
4
|
+
* - **extractor**: `extract_run.processed`, `extract_run.failed`, `batch_processor_run.processed`, `batch_processor_run.failed`
|
|
5
|
+
* - **classifier**: `classify_run.processed`, `classify_run.failed`, `batch_processor_run.processed`, `batch_processor_run.failed`
|
|
6
|
+
* - **splitter**: `split_run.processed`, `split_run.failed`, `batch_processor_run.processed`, `batch_processor_run.failed`
|
|
7
7
|
* - **workflow**: `workflow_run.completed`, `workflow_run.failed`, `workflow_run.needs_review`, `workflow_run.rejected`, `workflow_run.cancelled`, `workflow_run.step_run.processed`
|
|
8
8
|
*/
|
|
9
9
|
export declare const WebhookSubscriptionEventType: {
|
|
@@ -13,6 +13,8 @@ export declare const WebhookSubscriptionEventType: {
|
|
|
13
13
|
readonly ClassifyRunFailed: "classify_run.failed";
|
|
14
14
|
readonly SplitRunProcessed: "split_run.processed";
|
|
15
15
|
readonly SplitRunFailed: "split_run.failed";
|
|
16
|
+
readonly BatchProcessorRunProcessed: "batch_processor_run.processed";
|
|
17
|
+
readonly BatchProcessorRunFailed: "batch_processor_run.failed";
|
|
16
18
|
readonly WorkflowRunCompleted: "workflow_run.completed";
|
|
17
19
|
readonly WorkflowRunFailed: "workflow_run.failed";
|
|
18
20
|
readonly WorkflowRunNeedsReview: "workflow_run.needs_review";
|
|
@@ -5,9 +5,9 @@ exports.WebhookSubscriptionEventType = void 0;
|
|
|
5
5
|
/**
|
|
6
6
|
* Event types available for resource-scoped webhook subscriptions. The valid subset depends on the `resourceType`:
|
|
7
7
|
*
|
|
8
|
-
* - **extractor**: `extract_run.processed`, `extract_run.failed`
|
|
9
|
-
* - **classifier**: `classify_run.processed`, `classify_run.failed`
|
|
10
|
-
* - **splitter**: `split_run.processed`, `split_run.failed`
|
|
8
|
+
* - **extractor**: `extract_run.processed`, `extract_run.failed`, `batch_processor_run.processed`, `batch_processor_run.failed`
|
|
9
|
+
* - **classifier**: `classify_run.processed`, `classify_run.failed`, `batch_processor_run.processed`, `batch_processor_run.failed`
|
|
10
|
+
* - **splitter**: `split_run.processed`, `split_run.failed`, `batch_processor_run.processed`, `batch_processor_run.failed`
|
|
11
11
|
* - **workflow**: `workflow_run.completed`, `workflow_run.failed`, `workflow_run.needs_review`, `workflow_run.rejected`, `workflow_run.cancelled`, `workflow_run.step_run.processed`
|
|
12
12
|
*/
|
|
13
13
|
exports.WebhookSubscriptionEventType = {
|
|
@@ -17,6 +17,8 @@ exports.WebhookSubscriptionEventType = {
|
|
|
17
17
|
ClassifyRunFailed: "classify_run.failed",
|
|
18
18
|
SplitRunProcessed: "split_run.processed",
|
|
19
19
|
SplitRunFailed: "split_run.failed",
|
|
20
|
+
BatchProcessorRunProcessed: "batch_processor_run.processed",
|
|
21
|
+
BatchProcessorRunFailed: "batch_processor_run.failed",
|
|
20
22
|
WorkflowRunCompleted: "workflow_run.completed",
|
|
21
23
|
WorkflowRunFailed: "workflow_run.failed",
|
|
22
24
|
WorkflowRunNeedsReview: "workflow_run.needs_review",
|
package/api/types/index.d.ts
CHANGED
|
@@ -3,15 +3,11 @@ export * from "./ApiVersionEnum";
|
|
|
3
3
|
export * from "./ArrayStrategy";
|
|
4
4
|
export * from "./ArrayStrategyType";
|
|
5
5
|
export * from "./BarcodeDetails";
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./
|
|
9
|
-
export * from "./
|
|
10
|
-
export * from "./BatchProcessorRunStatus";
|
|
6
|
+
export * from "./BatchParseRunCompletedWebhookEvent";
|
|
7
|
+
export * from "./BatchParseRunFailedWebhookEvent";
|
|
8
|
+
export * from "./BatchProcessorRunCompletedWebhookEvent";
|
|
9
|
+
export * from "./BatchProcessorRunFailedWebhookEvent";
|
|
11
10
|
export * from "./BatchRun";
|
|
12
|
-
export * from "./BatchRunEntity";
|
|
13
|
-
export * from "./BatchRunEntityVersion";
|
|
14
|
-
export * from "./BatchRunMetrics";
|
|
15
11
|
export * from "./BatchRunStatus";
|
|
16
12
|
export * from "./Block";
|
|
17
13
|
export * from "./BlockDetails";
|
|
@@ -183,6 +179,7 @@ export * from "./FileFromUrlSettings";
|
|
|
183
179
|
export * from "./FileMetadata";
|
|
184
180
|
export * from "./FileSummary";
|
|
185
181
|
export * from "./FileType";
|
|
182
|
+
export * from "./FormulaDetails";
|
|
186
183
|
export * from "./HumanReviewStepDefinition";
|
|
187
184
|
export * from "./Insight";
|
|
188
185
|
export * from "./JsonObject";
|
|
@@ -274,11 +271,13 @@ export * from "./ParseConfig";
|
|
|
274
271
|
export * from "./ParseConfigAdvancedOptions";
|
|
275
272
|
export * from "./ParseConfigAdvancedOptionsEnrichmentFormat";
|
|
276
273
|
export * from "./ParseConfigAdvancedOptionsExcelParsingMode";
|
|
274
|
+
export * from "./ParseConfigAdvancedOptionsFormattingDetectionItem";
|
|
277
275
|
export * from "./ParseConfigAdvancedOptionsImageConversionQuality";
|
|
278
276
|
export * from "./ParseConfigAdvancedOptionsReturnOcr";
|
|
279
277
|
export * from "./ParseConfigBlockOptions";
|
|
280
278
|
export * from "./ParseConfigBlockOptionsBarcodes";
|
|
281
279
|
export * from "./ParseConfigBlockOptionsFigures";
|
|
280
|
+
export * from "./ParseConfigBlockOptionsFormulas";
|
|
282
281
|
export * from "./ParseConfigBlockOptionsKeyValue";
|
|
283
282
|
export * from "./ParseConfigBlockOptionsTables";
|
|
284
283
|
export * from "./ParseConfigBlockOptionsTablesAgentic";
|
package/api/types/index.js
CHANGED
|
@@ -19,15 +19,11 @@ __exportStar(require("./ApiVersionEnum"), exports);
|
|
|
19
19
|
__exportStar(require("./ArrayStrategy"), exports);
|
|
20
20
|
__exportStar(require("./ArrayStrategyType"), exports);
|
|
21
21
|
__exportStar(require("./BarcodeDetails"), exports);
|
|
22
|
-
__exportStar(require("./
|
|
23
|
-
__exportStar(require("./
|
|
24
|
-
__exportStar(require("./
|
|
25
|
-
__exportStar(require("./
|
|
26
|
-
__exportStar(require("./BatchProcessorRunStatus"), exports);
|
|
22
|
+
__exportStar(require("./BatchParseRunCompletedWebhookEvent"), exports);
|
|
23
|
+
__exportStar(require("./BatchParseRunFailedWebhookEvent"), exports);
|
|
24
|
+
__exportStar(require("./BatchProcessorRunCompletedWebhookEvent"), exports);
|
|
25
|
+
__exportStar(require("./BatchProcessorRunFailedWebhookEvent"), exports);
|
|
27
26
|
__exportStar(require("./BatchRun"), exports);
|
|
28
|
-
__exportStar(require("./BatchRunEntity"), exports);
|
|
29
|
-
__exportStar(require("./BatchRunEntityVersion"), exports);
|
|
30
|
-
__exportStar(require("./BatchRunMetrics"), exports);
|
|
31
27
|
__exportStar(require("./BatchRunStatus"), exports);
|
|
32
28
|
__exportStar(require("./Block"), exports);
|
|
33
29
|
__exportStar(require("./BlockDetails"), exports);
|
|
@@ -199,6 +195,7 @@ __exportStar(require("./FileFromUrlSettings"), exports);
|
|
|
199
195
|
__exportStar(require("./FileMetadata"), exports);
|
|
200
196
|
__exportStar(require("./FileSummary"), exports);
|
|
201
197
|
__exportStar(require("./FileType"), exports);
|
|
198
|
+
__exportStar(require("./FormulaDetails"), exports);
|
|
202
199
|
__exportStar(require("./HumanReviewStepDefinition"), exports);
|
|
203
200
|
__exportStar(require("./Insight"), exports);
|
|
204
201
|
__exportStar(require("./JsonObject"), exports);
|
|
@@ -290,11 +287,13 @@ __exportStar(require("./ParseConfig"), exports);
|
|
|
290
287
|
__exportStar(require("./ParseConfigAdvancedOptions"), exports);
|
|
291
288
|
__exportStar(require("./ParseConfigAdvancedOptionsEnrichmentFormat"), exports);
|
|
292
289
|
__exportStar(require("./ParseConfigAdvancedOptionsExcelParsingMode"), exports);
|
|
290
|
+
__exportStar(require("./ParseConfigAdvancedOptionsFormattingDetectionItem"), exports);
|
|
293
291
|
__exportStar(require("./ParseConfigAdvancedOptionsImageConversionQuality"), exports);
|
|
294
292
|
__exportStar(require("./ParseConfigAdvancedOptionsReturnOcr"), exports);
|
|
295
293
|
__exportStar(require("./ParseConfigBlockOptions"), exports);
|
|
296
294
|
__exportStar(require("./ParseConfigBlockOptionsBarcodes"), exports);
|
|
297
295
|
__exportStar(require("./ParseConfigBlockOptionsFigures"), exports);
|
|
296
|
+
__exportStar(require("./ParseConfigBlockOptionsFormulas"), exports);
|
|
298
297
|
__exportStar(require("./ParseConfigBlockOptionsKeyValue"), exports);
|
|
299
298
|
__exportStar(require("./ParseConfigBlockOptionsTables"), exports);
|
|
300
299
|
__exportStar(require("./ParseConfigBlockOptionsTablesAgentic"), exports);
|