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.30.1 to 7.30.2

92

index.d.ts

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

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

@@ -79,3 +79,3 @@ }

source?: string;
ide?: Ide;
ide?: che.core.model.factory.Ide;
id?: string;

@@ -139,2 +139,14 @@ }

// org.eclipse.che.api.workspace.shared.dto.devfile.MetadataDto
export interface Metadata {
name?: string;
generateName?: string;
}
// org.eclipse.che.api.workspace.shared.dto.devfile.EnvDto
export interface Env {
name?: string;
value?: string;
}
// org.eclipse.che.api.workspace.shared.dto.devfile.SourceDto

@@ -210,8 +222,2 @@ export interface Source {

// org.eclipse.che.api.workspace.shared.dto.devfile.EnvDto
export interface Env {
name?: string;
value?: string;
}
// org.eclipse.che.api.workspace.shared.dto.devfile.PreviewUrlDto

@@ -240,8 +246,2 @@ export interface PreviewUrl {

// org.eclipse.che.api.workspace.shared.dto.devfile.MetadataDto
export interface Metadata {
name?: string;
generateName?: string;
}
}

@@ -282,4 +282,4 @@

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

@@ -300,4 +300,4 @@

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

@@ -398,12 +398,2 @@ config?: WorkspaceConfig;

export namespace che.core.notification {
// org.eclipse.che.api.core.notification.dto.EventSubscription
export interface EventSubscription {
method?: string;
scope?: { [key: string]: string; };
}
}
export namespace che.user {

@@ -450,2 +440,12 @@

export namespace che.core.notification {
// org.eclipse.che.api.core.notification.dto.EventSubscription
export interface EventSubscription {
method?: string;
scope?: { [key: string]: string; };
}
}
export namespace che.workspace.event {

@@ -480,2 +480,9 @@

// org.eclipse.che.api.workspace.shared.dto.event.BrokerLogEvent
export interface BrokerLogEvent {
text?: string;
time?: string;
runtimeId?: che.workspace.RuntimeIdentity;
}
// org.eclipse.che.api.workspace.shared.dto.event.BrokerStatusChangedEvent

@@ -489,9 +496,2 @@ export interface BrokerStatusChangedEvent {

// org.eclipse.che.api.workspace.shared.dto.event.BrokerLogEvent
export interface BrokerLogEvent {
time?: string;
text?: string;
runtimeId?: che.workspace.RuntimeIdentity;
}
// org.eclipse.che.api.workspace.shared.dto.event.MachineStatusEvent

@@ -508,4 +508,4 @@ export interface MachineStatusEvent {

stream?: string;
text?: string;
time?: string;
text?: string;
machineName?: string;

@@ -518,4 +518,4 @@ runtimeId?: che.workspace.RuntimeIdentity;

stream?: string;
text?: string;
time?: string;
text?: string;
machineName?: string;

@@ -531,4 +531,4 @@ runtimeId?: che.workspace.RuntimeIdentity;

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

@@ -547,12 +547,2 @@

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

@@ -591,2 +581,12 @@ export interface Link {

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

@@ -593,0 +593,0 @@ export interface ServiceDescriptor extends Hyperlinks {

{
"name": "@eclipse-che/api",
"version": "7.30.1",
"version": "7.30.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