/* * The version of the OpenAPI document: v1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit this class manually. */ import { DocumentsApi } from "./documentsApi"; import Service from "../../service"; import Client from "../../client"; export default class DocumentCollectorAPI extends Service { public constructor(client: Client) { super(client); } public get DocumentsApi() { return new DocumentsApi(this.client); } }