UNPKG

@veeroute/lss-studio-angular

Version:

OpenAPI client for @veeroute/lss-studio-angular

136 lines (135 loc) 4.9 kB
/** * VRt.Studio [ST] * * The version of the OpenAPI document: 7.18.2755 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ /** * Custom fields for table. */ export interface TableCustomfieldsStudio { [key: string]: any | any; /** * A custom field containing date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. Supported filter type is `DATETIME_RANGE`. */ datetime_1?: string | null; /** * A custom field containing date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. Supported filter type is `DATETIME_RANGE`. */ datetime_2?: string | null; /** * A custom field containing date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. Supported filter type is `DATETIME_RANGE`. */ datetime_3?: string | null; /** * A custom field containing date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. Supported filter type is `DATETIME_RANGE`. */ datetime_4?: string | null; /** * A custom field containing date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. Supported filter type is `DATETIME_RANGE`. */ datetime_5?: string | null; /** * A custom field containing an integer value. Supported filter type is `INT_RANGE`. */ int_1?: number | null; /** * A custom field containing an integer value. Supported filter type is `INT_RANGE`. */ int_2?: number | null; /** * A custom field containing an integer value. Supported filter type is `INT_RANGE`. */ int_3?: number | null; /** * A custom field containing an integer value. Supported filter type is `INT_RANGE`. */ int_4?: number | null; /** * A custom field containing an integer value. Supported filter type is `INT_RANGE`. */ int_5?: number | null; /** * A custom field containing a floating point value. Supported filter type is `FLOAT_RANGE`. */ float_1?: number | null; /** * A custom field containing a floating point value. Supported filter type is `FLOAT_RANGE`. */ float_2?: number | null; /** * A custom field containing a floating point value. Supported filter type is `FLOAT_RANGE`. */ float_3?: number | null; /** * A custom field containing a floating point value. Supported filter type is `FLOAT_RANGE`. */ float_4?: number | null; /** * A custom field containing a floating point value. Supported filter type is `FLOAT_RANGE`. */ float_5?: number | null; /** * A custom field containing the duration of the time period. Supported filter type is `DURATION_RANGE`. */ duration_1?: string | null; /** * A custom field containing the duration of the time period. Supported filter type is `DURATION_RANGE`. */ duration_2?: string | null; /** * A custom field containing the duration of the time period. Supported filter type is `DURATION_RANGE`. */ duration_3?: string | null; /** * A custom field containing the duration of the time period. Supported filter type is `DURATION_RANGE`. */ duration_4?: string | null; /** * A custom field containing the duration of the time period. Supported filter type is `DURATION_RANGE`. */ duration_5?: string | null; /** * A custom field containing a boolean value. Supported filter type is `BOOL_LIST`. */ bool_1?: boolean | null; /** * A custom field containing a boolean value. Supported filter type is `BOOL_LIST`. */ bool_2?: boolean | null; /** * A custom field containing a boolean value. Supported filter type is `BOOL_LIST`. */ bool_3?: boolean | null; /** * A custom field containing a boolean value. Supported filter type is `BOOL_LIST`. */ bool_4?: boolean | null; /** * A custom field containing a boolean value. Supported filter type is `BOOL_LIST`. */ bool_5?: boolean | null; /** * A custom field containing an string value. Supported filter type is `STRING_SEARCH`. */ string_1?: string | null; /** * A custom field containing an string value. Supported filter type is `STRING_SEARCH`. */ string_2?: string | null; /** * A custom field containing an string value. Supported filter type is `STRING_SEARCH`. */ string_3?: string | null; /** * A custom field containing an string value. Supported filter type is `STRING_SEARCH`. */ string_4?: string | null; /** * A custom field containing an string value. Supported filter type is `STRING_SEARCH`. */ string_5?: string | null; }