Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eclipse-che/api

Package Overview
Dependencies
Maintainers
5
Versions
108
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.0 to 7.32.1

78

index.d.ts

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

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

@@ -33,8 +33,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.OnProjectsLoadedDto

@@ -49,4 +43,4 @@ export interface OnProjectsLoaded {

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

@@ -58,7 +52,2 @@ source?: string;

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

@@ -70,4 +59,4 @@ export interface FactoryDevfileV2 extends che.core.rest.Hyperlinks {

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

@@ -79,2 +68,7 @@ source?: string;

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

@@ -96,2 +90,8 @@ export interface Author {

// 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

@@ -108,8 +108,2 @@ export interface Ide {

// org.eclipse.che.api.system.shared.dto.SystemServiceEventDto
export interface SystemServiceEvent extends SystemEvent {
service?: string;
type?: 'STATUS_CHANGED' | 'STOPPING_SERVICE' | 'SUSPENDING_SERVICE' | 'SERVICE_ITEM_STOPPED' | 'SERVICE_ITEM_SUSPENDED' | 'SERVICE_STOPPED' | 'SERVICE_SUSPENDED';
}
// org.eclipse.che.api.system.shared.dto.SystemServiceItemStoppedEventDto

@@ -124,2 +118,8 @@ export interface SystemServiceItemStoppedEvent extends SystemServiceEvent {

// org.eclipse.che.api.system.shared.dto.SystemServiceEventDto
export interface SystemServiceEvent extends SystemEvent {
service?: string;
type?: 'STATUS_CHANGED' | 'STOPPING_SERVICE' | 'SUSPENDING_SERVICE' | 'SERVICE_ITEM_STOPPED' | 'SERVICE_ITEM_SUSPENDED' | 'SERVICE_STOPPED' | 'SERVICE_SUSPENDED';
}
// org.eclipse.che.api.system.shared.dto.SystemStatusChangedEventDto

@@ -298,4 +298,4 @@ export interface SystemStatusChangedEvent extends SystemEvent {

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

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

runtime?: Runtime;
links?: { [key: string]: string; };
attributes?: { [key: string]: string; };
links?: { [key: string]: string; };
id?: string;

@@ -395,4 +395,4 @@ config?: WorkspaceConfig;

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

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

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

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

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

@@ -479,4 +479,4 @@

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

@@ -516,4 +516,4 @@ machineName?: string;

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

@@ -541,4 +541,4 @@ machineName?: string;

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

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

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

@@ -563,2 +563,12 @@ 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

@@ -606,13 +616,3 @@ 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.0",
"version": "7.32.1",
"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