Socket
Socket
Sign inDemoInstall

@eclipse-che/api

Package Overview
Dependencies
Maintainers
5
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-che/api - npm Package Compare versions

Comparing version 7.32.1 to 7.32.2

82

index.d.ts

@@ -27,5 +27,6 @@ // File has been generated automatically by Eclipse Che TypeScript DTO generator

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

@@ -42,7 +43,7 @@

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

@@ -57,4 +58,4 @@ }

v?: string;
name?: string;
policies?: Policies;
name?: string;
links?: che.core.rest.Link[];

@@ -87,8 +88,2 @@ source?: string;

// org.eclipse.che.api.factory.shared.dto.IdeActionDto
export interface IdeAction {
id?: string;
properties?: { [key: string]: string; };
}
// org.eclipse.che.api.factory.shared.dto.IdeDto

@@ -101,2 +96,7 @@ export interface Ide {

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

@@ -152,2 +152,8 @@

// org.eclipse.che.api.workspace.shared.dto.devfile.DevfileVolumeDto
export interface DevfileVolume {
name?: string;
containerPath?: string;
}
// org.eclipse.che.api.workspace.shared.dto.devfile.EnvDto

@@ -229,4 +235,4 @@ export interface Env {

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

@@ -251,8 +257,2 @@ volumes?: DevfileVolume[];

// org.eclipse.che.api.workspace.shared.dto.devfile.DevfileVolumeDto
export interface DevfileVolume {
name?: string;
containerPath?: string;
}
}

@@ -281,4 +281,4 @@

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

@@ -298,4 +298,4 @@

description?: string;
attributes?: { [key: string]: string[]; };
links?: che.core.rest.Link[];
attributes?: { [key: string]: string[]; };
source?: SourceStorage;

@@ -394,4 +394,4 @@ type?: string;

description?: string;
attributes?: { [key: string]: string; };
links?: che.core.rest.Link[];
attributes?: { [key: string]: string; };
commands?: Command[];

@@ -414,4 +414,4 @@ defaultEnv?: string;

export interface Profile {
attributes?: { [key: string]: string; };
links?: che.core.rest.Link[];
attributes?: { [key: string]: string; };
userId?: string;

@@ -470,4 +470,4 @@ email?: string;

status?: 'STARTING' | 'RUNNING' | 'STOPPING' | 'STOPPED';
initiatedByUser?: boolean;
workspaceId?: string;
initiatedByUser?: boolean;
}

@@ -478,6 +478,6 @@

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

@@ -489,4 +489,4 @@

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

@@ -516,6 +516,6 @@ }

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

@@ -541,4 +541,4 @@

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

@@ -555,4 +555,4 @@ }

requestBody?: RequestBodyDescriptor;
produces?: string;
rel?: string;
produces?: string;
href?: string;

@@ -563,12 +563,2 @@ parameters?: LinkParameter[];

// org.eclipse.che.api.core.rest.shared.dto.LinkParameter
export interface LinkParameter {
valid?: string[];
defaultValue?: string;
name?: string;
description?: string;
type?: 'String' | 'Number' | 'Boolean' | 'Array' | 'Object';
required?: boolean;
}
// org.eclipse.che.api.core.rest.shared.dto.ServiceDescriptor

@@ -616,3 +606,13 @@ export interface ServiceDescriptor extends Hyperlinks {

// org.eclipse.che.api.core.rest.shared.dto.LinkParameter
export interface LinkParameter {
valid?: string[];
defaultValue?: string;
name?: string;
description?: string;
type?: 'String' | 'Number' | 'Boolean' | 'Array' | 'Object';
required?: boolean;
}
}
{
"name": "@eclipse-che/api",
"version": "7.32.1",
"version": "7.32.2",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc