@gitpod/local-app-api-grpcweb 0.1.5-test2 → 0.1.5-to-new-image.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/localapp.d.ts +11 -0
- package/lib/localapp.js +2 -0
- package/lib/localapp.js.map +1 -0
- package/lib/localapp_pb.d.ts +91 -3
- package/lib/localapp_pb.js +682 -7
- package/lib/localapp_pb_service.d.ts +38 -0
- package/lib/localapp_pb_service.js +80 -0
- package/package.json +16 -6
- package/pkg-yarn.lock +2 -1
- package/provenance-bundle.jsonl +6 -0
package/lib/localapp_pb.d.ts
CHANGED
|
@@ -5,8 +5,8 @@ import * as jspb from "google-protobuf";
|
|
|
5
5
|
import * as supervisor_api_port_pb from "@gitpod/supervisor-api-grpcweb/lib/port_pb";
|
|
6
6
|
|
|
7
7
|
export class TunnelStatusRequest extends jspb.Message {
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
getInstanceId(): string;
|
|
9
|
+
setInstanceId(value: string): void;
|
|
10
10
|
|
|
11
11
|
getObserve(): boolean;
|
|
12
12
|
setObserve(value: boolean): void;
|
|
@@ -23,7 +23,7 @@ export class TunnelStatusRequest extends jspb.Message {
|
|
|
23
23
|
|
|
24
24
|
export namespace TunnelStatusRequest {
|
|
25
25
|
export type AsObject = {
|
|
26
|
-
|
|
26
|
+
instanceId: string,
|
|
27
27
|
observe: boolean,
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -78,3 +78,91 @@ export namespace TunnelStatus {
|
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
+
export class AutoTunnelRequest extends jspb.Message {
|
|
82
|
+
getInstanceId(): string;
|
|
83
|
+
setInstanceId(value: string): void;
|
|
84
|
+
|
|
85
|
+
getEnabled(): boolean;
|
|
86
|
+
setEnabled(value: boolean): void;
|
|
87
|
+
|
|
88
|
+
serializeBinary(): Uint8Array;
|
|
89
|
+
toObject(includeInstance?: boolean): AutoTunnelRequest.AsObject;
|
|
90
|
+
static toObject(includeInstance: boolean, msg: AutoTunnelRequest): AutoTunnelRequest.AsObject;
|
|
91
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
92
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
93
|
+
static serializeBinaryToWriter(message: AutoTunnelRequest, writer: jspb.BinaryWriter): void;
|
|
94
|
+
static deserializeBinary(bytes: Uint8Array): AutoTunnelRequest;
|
|
95
|
+
static deserializeBinaryFromReader(message: AutoTunnelRequest, reader: jspb.BinaryReader): AutoTunnelRequest;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export namespace AutoTunnelRequest {
|
|
99
|
+
export type AsObject = {
|
|
100
|
+
instanceId: string,
|
|
101
|
+
enabled: boolean,
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export class AutoTunnelResponse extends jspb.Message {
|
|
106
|
+
serializeBinary(): Uint8Array;
|
|
107
|
+
toObject(includeInstance?: boolean): AutoTunnelResponse.AsObject;
|
|
108
|
+
static toObject(includeInstance: boolean, msg: AutoTunnelResponse): AutoTunnelResponse.AsObject;
|
|
109
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
110
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
111
|
+
static serializeBinaryToWriter(message: AutoTunnelResponse, writer: jspb.BinaryWriter): void;
|
|
112
|
+
static deserializeBinary(bytes: Uint8Array): AutoTunnelResponse;
|
|
113
|
+
static deserializeBinaryFromReader(message: AutoTunnelResponse, reader: jspb.BinaryReader): AutoTunnelResponse;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export namespace AutoTunnelResponse {
|
|
117
|
+
export type AsObject = {
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
export class ResolveSSHConnectionRequest extends jspb.Message {
|
|
122
|
+
getInstanceId(): string;
|
|
123
|
+
setInstanceId(value: string): void;
|
|
124
|
+
|
|
125
|
+
getWorkspaceId(): string;
|
|
126
|
+
setWorkspaceId(value: string): void;
|
|
127
|
+
|
|
128
|
+
serializeBinary(): Uint8Array;
|
|
129
|
+
toObject(includeInstance?: boolean): ResolveSSHConnectionRequest.AsObject;
|
|
130
|
+
static toObject(includeInstance: boolean, msg: ResolveSSHConnectionRequest): ResolveSSHConnectionRequest.AsObject;
|
|
131
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
132
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
133
|
+
static serializeBinaryToWriter(message: ResolveSSHConnectionRequest, writer: jspb.BinaryWriter): void;
|
|
134
|
+
static deserializeBinary(bytes: Uint8Array): ResolveSSHConnectionRequest;
|
|
135
|
+
static deserializeBinaryFromReader(message: ResolveSSHConnectionRequest, reader: jspb.BinaryReader): ResolveSSHConnectionRequest;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
export namespace ResolveSSHConnectionRequest {
|
|
139
|
+
export type AsObject = {
|
|
140
|
+
instanceId: string,
|
|
141
|
+
workspaceId: string,
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
export class ResolveSSHConnectionResponse extends jspb.Message {
|
|
146
|
+
getConfigFile(): string;
|
|
147
|
+
setConfigFile(value: string): void;
|
|
148
|
+
|
|
149
|
+
getHost(): string;
|
|
150
|
+
setHost(value: string): void;
|
|
151
|
+
|
|
152
|
+
serializeBinary(): Uint8Array;
|
|
153
|
+
toObject(includeInstance?: boolean): ResolveSSHConnectionResponse.AsObject;
|
|
154
|
+
static toObject(includeInstance: boolean, msg: ResolveSSHConnectionResponse): ResolveSSHConnectionResponse.AsObject;
|
|
155
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
156
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
157
|
+
static serializeBinaryToWriter(message: ResolveSSHConnectionResponse, writer: jspb.BinaryWriter): void;
|
|
158
|
+
static deserializeBinary(bytes: Uint8Array): ResolveSSHConnectionResponse;
|
|
159
|
+
static deserializeBinaryFromReader(message: ResolveSSHConnectionResponse, reader: jspb.BinaryReader): ResolveSSHConnectionResponse;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
export namespace ResolveSSHConnectionResponse {
|
|
163
|
+
export type AsObject = {
|
|
164
|
+
configFile: string,
|
|
165
|
+
host: string,
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|