UNPKG

@nutrient-sdk/dws-client-typescript

Version:

Node.js TypeScript client library for Nutrient Document Web Services (DWS) API

8 lines 807 B
export { NutrientClient } from './client'; export { BuildActions, BuildOutputs } from './build'; export { WorkflowBuilder, StagedWorkflowBuilder } from './builders'; export { NutrientError, ValidationError, APIError, AuthenticationError, NetworkError, } from './errors'; export type { NutrientClientOptions, FileInput, FilePathInput, BufferInput, Uint8ArrayInput, UrlInput, WorkflowResult, WorkflowExecuteOptions, WorkflowInitialStage, WorkflowWithPartsStage, WorkflowWithActionsStage, WorkflowWithOutputStage, OutputTypeMap, TypedWorkflowResult, WorkflowDryRunResult, } from './types'; export { validateFileInput, processFileInput, isRemoteFileInput, processRemoteFileInput, type NormalizedFileData, } from './inputs'; export { type ActionWithFileInput } from './build'; //# sourceMappingURL=index.d.ts.map