extend-ai 1.6.0 → 1.7.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 +6 -0
- package/Client.js +51 -38
- package/api/client/requests/ParseRequest.d.ts +2 -0
- package/api/resources/batchProcessorRun/client/Client.d.ts +2 -1
- package/api/resources/batchProcessorRun/client/Client.js +10 -5
- package/api/resources/batchProcessorRun/client/index.d.ts +1 -1
- package/api/resources/batchProcessorRun/client/index.js +15 -0
- package/api/resources/batchProcessorRun/client/requests/BatchProcessorRunGetRequest.d.ts +8 -0
- package/api/resources/batchProcessorRun/client/requests/BatchProcessorRunGetRequest.js +3 -0
- package/api/resources/batchProcessorRun/client/requests/index.d.ts +1 -0
- package/api/resources/batchProcessorRun/client/requests/index.js +2 -0
- package/api/resources/classifierVersions/client/Client.d.ts +2 -1
- package/api/resources/classifierVersions/client/Client.js +32 -9
- package/api/resources/classifierVersions/client/requests/ClassifierVersionsCreateRequest.d.ts +2 -0
- package/api/resources/classifierVersions/client/requests/ClassifierVersionsListRequest.d.ts +2 -0
- package/api/resources/classifierVersions/client/requests/ClassifierVersionsRetrieveRequest.d.ts +8 -0
- package/api/resources/classifierVersions/client/requests/ClassifierVersionsRetrieveRequest.js +3 -0
- package/api/resources/classifierVersions/client/requests/index.d.ts +1 -0
- package/api/resources/classifiers/client/Client.d.ts +2 -1
- package/api/resources/classifiers/client/Client.js +32 -9
- package/api/resources/classifiers/client/requests/ClassifiersListRequest.d.ts +2 -0
- package/api/resources/classifiers/client/requests/ClassifiersRetrieveRequest.d.ts +8 -0
- package/api/resources/classifiers/client/requests/ClassifiersRetrieveRequest.js +3 -0
- package/api/resources/classifiers/client/requests/ClassifiersUpdateRequest.d.ts +2 -0
- package/api/resources/classifiers/client/requests/index.d.ts +1 -0
- package/api/resources/classifyRuns/client/Client.d.ts +6 -3
- package/api/resources/classifyRuns/client/Client.js +35 -17
- package/api/resources/classifyRuns/client/requests/ClassifyRunsCancelRequest.d.ts +8 -0
- package/api/resources/classifyRuns/client/requests/ClassifyRunsCancelRequest.js +3 -0
- package/api/resources/classifyRuns/client/requests/ClassifyRunsDeleteRequest.d.ts +8 -0
- package/api/resources/classifyRuns/client/requests/ClassifyRunsDeleteRequest.js +3 -0
- package/api/resources/classifyRuns/client/requests/ClassifyRunsListRequest.d.ts +2 -0
- package/api/resources/classifyRuns/client/requests/ClassifyRunsRetrieveRequest.d.ts +8 -0
- package/api/resources/classifyRuns/client/requests/ClassifyRunsRetrieveRequest.js +3 -0
- package/api/resources/classifyRuns/client/requests/index.d.ts +3 -0
- package/api/resources/editRuns/client/Client.d.ts +4 -2
- package/api/resources/editRuns/client/Client.js +20 -10
- package/api/resources/editRuns/client/requests/EditRunsDeleteRequest.d.ts +8 -0
- package/api/resources/editRuns/client/requests/EditRunsDeleteRequest.js +3 -0
- package/api/resources/editRuns/client/requests/EditRunsRetrieveRequest.d.ts +8 -0
- package/api/resources/editRuns/client/requests/EditRunsRetrieveRequest.js +3 -0
- package/api/resources/editRuns/client/requests/index.d.ts +2 -0
- package/api/resources/editSchemas/client/Client.d.ts +49 -0
- package/api/resources/editSchemas/client/Client.js +147 -0
- package/api/resources/editSchemas/client/index.d.ts +1 -0
- package/api/resources/editSchemas/client/index.js +17 -0
- package/api/resources/editSchemas/client/requests/EditSchemasGenerateRequest.d.ts +20 -0
- package/api/resources/editSchemas/client/requests/EditSchemasGenerateRequest.js +3 -0
- package/api/resources/editSchemas/client/requests/index.d.ts +1 -0
- package/api/resources/editSchemas/client/requests/index.js +2 -0
- package/api/resources/editSchemas/index.d.ts +2 -0
- package/api/resources/editSchemas/index.js +18 -0
- package/api/resources/editSchemas/types/EditSchemasGenerateRequestFile.d.ts +5 -0
- package/api/resources/editSchemas/types/EditSchemasGenerateRequestFile.js +3 -0
- package/api/resources/editSchemas/types/index.d.ts +1 -0
- package/api/resources/editSchemas/types/index.js +17 -0
- package/api/resources/evaluationSetItems/client/Client.d.ts +4 -2
- package/api/resources/evaluationSetItems/client/Client.js +48 -16
- package/api/resources/evaluationSetItems/client/requests/EvaluationSetItemsCreateRequest.d.ts +2 -0
- package/api/resources/evaluationSetItems/client/requests/EvaluationSetItemsDeleteRequest.d.ts +8 -0
- package/api/resources/evaluationSetItems/client/requests/EvaluationSetItemsDeleteRequest.js +3 -0
- package/api/resources/evaluationSetItems/client/requests/EvaluationSetItemsListRequest.d.ts +2 -0
- package/api/resources/evaluationSetItems/client/requests/EvaluationSetItemsRetrieveRequest.d.ts +8 -0
- package/api/resources/evaluationSetItems/client/requests/EvaluationSetItemsRetrieveRequest.js +3 -0
- package/api/resources/evaluationSetItems/client/requests/EvaluationSetItemsUpdateRequest.d.ts +2 -0
- package/api/resources/evaluationSetItems/client/requests/index.d.ts +2 -0
- package/api/resources/evaluationSetRuns/client/Client.d.ts +2 -1
- package/api/resources/evaluationSetRuns/client/Client.js +10 -5
- package/api/resources/evaluationSetRuns/client/index.d.ts +1 -1
- package/api/resources/evaluationSetRuns/client/index.js +15 -0
- package/api/resources/evaluationSetRuns/client/requests/EvaluationSetRunsRetrieveRequest.d.ts +8 -0
- package/api/resources/evaluationSetRuns/client/requests/EvaluationSetRunsRetrieveRequest.js +3 -0
- package/api/resources/evaluationSetRuns/client/requests/index.d.ts +1 -0
- package/api/resources/evaluationSetRuns/client/requests/index.js +2 -0
- package/api/resources/evaluationSets/client/Client.d.ts +2 -1
- package/api/resources/evaluationSets/client/Client.js +15 -7
- package/api/resources/evaluationSets/client/requests/EvaluationSetsListRequest.d.ts +2 -0
- package/api/resources/evaluationSets/client/requests/EvaluationSetsRetrieveRequest.d.ts +8 -0
- package/api/resources/evaluationSets/client/requests/EvaluationSetsRetrieveRequest.js +3 -0
- package/api/resources/evaluationSets/client/requests/index.d.ts +1 -0
- package/api/resources/extractRuns/client/Client.d.ts +6 -3
- package/api/resources/extractRuns/client/Client.js +35 -17
- package/api/resources/extractRuns/client/requests/ExtractRunsCancelRequest.d.ts +8 -0
- package/api/resources/extractRuns/client/requests/ExtractRunsCancelRequest.js +3 -0
- package/api/resources/extractRuns/client/requests/ExtractRunsDeleteRequest.d.ts +8 -0
- package/api/resources/extractRuns/client/requests/ExtractRunsDeleteRequest.js +3 -0
- package/api/resources/extractRuns/client/requests/ExtractRunsListRequest.d.ts +2 -0
- package/api/resources/extractRuns/client/requests/ExtractRunsRetrieveRequest.d.ts +8 -0
- package/api/resources/extractRuns/client/requests/ExtractRunsRetrieveRequest.js +3 -0
- package/api/resources/extractRuns/client/requests/index.d.ts +3 -0
- package/api/resources/extractorVersions/client/Client.d.ts +2 -1
- package/api/resources/extractorVersions/client/Client.js +32 -9
- package/api/resources/extractorVersions/client/requests/ExtractorVersionsCreateRequest.d.ts +2 -0
- package/api/resources/extractorVersions/client/requests/ExtractorVersionsListRequest.d.ts +2 -0
- package/api/resources/extractorVersions/client/requests/ExtractorVersionsRetrieveRequest.d.ts +8 -0
- package/api/resources/extractorVersions/client/requests/ExtractorVersionsRetrieveRequest.js +3 -0
- package/api/resources/extractorVersions/client/requests/index.d.ts +1 -0
- package/api/resources/extractors/client/Client.d.ts +2 -1
- package/api/resources/extractors/client/Client.js +32 -9
- package/api/resources/extractors/client/requests/ExtractorsListRequest.d.ts +2 -0
- package/api/resources/extractors/client/requests/ExtractorsRetrieveRequest.d.ts +8 -0
- package/api/resources/extractors/client/requests/ExtractorsRetrieveRequest.js +3 -0
- package/api/resources/extractors/client/requests/ExtractorsUpdateRequest.d.ts +2 -0
- package/api/resources/extractors/client/requests/index.d.ts +1 -0
- package/api/resources/files/client/Client.d.ts +2 -1
- package/api/resources/files/client/Client.js +21 -10
- package/api/resources/files/client/requests/FilesDeleteRequest.d.ts +8 -0
- package/api/resources/files/client/requests/FilesDeleteRequest.js +3 -0
- package/api/resources/files/client/requests/FilesListRequest.d.ts +2 -0
- package/api/resources/files/client/requests/FilesRetrieveRequest.d.ts +2 -0
- package/api/resources/files/client/requests/FilesUploadRequest.d.ts +2 -0
- package/api/resources/files/client/requests/index.d.ts +1 -0
- package/api/resources/index.d.ts +9 -0
- package/api/resources/index.js +10 -1
- package/api/resources/parseRuns/client/Client.d.ts +2 -1
- package/api/resources/parseRuns/client/Client.js +15 -7
- package/api/resources/parseRuns/client/requests/ParseRunsDeleteRequest.d.ts +8 -0
- package/api/resources/parseRuns/client/requests/ParseRunsDeleteRequest.js +3 -0
- package/api/resources/parseRuns/client/requests/ParseRunsRetrieveRequest.d.ts +2 -0
- package/api/resources/parseRuns/client/requests/index.d.ts +1 -0
- package/api/resources/processor/client/Client.js +22 -4
- package/api/resources/processor/client/requests/ProcessorListRequest.d.ts +2 -0
- package/api/resources/processor/client/requests/ProcessorUpdateRequest.d.ts +2 -0
- package/api/resources/processorRun/client/Client.d.ts +6 -3
- package/api/resources/processorRun/client/Client.js +35 -17
- package/api/resources/processorRun/client/requests/ProcessorRunCancelRequest.d.ts +8 -0
- package/api/resources/processorRun/client/requests/ProcessorRunCancelRequest.js +3 -0
- package/api/resources/processorRun/client/requests/ProcessorRunDeleteRequest.d.ts +8 -0
- package/api/resources/processorRun/client/requests/ProcessorRunDeleteRequest.js +3 -0
- package/api/resources/processorRun/client/requests/ProcessorRunGetRequest.d.ts +8 -0
- package/api/resources/processorRun/client/requests/ProcessorRunGetRequest.js +3 -0
- package/api/resources/processorRun/client/requests/ProcessorRunListRequest.d.ts +2 -0
- package/api/resources/processorRun/client/requests/index.d.ts +3 -0
- package/api/resources/processorVersion/client/Client.d.ts +4 -2
- package/api/resources/processorVersion/client/Client.js +37 -12
- package/api/resources/processorVersion/client/requests/ProcessorVersionCreateRequest.d.ts +2 -0
- package/api/resources/processorVersion/client/requests/ProcessorVersionGetRequest.d.ts +8 -0
- package/api/resources/processorVersion/client/requests/ProcessorVersionGetRequest.js +3 -0
- package/api/resources/processorVersion/client/requests/ProcessorVersionListRequest.d.ts +8 -0
- package/api/resources/processorVersion/client/requests/ProcessorVersionListRequest.js +3 -0
- package/api/resources/processorVersion/client/requests/index.d.ts +2 -0
- package/api/resources/splitRuns/client/Client.d.ts +6 -3
- package/api/resources/splitRuns/client/Client.js +35 -17
- package/api/resources/splitRuns/client/requests/SplitRunsCancelRequest.d.ts +8 -0
- package/api/resources/splitRuns/client/requests/SplitRunsCancelRequest.js +3 -0
- package/api/resources/splitRuns/client/requests/SplitRunsDeleteRequest.d.ts +8 -0
- package/api/resources/splitRuns/client/requests/SplitRunsDeleteRequest.js +3 -0
- package/api/resources/splitRuns/client/requests/SplitRunsListRequest.d.ts +2 -0
- package/api/resources/splitRuns/client/requests/SplitRunsRetrieveRequest.d.ts +8 -0
- package/api/resources/splitRuns/client/requests/SplitRunsRetrieveRequest.js +3 -0
- package/api/resources/splitRuns/client/requests/index.d.ts +3 -0
- package/api/resources/splitterVersions/client/Client.d.ts +2 -1
- package/api/resources/splitterVersions/client/Client.js +32 -9
- package/api/resources/splitterVersions/client/requests/SplitterVersionsCreateRequest.d.ts +2 -0
- package/api/resources/splitterVersions/client/requests/SplitterVersionsListRequest.d.ts +2 -0
- package/api/resources/splitterVersions/client/requests/SplitterVersionsRetrieveRequest.d.ts +8 -0
- package/api/resources/splitterVersions/client/requests/SplitterVersionsRetrieveRequest.js +3 -0
- package/api/resources/splitterVersions/client/requests/index.d.ts +1 -0
- package/api/resources/splitters/client/Client.d.ts +2 -1
- package/api/resources/splitters/client/Client.js +32 -9
- package/api/resources/splitters/client/requests/SplittersListRequest.d.ts +2 -0
- package/api/resources/splitters/client/requests/SplittersRetrieveRequest.d.ts +8 -0
- package/api/resources/splitters/client/requests/SplittersRetrieveRequest.js +3 -0
- package/api/resources/splitters/client/requests/SplittersUpdateRequest.d.ts +2 -0
- package/api/resources/splitters/client/requests/index.d.ts +1 -0
- package/api/resources/webhookEndpoints/client/Client.d.ts +4 -2
- package/api/resources/webhookEndpoints/client/Client.js +42 -14
- package/api/resources/webhookEndpoints/client/requests/WebhookEndpointsDeleteRequest.d.ts +8 -0
- package/api/resources/webhookEndpoints/client/requests/WebhookEndpointsDeleteRequest.js +3 -0
- package/api/resources/webhookEndpoints/client/requests/WebhookEndpointsListRequest.d.ts +2 -0
- package/api/resources/webhookEndpoints/client/requests/WebhookEndpointsRetrieveRequest.d.ts +8 -0
- package/api/resources/webhookEndpoints/client/requests/WebhookEndpointsRetrieveRequest.js +3 -0
- package/api/resources/webhookEndpoints/client/requests/WebhookEndpointsUpdateRequest.d.ts +2 -0
- package/api/resources/webhookEndpoints/client/requests/index.d.ts +2 -0
- package/api/resources/webhookSubscriptions/client/Client.d.ts +4 -2
- package/api/resources/webhookSubscriptions/client/Client.js +42 -14
- package/api/resources/webhookSubscriptions/client/requests/WebhookSubscriptionsDeleteRequest.d.ts +8 -0
- package/api/resources/webhookSubscriptions/client/requests/WebhookSubscriptionsDeleteRequest.js +3 -0
- package/api/resources/webhookSubscriptions/client/requests/WebhookSubscriptionsListRequest.d.ts +2 -0
- package/api/resources/webhookSubscriptions/client/requests/WebhookSubscriptionsRetrieveRequest.d.ts +8 -0
- package/api/resources/webhookSubscriptions/client/requests/WebhookSubscriptionsRetrieveRequest.js +3 -0
- package/api/resources/webhookSubscriptions/client/requests/WebhookSubscriptionsUpdateRequest.d.ts +2 -0
- package/api/resources/webhookSubscriptions/client/requests/index.d.ts +2 -0
- package/api/resources/workflowRuns/client/Client.d.ts +6 -3
- package/api/resources/workflowRuns/client/Client.js +52 -19
- package/api/resources/workflowRuns/client/requests/WorkflowRunsCancelRequest.d.ts +8 -0
- package/api/resources/workflowRuns/client/requests/WorkflowRunsCancelRequest.js +3 -0
- package/api/resources/workflowRuns/client/requests/WorkflowRunsDeleteRequest.d.ts +8 -0
- package/api/resources/workflowRuns/client/requests/WorkflowRunsDeleteRequest.js +3 -0
- package/api/resources/workflowRuns/client/requests/WorkflowRunsListRequest.d.ts +2 -0
- package/api/resources/workflowRuns/client/requests/WorkflowRunsRetrieveRequest.d.ts +8 -0
- package/api/resources/workflowRuns/client/requests/WorkflowRunsRetrieveRequest.js +3 -0
- package/api/resources/workflowRuns/client/requests/WorkflowRunsUpdateRequest.d.ts +2 -0
- package/api/resources/workflowRuns/client/requests/index.d.ts +3 -0
- package/api/resources/workflowVersions/client/Client.d.ts +85 -0
- package/api/resources/workflowVersions/client/Client.js +287 -0
- package/api/resources/workflowVersions/client/index.d.ts +1 -0
- package/api/resources/workflowVersions/client/index.js +17 -0
- package/api/resources/workflowVersions/client/requests/WorkflowVersionsCreateRequest.d.ts +17 -0
- package/api/resources/workflowVersions/client/requests/WorkflowVersionsCreateRequest.js +3 -0
- package/api/resources/workflowVersions/client/requests/WorkflowVersionsListRequest.d.ts +12 -0
- package/api/resources/workflowVersions/client/requests/WorkflowVersionsListRequest.js +3 -0
- package/api/resources/workflowVersions/client/requests/index.d.ts +2 -0
- package/api/resources/workflowVersions/client/requests/index.js +2 -0
- package/api/resources/workflowVersions/index.d.ts +2 -0
- package/api/resources/workflowVersions/index.js +18 -0
- package/api/resources/workflowVersions/types/WorkflowVersionsListResponse.d.ts +6 -0
- package/api/resources/workflowVersions/types/WorkflowVersionsListResponse.js +3 -0
- package/api/resources/workflowVersions/types/index.d.ts +1 -0
- package/api/resources/workflowVersions/types/index.js +17 -0
- package/api/resources/workflows/client/Client.d.ts +124 -2
- package/api/resources/workflows/client/Client.js +281 -2
- package/api/resources/workflows/client/requests/WorkflowsCreateRequest.d.ts +52 -1
- package/api/resources/workflows/client/requests/WorkflowsListRequest.d.ts +13 -0
- package/api/resources/workflows/client/requests/WorkflowsListRequest.js +3 -0
- package/api/resources/workflows/client/requests/WorkflowsUpdateRequest.d.ts +28 -0
- package/api/resources/workflows/client/requests/WorkflowsUpdateRequest.js +3 -0
- package/api/resources/workflows/client/requests/index.d.ts +2 -0
- package/api/resources/workflows/index.d.ts +1 -0
- package/api/resources/workflows/index.js +1 -0
- package/api/resources/workflows/types/WorkflowsListResponse.d.ts +6 -0
- package/api/resources/workflows/types/WorkflowsListResponse.js +3 -0
- package/api/resources/workflows/types/index.d.ts +1 -0
- package/api/resources/workflows/types/index.js +17 -0
- package/api/types/BarcodeDetails.d.ts +13 -0
- package/api/types/BarcodeDetails.js +3 -0
- package/api/types/Block.d.ts +6 -1
- package/api/types/BlockDetails.d.ts +1 -1
- package/api/types/BlockMetadata.d.ts +2 -0
- package/api/types/BlockMetadataTextDirection.d.ts +6 -0
- package/api/types/BlockMetadataTextDirection.js +9 -0
- package/api/types/BlockType.d.ts +11 -1
- package/api/types/BlockType.js +11 -1
- package/api/types/ClassificationNextEntry.d.ts +11 -0
- package/api/types/ClassificationNextEntry.js +3 -0
- package/api/types/ClassifierRef.d.ts +9 -0
- package/api/types/ClassifierRef.js +3 -0
- package/api/types/ClassifyStepDefinition.d.ts +27 -0
- package/api/types/ClassifyStepDefinition.js +3 -0
- package/api/types/ClassifyStepDefinitionConfig.d.ts +13 -0
- package/api/types/ClassifyStepDefinitionConfig.js +3 -0
- package/api/types/CollectStepDefinition.d.ts +10 -0
- package/api/types/CollectStepDefinition.js +3 -0
- package/api/types/ConditionalExtractStepDefinition.d.ts +15 -0
- package/api/types/ConditionalExtractStepDefinition.js +3 -0
- package/api/types/ConditionalExtractStepDefinitionConfig.d.ts +12 -0
- package/api/types/ConditionalExtractStepDefinitionConfig.js +3 -0
- package/api/types/ConditionalExtractStepDefinitionConfigRulesItem.d.ts +11 -0
- package/api/types/ConditionalExtractStepDefinitionConfigRulesItem.js +3 -0
- package/api/types/ConditionalNextEntry.d.ts +11 -0
- package/api/types/ConditionalNextEntry.js +3 -0
- package/api/types/ConditionalStepDefinition.d.ts +16 -0
- package/api/types/ConditionalStepDefinition.js +3 -0
- package/api/types/ConditionalStepDefinitionConfig.d.ts +9 -0
- package/api/types/ConditionalStepDefinitionConfig.js +3 -0
- package/api/types/ConditionalStepDefinitionConfigConditionsItem.d.ts +24 -0
- package/api/types/ConditionalStepDefinitionConfigConditionsItem.js +3 -0
- package/api/types/ConditionalStepDefinitionConfigConditionsItemOperation.d.ts +14 -0
- package/api/types/ConditionalStepDefinitionConfigConditionsItemOperation.js +17 -0
- package/api/types/ConditionalStepDefinitionConfigConditionsItemType.d.ts +6 -0
- package/api/types/ConditionalStepDefinitionConfigConditionsItemType.js +9 -0
- package/api/types/EditConditionalClause.d.ts +22 -0
- package/api/types/EditConditionalClause.js +3 -0
- package/api/types/EditConditionalObjectProperty.d.ts +16 -0
- package/api/types/EditConditionalObjectProperty.js +3 -0
- package/api/types/EditConditionalProperty.d.ts +51 -0
- package/api/types/EditConditionalProperty.js +3 -0
- package/api/types/EditConfig.d.ts +2 -0
- package/api/types/EditDependentRequired.d.ts +4 -0
- package/api/types/EditDependentRequired.js +3 -0
- package/api/types/EditJson.d.ts +2 -0
- package/api/types/EditJsonExtendEditImage.d.ts +7 -0
- package/api/types/EditJsonExtendEditImage.js +3 -0
- package/api/types/EditRootJson.d.ts +14 -0
- package/api/types/EditSchemaGenerationConfig.d.ts +15 -0
- package/api/types/EditSchemaGenerationConfig.js +3 -0
- package/api/types/EditSchemaGenerationConfigAdvancedOptions.d.ts +11 -0
- package/api/types/EditSchemaGenerationConfigAdvancedOptions.js +3 -0
- package/api/types/EditSchemaGenerationMappingMatch.d.ts +9 -0
- package/api/types/EditSchemaGenerationMappingMatch.js +3 -0
- package/api/types/EditSchemaGenerationMappingResult.d.ts +12 -0
- package/api/types/EditSchemaGenerationMappingResult.js +3 -0
- package/api/types/EditSchemaGenerationResponse.d.ts +12 -0
- package/api/types/EditSchemaGenerationResponse.js +3 -0
- package/api/types/ExternalDataValidationStepDefinition.d.ts +13 -0
- package/api/types/ExternalDataValidationStepDefinition.js +3 -0
- package/api/types/ExternalDataValidationStepDefinitionConfig.d.ts +18 -0
- package/api/types/ExternalDataValidationStepDefinitionConfig.js +3 -0
- package/api/types/ExternalDataValidationStepDefinitionConfigFailureBehavior.d.ts +10 -0
- package/api/types/ExternalDataValidationStepDefinitionConfigFailureBehavior.js +13 -0
- package/api/types/ExternalDataValidationStepDefinitionConfigRequestOptions.d.ts +23 -0
- package/api/types/ExternalDataValidationStepDefinitionConfigRequestOptions.js +3 -0
- package/api/types/ExternalDataValidationStepDefinitionConfigRequestOptionsContentType.d.ts +10 -0
- package/api/types/ExternalDataValidationStepDefinitionConfigRequestOptionsContentType.js +13 -0
- package/api/types/ExternalDataValidationStepDefinitionConfigRequestOptionsMethod.d.ts +6 -0
- package/api/types/ExternalDataValidationStepDefinitionConfigRequestOptionsMethod.js +9 -0
- package/api/types/ExtractStepDefinition.d.ts +15 -0
- package/api/types/ExtractStepDefinition.js +3 -0
- package/api/types/ExtractStepDefinitionConfig.d.ts +7 -0
- package/api/types/ExtractStepDefinitionConfig.js +3 -0
- package/api/types/ExtractorRef.d.ts +9 -0
- package/api/types/ExtractorRef.js +3 -0
- package/api/types/FileConversionStepDefinition.d.ts +11 -0
- package/api/types/FileConversionStepDefinition.js +3 -0
- package/api/types/FileConversionStepDefinitionConfig.d.ts +9 -0
- package/api/types/FileConversionStepDefinitionConfig.js +3 -0
- package/api/types/FileConversionStepDefinitionConfigFailureBehavior.d.ts +10 -0
- package/api/types/FileConversionStepDefinitionConfigFailureBehavior.js +13 -0
- package/api/types/HumanReviewStepDefinition.d.ts +10 -0
- package/api/types/HumanReviewStepDefinition.js +3 -0
- package/api/types/KeyValueDetails.d.ts +7 -0
- package/api/types/KeyValueDetails.js +3 -0
- package/api/types/MergeExtractStepDefinition.d.ts +11 -0
- package/api/types/MergeExtractStepDefinition.js +3 -0
- package/api/types/MergeExtractStepDefinitionConfig.d.ts +9 -0
- package/api/types/MergeExtractStepDefinitionConfig.js +3 -0
- package/api/types/MergeExtractStepDefinitionConfigMergeOrder.d.ts +12 -0
- package/api/types/MergeExtractStepDefinitionConfigMergeOrder.js +15 -0
- package/api/types/ParseConfigAdvancedOptions.d.ts +15 -0
- package/api/types/ParseConfigAdvancedOptionsEnrichmentFormat.d.ts +11 -0
- package/api/types/ParseConfigAdvancedOptionsEnrichmentFormat.js +14 -0
- package/api/types/ParseConfigAdvancedOptionsImageConversionQuality.d.ts +13 -0
- package/api/types/ParseConfigAdvancedOptionsImageConversionQuality.js +16 -0
- package/api/types/ParseConfigBlockOptions.d.ts +4 -0
- package/api/types/ParseConfigBlockOptionsBarcodes.d.ts +9 -0
- package/api/types/ParseConfigBlockOptionsBarcodes.js +3 -0
- package/api/types/ParseConfigBlockOptionsFigures.d.ts +2 -0
- package/api/types/ParseConfigBlockOptionsKeyValue.d.ts +7 -0
- package/api/types/ParseConfigBlockOptionsKeyValue.js +3 -0
- package/api/types/ParseStepDefinition.d.ts +11 -0
- package/api/types/ParseStepDefinition.js +3 -0
- package/api/types/ParseStepDefinitionConfig.d.ts +4 -0
- package/api/types/ParseStepDefinitionConfig.js +3 -0
- package/api/types/RuleValidationNextEntry.d.ts +12 -0
- package/api/types/RuleValidationNextEntry.js +3 -0
- package/api/types/RuleValidationNextEntryResult.d.ts +6 -0
- package/api/types/RuleValidationNextEntryResult.js +9 -0
- package/api/types/RuleValidationStepDefinition.d.ts +17 -0
- package/api/types/RuleValidationStepDefinition.js +3 -0
- package/api/types/RuleValidationStepDefinitionConfig.d.ts +12 -0
- package/api/types/RuleValidationStepDefinitionConfig.js +3 -0
- package/api/types/RuleValidationStepDefinitionConfigRulesItem.d.ts +10 -0
- package/api/types/RuleValidationStepDefinitionConfigRulesItem.js +3 -0
- package/api/types/SimpleNextEntry.d.ts +7 -0
- package/api/types/SimpleNextEntry.js +3 -0
- package/api/types/SplitStepDefinition.d.ts +27 -0
- package/api/types/SplitStepDefinition.js +3 -0
- package/api/types/SplitStepDefinitionConfig.d.ts +13 -0
- package/api/types/SplitStepDefinitionConfig.js +3 -0
- package/api/types/SplitterRef.d.ts +9 -0
- package/api/types/SplitterRef.js +3 -0
- package/api/types/TriggerStepDefinition.d.ts +12 -0
- package/api/types/TriggerStepDefinition.js +3 -0
- package/api/types/WebhookResponseStepDefinition.d.ts +8 -0
- package/api/types/WebhookResponseStepDefinition.js +3 -0
- package/api/types/Workflow.d.ts +10 -11
- package/api/types/WorkflowStepBase.d.ts +2 -0
- package/api/types/WorkflowStepDefinition.d.ts +51 -0
- package/api/types/WorkflowStepDefinition.js +3 -0
- package/api/types/WorkflowSummary.d.ts +9 -11
- package/api/types/WorkflowVersion.d.ts +11 -16
- package/api/types/WorkflowVersionSummary.d.ts +9 -16
- package/api/types/index.d.ts +61 -0
- package/api/types/index.js +61 -0
- package/package.json +1 -1
- package/reference.md +871 -75
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/resources/classifyRuns/ClassifyRunsWrapper.js +1 -1
- package/wrapper/resources/classifyRuns/ClassifyRunsWrapper.test.js +2 -2
- package/wrapper/resources/editRuns/EditRunsWrapper.js +1 -1
- package/wrapper/resources/editRuns/EditRunsWrapper.test.js +2 -2
- package/wrapper/resources/extractRuns/ExtractRunsWrapper.js +1 -1
- package/wrapper/resources/extractRuns/ExtractRunsWrapper.test.js +2 -2
- package/wrapper/resources/splitRuns/SplitRunsWrapper.js +1 -1
- package/wrapper/resources/splitRuns/SplitRunsWrapper.test.js +2 -2
- package/wrapper/resources/workflowRuns/WorkflowRunsWrapper.js +1 -1
- package/wrapper/resources/workflowRuns/WorkflowRunsWrapper.test.js +5 -2
- package/wrapper/webhooks/Webhooks.test.js +3 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type * as Extend from "../index";
|
|
2
|
+
/**
|
|
3
|
+
* The entry point of the workflow. Every workflow must have exactly one trigger step, and it must route to exactly one `PARSE` step.
|
|
4
|
+
*
|
|
5
|
+
* See the [Trigger step docs](https://docs.extend.ai/2026-02-09/product/workflows/configuring-workflows-via-api#trigger-step).
|
|
6
|
+
*/
|
|
7
|
+
export interface TriggerStepDefinition {
|
|
8
|
+
/** Unique name for this step. */
|
|
9
|
+
name: string;
|
|
10
|
+
/** Must contain exactly one downstream step, and that step should be the workflow's `PARSE` step. */
|
|
11
|
+
next?: Extend.SimpleNextEntry[];
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A terminal step that triggers webhook delivery of the workflow results.
|
|
3
|
+
*
|
|
4
|
+
* See the [Webhook Response step docs](https://docs.extend.ai/2026-02-09/product/workflows/configuring-workflows-via-api#webhook-response-step).
|
|
5
|
+
*/
|
|
6
|
+
export interface WebhookResponseStepDefinition {
|
|
7
|
+
name: string;
|
|
8
|
+
}
|
package/api/types/Workflow.d.ts
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
|
+
import type * as Extend from "../index";
|
|
2
|
+
/**
|
|
3
|
+
* A workflow with its draft version and steps.
|
|
4
|
+
*/
|
|
1
5
|
export interface Workflow {
|
|
2
|
-
/** The type of object.
|
|
6
|
+
/** The type of object. Always `"workflow"`. */
|
|
3
7
|
object: "workflow";
|
|
4
|
-
/**
|
|
5
|
-
* The ID of the workflow.
|
|
6
|
-
*
|
|
7
|
-
* Example: `"workflow_BMlfq_yWM3sT-ZzvCnA3f"`
|
|
8
|
-
*/
|
|
8
|
+
/** The ID of the workflow. */
|
|
9
9
|
id: string;
|
|
10
|
-
/**
|
|
11
|
-
* The name of the workflow.
|
|
12
|
-
*
|
|
13
|
-
* Example: `"Invoice Processing"`
|
|
14
|
-
*/
|
|
10
|
+
/** The name of the workflow. */
|
|
15
11
|
name: string;
|
|
12
|
+
createdAt: Extend.CreatedAt;
|
|
13
|
+
updatedAt: Extend.UpdatedAt;
|
|
14
|
+
draftVersion: Extend.WorkflowVersion;
|
|
16
15
|
}
|
|
@@ -5,6 +5,8 @@ export interface WorkflowStepBase {
|
|
|
5
5
|
/** The type of object. In this case, it will always be `"workflow_step"`. */
|
|
6
6
|
object: "workflow_step";
|
|
7
7
|
/**
|
|
8
|
+
* **Deprecated:** This ID is not consistent across workflow versions. This field will be removed in a future API version.
|
|
9
|
+
*
|
|
8
10
|
* The ID of the workflow step.
|
|
9
11
|
*
|
|
10
12
|
* Example: `"step_xKm9pNv3qWsY_jL2tR5Dh"`
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type * as Extend from "../index";
|
|
2
|
+
/**
|
|
3
|
+
* A workflow step definition used when creating, updating, deploying, and retrieving workflow versions.
|
|
4
|
+
*
|
|
5
|
+
* See the [Configuring Workflows via API guide](https://docs.extend.ai/2026-02-09/product/workflows/configuring-workflows-via-api) for routing patterns and examples.
|
|
6
|
+
*/
|
|
7
|
+
export type WorkflowStepDefinition = Extend.WorkflowStepDefinition.Trigger | Extend.WorkflowStepDefinition.Parse | Extend.WorkflowStepDefinition.Extract | Extend.WorkflowStepDefinition.Classify | Extend.WorkflowStepDefinition.Split | Extend.WorkflowStepDefinition.MergeExtract | Extend.WorkflowStepDefinition.Conditional | Extend.WorkflowStepDefinition.ConditionalExtract | Extend.WorkflowStepDefinition.ExternalDataValidation | Extend.WorkflowStepDefinition.WebhookResponse | Extend.WorkflowStepDefinition.RuleValidation | Extend.WorkflowStepDefinition.HumanReview | Extend.WorkflowStepDefinition.Collect | Extend.WorkflowStepDefinition.FileConversion;
|
|
8
|
+
export declare namespace WorkflowStepDefinition {
|
|
9
|
+
interface Trigger extends Extend.TriggerStepDefinition {
|
|
10
|
+
type: "TRIGGER";
|
|
11
|
+
}
|
|
12
|
+
interface Parse extends Extend.ParseStepDefinition {
|
|
13
|
+
type: "PARSE";
|
|
14
|
+
}
|
|
15
|
+
interface Extract extends Extend.ExtractStepDefinition {
|
|
16
|
+
type: "EXTRACT";
|
|
17
|
+
}
|
|
18
|
+
interface Classify extends Extend.ClassifyStepDefinition {
|
|
19
|
+
type: "CLASSIFY";
|
|
20
|
+
}
|
|
21
|
+
interface Split extends Extend.SplitStepDefinition {
|
|
22
|
+
type: "SPLIT";
|
|
23
|
+
}
|
|
24
|
+
interface MergeExtract extends Extend.MergeExtractStepDefinition {
|
|
25
|
+
type: "MERGE_EXTRACT";
|
|
26
|
+
}
|
|
27
|
+
interface Conditional extends Extend.ConditionalStepDefinition {
|
|
28
|
+
type: "CONDITIONAL";
|
|
29
|
+
}
|
|
30
|
+
interface ConditionalExtract extends Extend.ConditionalExtractStepDefinition {
|
|
31
|
+
type: "CONDITIONAL_EXTRACT";
|
|
32
|
+
}
|
|
33
|
+
interface ExternalDataValidation extends Extend.ExternalDataValidationStepDefinition {
|
|
34
|
+
type: "EXTERNAL_DATA_VALIDATION";
|
|
35
|
+
}
|
|
36
|
+
interface WebhookResponse extends Extend.WebhookResponseStepDefinition {
|
|
37
|
+
type: "WEBHOOK_RESPONSE";
|
|
38
|
+
}
|
|
39
|
+
interface RuleValidation extends Extend.RuleValidationStepDefinition {
|
|
40
|
+
type: "RULE_VALIDATION";
|
|
41
|
+
}
|
|
42
|
+
interface HumanReview extends Extend.HumanReviewStepDefinition {
|
|
43
|
+
type: "HUMAN_REVIEW";
|
|
44
|
+
}
|
|
45
|
+
interface Collect extends Extend.CollectStepDefinition {
|
|
46
|
+
type: "COLLECT";
|
|
47
|
+
}
|
|
48
|
+
interface FileConversion extends Extend.FileConversionStepDefinition {
|
|
49
|
+
type: "FILE_CONVERSION";
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -1,16 +1,14 @@
|
|
|
1
|
+
import type * as Extend from "../index";
|
|
2
|
+
/**
|
|
3
|
+
* A summary representation of a workflow.
|
|
4
|
+
*/
|
|
1
5
|
export interface WorkflowSummary {
|
|
2
|
-
/** The type of object.
|
|
6
|
+
/** The type of object. Always `"workflow"`. */
|
|
3
7
|
object: "workflow";
|
|
4
|
-
/**
|
|
5
|
-
* The ID of the workflow.
|
|
6
|
-
*
|
|
7
|
-
* Example: `"workflow_BMlfq_yWM3sT-ZzvCnA3f"`
|
|
8
|
-
*/
|
|
8
|
+
/** The ID of the workflow. */
|
|
9
9
|
id: string;
|
|
10
|
-
/**
|
|
11
|
-
* The name of the workflow.
|
|
12
|
-
*
|
|
13
|
-
* Example: `"Invoice Processing"`
|
|
14
|
-
*/
|
|
10
|
+
/** The name of the workflow. */
|
|
15
11
|
name: string;
|
|
12
|
+
createdAt: Extend.CreatedAt;
|
|
13
|
+
updatedAt: Extend.UpdatedAt;
|
|
16
14
|
}
|
|
@@ -1,22 +1,17 @@
|
|
|
1
|
+
import type * as Extend from "../index";
|
|
2
|
+
/**
|
|
3
|
+
* A workflow version with its step definitions.
|
|
4
|
+
*/
|
|
1
5
|
export interface WorkflowVersion {
|
|
2
|
-
/** The type of object.
|
|
6
|
+
/** The type of object. Always `"workflow_version"`. */
|
|
3
7
|
object: "workflow_version";
|
|
4
|
-
/**
|
|
5
|
-
* The ID of the workflow version.
|
|
6
|
-
*
|
|
7
|
-
* Example: `"workflow_version_Zk9mNP12Qw4-yTv8BdR3H"`
|
|
8
|
-
*/
|
|
8
|
+
/** The ID of the workflow version. */
|
|
9
9
|
id: string;
|
|
10
|
-
/**
|
|
11
|
-
* The version of the workflow version.
|
|
12
|
-
*
|
|
13
|
-
* Example: `"3"`
|
|
14
|
-
*/
|
|
10
|
+
/** The version number as a string, or `"draft"` for the draft version. */
|
|
15
11
|
version: string;
|
|
16
|
-
/**
|
|
17
|
-
* The name of the workflow version.
|
|
18
|
-
*
|
|
19
|
-
* Example: `"Invoice Processing"`
|
|
20
|
-
*/
|
|
12
|
+
/** The name of the workflow version. */
|
|
21
13
|
name: string | null;
|
|
14
|
+
/** The step definitions for this version. */
|
|
15
|
+
steps: Extend.WorkflowStepDefinition[];
|
|
16
|
+
createdAt: Extend.CreatedAt;
|
|
22
17
|
}
|
|
@@ -1,22 +1,15 @@
|
|
|
1
|
+
import type * as Extend from "../index";
|
|
2
|
+
/**
|
|
3
|
+
* A summary representation of a workflow version (without steps).
|
|
4
|
+
*/
|
|
1
5
|
export interface WorkflowVersionSummary {
|
|
2
|
-
/** The type of object.
|
|
6
|
+
/** The type of object. Always `"workflow_version"`. */
|
|
3
7
|
object: "workflow_version";
|
|
4
|
-
/**
|
|
5
|
-
* The ID of the workflow version.
|
|
6
|
-
*
|
|
7
|
-
* Example: `"workflow_version_Zk9mNP12Qw4-yTv8BdR3H"`
|
|
8
|
-
*/
|
|
8
|
+
/** The ID of the workflow version. */
|
|
9
9
|
id: string;
|
|
10
|
-
/**
|
|
11
|
-
* The version of the workflow version.
|
|
12
|
-
*
|
|
13
|
-
* Example: `"3"`
|
|
14
|
-
*/
|
|
10
|
+
/** The version number as a string, or `"draft"` for the draft version. */
|
|
15
11
|
version: string;
|
|
16
|
-
/**
|
|
17
|
-
* The name of the workflow version.
|
|
18
|
-
*
|
|
19
|
-
* Example: `"Invoice Processing"`
|
|
20
|
-
*/
|
|
12
|
+
/** The name of the workflow version. */
|
|
21
13
|
name: string | null;
|
|
14
|
+
createdAt: Extend.CreatedAt;
|
|
22
15
|
}
|
package/api/types/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export * from "./ApiError";
|
|
|
2
2
|
export * from "./ApiVersionEnum";
|
|
3
3
|
export * from "./ArrayStrategy";
|
|
4
4
|
export * from "./ArrayStrategyType";
|
|
5
|
+
export * from "./BarcodeDetails";
|
|
5
6
|
export * from "./BatchProcessorRun";
|
|
6
7
|
export * from "./BatchProcessorRunMetrics";
|
|
7
8
|
export * from "./BatchProcessorRunOptions";
|
|
@@ -16,6 +17,7 @@ export * from "./Block";
|
|
|
16
17
|
export * from "./BlockDetails";
|
|
17
18
|
export * from "./BlockMetadata";
|
|
18
19
|
export * from "./BlockMetadataPage";
|
|
20
|
+
export * from "./BlockMetadataTextDirection";
|
|
19
21
|
export * from "./BlockPolygonItem";
|
|
20
22
|
export * from "./BlockType";
|
|
21
23
|
export * from "./BoundingBox";
|
|
@@ -26,11 +28,13 @@ export * from "./ChunkType";
|
|
|
26
28
|
export * from "./Citation";
|
|
27
29
|
export * from "./CitationPage";
|
|
28
30
|
export * from "./Classification";
|
|
31
|
+
export * from "./ClassificationNextEntry";
|
|
29
32
|
export * from "./Classifications";
|
|
30
33
|
export * from "./Classifier";
|
|
31
34
|
export * from "./ClassifierCreatedWebhookEvent";
|
|
32
35
|
export * from "./ClassifierDeletedWebhookEvent";
|
|
33
36
|
export * from "./ClassifierDraftUpdatedWebhookEvent";
|
|
37
|
+
export * from "./ClassifierRef";
|
|
34
38
|
export * from "./ClassifierSummary";
|
|
35
39
|
export * from "./ClassifierUpdatedWebhookEvent";
|
|
36
40
|
export * from "./ClassifierVersion";
|
|
@@ -49,17 +53,34 @@ export * from "./ClassifyRun";
|
|
|
49
53
|
export * from "./ClassifyRunFailedWebhookEvent";
|
|
50
54
|
export * from "./ClassifyRunProcessedWebhookEvent";
|
|
51
55
|
export * from "./ClassifyRunSummary";
|
|
56
|
+
export * from "./ClassifyStepDefinition";
|
|
57
|
+
export * from "./ClassifyStepDefinitionConfig";
|
|
52
58
|
export * from "./ClassifyStepRun";
|
|
53
59
|
export * from "./ClassifyStepRunStep";
|
|
60
|
+
export * from "./CollectStepDefinition";
|
|
54
61
|
export * from "./ConditionalExtractResult";
|
|
62
|
+
export * from "./ConditionalExtractStepDefinition";
|
|
63
|
+
export * from "./ConditionalExtractStepDefinitionConfig";
|
|
64
|
+
export * from "./ConditionalExtractStepDefinitionConfigRulesItem";
|
|
55
65
|
export * from "./ConditionalExtractStepRun";
|
|
56
66
|
export * from "./ConditionalExtractStepRunStep";
|
|
67
|
+
export * from "./ConditionalNextEntry";
|
|
68
|
+
export * from "./ConditionalStepDefinition";
|
|
69
|
+
export * from "./ConditionalStepDefinitionConfig";
|
|
70
|
+
export * from "./ConditionalStepDefinitionConfigConditionsItem";
|
|
71
|
+
export * from "./ConditionalStepDefinitionConfigConditionsItemOperation";
|
|
72
|
+
export * from "./ConditionalStepDefinitionConfigConditionsItemType";
|
|
57
73
|
export * from "./CreatedAt";
|
|
58
74
|
export * from "./EditBoundingBox";
|
|
75
|
+
export * from "./EditConditionalClause";
|
|
76
|
+
export * from "./EditConditionalObjectProperty";
|
|
77
|
+
export * from "./EditConditionalProperty";
|
|
59
78
|
export * from "./EditConfig";
|
|
60
79
|
export * from "./EditConfigAdvancedOptions";
|
|
80
|
+
export * from "./EditDependentRequired";
|
|
61
81
|
export * from "./EditJson";
|
|
62
82
|
export * from "./EditJsonExtendEditFieldType";
|
|
83
|
+
export * from "./EditJsonExtendEditImage";
|
|
63
84
|
export * from "./EditObjectJson";
|
|
64
85
|
export * from "./EditRequestFile";
|
|
65
86
|
export * from "./EditRootJson";
|
|
@@ -70,6 +91,11 @@ export * from "./EditRunOutput";
|
|
|
70
91
|
export * from "./EditRunOutputEditedFile";
|
|
71
92
|
export * from "./EditRunProcessedWebhookEvent";
|
|
72
93
|
export * from "./EditRunStatus";
|
|
94
|
+
export * from "./EditSchemaGenerationConfig";
|
|
95
|
+
export * from "./EditSchemaGenerationConfigAdvancedOptions";
|
|
96
|
+
export * from "./EditSchemaGenerationMappingMatch";
|
|
97
|
+
export * from "./EditSchemaGenerationMappingResult";
|
|
98
|
+
export * from "./EditSchemaGenerationResponse";
|
|
73
99
|
export * from "./EditTextOptions";
|
|
74
100
|
export * from "./EmptyBlockDetails";
|
|
75
101
|
export * from "./Enum";
|
|
@@ -86,6 +112,12 @@ export * from "./EvaluationSetRunOptions";
|
|
|
86
112
|
export * from "./ExcelSheetRange";
|
|
87
113
|
export * from "./ExternalDataValidationResult";
|
|
88
114
|
export * from "./ExternalDataValidationResultResponse";
|
|
115
|
+
export * from "./ExternalDataValidationStepDefinition";
|
|
116
|
+
export * from "./ExternalDataValidationStepDefinitionConfig";
|
|
117
|
+
export * from "./ExternalDataValidationStepDefinitionConfigFailureBehavior";
|
|
118
|
+
export * from "./ExternalDataValidationStepDefinitionConfigRequestOptions";
|
|
119
|
+
export * from "./ExternalDataValidationStepDefinitionConfigRequestOptionsContentType";
|
|
120
|
+
export * from "./ExternalDataValidationStepDefinitionConfigRequestOptionsMethod";
|
|
89
121
|
export * from "./ExternalDataValidationStepRun";
|
|
90
122
|
export * from "./ExternalDataValidationStepRunStep";
|
|
91
123
|
export * from "./ExtractAdvancedOptions";
|
|
@@ -117,6 +149,7 @@ export * from "./Extractor";
|
|
|
117
149
|
export * from "./ExtractorCreatedWebhookEvent";
|
|
118
150
|
export * from "./ExtractorDeletedWebhookEvent";
|
|
119
151
|
export * from "./ExtractorDraftUpdatedWebhookEvent";
|
|
152
|
+
export * from "./ExtractorRef";
|
|
120
153
|
export * from "./ExtractorSummary";
|
|
121
154
|
export * from "./ExtractorUpdatedWebhookEvent";
|
|
122
155
|
export * from "./ExtractorVersion";
|
|
@@ -129,6 +162,8 @@ export * from "./ExtractRun";
|
|
|
129
162
|
export * from "./ExtractRunFailedWebhookEvent";
|
|
130
163
|
export * from "./ExtractRunProcessedWebhookEvent";
|
|
131
164
|
export * from "./ExtractRunSummary";
|
|
165
|
+
export * from "./ExtractStepDefinition";
|
|
166
|
+
export * from "./ExtractStepDefinitionConfig";
|
|
132
167
|
export * from "./ExtractStepRun";
|
|
133
168
|
export * from "./ExtractStepRunStep";
|
|
134
169
|
export * from "./FigureDetails";
|
|
@@ -138,6 +173,9 @@ export * from "./FileContents";
|
|
|
138
173
|
export * from "./FileContentsPagesItem";
|
|
139
174
|
export * from "./FileContentsSectionsItem";
|
|
140
175
|
export * from "./FileContentsSheetsItem";
|
|
176
|
+
export * from "./FileConversionStepDefinition";
|
|
177
|
+
export * from "./FileConversionStepDefinitionConfig";
|
|
178
|
+
export * from "./FileConversionStepDefinitionConfigFailureBehavior";
|
|
141
179
|
export * from "./FileFromId";
|
|
142
180
|
export * from "./FileFromText";
|
|
143
181
|
export * from "./FileFromUrl";
|
|
@@ -145,8 +183,10 @@ export * from "./FileFromUrlSettings";
|
|
|
145
183
|
export * from "./FileMetadata";
|
|
146
184
|
export * from "./FileSummary";
|
|
147
185
|
export * from "./FileType";
|
|
186
|
+
export * from "./HumanReviewStepDefinition";
|
|
148
187
|
export * from "./Insight";
|
|
149
188
|
export * from "./JsonObject";
|
|
189
|
+
export * from "./KeyValueDetails";
|
|
150
190
|
export * from "./LegacyBatchProcessorRun";
|
|
151
191
|
export * from "./LegacyBatchProcessorRunMetrics";
|
|
152
192
|
export * from "./LegacyBatchProcessorRunOptions";
|
|
@@ -221,6 +261,9 @@ export * from "./LegacySplitterOutputSplitsItem";
|
|
|
221
261
|
export * from "./MaxPageSize";
|
|
222
262
|
export * from "./MergeExtractResult";
|
|
223
263
|
export * from "./MergeExtractResultMergedExtractorsItem";
|
|
264
|
+
export * from "./MergeExtractStepDefinition";
|
|
265
|
+
export * from "./MergeExtractStepDefinitionConfig";
|
|
266
|
+
export * from "./MergeExtractStepDefinitionConfigMergeOrder";
|
|
224
267
|
export * from "./MergeExtractStepRun";
|
|
225
268
|
export * from "./MergeExtractStepRunStep";
|
|
226
269
|
export * from "./NextPageToken";
|
|
@@ -229,10 +272,14 @@ export * from "./PageRangesItem";
|
|
|
229
272
|
export * from "./ParentSplit";
|
|
230
273
|
export * from "./ParseConfig";
|
|
231
274
|
export * from "./ParseConfigAdvancedOptions";
|
|
275
|
+
export * from "./ParseConfigAdvancedOptionsEnrichmentFormat";
|
|
232
276
|
export * from "./ParseConfigAdvancedOptionsExcelParsingMode";
|
|
277
|
+
export * from "./ParseConfigAdvancedOptionsImageConversionQuality";
|
|
233
278
|
export * from "./ParseConfigAdvancedOptionsReturnOcr";
|
|
234
279
|
export * from "./ParseConfigBlockOptions";
|
|
280
|
+
export * from "./ParseConfigBlockOptionsBarcodes";
|
|
235
281
|
export * from "./ParseConfigBlockOptionsFigures";
|
|
282
|
+
export * from "./ParseConfigBlockOptionsKeyValue";
|
|
236
283
|
export * from "./ParseConfigBlockOptionsTables";
|
|
237
284
|
export * from "./ParseConfigBlockOptionsTablesAgentic";
|
|
238
285
|
export * from "./ParseConfigBlockOptionsTablesTargetFormat";
|
|
@@ -256,6 +303,8 @@ export * from "./ParseRunProcessedWebhookEvent";
|
|
|
256
303
|
export * from "./ParseRunStatus";
|
|
257
304
|
export * from "./ParseRunStatusEnum";
|
|
258
305
|
export * from "./ParseRunStatusStatus";
|
|
306
|
+
export * from "./ParseStepDefinition";
|
|
307
|
+
export * from "./ParseStepDefinitionConfig";
|
|
259
308
|
export * from "./ParseStepRun";
|
|
260
309
|
export * from "./ParseStepRunStep";
|
|
261
310
|
export * from "./Polygon";
|
|
@@ -267,9 +316,14 @@ export * from "./ProvidedProcessorOutput";
|
|
|
267
316
|
export * from "./ProvidedSplitOutput";
|
|
268
317
|
export * from "./ProvidedSplitOutputSplitsItem";
|
|
269
318
|
export * from "./ReleaseType";
|
|
319
|
+
export * from "./RuleValidationNextEntry";
|
|
320
|
+
export * from "./RuleValidationNextEntryResult";
|
|
270
321
|
export * from "./RuleValidationResult";
|
|
271
322
|
export * from "./RuleValidationResultRulesItem";
|
|
272
323
|
export * from "./RuleValidationResultRulesItemFailureReason";
|
|
324
|
+
export * from "./RuleValidationStepDefinition";
|
|
325
|
+
export * from "./RuleValidationStepDefinitionConfig";
|
|
326
|
+
export * from "./RuleValidationStepDefinitionConfigRulesItem";
|
|
273
327
|
export * from "./RuleValidationStepRun";
|
|
274
328
|
export * from "./RuleValidationStepRunStep";
|
|
275
329
|
export * from "./RunMetadata";
|
|
@@ -278,6 +332,7 @@ export * from "./RunSecrets";
|
|
|
278
332
|
export * from "./RunSource";
|
|
279
333
|
export * from "./RunSourceId";
|
|
280
334
|
export * from "./RunUsage";
|
|
335
|
+
export * from "./SimpleNextEntry";
|
|
281
336
|
export * from "./SortBy";
|
|
282
337
|
export * from "./SortDir";
|
|
283
338
|
export * from "./SplitAdvancedOptions";
|
|
@@ -296,12 +351,15 @@ export * from "./SplitRun";
|
|
|
296
351
|
export * from "./SplitRunFailedWebhookEvent";
|
|
297
352
|
export * from "./SplitRunProcessedWebhookEvent";
|
|
298
353
|
export * from "./SplitRunSummary";
|
|
354
|
+
export * from "./SplitStepDefinition";
|
|
355
|
+
export * from "./SplitStepDefinitionConfig";
|
|
299
356
|
export * from "./SplitStepRun";
|
|
300
357
|
export * from "./SplitStepRunStep";
|
|
301
358
|
export * from "./Splitter";
|
|
302
359
|
export * from "./SplitterCreatedWebhookEvent";
|
|
303
360
|
export * from "./SplitterDeletedWebhookEvent";
|
|
304
361
|
export * from "./SplitterDraftUpdatedWebhookEvent";
|
|
362
|
+
export * from "./SplitterRef";
|
|
305
363
|
export * from "./SplitterSummary";
|
|
306
364
|
export * from "./SplitterUpdatedWebhookEvent";
|
|
307
365
|
export * from "./SplitterVersion";
|
|
@@ -313,6 +371,7 @@ export * from "./StepRunBaseStatus";
|
|
|
313
371
|
export * from "./TableCellDetails";
|
|
314
372
|
export * from "./TableDetails";
|
|
315
373
|
export * from "./TooManyRequestsErrorBody";
|
|
374
|
+
export * from "./TriggerStepDefinition";
|
|
316
375
|
export * from "./UpdatedAt";
|
|
317
376
|
export * from "./VersionDescription";
|
|
318
377
|
export * from "./WebhookAdvancedOptions";
|
|
@@ -323,6 +382,7 @@ export * from "./WebhookEndpointStatus";
|
|
|
323
382
|
export * from "./WebhookEvent";
|
|
324
383
|
export * from "./WebhookPayloadFormat";
|
|
325
384
|
export * from "./WebhookPayloadOptions";
|
|
385
|
+
export * from "./WebhookResponseStepDefinition";
|
|
326
386
|
export * from "./WebhookSubscription";
|
|
327
387
|
export * from "./WebhookSubscriptionEventType";
|
|
328
388
|
export * from "./WebhookSubscriptionResourceType";
|
|
@@ -341,6 +401,7 @@ export * from "./WorkflowRunStatus";
|
|
|
341
401
|
export * from "./WorkflowRunStepRunProcessedWebhookEvent";
|
|
342
402
|
export * from "./WorkflowRunSummary";
|
|
343
403
|
export * from "./WorkflowStepBase";
|
|
404
|
+
export * from "./WorkflowStepDefinition";
|
|
344
405
|
export * from "./WorkflowSummary";
|
|
345
406
|
export * from "./WorkflowVersion";
|
|
346
407
|
export * from "./WorkflowVersionSummary";
|