diff --git a/frontend/src/apis/experiment/api.ts b/frontend/src/apis/experiment/api.ts index 4cd629e4251..9024ba5e42d 100644 --- a/frontend/src/apis/experiment/api.ts +++ b/frontend/src/apis/experiment/api.ts @@ -122,6 +122,12 @@ export interface ApiListExperimentsResponse { * @memberof ApiListExperimentsResponse */ experiments?: Array; + /** + * + * @type {number} + * @memberof ApiListExperimentsResponse + */ + total_size?: number; /** * * @type {string} diff --git a/frontend/src/apis/filter/api.ts b/frontend/src/apis/filter/api.ts index 39a5a32faa8..e324b0ab50d 100644 --- a/frontend/src/apis/filter/api.ts +++ b/frontend/src/apis/filter/api.ts @@ -5,14 +5,13 @@ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: version not set - * + * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ - import * as portableFetch from "portable-fetch"; import { Configuration } from "./configuration"; @@ -39,7 +38,7 @@ export interface FetchAPI { } /** - * + * * @export * @interface FetchArgs */ @@ -49,7 +48,7 @@ export interface FetchArgs { } /** - * + * * @export * @class BaseAPI */ @@ -65,7 +64,7 @@ export class BaseAPI { }; /** - * + * * @export * @class RequiredError * @extends {Error} @@ -92,13 +91,13 @@ export interface ApiFilter { } /** - * + * * @export * @interface ApiIntValues */ export interface ApiIntValues { /** - * + * * @type {Array<number>} * @memberof ApiIntValues */ @@ -106,13 +105,13 @@ export interface ApiIntValues { } /** - * + * * @export * @interface ApiLongValues */ export interface ApiLongValues { /** - * + * * @type {Array<string>} * @memberof ApiLongValues */ @@ -126,31 +125,31 @@ export interface ApiLongValues { */ export interface ApiPredicate { /** - * + * * @type {PredicateOp} * @memberof ApiPredicate */ op?: PredicateOp; /** - * + * * @type {string} * @memberof ApiPredicate */ key?: string; /** - * + * * @type {number} * @memberof ApiPredicate */ int_value?: number; /** - * + * * @type {string} * @memberof ApiPredicate */ long_value?: string; /** - * + * * @type {string} * @memberof ApiPredicate */ @@ -168,13 +167,13 @@ export interface ApiPredicate { */ int_values?: ApiIntValues; /** - * + * * @type {ApiLongValues} * @memberof ApiPredicate */ long_values?: ApiLongValues; /** - * + * * @type {ApiStringValues} * @memberof ApiPredicate */ @@ -182,13 +181,13 @@ export interface ApiPredicate { } /** - * + * * @export * @interface ApiStringValues */ export interface ApiStringValues { /** - * + * * @type {Array<string>} * @memberof ApiStringValues */ @@ -201,15 +200,15 @@ export interface ApiStringValues { * @enum {string} */ export enum PredicateOp { - UNKNOWN = 'UNKNOWN', - EQUALS = 'EQUALS', - NOTEQUALS = 'NOT_EQUALS', - GREATERTHAN = 'GREATER_THAN', - GREATERTHANEQUALS = 'GREATER_THAN_EQUALS', - LESSTHAN = 'LESS_THAN', - LESSTHANEQUALS = 'LESS_THAN_EQUALS', - IN = 'IN', - ISSUBSTRING = 'IS_SUBSTRING' + UNKNOWN = 'UNKNOWN', + EQUALS = 'EQUALS', + NOTEQUALS = 'NOT_EQUALS', + GREATERTHAN = 'GREATER_THAN', + GREATERTHANEQUALS = 'GREATER_THAN_EQUALS', + LESSTHAN = 'LESS_THAN', + LESSTHANEQUALS = 'LESS_THAN_EQUALS', + IN = 'IN', + ISSUBSTRING = 'IS_SUBSTRING' } diff --git a/frontend/src/apis/job/api.ts b/frontend/src/apis/job/api.ts index 157b4f7d686..c8481583e8f 100644 --- a/frontend/src/apis/job/api.ts +++ b/frontend/src/apis/job/api.ts @@ -202,6 +202,12 @@ export interface ApiListJobsResponse { * @memberof ApiListJobsResponse */ jobs?: Array; + /** + * + * @type {number} + * @memberof ApiListJobsResponse + */ + total_size?: number; /** * * @type {string} diff --git a/frontend/src/apis/pipeline/api.ts b/frontend/src/apis/pipeline/api.ts index 2d67465dbfe..2d2ba1b78d4 100644 --- a/frontend/src/apis/pipeline/api.ts +++ b/frontend/src/apis/pipeline/api.ts @@ -104,6 +104,12 @@ export interface ApiListPipelinesResponse { * @memberof ApiListPipelinesResponse */ pipelines?: Array; + /** + * + * @type {number} + * @memberof ApiListPipelinesResponse + */ + total_size?: number; /** * * @type {string} diff --git a/frontend/src/apis/run/api.ts b/frontend/src/apis/run/api.ts index 67c7e73aee6..e045a48669d 100644 --- a/frontend/src/apis/run/api.ts +++ b/frontend/src/apis/run/api.ts @@ -90,6 +90,12 @@ export interface ApiListRunsResponse { * @memberof ApiListRunsResponse */ runs?: Array; + /** + * + * @type {number} + * @memberof ApiListRunsResponse + */ + total_size?: number; /** * * @type {string}