Socket
Socket
Sign inDemoInstall

@eclipse-che/api

Package Overview
Dependencies
0
Maintainers
5
Versions
99
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.44.0 to 7.45.0

56

index.d.ts

@@ -13,4 +13,4 @@ // File has been generated automatically by Eclipse Che TypeScript DTO generator

links?: che.core.rest.Link[];
source?: string;
id?: string;
source?: string;
ide?: Ide;

@@ -41,10 +41,15 @@ }

// org.eclipse.che.api.factory.shared.dto.OnAppLoadedDto
export interface OnAppLoaded {
actions?: IdeAction[];
}
// org.eclipse.che.api.factory.shared.dto.FactoryDto
export interface Factory extends che.core.rest.Hyperlinks {
workspace?: che.workspace.WorkspaceConfig;
creator?: Author;
creator?: che.core.model.factory.Author;
devfile?: che.workspace.devfile.Devfile;
v?: string;
name?: string;
policies?: Policies;
name?: string;
links?: che.core.rest.Link[];

@@ -94,7 +99,2 @@ source?: string;

// org.eclipse.che.api.factory.shared.dto.OnAppLoadedDto
export interface OnAppLoaded {
actions?: IdeAction[];
}
}

@@ -156,4 +156,4 @@

image?: string;
preferences?: { [key: string]: string | number | boolean; };
endpoints?: Endpoint[];
preferences?: { [key: string]: string | number | boolean; };
cpuLimit?: string;

@@ -172,4 +172,4 @@ volumes?: DevfileVolume[];

memoryLimit?: string;
entrypoints?: Entrypoint[];
selector?: { [key: string]: string; };
entrypoints?: Entrypoint[];
id?: string;

@@ -358,4 +358,4 @@ mountSources?: boolean;

attributes?: { [key: string]: string; };
commandLine?: string;
type?: string;
commandLine?: string;
}

@@ -461,6 +461,6 @@

stream?: string;
time?: string;
text?: string;
time?: string;
machineName?: string;
runtimeId?: che.workspace.RuntimeIdentity;
machineName?: string;
}

@@ -471,6 +471,6 @@

stream?: string;
time?: string;
text?: string;
time?: string;
machineName?: string;
runtimeId?: che.workspace.RuntimeIdentity;
machineName?: string;
}

@@ -499,4 +499,4 @@

export interface BrokerLogEvent {
time?: string;
text?: string;
time?: string;
runtimeId?: che.workspace.RuntimeIdentity;

@@ -509,4 +509,4 @@ }

error?: string;
machineName?: string;
runtimeId?: che.workspace.RuntimeIdentity;
machineName?: string;
status?: 'STARTING' | 'DONE' | 'FAILED';

@@ -572,13 +572,2 @@ }

// org.eclipse.che.api.core.rest.shared.dto.Link
export interface Link {
method?: string;
requestBody?: RequestBodyDescriptor;
produces?: string;
rel?: string;
href?: string;
parameters?: LinkParameter[];
consumes?: string;
}
// org.eclipse.che.api.core.rest.shared.dto.Hyperlinks

@@ -596,2 +585,13 @@ export interface Hyperlinks {

// org.eclipse.che.api.core.rest.shared.dto.Link
export interface Link {
method?: string;
requestBody?: RequestBodyDescriptor;
rel?: string;
produces?: string;
href?: string;
parameters?: LinkParameter[];
consumes?: string;
}
// org.eclipse.che.api.core.rest.shared.dto.ApiInfo

@@ -598,0 +598,0 @@ export interface ApiInfo {

{
"name": "@eclipse-che/api",
"version": "7.44.0",
"version": "7.45.0",
"description": "Eclipse Che DTO API",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc