UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit e1a9ee09 authored by Christopher Zell's avatar Christopher Zell
Browse files

slimmed way down

parent 9efbe5c1
/* tslint:disable */
/* eslint-disable */
/**
* TRON Common API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { AppClientSummaryDto } from './app-client-summary-dto';
/**
*
* @export
* @interface AppClientSummaryDtoResponseWrapper
*/
export interface AppClientSummaryDtoResponseWrapper {
/**
*
* @type {Array<AppClientSummaryDto>}
* @memberof AppClientSummaryDtoResponseWrapper
*/
data: Array<AppClientSummaryDto>;
}
/* tslint:disable */
/* eslint-disable */
/**
* TRON Common API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
* @interface AppClientSummaryDto
*/
export interface AppClientSummaryDto {
/**
*
* @type {string}
* @memberof AppClientSummaryDto
*/
id?: string;
/**
*
* @type {string}
* @memberof AppClientSummaryDto
*/
name?: string;
}
/* tslint:disable */
/* eslint-disable */
/**
* TRON Common API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { AppEndpointClientInfoDto } from './app-endpoint-client-info-dto';
import { PrivilegeDto } from './privilege-dto';
/**
*
* @export
* @interface AppClientUserDetailsDto
*/
export interface AppClientUserDetailsDto {
/**
*
* @type {string}
* @memberof AppClientUserDetailsDto
*/
id?: string;
/**
*
* @type {Array<string>}
* @memberof AppClientUserDetailsDto
*/
appClientDeveloperEmails?: Array<string>;
/**
*
* @type {Array<PrivilegeDto>}
* @memberof AppClientUserDetailsDto
*/
privileges?: Array<PrivilegeDto>;
/**
*
* @type {Array<AppEndpointClientInfoDto>}
* @memberof AppClientUserDetailsDto
*/
appEndpointPrivs?: Array<AppEndpointClientInfoDto>;
/**
*
* @type {string}
* @memberof AppClientUserDetailsDto
*/
name?: string;
/**
*
* @type {string}
* @memberof AppClientUserDetailsDto
*/
clusterUrl?: string;
}
/* tslint:disable */
/* eslint-disable */
/**
* TRON Common API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { AppClientUserDto } from './app-client-user-dto';
/**
*
* @export
* @interface AppClientUserDtoResponseWrapped
*/
export interface AppClientUserDtoResponseWrapped {
/**
*
* @type {Array<AppClientUserDto>}
* @memberof AppClientUserDtoResponseWrapped
*/
data: Array<AppClientUserDto>;
}
/* tslint:disable */
/* eslint-disable */
/**
* TRON Common API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { PrivilegeDto } from './privilege-dto';
/**
*
* @export
* @interface AppClientUserDto
*/
export interface AppClientUserDto {
/**
*
* @type {string}
* @memberof AppClientUserDto
*/
id?: string;
/**
*
* @type {Array<PrivilegeDto>}
* @memberof AppClientUserDto
*/
privileges?: Array<PrivilegeDto>;
/**
*
* @type {Array<string>}
* @memberof AppClientUserDto
*/
appClientDeveloperEmails?: Array<string>;
/**
*
* @type {string}
* @memberof AppClientUserDto
*/
name: string;
/**
*
* @type {string}
* @memberof AppClientUserDto
*/
clusterUrl?: string;
}
/* tslint:disable */
/* eslint-disable */
/**
* TRON Common API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
* @interface AppClientUserPrivDto
*/
export interface AppClientUserPrivDto {
/**
*
* @type {string}
* @memberof AppClientUserPrivDto
*/
id?: string;
/**
*
* @type {string}
* @memberof AppClientUserPrivDto
*/
appClientUser: string;
/**
*
* @type {string}
* @memberof AppClientUserPrivDto
*/
appClientUserName?: string;
/**
*
* @type {string}
* @memberof AppClientUserPrivDto
*/
appEndpoint: string;
/**
*
* @type {string}
* @memberof AppClientUserPrivDto
*/
privilege?: string;
}
/* tslint:disable */
/* eslint-disable */
/**
* TRON Common API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* App Source UUID
* @export
* @interface AppEndPointPrivDto
*/
export interface AppEndPointPrivDto {
/**
*
* @type {string}
* @memberof AppEndPointPrivDto
*/
appSourceId?: string;
/**
*
* @type {string}
* @memberof AppEndPointPrivDto
*/
appEndpointId?: string;
/**
*
* @type {string}
* @memberof AppEndPointPrivDto
*/
appClientUserId?: string;
}
/* tslint:disable */
/* eslint-disable */
/**
* TRON Common API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
* @interface AppEndpointClientInfoDto
*/
export interface AppEndpointClientInfoDto {
/**
*
* @type {string}
* @memberof AppEndpointClientInfoDto
*/
id?: string;
/**
*
* @type {string}
* @memberof AppEndpointClientInfoDto
*/
appSourceName?: string;
/**
*
* @type {string}
* @memberof AppEndpointClientInfoDto
*/
path?: string;
/**
*
* @type {string}
* @memberof AppEndpointClientInfoDto
*/
basePath?: string;
/**
*
* @type {string}
* @memberof AppEndpointClientInfoDto
*/
method?: AppEndpointClientInfoDtoMethodEnum;
/**
*
* @type {boolean}
* @memberof AppEndpointClientInfoDto
*/
deleted?: boolean;
/**
*
* @type {string}
* @memberof AppEndpointClientInfoDto
*/
appSourceId?: string;
}
/**
* @export
* @enum {string}
*/
export enum AppEndpointClientInfoDtoMethodEnum {
Get = 'GET',
Head = 'HEAD',
Post = 'POST',
Put = 'PUT',
Patch = 'PATCH',
Delete = 'DELETE',
Options = 'OPTIONS',
Trace = 'TRACE'
}
/* tslint:disable */
/* eslint-disable */
/**
* TRON Common API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { CountMetricDto } from './count-metric-dto';
/**
*
* @export
* @interface AppEndpointCountMetricDto
*/
export interface AppEndpointCountMetricDto {
/**
*
* @type {string}
* @memberof AppEndpointCountMetricDto
*/
id?: string;
/**
*
* @type {string}
* @memberof AppEndpointCountMetricDto
*/
path: string;
/**
*
* @type {string}
* @memberof AppEndpointCountMetricDto
*/
requestType: string;
/**
*
* @type {string}
* @memberof AppEndpointCountMetricDto
*/
appSource?: string;
/**
*
* @type {Array<CountMetricDto>}
* @memberof AppEndpointCountMetricDto
*/
appClients?: Array<CountMetricDto>;
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
/* tslint:disable */
/* eslint-disable */
/**
* TRON Common API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { AppSourceDto } from './app-source-dto';
/**
*
* @export
* @interface AppSourceDtoResponseWrapper
*/
export interface AppSourceDtoResponseWrapper {
/**
*
* @type {Array<AppSourceDto>}
* @memberof AppSourceDtoResponseWrapper
*/
data: Array<AppSourceDto>;
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment