Skip to content

Commit

Permalink
docs: Remove constructors which aren't part of an API
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Jul 2, 2020
1 parent 32a523d commit 952734b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/cubejs-client-core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,6 @@ declare module '@cubejs-client/core' {
};

export class ProgressResult {
constructor(progressResponse: ProgressResponse);

stage(): string;
timeElapsed(): string;
}
Expand All @@ -607,8 +605,6 @@ declare module '@cubejs-client/core' {
};

export class SqlQuery {
constructor(sqlQuery: SqlApiResponse);

rawQuery(): SqlData;
sql(): string;
}
Expand All @@ -620,8 +616,6 @@ declare module '@cubejs-client/core' {
* @order 4
*/
export class Meta {
constructor(metaResponse: Object);

/**
* Get all members of a specific type for a given query.
* If empty query is provided no filtering is done based on query context and all available members are retrieved.
Expand Down Expand Up @@ -656,8 +650,6 @@ declare module '@cubejs-client/core' {
* @order 2
*/
export class CubejsApi {
constructor(apiToken: string, options: CubeJSApiOptions);

/**
* Fetch data for the passed `query`.
*
Expand Down

0 comments on commit 952734b

Please sign in to comment.