UNPKG

@itwin/insights-client

Version:

Insights client for the iTwin platform

9 lines 569 B
import { OperationsBase } from "../../common/OperationsBase"; import { IEC3JobsClient } from "./IEC3JobsClient"; import { EC3ExtractionJobCreate, EC3Job, EC3JobStatus, EC3ReportJobCreate } from "../interfaces/EC3Jobs"; export declare class EC3JobsClient extends OperationsBase implements IEC3JobsClient { constructor(basePath?: string); createJob(accessToken: string, job: EC3ReportJobCreate | EC3ExtractionJobCreate): Promise<EC3Job>; getEC3JobStatus(accessToken: string, jobId: string): Promise<EC3JobStatus>; } //# sourceMappingURL=EC3JobsClient.d.ts.map