@gitpod/supervisor-api-grpcweb 0.1.5-server-vscode-oauth2.11 → 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.
@@ -7,9 +7,6 @@ export class ExposePortRequest extends jspb.Message {
7
7
  getPort(): number;
8
8
  setPort(value: number): void;
9
9
 
10
- getTargetPort(): number;
11
- setTargetPort(value: number): void;
12
-
13
10
  serializeBinary(): Uint8Array;
14
11
  toObject(includeInstance?: boolean): ExposePortRequest.AsObject;
15
12
  static toObject(includeInstance: boolean, msg: ExposePortRequest): ExposePortRequest.AsObject;
@@ -23,7 +20,6 @@ export class ExposePortRequest extends jspb.Message {
23
20
  export namespace ExposePortRequest {
24
21
  export type AsObject = {
25
22
  port: number,
26
- targetPort: number,
27
23
  }
28
24
  }
29
25
 
@@ -43,3 +39,39 @@ export namespace ExposePortResponse {
43
39
  }
44
40
  }
45
41
 
42
+ export class CreateSSHKeyPairRequest extends jspb.Message {
43
+ serializeBinary(): Uint8Array;
44
+ toObject(includeInstance?: boolean): CreateSSHKeyPairRequest.AsObject;
45
+ static toObject(includeInstance: boolean, msg: CreateSSHKeyPairRequest): CreateSSHKeyPairRequest.AsObject;
46
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
48
+ static serializeBinaryToWriter(message: CreateSSHKeyPairRequest, writer: jspb.BinaryWriter): void;
49
+ static deserializeBinary(bytes: Uint8Array): CreateSSHKeyPairRequest;
50
+ static deserializeBinaryFromReader(message: CreateSSHKeyPairRequest, reader: jspb.BinaryReader): CreateSSHKeyPairRequest;
51
+ }
52
+
53
+ export namespace CreateSSHKeyPairRequest {
54
+ export type AsObject = {
55
+ }
56
+ }
57
+
58
+ export class CreateSSHKeyPairResponse extends jspb.Message {
59
+ getPrivateKey(): string;
60
+ setPrivateKey(value: string): void;
61
+
62
+ serializeBinary(): Uint8Array;
63
+ toObject(includeInstance?: boolean): CreateSSHKeyPairResponse.AsObject;
64
+ static toObject(includeInstance: boolean, msg: CreateSSHKeyPairResponse): CreateSSHKeyPairResponse.AsObject;
65
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
66
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
67
+ static serializeBinaryToWriter(message: CreateSSHKeyPairResponse, writer: jspb.BinaryWriter): void;
68
+ static deserializeBinary(bytes: Uint8Array): CreateSSHKeyPairResponse;
69
+ static deserializeBinaryFromReader(message: CreateSSHKeyPairResponse, reader: jspb.BinaryReader): CreateSSHKeyPairResponse;
70
+ }
71
+
72
+ export namespace CreateSSHKeyPairResponse {
73
+ export type AsObject = {
74
+ privateKey: string,
75
+ }
76
+ }
77
+
package/lib/control_pb.js CHANGED
@@ -13,8 +13,16 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = Function('return this')();
17
-
16
+ var global = (function() {
17
+ if (this) { return this; }
18
+ if (typeof window !== 'undefined') { return window; }
19
+ if (typeof global !== 'undefined') { return global; }
20
+ if (typeof self !== 'undefined') { return self; }
21
+ return Function('return this')();
22
+ }.call(null));
23
+
24
+ goog.exportSymbol('proto.supervisor.CreateSSHKeyPairRequest', null, global);
25
+ goog.exportSymbol('proto.supervisor.CreateSSHKeyPairResponse', null, global);
18
26
  goog.exportSymbol('proto.supervisor.ExposePortRequest', null, global);
19
27
  goog.exportSymbol('proto.supervisor.ExposePortResponse', null, global);
20
28
  /**
@@ -59,6 +67,48 @@ if (goog.DEBUG && !COMPILED) {
59
67
  */
60
68
  proto.supervisor.ExposePortResponse.displayName = 'proto.supervisor.ExposePortResponse';
61
69
  }
70
+ /**
71
+ * Generated by JsPbCodeGenerator.
72
+ * @param {Array=} opt_data Optional initial data array, typically from a
73
+ * server response, or constructed directly in Javascript. The array is used
74
+ * in place and becomes part of the constructed object. It is not cloned.
75
+ * If no data is provided, the constructed object will be empty, but still
76
+ * valid.
77
+ * @extends {jspb.Message}
78
+ * @constructor
79
+ */
80
+ proto.supervisor.CreateSSHKeyPairRequest = function(opt_data) {
81
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
82
+ };
83
+ goog.inherits(proto.supervisor.CreateSSHKeyPairRequest, jspb.Message);
84
+ if (goog.DEBUG && !COMPILED) {
85
+ /**
86
+ * @public
87
+ * @override
88
+ */
89
+ proto.supervisor.CreateSSHKeyPairRequest.displayName = 'proto.supervisor.CreateSSHKeyPairRequest';
90
+ }
91
+ /**
92
+ * Generated by JsPbCodeGenerator.
93
+ * @param {Array=} opt_data Optional initial data array, typically from a
94
+ * server response, or constructed directly in Javascript. The array is used
95
+ * in place and becomes part of the constructed object. It is not cloned.
96
+ * If no data is provided, the constructed object will be empty, but still
97
+ * valid.
98
+ * @extends {jspb.Message}
99
+ * @constructor
100
+ */
101
+ proto.supervisor.CreateSSHKeyPairResponse = function(opt_data) {
102
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
103
+ };
104
+ goog.inherits(proto.supervisor.CreateSSHKeyPairResponse, jspb.Message);
105
+ if (goog.DEBUG && !COMPILED) {
106
+ /**
107
+ * @public
108
+ * @override
109
+ */
110
+ proto.supervisor.CreateSSHKeyPairResponse.displayName = 'proto.supervisor.CreateSSHKeyPairResponse';
111
+ }
62
112
 
63
113
 
64
114
 
@@ -91,8 +141,7 @@ proto.supervisor.ExposePortRequest.prototype.toObject = function(opt_includeInst
91
141
  */
92
142
  proto.supervisor.ExposePortRequest.toObject = function(includeInstance, msg) {
93
143
  var f, obj = {
94
- port: jspb.Message.getFieldWithDefault(msg, 1, 0),
95
- targetPort: jspb.Message.getFieldWithDefault(msg, 2, 0)
144
+ port: jspb.Message.getFieldWithDefault(msg, 1, 0)
96
145
  };
97
146
 
98
147
  if (includeInstance) {
@@ -133,10 +182,6 @@ proto.supervisor.ExposePortRequest.deserializeBinaryFromReader = function(msg, r
133
182
  var value = /** @type {number} */ (reader.readUint32());
134
183
  msg.setPort(value);
135
184
  break;
136
- case 2:
137
- var value = /** @type {number} */ (reader.readUint32());
138
- msg.setTargetPort(value);
139
- break;
140
185
  default:
141
186
  reader.skipField();
142
187
  break;
@@ -173,13 +218,6 @@ proto.supervisor.ExposePortRequest.serializeBinaryToWriter = function(message, w
173
218
  f
174
219
  );
175
220
  }
176
- f = message.getTargetPort();
177
- if (f !== 0) {
178
- writer.writeUint32(
179
- 2,
180
- f
181
- );
182
- }
183
221
  };
184
222
 
185
223
 
@@ -201,24 +239,6 @@ proto.supervisor.ExposePortRequest.prototype.setPort = function(value) {
201
239
  };
202
240
 
203
241
 
204
- /**
205
- * optional uint32 target_port = 2;
206
- * @return {number}
207
- */
208
- proto.supervisor.ExposePortRequest.prototype.getTargetPort = function() {
209
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
210
- };
211
-
212
-
213
- /**
214
- * @param {number} value
215
- * @return {!proto.supervisor.ExposePortRequest} returns this
216
- */
217
- proto.supervisor.ExposePortRequest.prototype.setTargetPort = function(value) {
218
- return jspb.Message.setProto3IntField(this, 2, value);
219
- };
220
-
221
-
222
242
 
223
243
 
224
244
 
@@ -320,4 +340,235 @@ proto.supervisor.ExposePortResponse.serializeBinaryToWriter = function(message,
320
340
  };
321
341
 
322
342
 
343
+
344
+
345
+
346
+ if (jspb.Message.GENERATE_TO_OBJECT) {
347
+ /**
348
+ * Creates an object representation of this proto.
349
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
350
+ * Optional fields that are not set will be set to undefined.
351
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
352
+ * For the list of reserved names please see:
353
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
354
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
355
+ * JSPB instance for transitional soy proto support:
356
+ * http://goto/soy-param-migration
357
+ * @return {!Object}
358
+ */
359
+ proto.supervisor.CreateSSHKeyPairRequest.prototype.toObject = function(opt_includeInstance) {
360
+ return proto.supervisor.CreateSSHKeyPairRequest.toObject(opt_includeInstance, this);
361
+ };
362
+
363
+
364
+ /**
365
+ * Static version of the {@see toObject} method.
366
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
367
+ * the JSPB instance for transitional soy proto support:
368
+ * http://goto/soy-param-migration
369
+ * @param {!proto.supervisor.CreateSSHKeyPairRequest} msg The msg instance to transform.
370
+ * @return {!Object}
371
+ * @suppress {unusedLocalVariables} f is only used for nested messages
372
+ */
373
+ proto.supervisor.CreateSSHKeyPairRequest.toObject = function(includeInstance, msg) {
374
+ var f, obj = {
375
+
376
+ };
377
+
378
+ if (includeInstance) {
379
+ obj.$jspbMessageInstance = msg;
380
+ }
381
+ return obj;
382
+ };
383
+ }
384
+
385
+
386
+ /**
387
+ * Deserializes binary data (in protobuf wire format).
388
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
389
+ * @return {!proto.supervisor.CreateSSHKeyPairRequest}
390
+ */
391
+ proto.supervisor.CreateSSHKeyPairRequest.deserializeBinary = function(bytes) {
392
+ var reader = new jspb.BinaryReader(bytes);
393
+ var msg = new proto.supervisor.CreateSSHKeyPairRequest;
394
+ return proto.supervisor.CreateSSHKeyPairRequest.deserializeBinaryFromReader(msg, reader);
395
+ };
396
+
397
+
398
+ /**
399
+ * Deserializes binary data (in protobuf wire format) from the
400
+ * given reader into the given message object.
401
+ * @param {!proto.supervisor.CreateSSHKeyPairRequest} msg The message object to deserialize into.
402
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
403
+ * @return {!proto.supervisor.CreateSSHKeyPairRequest}
404
+ */
405
+ proto.supervisor.CreateSSHKeyPairRequest.deserializeBinaryFromReader = function(msg, reader) {
406
+ while (reader.nextField()) {
407
+ if (reader.isEndGroup()) {
408
+ break;
409
+ }
410
+ var field = reader.getFieldNumber();
411
+ switch (field) {
412
+ default:
413
+ reader.skipField();
414
+ break;
415
+ }
416
+ }
417
+ return msg;
418
+ };
419
+
420
+
421
+ /**
422
+ * Serializes the message to binary data (in protobuf wire format).
423
+ * @return {!Uint8Array}
424
+ */
425
+ proto.supervisor.CreateSSHKeyPairRequest.prototype.serializeBinary = function() {
426
+ var writer = new jspb.BinaryWriter();
427
+ proto.supervisor.CreateSSHKeyPairRequest.serializeBinaryToWriter(this, writer);
428
+ return writer.getResultBuffer();
429
+ };
430
+
431
+
432
+ /**
433
+ * Serializes the given message to binary data (in protobuf wire
434
+ * format), writing to the given BinaryWriter.
435
+ * @param {!proto.supervisor.CreateSSHKeyPairRequest} message
436
+ * @param {!jspb.BinaryWriter} writer
437
+ * @suppress {unusedLocalVariables} f is only used for nested messages
438
+ */
439
+ proto.supervisor.CreateSSHKeyPairRequest.serializeBinaryToWriter = function(message, writer) {
440
+ var f = undefined;
441
+ };
442
+
443
+
444
+
445
+
446
+
447
+ if (jspb.Message.GENERATE_TO_OBJECT) {
448
+ /**
449
+ * Creates an object representation of this proto.
450
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
451
+ * Optional fields that are not set will be set to undefined.
452
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
453
+ * For the list of reserved names please see:
454
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
455
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
456
+ * JSPB instance for transitional soy proto support:
457
+ * http://goto/soy-param-migration
458
+ * @return {!Object}
459
+ */
460
+ proto.supervisor.CreateSSHKeyPairResponse.prototype.toObject = function(opt_includeInstance) {
461
+ return proto.supervisor.CreateSSHKeyPairResponse.toObject(opt_includeInstance, this);
462
+ };
463
+
464
+
465
+ /**
466
+ * Static version of the {@see toObject} method.
467
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
468
+ * the JSPB instance for transitional soy proto support:
469
+ * http://goto/soy-param-migration
470
+ * @param {!proto.supervisor.CreateSSHKeyPairResponse} msg The msg instance to transform.
471
+ * @return {!Object}
472
+ * @suppress {unusedLocalVariables} f is only used for nested messages
473
+ */
474
+ proto.supervisor.CreateSSHKeyPairResponse.toObject = function(includeInstance, msg) {
475
+ var f, obj = {
476
+ privateKey: jspb.Message.getFieldWithDefault(msg, 1, "")
477
+ };
478
+
479
+ if (includeInstance) {
480
+ obj.$jspbMessageInstance = msg;
481
+ }
482
+ return obj;
483
+ };
484
+ }
485
+
486
+
487
+ /**
488
+ * Deserializes binary data (in protobuf wire format).
489
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
490
+ * @return {!proto.supervisor.CreateSSHKeyPairResponse}
491
+ */
492
+ proto.supervisor.CreateSSHKeyPairResponse.deserializeBinary = function(bytes) {
493
+ var reader = new jspb.BinaryReader(bytes);
494
+ var msg = new proto.supervisor.CreateSSHKeyPairResponse;
495
+ return proto.supervisor.CreateSSHKeyPairResponse.deserializeBinaryFromReader(msg, reader);
496
+ };
497
+
498
+
499
+ /**
500
+ * Deserializes binary data (in protobuf wire format) from the
501
+ * given reader into the given message object.
502
+ * @param {!proto.supervisor.CreateSSHKeyPairResponse} msg The message object to deserialize into.
503
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
504
+ * @return {!proto.supervisor.CreateSSHKeyPairResponse}
505
+ */
506
+ proto.supervisor.CreateSSHKeyPairResponse.deserializeBinaryFromReader = function(msg, reader) {
507
+ while (reader.nextField()) {
508
+ if (reader.isEndGroup()) {
509
+ break;
510
+ }
511
+ var field = reader.getFieldNumber();
512
+ switch (field) {
513
+ case 1:
514
+ var value = /** @type {string} */ (reader.readString());
515
+ msg.setPrivateKey(value);
516
+ break;
517
+ default:
518
+ reader.skipField();
519
+ break;
520
+ }
521
+ }
522
+ return msg;
523
+ };
524
+
525
+
526
+ /**
527
+ * Serializes the message to binary data (in protobuf wire format).
528
+ * @return {!Uint8Array}
529
+ */
530
+ proto.supervisor.CreateSSHKeyPairResponse.prototype.serializeBinary = function() {
531
+ var writer = new jspb.BinaryWriter();
532
+ proto.supervisor.CreateSSHKeyPairResponse.serializeBinaryToWriter(this, writer);
533
+ return writer.getResultBuffer();
534
+ };
535
+
536
+
537
+ /**
538
+ * Serializes the given message to binary data (in protobuf wire
539
+ * format), writing to the given BinaryWriter.
540
+ * @param {!proto.supervisor.CreateSSHKeyPairResponse} message
541
+ * @param {!jspb.BinaryWriter} writer
542
+ * @suppress {unusedLocalVariables} f is only used for nested messages
543
+ */
544
+ proto.supervisor.CreateSSHKeyPairResponse.serializeBinaryToWriter = function(message, writer) {
545
+ var f = undefined;
546
+ f = message.getPrivateKey();
547
+ if (f.length > 0) {
548
+ writer.writeString(
549
+ 1,
550
+ f
551
+ );
552
+ }
553
+ };
554
+
555
+
556
+ /**
557
+ * optional string private_key = 1;
558
+ * @return {string}
559
+ */
560
+ proto.supervisor.CreateSSHKeyPairResponse.prototype.getPrivateKey = function() {
561
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
562
+ };
563
+
564
+
565
+ /**
566
+ * @param {string} value
567
+ * @return {!proto.supervisor.CreateSSHKeyPairResponse} returns this
568
+ */
569
+ proto.supervisor.CreateSSHKeyPairResponse.prototype.setPrivateKey = function(value) {
570
+ return jspb.Message.setProto3StringField(this, 1, value);
571
+ };
572
+
573
+
323
574
  goog.object.extend(exports, proto.supervisor);
@@ -13,9 +13,19 @@ type ControlServiceExposePort = {
13
13
  readonly responseType: typeof control_pb.ExposePortResponse;
14
14
  };
15
15
 
16
+ type ControlServiceCreateSSHKeyPair = {
17
+ readonly methodName: string;
18
+ readonly service: typeof ControlService;
19
+ readonly requestStream: false;
20
+ readonly responseStream: false;
21
+ readonly requestType: typeof control_pb.CreateSSHKeyPairRequest;
22
+ readonly responseType: typeof control_pb.CreateSSHKeyPairResponse;
23
+ };
24
+
16
25
  export class ControlService {
17
26
  static readonly serviceName: string;
18
27
  static readonly ExposePort: ControlServiceExposePort;
28
+ static readonly CreateSSHKeyPair: ControlServiceCreateSSHKeyPair;
19
29
  }
20
30
 
21
31
  export type ServiceError = { message: string, code: number; metadata: grpc.Metadata }
@@ -59,5 +69,14 @@ export class ControlServiceClient {
59
69
  requestMessage: control_pb.ExposePortRequest,
60
70
  callback: (error: ServiceError|null, responseMessage: control_pb.ExposePortResponse|null) => void
61
71
  ): UnaryResponse;
72
+ createSSHKeyPair(
73
+ requestMessage: control_pb.CreateSSHKeyPairRequest,
74
+ metadata: grpc.Metadata,
75
+ callback: (error: ServiceError|null, responseMessage: control_pb.CreateSSHKeyPairResponse|null) => void
76
+ ): UnaryResponse;
77
+ createSSHKeyPair(
78
+ requestMessage: control_pb.CreateSSHKeyPairRequest,
79
+ callback: (error: ServiceError|null, responseMessage: control_pb.CreateSSHKeyPairResponse|null) => void
80
+ ): UnaryResponse;
62
81
  }
63
82
 
@@ -19,6 +19,15 @@ ControlService.ExposePort = {
19
19
  responseType: control_pb.ExposePortResponse
20
20
  };
21
21
 
22
+ ControlService.CreateSSHKeyPair = {
23
+ methodName: "CreateSSHKeyPair",
24
+ service: ControlService,
25
+ requestStream: false,
26
+ responseStream: false,
27
+ requestType: control_pb.CreateSSHKeyPairRequest,
28
+ responseType: control_pb.CreateSSHKeyPairResponse
29
+ };
30
+
22
31
  exports.ControlService = ControlService;
23
32
 
24
33
  function ControlServiceClient(serviceHost, options) {
@@ -57,5 +66,36 @@ ControlServiceClient.prototype.exposePort = function exposePort(requestMessage,
57
66
  };
58
67
  };
59
68
 
69
+ ControlServiceClient.prototype.createSSHKeyPair = function createSSHKeyPair(requestMessage, metadata, callback) {
70
+ if (arguments.length === 2) {
71
+ callback = arguments[1];
72
+ }
73
+ var client = grpc.unary(ControlService.CreateSSHKeyPair, {
74
+ request: requestMessage,
75
+ host: this.serviceHost,
76
+ metadata: metadata,
77
+ transport: this.options.transport,
78
+ debug: this.options.debug,
79
+ onEnd: function (response) {
80
+ if (callback) {
81
+ if (response.status !== grpc.Code.OK) {
82
+ var err = new Error(response.statusMessage);
83
+ err.code = response.status;
84
+ err.metadata = response.trailers;
85
+ callback(err, null);
86
+ } else {
87
+ callback(null, response.message);
88
+ }
89
+ }
90
+ }
91
+ });
92
+ return {
93
+ cancel: function () {
94
+ callback = null;
95
+ client.close();
96
+ }
97
+ };
98
+ };
99
+
60
100
  exports.ControlServiceClient = ControlServiceClient;
61
101
 
package/lib/info_pb.js CHANGED
@@ -13,7 +13,13 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = Function('return this')();
16
+ var global = (function() {
17
+ if (this) { return this; }
18
+ if (typeof window !== 'undefined') { return window; }
19
+ if (typeof global !== 'undefined') { return global; }
20
+ if (typeof self !== 'undefined') { return self; }
21
+ return Function('return this')();
22
+ }.call(null));
17
23
 
18
24
  goog.exportSymbol('proto.supervisor.WorkspaceInfoRequest', null, global);
19
25
  goog.exportSymbol('proto.supervisor.WorkspaceInfoResponse', null, global);
@@ -13,7 +13,13 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = Function('return this')();
16
+ var global = (function() {
17
+ if (this) { return this; }
18
+ if (typeof window !== 'undefined') { return window; }
19
+ if (typeof global !== 'undefined') { return global; }
20
+ if (typeof self !== 'undefined') { return self; }
21
+ return Function('return this')();
22
+ }.call(null));
17
23
 
18
24
  goog.exportSymbol('proto.supervisor.NotifyRequest', null, global);
19
25
  goog.exportSymbol('proto.supervisor.NotifyRequest.Level', null, global);
package/lib/port_pb.js CHANGED
@@ -13,7 +13,13 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = Function('return this')();
16
+ var global = (function() {
17
+ if (this) { return this; }
18
+ if (typeof window !== 'undefined') { return window; }
19
+ if (typeof global !== 'undefined') { return global; }
20
+ if (typeof self !== 'undefined') { return self; }
21
+ return Function('return this')();
22
+ }.call(null));
17
23
 
18
24
  goog.exportSymbol('proto.supervisor.AutoTunnelRequest', null, global);
19
25
  goog.exportSymbol('proto.supervisor.AutoTunnelResponse', null, global);
@@ -64,6 +64,11 @@ export class IDEStatusResponse extends jspb.Message {
64
64
  getOk(): boolean;
65
65
  setOk(value: boolean): void;
66
66
 
67
+ hasDesktop(): boolean;
68
+ clearDesktop(): void;
69
+ getDesktop(): IDEStatusResponse.DesktopStatus | undefined;
70
+ setDesktop(value?: IDEStatusResponse.DesktopStatus): void;
71
+
67
72
  serializeBinary(): Uint8Array;
68
73
  toObject(includeInstance?: boolean): IDEStatusResponse.AsObject;
69
74
  static toObject(includeInstance: boolean, msg: IDEStatusResponse): IDEStatusResponse.AsObject;
@@ -77,6 +82,39 @@ export class IDEStatusResponse extends jspb.Message {
77
82
  export namespace IDEStatusResponse {
78
83
  export type AsObject = {
79
84
  ok: boolean,
85
+ desktop?: IDEStatusResponse.DesktopStatus.AsObject,
86
+ }
87
+
88
+ export class DesktopStatus extends jspb.Message {
89
+ getLink(): string;
90
+ setLink(value: string): void;
91
+
92
+ getLabel(): string;
93
+ setLabel(value: string): void;
94
+
95
+ getClientid(): string;
96
+ setClientid(value: string): void;
97
+
98
+ getKind(): string;
99
+ setKind(value: string): void;
100
+
101
+ serializeBinary(): Uint8Array;
102
+ toObject(includeInstance?: boolean): DesktopStatus.AsObject;
103
+ static toObject(includeInstance: boolean, msg: DesktopStatus): DesktopStatus.AsObject;
104
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
105
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
106
+ static serializeBinaryToWriter(message: DesktopStatus, writer: jspb.BinaryWriter): void;
107
+ static deserializeBinary(bytes: Uint8Array): DesktopStatus;
108
+ static deserializeBinaryFromReader(message: DesktopStatus, reader: jspb.BinaryReader): DesktopStatus;
109
+ }
110
+
111
+ export namespace DesktopStatus {
112
+ export type AsObject = {
113
+ link: string,
114
+ label: string,
115
+ clientid: string,
116
+ kind: string,
117
+ }
80
118
  }
81
119
  }
82
120
 
@@ -261,9 +299,6 @@ export class PortsStatus extends jspb.Message {
261
299
  getLocalPort(): number;
262
300
  setLocalPort(value: number): void;
263
301
 
264
- getGlobalPort(): number;
265
- setGlobalPort(value: number): void;
266
-
267
302
  getServed(): boolean;
268
303
  setServed(value: boolean): void;
269
304
 
@@ -280,6 +315,12 @@ export class PortsStatus extends jspb.Message {
280
315
  getTunneled(): TunneledPortInfo | undefined;
281
316
  setTunneled(value?: TunneledPortInfo): void;
282
317
 
318
+ getDescription(): string;
319
+ setDescription(value: string): void;
320
+
321
+ getName(): string;
322
+ setName(value: string): void;
323
+
283
324
  serializeBinary(): Uint8Array;
284
325
  toObject(includeInstance?: boolean): PortsStatus.AsObject;
285
326
  static toObject(includeInstance: boolean, msg: PortsStatus): PortsStatus.AsObject;
@@ -293,11 +334,12 @@ export class PortsStatus extends jspb.Message {
293
334
  export namespace PortsStatus {
294
335
  export type AsObject = {
295
336
  localPort: number,
296
- globalPort: number,
297
337
  served: boolean,
298
338
  exposed?: ExposedPortInfo.AsObject,
299
339
  autoExposure: PortAutoExposureMap[keyof PortAutoExposureMap],
300
340
  tunneled?: TunneledPortInfo.AsObject,
341
+ description: string,
342
+ name: string,
301
343
  }
302
344
  }
303
345
 
package/lib/status_pb.js CHANGED
@@ -13,7 +13,13 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = Function('return this')();
16
+ var global = (function() {
17
+ if (this) { return this; }
18
+ if (typeof window !== 'undefined') { return window; }
19
+ if (typeof global !== 'undefined') { return global; }
20
+ if (typeof self !== 'undefined') { return self; }
21
+ return Function('return this')();
22
+ }.call(null));
17
23
 
18
24
  var port_pb = require('./port_pb.js');
19
25
  goog.object.extend(proto, port_pb);
@@ -25,6 +31,7 @@ goog.exportSymbol('proto.supervisor.ContentStatusResponse', null, global);
25
31
  goog.exportSymbol('proto.supervisor.ExposedPortInfo', null, global);
26
32
  goog.exportSymbol('proto.supervisor.IDEStatusRequest', null, global);
27
33
  goog.exportSymbol('proto.supervisor.IDEStatusResponse', null, global);
34
+ goog.exportSymbol('proto.supervisor.IDEStatusResponse.DesktopStatus', null, global);
28
35
  goog.exportSymbol('proto.supervisor.OnPortExposedAction', null, global);
29
36
  goog.exportSymbol('proto.supervisor.PortAutoExposure', null, global);
30
37
  goog.exportSymbol('proto.supervisor.PortVisibility', null, global);
@@ -123,6 +130,27 @@ if (goog.DEBUG && !COMPILED) {
123
130
  */
124
131
  proto.supervisor.IDEStatusResponse.displayName = 'proto.supervisor.IDEStatusResponse';
125
132
  }
133
+ /**
134
+ * Generated by JsPbCodeGenerator.
135
+ * @param {Array=} opt_data Optional initial data array, typically from a
136
+ * server response, or constructed directly in Javascript. The array is used
137
+ * in place and becomes part of the constructed object. It is not cloned.
138
+ * If no data is provided, the constructed object will be empty, but still
139
+ * valid.
140
+ * @extends {jspb.Message}
141
+ * @constructor
142
+ */
143
+ proto.supervisor.IDEStatusResponse.DesktopStatus = function(opt_data) {
144
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
145
+ };
146
+ goog.inherits(proto.supervisor.IDEStatusResponse.DesktopStatus, jspb.Message);
147
+ if (goog.DEBUG && !COMPILED) {
148
+ /**
149
+ * @public
150
+ * @override
151
+ */
152
+ proto.supervisor.IDEStatusResponse.DesktopStatus.displayName = 'proto.supervisor.IDEStatusResponse.DesktopStatus';
153
+ }
126
154
  /**
127
155
  * Generated by JsPbCodeGenerator.
128
156
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -789,7 +817,8 @@ proto.supervisor.IDEStatusResponse.prototype.toObject = function(opt_includeInst
789
817
  */
790
818
  proto.supervisor.IDEStatusResponse.toObject = function(includeInstance, msg) {
791
819
  var f, obj = {
792
- ok: jspb.Message.getBooleanFieldWithDefault(msg, 1, false)
820
+ ok: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),
821
+ desktop: (f = msg.getDesktop()) && proto.supervisor.IDEStatusResponse.DesktopStatus.toObject(includeInstance, f)
793
822
  };
794
823
 
795
824
  if (includeInstance) {
@@ -830,6 +859,11 @@ proto.supervisor.IDEStatusResponse.deserializeBinaryFromReader = function(msg, r
830
859
  var value = /** @type {boolean} */ (reader.readBool());
831
860
  msg.setOk(value);
832
861
  break;
862
+ case 2:
863
+ var value = new proto.supervisor.IDEStatusResponse.DesktopStatus;
864
+ reader.readMessage(value,proto.supervisor.IDEStatusResponse.DesktopStatus.deserializeBinaryFromReader);
865
+ msg.setDesktop(value);
866
+ break;
833
867
  default:
834
868
  reader.skipField();
835
869
  break;
@@ -866,6 +900,234 @@ proto.supervisor.IDEStatusResponse.serializeBinaryToWriter = function(message, w
866
900
  f
867
901
  );
868
902
  }
903
+ f = message.getDesktop();
904
+ if (f != null) {
905
+ writer.writeMessage(
906
+ 2,
907
+ f,
908
+ proto.supervisor.IDEStatusResponse.DesktopStatus.serializeBinaryToWriter
909
+ );
910
+ }
911
+ };
912
+
913
+
914
+
915
+
916
+
917
+ if (jspb.Message.GENERATE_TO_OBJECT) {
918
+ /**
919
+ * Creates an object representation of this proto.
920
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
921
+ * Optional fields that are not set will be set to undefined.
922
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
923
+ * For the list of reserved names please see:
924
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
925
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
926
+ * JSPB instance for transitional soy proto support:
927
+ * http://goto/soy-param-migration
928
+ * @return {!Object}
929
+ */
930
+ proto.supervisor.IDEStatusResponse.DesktopStatus.prototype.toObject = function(opt_includeInstance) {
931
+ return proto.supervisor.IDEStatusResponse.DesktopStatus.toObject(opt_includeInstance, this);
932
+ };
933
+
934
+
935
+ /**
936
+ * Static version of the {@see toObject} method.
937
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
938
+ * the JSPB instance for transitional soy proto support:
939
+ * http://goto/soy-param-migration
940
+ * @param {!proto.supervisor.IDEStatusResponse.DesktopStatus} msg The msg instance to transform.
941
+ * @return {!Object}
942
+ * @suppress {unusedLocalVariables} f is only used for nested messages
943
+ */
944
+ proto.supervisor.IDEStatusResponse.DesktopStatus.toObject = function(includeInstance, msg) {
945
+ var f, obj = {
946
+ link: jspb.Message.getFieldWithDefault(msg, 1, ""),
947
+ label: jspb.Message.getFieldWithDefault(msg, 2, ""),
948
+ clientid: jspb.Message.getFieldWithDefault(msg, 3, ""),
949
+ kind: jspb.Message.getFieldWithDefault(msg, 4, "")
950
+ };
951
+
952
+ if (includeInstance) {
953
+ obj.$jspbMessageInstance = msg;
954
+ }
955
+ return obj;
956
+ };
957
+ }
958
+
959
+
960
+ /**
961
+ * Deserializes binary data (in protobuf wire format).
962
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
963
+ * @return {!proto.supervisor.IDEStatusResponse.DesktopStatus}
964
+ */
965
+ proto.supervisor.IDEStatusResponse.DesktopStatus.deserializeBinary = function(bytes) {
966
+ var reader = new jspb.BinaryReader(bytes);
967
+ var msg = new proto.supervisor.IDEStatusResponse.DesktopStatus;
968
+ return proto.supervisor.IDEStatusResponse.DesktopStatus.deserializeBinaryFromReader(msg, reader);
969
+ };
970
+
971
+
972
+ /**
973
+ * Deserializes binary data (in protobuf wire format) from the
974
+ * given reader into the given message object.
975
+ * @param {!proto.supervisor.IDEStatusResponse.DesktopStatus} msg The message object to deserialize into.
976
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
977
+ * @return {!proto.supervisor.IDEStatusResponse.DesktopStatus}
978
+ */
979
+ proto.supervisor.IDEStatusResponse.DesktopStatus.deserializeBinaryFromReader = function(msg, reader) {
980
+ while (reader.nextField()) {
981
+ if (reader.isEndGroup()) {
982
+ break;
983
+ }
984
+ var field = reader.getFieldNumber();
985
+ switch (field) {
986
+ case 1:
987
+ var value = /** @type {string} */ (reader.readString());
988
+ msg.setLink(value);
989
+ break;
990
+ case 2:
991
+ var value = /** @type {string} */ (reader.readString());
992
+ msg.setLabel(value);
993
+ break;
994
+ case 3:
995
+ var value = /** @type {string} */ (reader.readString());
996
+ msg.setClientid(value);
997
+ break;
998
+ case 4:
999
+ var value = /** @type {string} */ (reader.readString());
1000
+ msg.setKind(value);
1001
+ break;
1002
+ default:
1003
+ reader.skipField();
1004
+ break;
1005
+ }
1006
+ }
1007
+ return msg;
1008
+ };
1009
+
1010
+
1011
+ /**
1012
+ * Serializes the message to binary data (in protobuf wire format).
1013
+ * @return {!Uint8Array}
1014
+ */
1015
+ proto.supervisor.IDEStatusResponse.DesktopStatus.prototype.serializeBinary = function() {
1016
+ var writer = new jspb.BinaryWriter();
1017
+ proto.supervisor.IDEStatusResponse.DesktopStatus.serializeBinaryToWriter(this, writer);
1018
+ return writer.getResultBuffer();
1019
+ };
1020
+
1021
+
1022
+ /**
1023
+ * Serializes the given message to binary data (in protobuf wire
1024
+ * format), writing to the given BinaryWriter.
1025
+ * @param {!proto.supervisor.IDEStatusResponse.DesktopStatus} message
1026
+ * @param {!jspb.BinaryWriter} writer
1027
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1028
+ */
1029
+ proto.supervisor.IDEStatusResponse.DesktopStatus.serializeBinaryToWriter = function(message, writer) {
1030
+ var f = undefined;
1031
+ f = message.getLink();
1032
+ if (f.length > 0) {
1033
+ writer.writeString(
1034
+ 1,
1035
+ f
1036
+ );
1037
+ }
1038
+ f = message.getLabel();
1039
+ if (f.length > 0) {
1040
+ writer.writeString(
1041
+ 2,
1042
+ f
1043
+ );
1044
+ }
1045
+ f = message.getClientid();
1046
+ if (f.length > 0) {
1047
+ writer.writeString(
1048
+ 3,
1049
+ f
1050
+ );
1051
+ }
1052
+ f = message.getKind();
1053
+ if (f.length > 0) {
1054
+ writer.writeString(
1055
+ 4,
1056
+ f
1057
+ );
1058
+ }
1059
+ };
1060
+
1061
+
1062
+ /**
1063
+ * optional string link = 1;
1064
+ * @return {string}
1065
+ */
1066
+ proto.supervisor.IDEStatusResponse.DesktopStatus.prototype.getLink = function() {
1067
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1068
+ };
1069
+
1070
+
1071
+ /**
1072
+ * @param {string} value
1073
+ * @return {!proto.supervisor.IDEStatusResponse.DesktopStatus} returns this
1074
+ */
1075
+ proto.supervisor.IDEStatusResponse.DesktopStatus.prototype.setLink = function(value) {
1076
+ return jspb.Message.setProto3StringField(this, 1, value);
1077
+ };
1078
+
1079
+
1080
+ /**
1081
+ * optional string label = 2;
1082
+ * @return {string}
1083
+ */
1084
+ proto.supervisor.IDEStatusResponse.DesktopStatus.prototype.getLabel = function() {
1085
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1086
+ };
1087
+
1088
+
1089
+ /**
1090
+ * @param {string} value
1091
+ * @return {!proto.supervisor.IDEStatusResponse.DesktopStatus} returns this
1092
+ */
1093
+ proto.supervisor.IDEStatusResponse.DesktopStatus.prototype.setLabel = function(value) {
1094
+ return jspb.Message.setProto3StringField(this, 2, value);
1095
+ };
1096
+
1097
+
1098
+ /**
1099
+ * optional string clientID = 3;
1100
+ * @return {string}
1101
+ */
1102
+ proto.supervisor.IDEStatusResponse.DesktopStatus.prototype.getClientid = function() {
1103
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
1104
+ };
1105
+
1106
+
1107
+ /**
1108
+ * @param {string} value
1109
+ * @return {!proto.supervisor.IDEStatusResponse.DesktopStatus} returns this
1110
+ */
1111
+ proto.supervisor.IDEStatusResponse.DesktopStatus.prototype.setClientid = function(value) {
1112
+ return jspb.Message.setProto3StringField(this, 3, value);
1113
+ };
1114
+
1115
+
1116
+ /**
1117
+ * optional string kind = 4;
1118
+ * @return {string}
1119
+ */
1120
+ proto.supervisor.IDEStatusResponse.DesktopStatus.prototype.getKind = function() {
1121
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
1122
+ };
1123
+
1124
+
1125
+ /**
1126
+ * @param {string} value
1127
+ * @return {!proto.supervisor.IDEStatusResponse.DesktopStatus} returns this
1128
+ */
1129
+ proto.supervisor.IDEStatusResponse.DesktopStatus.prototype.setKind = function(value) {
1130
+ return jspb.Message.setProto3StringField(this, 4, value);
869
1131
  };
870
1132
 
871
1133
 
@@ -887,6 +1149,43 @@ proto.supervisor.IDEStatusResponse.prototype.setOk = function(value) {
887
1149
  };
888
1150
 
889
1151
 
1152
+ /**
1153
+ * optional DesktopStatus desktop = 2;
1154
+ * @return {?proto.supervisor.IDEStatusResponse.DesktopStatus}
1155
+ */
1156
+ proto.supervisor.IDEStatusResponse.prototype.getDesktop = function() {
1157
+ return /** @type{?proto.supervisor.IDEStatusResponse.DesktopStatus} */ (
1158
+ jspb.Message.getWrapperField(this, proto.supervisor.IDEStatusResponse.DesktopStatus, 2));
1159
+ };
1160
+
1161
+
1162
+ /**
1163
+ * @param {?proto.supervisor.IDEStatusResponse.DesktopStatus|undefined} value
1164
+ * @return {!proto.supervisor.IDEStatusResponse} returns this
1165
+ */
1166
+ proto.supervisor.IDEStatusResponse.prototype.setDesktop = function(value) {
1167
+ return jspb.Message.setWrapperField(this, 2, value);
1168
+ };
1169
+
1170
+
1171
+ /**
1172
+ * Clears the message field making it undefined.
1173
+ * @return {!proto.supervisor.IDEStatusResponse} returns this
1174
+ */
1175
+ proto.supervisor.IDEStatusResponse.prototype.clearDesktop = function() {
1176
+ return this.setDesktop(undefined);
1177
+ };
1178
+
1179
+
1180
+ /**
1181
+ * Returns whether this field is set.
1182
+ * @return {boolean}
1183
+ */
1184
+ proto.supervisor.IDEStatusResponse.prototype.hasDesktop = function() {
1185
+ return jspb.Message.getField(this, 2) != null;
1186
+ };
1187
+
1188
+
890
1189
 
891
1190
 
892
1191
 
@@ -2114,11 +2413,12 @@ proto.supervisor.PortsStatus.prototype.toObject = function(opt_includeInstance)
2114
2413
  proto.supervisor.PortsStatus.toObject = function(includeInstance, msg) {
2115
2414
  var f, obj = {
2116
2415
  localPort: jspb.Message.getFieldWithDefault(msg, 1, 0),
2117
- globalPort: jspb.Message.getFieldWithDefault(msg, 2, 0),
2118
2416
  served: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
2119
2417
  exposed: (f = msg.getExposed()) && proto.supervisor.ExposedPortInfo.toObject(includeInstance, f),
2120
2418
  autoExposure: jspb.Message.getFieldWithDefault(msg, 7, 0),
2121
- tunneled: (f = msg.getTunneled()) && proto.supervisor.TunneledPortInfo.toObject(includeInstance, f)
2419
+ tunneled: (f = msg.getTunneled()) && proto.supervisor.TunneledPortInfo.toObject(includeInstance, f),
2420
+ description: jspb.Message.getFieldWithDefault(msg, 8, ""),
2421
+ name: jspb.Message.getFieldWithDefault(msg, 9, "")
2122
2422
  };
2123
2423
 
2124
2424
  if (includeInstance) {
@@ -2159,10 +2459,6 @@ proto.supervisor.PortsStatus.deserializeBinaryFromReader = function(msg, reader)
2159
2459
  var value = /** @type {number} */ (reader.readUint32());
2160
2460
  msg.setLocalPort(value);
2161
2461
  break;
2162
- case 2:
2163
- var value = /** @type {number} */ (reader.readUint32());
2164
- msg.setGlobalPort(value);
2165
- break;
2166
2462
  case 4:
2167
2463
  var value = /** @type {boolean} */ (reader.readBool());
2168
2464
  msg.setServed(value);
@@ -2181,6 +2477,14 @@ proto.supervisor.PortsStatus.deserializeBinaryFromReader = function(msg, reader)
2181
2477
  reader.readMessage(value,proto.supervisor.TunneledPortInfo.deserializeBinaryFromReader);
2182
2478
  msg.setTunneled(value);
2183
2479
  break;
2480
+ case 8:
2481
+ var value = /** @type {string} */ (reader.readString());
2482
+ msg.setDescription(value);
2483
+ break;
2484
+ case 9:
2485
+ var value = /** @type {string} */ (reader.readString());
2486
+ msg.setName(value);
2487
+ break;
2184
2488
  default:
2185
2489
  reader.skipField();
2186
2490
  break;
@@ -2217,13 +2521,6 @@ proto.supervisor.PortsStatus.serializeBinaryToWriter = function(message, writer)
2217
2521
  f
2218
2522
  );
2219
2523
  }
2220
- f = message.getGlobalPort();
2221
- if (f !== 0) {
2222
- writer.writeUint32(
2223
- 2,
2224
- f
2225
- );
2226
- }
2227
2524
  f = message.getServed();
2228
2525
  if (f) {
2229
2526
  writer.writeBool(
@@ -2254,6 +2551,20 @@ proto.supervisor.PortsStatus.serializeBinaryToWriter = function(message, writer)
2254
2551
  proto.supervisor.TunneledPortInfo.serializeBinaryToWriter
2255
2552
  );
2256
2553
  }
2554
+ f = message.getDescription();
2555
+ if (f.length > 0) {
2556
+ writer.writeString(
2557
+ 8,
2558
+ f
2559
+ );
2560
+ }
2561
+ f = message.getName();
2562
+ if (f.length > 0) {
2563
+ writer.writeString(
2564
+ 9,
2565
+ f
2566
+ );
2567
+ }
2257
2568
  };
2258
2569
 
2259
2570
 
@@ -2275,24 +2586,6 @@ proto.supervisor.PortsStatus.prototype.setLocalPort = function(value) {
2275
2586
  };
2276
2587
 
2277
2588
 
2278
- /**
2279
- * optional uint32 global_port = 2;
2280
- * @return {number}
2281
- */
2282
- proto.supervisor.PortsStatus.prototype.getGlobalPort = function() {
2283
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
2284
- };
2285
-
2286
-
2287
- /**
2288
- * @param {number} value
2289
- * @return {!proto.supervisor.PortsStatus} returns this
2290
- */
2291
- proto.supervisor.PortsStatus.prototype.setGlobalPort = function(value) {
2292
- return jspb.Message.setProto3IntField(this, 2, value);
2293
- };
2294
-
2295
-
2296
2589
  /**
2297
2590
  * optional bool served = 4;
2298
2591
  * @return {boolean}
@@ -2403,6 +2696,42 @@ proto.supervisor.PortsStatus.prototype.hasTunneled = function() {
2403
2696
  };
2404
2697
 
2405
2698
 
2699
+ /**
2700
+ * optional string description = 8;
2701
+ * @return {string}
2702
+ */
2703
+ proto.supervisor.PortsStatus.prototype.getDescription = function() {
2704
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
2705
+ };
2706
+
2707
+
2708
+ /**
2709
+ * @param {string} value
2710
+ * @return {!proto.supervisor.PortsStatus} returns this
2711
+ */
2712
+ proto.supervisor.PortsStatus.prototype.setDescription = function(value) {
2713
+ return jspb.Message.setProto3StringField(this, 8, value);
2714
+ };
2715
+
2716
+
2717
+ /**
2718
+ * optional string name = 9;
2719
+ * @return {string}
2720
+ */
2721
+ proto.supervisor.PortsStatus.prototype.getName = function() {
2722
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
2723
+ };
2724
+
2725
+
2726
+ /**
2727
+ * @param {string} value
2728
+ * @return {!proto.supervisor.PortsStatus} returns this
2729
+ */
2730
+ proto.supervisor.PortsStatus.prototype.setName = function(value) {
2731
+ return jspb.Message.setProto3StringField(this, 9, value);
2732
+ };
2733
+
2734
+
2406
2735
 
2407
2736
 
2408
2737
 
@@ -13,7 +13,13 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = Function('return this')();
16
+ var global = (function() {
17
+ if (this) { return this; }
18
+ if (typeof window !== 'undefined') { return window; }
19
+ if (typeof global !== 'undefined') { return global; }
20
+ if (typeof self !== 'undefined') { return self; }
21
+ return Function('return this')();
22
+ }.call(null));
17
23
 
18
24
  goog.exportSymbol('proto.supervisor.GetTerminalRequest', null, global);
19
25
  goog.exportSymbol('proto.supervisor.ListTerminalsRequest', null, global);
package/lib/token_pb.js CHANGED
@@ -13,7 +13,13 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = Function('return this')();
16
+ var global = (function() {
17
+ if (this) { return this; }
18
+ if (typeof window !== 'undefined') { return window; }
19
+ if (typeof global !== 'undefined') { return global; }
20
+ if (typeof self !== 'undefined') { return self; }
21
+ return Function('return this')();
22
+ }.call(null));
17
23
 
18
24
  var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
19
25
  goog.object.extend(proto, google_protobuf_timestamp_pb);
package/package.json CHANGED
@@ -3,16 +3,18 @@
3
3
  "@improbable-eng/grpc-web": "^0.14.0"
4
4
  },
5
5
  "devDependencies": {
6
- "ts-protoc-gen": "^0.13.0"
6
+ "ts-protoc-gen": "^0.13.0",
7
+ "typescript": "~4.4.2"
7
8
  },
8
9
  "files": [
9
10
  "lib",
10
- "pkg-yarn.lock"
11
+ "pkg-yarn.lock",
12
+ "provenance-bundle.jsonl"
11
13
  ],
12
14
  "license": "UNLICENSED",
13
15
  "name": "@gitpod/supervisor-api-grpcweb",
14
16
  "scripts": {
15
17
  "build": "sh build.sh"
16
18
  },
17
- "version": "0.1.5-server-vscode-oauth2.11"
19
+ "version": "0.1.5-to-new-image.2"
18
20
  }
package/pkg-yarn.lock CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  "@gitpod/supervisor-api-grpcweb@0.1.5":
6
6
  version "0.1.5"
7
- resolved "file:///tmp/cache/1f97323cbd586ee3ce41f1829ec7e91a8fa2ec8e.tar.gz"
7
+ resolved "file:///tmp/cache/7c68a4b855b69dc1651090c9b299e2e57deb1c42.tar.gz"
8
8
  dependencies:
9
9
  "@improbable-eng/grpc-web" "^0.14.0"
10
10
 
@@ -0,0 +1,4 @@
1
+ {"payloadType":"application/vnd.in-toto+json","payload":"ewogICJfdHlwZSI6ICJodHRwczovL2luLXRvdG8uaW8vU3RhdGVtZW50L3YwLjEiLAogICJwcmVkaWNhdGVUeXBlIjogImh0dHBzOi8vc2xzYS5kZXYvcHJvdmVuYW5jZS92MC4xIiwKICAic3ViamVjdCI6IFtdLAogICJwcmVkaWNhdGUiOiB7CiAgICAiYnVpbGRlciI6IHsKICAgICAgImlkIjogImdpdGh1Yi5jb20vZ2l0cG9kLWlvL2xlZXdheTowLjIuMTYtYjdkMmI1NEBzaGEyNTY6OTUxMmFmMWFhNGFjYzA5NjBkZDVlOTdjNTBiN2NmMWE2NjcxM2E4MWEwOWY4MjQ1YWQ5NTExOGVlMTA3MGZiYyIKICAgIH0sCiAgICAicmVjaXBlIjogewogICAgICAidHlwZSI6ICJodHRwczovL2dpdGh1Yi5jb20vZ2l0cG9kLWlvL2xlZXdheS9idWlsZEBnZW5lcmljOjEiLAogICAgICAiZGVmaW5lZEluTWF0ZXJpYWwiOiAxMSwKICAgICAgImVudHJ5UG9pbnQiOiAiY29tcG9uZW50cy9zdXBlcnZpc29yLWFwaTpwcm90byIsCiAgICAgICJhcmd1bWVudHMiOiBbCiAgICAgICAgImxlZXdheSIsCiAgICAgICAgImJ1aWxkIiwKICAgICAgICAiLS1kb2NrZXItYnVpbGQtb3B0aW9ucyIsCiAgICAgICAgIm5ldHdvcms9aG9zdCIsCiAgICAgICAgIi0td2VyZnQ9dHJ1ZSIsCiAgICAgICAgIi1jIiwKICAgICAgICAicmVtb3RlIiwKICAgICAgICAiLS1kb250LXJldGFnIiwKICAgICAgICAiLS1jb3ZlcmFnZS1vdXRwdXQtcGF0aD0vdG1wL3RtcC40Tm9OcXJOYmZEIiwKICAgICAgICAiLUR2ZXJzaW9uPXRvLW5ldy1pbWFnZS4yIiwKICAgICAgICAiLURyZW1vdmVTb3VyY2VzPWZhbHNlIiwKICAgICAgICAiLURpbWFnZVJlcG9CYXNlPWV1Lmdjci5pby9naXRwb2QtY29yZS1kZXYvYnVpbGQiLAogICAgICAgICItRGxvY2FsQXBwVmVyc2lvbj11bmtub3duIiwKICAgICAgICAiLURTRUdNRU5UX0lPX1RPS0VOPVgzYk5hdFlQdWRJSmNDejZrRmxUbjU0cHJ1bVFBcUdoIiwKICAgICAgICAiLURucG1QdWJsaXNoVHJpZ2dlcj1mYWxzZSIsCiAgICAgICAgIi1EamJNYXJrZXRwbGFjZVB1Ymxpc2hUcmlnZ2VyPWZhbHNlIgogICAgICBdLAogICAgICAiZW52aXJvbm1lbnQiOiB7CiAgICAgICAgIm1hbmlmZXN0IjogewogICAgICAgICAgImFyY2giOiAiYW1kNjQiLAogICAgICAgICAgImdvIjogImdvIHZlcnNpb24gZ28xLjE3LjUgbGludXgvYW1kNjQiLAogICAgICAgICAgIm5vZGUiOiAidjE2LjE0LjAiLAogICAgICAgICAgIm9zIjogImxpbnV4IiwKICAgICAgICAgICJ5YXJuIjogIjEuMjIuMTciCiAgICAgICAgfQogICAgICB9CiAgICB9LAogICAgIm1ldGFkYXRhIjogewogICAgICAiYnVpbGRTdGFydGVkT24iOiAiMjAyMi0wMi0yOFQwNzoyNTozNi41MzUwNTgwNDNaIiwKICAgICAgImJ1aWxkRmluaXNoZWRPbiI6ICIyMDIyLTAyLTI4VDA3OjI1OjM2LjU0NDQwMjg4NVoiLAogICAgICAiY29tcGxldGVuZXNzIjogewogICAgICAgICJhcmd1bWVudHMiOiB0cnVlLAogICAgICAgICJlbnZpcm9ubWVudCI6IGZhbHNlLAogICAgICAgICJtYXRlcmlhbHMiOiB0cnVlCiAgICAgIH0sCiAgICAgICJyZXByb2R1Y2libGUiOiBmYWxzZQogICAgfSwKICAgICJtYXRlcmlhbHMiOiBbCiAgICAgIHsKICAgICAgICAidXJpIjogImZpbGU6Ly9jb21wb25lbnRzL3N1cGVydmlzb3ItYXBpL2NvbnRyb2wucHJvdG8iLAogICAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgICAic2hhMjU2IjogImQ4ZTdjOWMxY2Q2ZDEzNTZkZTYyY2JiZDdjMzFiZjVjNjEwZmEwYTY1NDBmOWQ2Y2NjMDBlZmY3NWQyNmJkNGIiCiAgICAgICAgfQogICAgICB9LAogICAgICB7CiAgICAgICAgInVyaSI6ICJmaWxlOi8vY29tcG9uZW50cy9zdXBlcnZpc29yLWFwaS9pbmZvLnByb3RvIiwKICAgICAgICAiZGlnZXN0IjogewogICAgICAgICAgInNoYTI1NiI6ICI3ZDI5OWU1YWM2NGZlMTRjYzNiN2ZhM2Q1YjAzYjQ2YmFmYjU1NWU3MzkzMDEwYWEzZWMzM2VhZmY4NGIwMGE4IgogICAgICAgIH0KICAgICAgfSwKICAgICAgewogICAgICAgICJ1cmkiOiAiZmlsZTovL2NvbXBvbmVudHMvc3VwZXJ2aXNvci1hcGkvcG9ydC5wcm90byIsCiAgICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAgICJzaGEyNTYiOiAiNTkzMDI0NTkwZWY0N2Q4ZmM0MDliMTk1NzZmZDdjZDAzZTcxMjU5MjVmYWFkNzE1NTI3MDM4N2UwYTY5MGMzMCIKICAgICAgICB9CiAgICAgIH0sCiAgICAgIHsKICAgICAgICAidXJpIjogImZpbGU6Ly9jb21wb25lbnRzL3N1cGVydmlzb3ItYXBpL3RoaXJkX3BhcnR5L2dvb2dsZS9hcGkvaHR0cGJvZHkucHJvdG8iLAogICAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgICAic2hhMjU2IjogIjU5MjcyZGZlZDI0ZmI1YzZlMGUyYzIyY2ExYTFlY2M3YTY0Y2FmODkxY2VmYTI0ZTg2N2U3ZjAwMDRlZDFmZWMiCiAgICAgICAgfQogICAgICB9LAogICAgICB7CiAgICAgICAgInVyaSI6ICJmaWxlOi8vY29tcG9uZW50cy9zdXBlcnZpc29yLWFwaS90aGlyZF9wYXJ0eS9nb29nbGUvYXBpL2h0dHAucHJvdG8iLAogICAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgICAic2hhMjU2IjogIjMxOGQ4NjkzMzE2MDAzZDljNmEyODljOWI0ODhkYWM2MjZlYmJhODE5MmE1MDdhMGViNjZjZjJmODYyN2FiOTMiCiAgICAgICAgfQogICAgICB9LAogICAgICB7CiAgICAgICAgInVyaSI6ICJmaWxlOi8vY29tcG9uZW50cy9zdXBlcnZpc29yLWFwaS9ub3RpZmljYXRpb24ucHJvdG8iLAogICAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgICAic2hhMjU2IjogIjEzZmFmYTNiNTgyOWMyOWU5YWQwMDliMGNlODVkZTI1Mzg0ZDU1NTRkMDc1MGQ1NWRjNDhkNjNlZDE2YTNhOWYiCiAgICAgICAgfQogICAgICB9LAogICAgICB7CiAgICAgICAgInVyaSI6ICJmaWxlOi8vY29tcG9uZW50cy9zdXBlcnZpc29yLWFwaS90b2tlbi5wcm90byIsCiAgICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAgICJzaGEyNTYiOiAiMWY5YTI3ZjM4OTEzOGZiYTQwZjRkZTFjMjhlMzcxNjlhYTBiOWYxY2UyZDNiM2M4MThkNWU4YzU2MWJjYjcwMiIKICAgICAgICB9CiAgICAgIH0sCiAgICAgIHsKICAgICAgICAidXJpIjogImZpbGU6Ly9jb21wb25lbnRzL3N1cGVydmlzb3ItYXBpL3N0YXR1cy5wcm90byIsCiAgICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAgICJzaGEyNTYiOiAiYmM2YjZmN2ZhMzUyZGY4MjMzYTJmM2Q2YjAyZDg2M2JjNDJmODhlNjc2YWNkMmM3ZDQwNWJmNGQ3NGVjMjQ3YiIKICAgICAgICB9CiAgICAgIH0sCiAgICAgIHsKICAgICAgICAidXJpIjogImZpbGU6Ly9jb21wb25lbnRzL3N1cGVydmlzb3ItYXBpL3Rlcm1pbmFsLnByb3RvIiwKICAgICAgICAiZGlnZXN0IjogewogICAgICAgICAgInNoYTI1NiI6ICIwNjU3MGUzYjEzNmQ2N2JiM2Y3MmIwZjBkYTRhOGM2MzYyNGM3YTlmNDg1Y2I3MWM5ZDU4NzYxZDJjY2NjYjNlIgogICAgICAgIH0KICAgICAgfSwKICAgICAgewogICAgICAgICJ1cmkiOiAiZmlsZTovL2NvbXBvbmVudHMvc3VwZXJ2aXNvci1hcGkvdGhpcmRfcGFydHkvZ29vZ2xlL2FwaS9hbm5vdGF0aW9ucy5wcm90byIsCiAgICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAgICJzaGEyNTYiOiAiYmZmN2M0N2I3OGJkMjVkMzRlNzBlZmMwNmY0OTc2NGVjMjRmNTVlNjY1MDY3YjliZTQ5ZTUzZTgyNTI1MGNlOCIKICAgICAgICB9CiAgICAgIH0sCiAgICAgIHsKICAgICAgICAidXJpIjogImZpbGU6Ly9jb21wb25lbnRzL3N1cGVydmlzb3ItYXBpL3RoaXJkX3BhcnR5L2dvb2dsZS9hcGkvZmllbGRfYmVoYXZpb3IucHJvdG8iLAogICAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgICAic2hhMjU2IjogImNhYmE0MTIxZWRmZmQwYjE2NWMyMWU3MWI0YWIzYWIwZmMwNzhhNWQ0ODEwMWM5YTkyMDc1N2MzYTcyNDdmM2EiCiAgICAgICAgfQogICAgICB9LAogICAgICB7CiAgICAgICAgInVyaSI6ICJmaWxlOi8vY29tcG9uZW50cy9zdXBlcnZpc29yLWFwaS9CVUlMRC55YW1sIiwKICAgICAgICAiZGlnZXN0IjogewogICAgICAgICAgInNoYTI1NiI6ICI4YmI3M2Q0MWFmOGZkNzc0YzgxZGI1NWExNjlhNzE5MWZiYzI4Y2MxMzk2OTNlMWFiYWY3MWViOTBmMGY5YzQxIgogICAgICAgIH0KICAgICAgfSwKICAgICAgewogICAgICAgICJ1cmkiOiAiZmlsZTovL1dPUktTUEFDRS55YW1sIiwKICAgICAgICAiZGlnZXN0IjogewogICAgICAgICAgInNoYTI1NiI6ICJhMDQ0MWVmYjJhMWY3MDVmYjgzNThhODdhZmVjOGU3ZGU5NjE1YjUxZTgwMzZkNDQxM2ViNDhhMmM3MWNmYzM4IgogICAgICAgIH0KICAgICAgfQogICAgXQogIH0KfQ==","signatures":null}
2
+
3
+ {"payloadType":"application/vnd.in-toto+json","payload":"ewogICJfdHlwZSI6ICJodHRwczovL2luLXRvdG8uaW8vU3RhdGVtZW50L3YwLjEiLAogICJwcmVkaWNhdGVUeXBlIjogImh0dHBzOi8vc2xzYS5kZXYvcHJvdmVuYW5jZS92MC4xIiwKICAic3ViamVjdCI6IFsKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi9ub3RpZmljYXRpb25fcGJfc2VydmljZS5kLnRzIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogIjg2ZDQ0NTE1N2UzZGQ2YTgyODhiMWY2ZjVlY2ZlMWFjZWFlYmExNDMyYTcxNGZmZWUxZWVhYjYwN2U1YjcxMjMiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9saWIvdG9rZW5fcGIuZC50cyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICJlYWFkODQ4MjVhYTNmNDBiZjZmYjIzOTYzZGZiYjc3ZmEzZTNiYmFiMjcwZmU2MjZmMzg2Yjk1NTZjNDM5MGI5IgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL3Rlcm1pbmFsX3BiX3NlcnZpY2UuanMiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiMjAwZDIyNDI4MzkwMGYxZDExOWYzNDY5NDk2NmU1MzlkOGUzM2RkYjM0ZjBlMWFkMTJkNTc5ZDRlNTJjYjlkMyIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2NvbXBvbmVudHMtc3VwZXJ2aXNvci1hcGktLXByb3RvL3RoaXJkX3BhcnR5L2dvb2dsZS9hcGkvaHR0cC5wcm90byIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICIzMThkODY5MzMxNjAwM2Q5YzZhMjg5YzliNDg4ZGFjNjI2ZWJiYTgxOTJhNTA3YTBlYjY2Y2YyZjg2MjdhYjkzIgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIveWFybi5sb2NrIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogIjJmZDgzNGMxOGQ4N2RjZmE2M2ZkMDViNzkzOGJkYWYyNmZmZWRhMDFmM2M0MGZkZDg1Y2QyNDcyM2FiOTIxODEiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9saWIvc3RhdHVzX3BiX3NlcnZpY2UuanMiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiMDdlZGE2NDBiZGU5MmFhZDUyODEyYTViY2FhNjQ5ZjZiZGYyMjBmOTllZWI4MTIyYjBhNTdjZDFiYWVhNjVkYyIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2NvbXBvbmVudHMtc3VwZXJ2aXNvci1hcGktLXByb3RvL3N0YXR1cy5wcm90byIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICJiYzZiNmY3ZmEzNTJkZjgyMzNhMmYzZDZiMDJkODYzYmM0MmY4OGU2NzZhY2QyYzdkNDA1YmY0ZDc0ZWMyNDdiIgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL3BvcnRfcGIuanMiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiNDU5MmYzOWY1ODEwNTJlOTk1OWE4YjM1N2JiOGM3YTliZWMzMzA4NjZjMTllZGVhMmNlYmVhMDQ3YjdhMjk4OCIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi9ub3RpZmljYXRpb25fcGIuZC50cyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICI5MjYxMzdmNjA0MjliZGJhN2M4YmU4YTkzNDg1ODQyZmIyZjRhMmEyYWI4MDAxMmJlNDQ0OGQ0OTRjNDJkYjgyIgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL3N0YXR1c19wYi5kLnRzIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogIjZjYjg1OTQ3MmQ3ZTMzZmU4YjQ0NzIyMGJiNTdiYWM2NjE4NmU0MmU3NWY1OWIxMjBkMjUxZTlmOTJlMTNmNzUiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9saWIvdGVybWluYWxfcGIuanMiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiMTBiNTFjYTJhYjY1ZWRjMmIwOWUxMTRiZGQ0YWRhNTFhOTM3MzA5N2RiNmJlODUwZDkyZTg3OTYyZjViMmQxZiIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi9wb3J0X3BiLmQudHMiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiY2Q5MmZlNzFlYzA2ZDRhYjY1YTk0ODIwYjUyYmRlOTIzZWRlMTk4OTc5MGQ3YzgzNGNlY2UxMDcyODk3MWJhNCIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2NvbXBvbmVudHMtc3VwZXJ2aXNvci1hcGktLXByb3RvL3Rva2VuLnByb3RvIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogIjFmOWEyN2YzODkxMzhmYmE0MGY0ZGUxYzI4ZTM3MTY5YWEwYjlmMWNlMmQzYjNjODE4ZDVlOGM1NjFiY2I3MDIiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9saWIvaW5mb19wYi5kLnRzIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogImI0N2U4Njg2NjE4ZjBjMjgzMTFmYTJhYzZlNDJkZWI5MTZiNTFkZTMzZDM0NTIxMmIyMDczNDViYmRlYWY5MGYiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9saWIvc3RhdHVzX3BiLmpzIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogIjk4Zjg1ZDVhNWE2OWIyMWVlMDc5NzMyZDJmMGNmOGZjOGQ2NTgxYjFmMWQ5ODQzMTdjMzEzZjdmNGEwNGJiOTYiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9saWIvY29udHJvbF9wYi5kLnRzIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogIjNlYjI5ZDQwMDNjMTViNmY2NGQ4Mjk4ZTMyNTYyODBmMGI1MjFhNjZhZjk5OTVlMzA4YWJkZjU3OTJmYmNiMGYiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9saWIvdG9rZW5fcGJfc2VydmljZS5qcyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICI5MjFiYjE4OGJiZjQwYTBkODExYTg2ZGZiZGQ2MDQ1YjYzYTM2YjVkNzYyZGNkZGVhZDE2YjdlZWRiZGIzZGNkIgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL3Rlcm1pbmFsX3BiLmQudHMiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiNmM2ZTEwNjU5MjBkYjhkMzkyNTQ1NjQyZWEzNWEwYWRlOTVhODE3Njg5YzBjODU0MzJkYWY2NzA1ZjQxM2Q1YiIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi9wb3J0X3BiX3NlcnZpY2UuanMiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiZDU2MTkyMWFhOWQ4MTgyNjYxZmE1MTU3NDYxMGU2MWEyYWM4ZjVhMTZlMTZlYjNiNTU3MmU2YjBiNzUxZGQwOSIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2NvbXBvbmVudHMtc3VwZXJ2aXNvci1hcGktLXByb3RvL3BvcnQucHJvdG8iLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiNTkzMDI0NTkwZWY0N2Q4ZmM0MDliMTk1NzZmZDdjZDAzZTcxMjU5MjVmYWFkNzE1NTI3MDM4N2UwYTY5MGMzMCIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi9ub3RpZmljYXRpb25fcGJfc2VydmljZS5qcyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICI2NzQyMjEyMmQyMDc1MjZlNzhiOGRjNGJiNDliNzk4NDA1Zjk3MGEwOTA2ZGMwN2Q2OTAxODg2YzFkNDNhZjg0IgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL2NvbnRyb2xfcGJfc2VydmljZS5kLnRzIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogImU5MDg4ZGNjMDRiZTg4ZDA0YWU1NjNiNGRmZTE5YTEwZTdlMzhkNmQ1ZmI1ZGRiZWUyMmY5ODJlOTg0ZTQ1NWMiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9jb21wb25lbnRzLXN1cGVydmlzb3ItYXBpLS1wcm90by9pbmZvLnByb3RvIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogIjdkMjk5ZTVhYzY0ZmUxNGNjM2I3ZmEzZDViMDNiNDZiYWZiNTU1ZTczOTMwMTBhYTNlYzMzZWFmZjg0YjAwYTgiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9jb21wb25lbnRzLXN1cGVydmlzb3ItYXBpLS1wcm90by9jb250cm9sLnByb3RvIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogImQ4ZTdjOWMxY2Q2ZDEzNTZkZTYyY2JiZDdjMzFiZjVjNjEwZmEwYTY1NDBmOWQ2Y2NjMDBlZmY3NWQyNmJkNGIiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9jb21wb25lbnRzLXN1cGVydmlzb3ItYXBpLS1wcm90by9ub3RpZmljYXRpb24ucHJvdG8iLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiMTNmYWZhM2I1ODI5YzI5ZTlhZDAwOWIwY2U4NWRlMjUzODRkNTU1NGQwNzUwZDU1ZGM0OGQ2M2VkMTZhM2E5ZiIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi90b2tlbl9wYl9zZXJ2aWNlLmQudHMiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiNTk3NDJiYTgwNzBhODYxNWU0YjAyZTRjN2U1YTdjMzU1YzRiM2E5YWVkY2UwMjgwMWI4Y2JkZmE5ZWU4Y2U2OSIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2NvbXBvbmVudHMtc3VwZXJ2aXNvci1hcGktLXByb3RvL3RoaXJkX3BhcnR5L2dvb2dsZS9hcGkvZmllbGRfYmVoYXZpb3IucHJvdG8iLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiY2FiYTQxMjFlZGZmZDBiMTY1YzIxZTcxYjRhYjNhYjBmYzA3OGE1ZDQ4MTAxYzlhOTIwNzU3YzNhNzI0N2YzYSIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi9pbmZvX3BiLmpzIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogImI2OWY3NTZiNjNiMTYxNzc1ZDE1ODY2ZTA4ZWM4YjM4ZDViOTc1NjVmOGRhMWMzODI4NjM1ODUxZTE0NTkyMjYiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9saWIvaW5mb19wYl9zZXJ2aWNlLmQudHMiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiZTQ4OTEyMDgwODg5MjljMjhjNGQ4NWRjM2UxN2U5NDc4MWUxMGI1NzI5ZjU3NGRlNDBhODQ3MzNlMzUzNjE5MCIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi90ZXJtaW5hbF9wYl9zZXJ2aWNlLmQudHMiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiNmE4OWY4N2Q5MGFjOTRjMzA4YTU3ZDAzMWIyM2JmMWYyNzU2MzczYzQ5NTM5YjY2YzNiMTBmMGE4NjRmZTU0MSIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2NvbXBvbmVudHMtc3VwZXJ2aXNvci1hcGktLXByb3RvL3RoaXJkX3BhcnR5L2dvb2dsZS9hcGkvaHR0cGJvZHkucHJvdG8iLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiNTkyNzJkZmVkMjRmYjVjNmUwZTJjMjJjYTFhMWVjYzdhNjRjYWY4OTFjZWZhMjRlODY3ZTdmMDAwNGVkMWZlYyIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi90b2tlbl9wYi5qcyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICI2YzdkM2YzY2ZlN2ViNWMyMjYyNzFiOGQ0YjBlY2U0NjQzZDQyYWI0YjNhZTNkZTVjN2I2MmY5MzM3ZmVjYjI2IgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL25vdGlmaWNhdGlvbl9wYi5qcyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICIzN2MwYTcwYjlhYjJlOGQyMTI2MGI2ZTFkNjAwYWZjMmViN2E0M2Q3NDI5NDkyNzhhNzBmZWFmNzczZTI3NTM1IgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvY29tcG9uZW50cy1zdXBlcnZpc29yLWFwaS0tcHJvdG8vcHJvdmVuYW5jZS1idW5kbGUuanNvbmwiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiZGNiM2NkYTY0Y2E4YjJiMDllZGFlOTY2Y2RhYWVkZWE0ODI1MDA1ZDUzOTRmOWM2OGJjZTY0ZWE2NzAwYzc4ZSIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi9zdGF0dXNfcGJfc2VydmljZS5kLnRzIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogIjQxNjg0MmI0NDU3MzJkNWIwYjlkNmQ2YTJiODAyZjZlMDBmYTA2ZTllMDFiNzk4MDIzMjM1MWExMWYxOTAxOTkiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9saWIvY29udHJvbF9wYi5qcyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICI5MzM4MTg4OWI2OTUyYTJlMTk5OTkwMWY2NzI3M2M5YmU1NjViY2Q4ZWNlYmVmNGI4ZDg1ZDUwY2E2OWQwYmNiIgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL2NvbnRyb2xfcGJfc2VydmljZS5qcyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICIzM2I2YjU0Mzk3YzVlZmI0NGJkM2JmN2NhMTgzMTEzYjJjZTEzMjMwYWVmNjdkYWMzNWU5ZWQxMzgxOGE4MzBiIgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvY29tcG9uZW50cy1zdXBlcnZpc29yLWFwaS0tcHJvdG8vdGhpcmRfcGFydHkvZ29vZ2xlL2FwaS9hbm5vdGF0aW9ucy5wcm90byIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICJiZmY3YzQ3Yjc4YmQyNWQzNGU3MGVmYzA2ZjQ5NzY0ZWMyNGY1NWU2NjUwNjdiOWJlNDllNTNlODI1MjUwY2U4IgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL2luZm9fcGJfc2VydmljZS5qcyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICJmMGQzN2UxYTkwMDNhYjMzNmM2YWNiZTg1NWZlMzNjZmQ3ODRmMTBmOTZkZjg0M2E2OTY1OGNkZDhhNjU4ZWQ1IgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvY29tcG9uZW50cy1zdXBlcnZpc29yLWFwaS0tcHJvdG8vdGVybWluYWwucHJvdG8iLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiMDY1NzBlM2IxMzZkNjdiYjNmNzJiMGYwZGE0YThjNjM2MjRjN2E5ZjQ4NWNiNzFjOWQ1ODc2MWQyY2NjY2IzZSIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi9wb3J0X3BiX3NlcnZpY2UuZC50cyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICI5MTcwN2Q4ZWQxNjU1M2I3ZTBmOGJhMGM4NjU4NTQ2Y2ZhOTI4N2YxMjY3OGYxNTlkMDhmZTcxNzhmM2RkYzc0IgogICAgICB9CiAgICB9CiAgXSwKICAicHJlZGljYXRlIjogewogICAgImJ1aWxkZXIiOiB7CiAgICAgICJpZCI6ICJnaXRodWIuY29tL2dpdHBvZC1pby9sZWV3YXk6MC4yLjE2LWI3ZDJiNTRAc2hhMjU2Ojk1MTJhZjFhYTRhY2MwOTYwZGQ1ZTk3YzUwYjdjZjFhNjY3MTNhODFhMDlmODI0NWFkOTUxMThlZTEwNzBmYmMiCiAgICB9LAogICAgInJlY2lwZSI6IHsKICAgICAgInR5cGUiOiAiaHR0cHM6Ly9naXRodWIuY29tL2dpdHBvZC1pby9sZWV3YXkvYnVpbGRAeWFybjo3IiwKICAgICAgImRlZmluZWRJbk1hdGVyaWFsIjogNCwKICAgICAgImVudHJ5UG9pbnQiOiAiY29tcG9uZW50cy9zdXBlcnZpc29yLWFwaS90eXBlc2NyaXB0LWdycGN3ZWI6bGliIiwKICAgICAgImFyZ3VtZW50cyI6IFsKICAgICAgICAibGVld2F5IiwKICAgICAgICAiYnVpbGQiLAogICAgICAgICItLWRvY2tlci1idWlsZC1vcHRpb25zIiwKICAgICAgICAibmV0d29yaz1ob3N0IiwKICAgICAgICAiLS13ZXJmdD10cnVlIiwKICAgICAgICAiLWMiLAogICAgICAgICJyZW1vdGUiLAogICAgICAgICItLWRvbnQtcmV0YWciLAogICAgICAgICItLWNvdmVyYWdlLW91dHB1dC1wYXRoPS90bXAvdG1wLjROb05xck5iZkQiLAogICAgICAgICItRHZlcnNpb249dG8tbmV3LWltYWdlLjIiLAogICAgICAgICItRHJlbW92ZVNvdXJjZXM9ZmFsc2UiLAogICAgICAgICItRGltYWdlUmVwb0Jhc2U9ZXUuZ2NyLmlvL2dpdHBvZC1jb3JlLWRldi9idWlsZCIsCiAgICAgICAgIi1EbG9jYWxBcHBWZXJzaW9uPXVua25vd24iLAogICAgICAgICItRFNFR01FTlRfSU9fVE9LRU49WDNiTmF0WVB1ZElKY0N6NmtGbFRuNTRwcnVtUUFxR2giLAogICAgICAgICItRG5wbVB1Ymxpc2hUcmlnZ2VyPWZhbHNlIiwKICAgICAgICAiLURqYk1hcmtldHBsYWNlUHVibGlzaFRyaWdnZXI9ZmFsc2UiCiAgICAgIF0sCiAgICAgICJlbnZpcm9ubWVudCI6IHsKICAgICAgICAibWFuaWZlc3QiOiB7CiAgICAgICAgICAiYXJjaCI6ICJhbWQ2NCIsCiAgICAgICAgICAiZ28iOiAiZ28gdmVyc2lvbiBnbzEuMTcuNSBsaW51eC9hbWQ2NCIsCiAgICAgICAgICAibm9kZSI6ICJ2MTYuMTQuMCIsCiAgICAgICAgICAib3MiOiAibGludXgiLAogICAgICAgICAgInlhcm4iOiAiMS4yMi4xNyIKICAgICAgICB9CiAgICAgIH0KICAgIH0sCiAgICAibWV0YWRhdGEiOiB7CiAgICAgICJidWlsZFN0YXJ0ZWRPbiI6ICIyMDIyLTAyLTI4VDA3OjI2OjA0LjEwNzg5MTc4N1oiLAogICAgICAiYnVpbGRGaW5pc2hlZE9uIjogIjIwMjItMDItMjhUMDc6MjY6MDkuNTQ1MjUyMzU3WiIsCiAgICAgICJjb21wbGV0ZW5lc3MiOiB7CiAgICAgICAgImFyZ3VtZW50cyI6IHRydWUsCiAgICAgICAgImVudmlyb25tZW50IjogZmFsc2UsCiAgICAgICAgIm1hdGVyaWFscyI6IHRydWUKICAgICAgfSwKICAgICAgInJlcHJvZHVjaWJsZSI6IGZhbHNlCiAgICB9LAogICAgIm1hdGVyaWFscyI6IFsKICAgICAgewogICAgICAgICJ1cmkiOiAiZmlsZTovL2NvbXBvbmVudHMvc3VwZXJ2aXNvci1hcGkvdHlwZXNjcmlwdC1ncnBjd2ViL2J1aWxkLnNoIiwKICAgICAgICAiZGlnZXN0IjogewogICAgICAgICAgInNoYTI1NiI6ICI4MmRhMjg3NzM1YjQ4YmFkZTkzNTJlOThmNGUwMWYxNjY1NjAzMzIzOTY4ZTA5ZWQ2ZDJhNGNhZmIzZDRmNjE2IgogICAgICAgIH0KICAgICAgfSwKICAgICAgewogICAgICAgICJ1cmkiOiAiZmlsZTovL3lhcm4ubG9jayIsCiAgICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAgICJzaGEyNTYiOiAiYjRhNGM0ZTdmMmE5ZThiZTIxMmQ0OWJjZGMzNDczZWM2Njg3ODFiOWM4Zjc5OTgzMTljZTkwYmVjNjZkMzhlMiIKICAgICAgICB9CiAgICAgIH0sCiAgICAgIHsKICAgICAgICAidXJpIjogImZpbGU6Ly9jb21wb25lbnRzL3N1cGVydmlzb3ItYXBpL3R5cGVzY3JpcHQtZ3JwY3dlYi90c2NvbmZpZy5qc29uIiwKICAgICAgICAiZGlnZXN0IjogewogICAgICAgICAgInNoYTI1NiI6ICIxNGZlMDMwNzM4M2RhYzljZjk1YThlNDlkZDlkNjhkMzBjNDBjNTAxZmIwM2QyZWNiNGZiMDJkZTRmMDBmMzhlIgogICAgICAgIH0KICAgICAgfSwKICAgICAgewogICAgICAgICJ1cmkiOiAiZmlsZTovL2NvbXBvbmVudHMvc3VwZXJ2aXNvci1hcGkvdHlwZXNjcmlwdC1ncnBjd2ViL3BhY2thZ2UuanNvbiIsCiAgICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAgICJzaGEyNTYiOiAiMDE4MzlkZjMwYzQyZTI2YmRlNGM5N2RmMjI5YzkzNzI4OTBhODBiODNmZjczZjg2MWFjODE1ZTc4MmM2ZjgwYyIKICAgICAgICB9CiAgICAgIH0sCiAgICAgIHsKICAgICAgICAidXJpIjogImZpbGU6Ly9jb21wb25lbnRzL3N1cGVydmlzb3ItYXBpL3R5cGVzY3JpcHQtZ3JwY3dlYi9CVUlMRC55YW1sIiwKICAgICAgICAiZGlnZXN0IjogewogICAgICAgICAgInNoYTI1NiI6ICI2MTFjYTVhNDE3NWFlYzc1Y2FiYjY2ZTk0MTdlZDA1MWQ2ZWMzNzM3ZjU1ZmNjZWZlYjgyM2MxZDg0ZGE5NThlIgogICAgICAgIH0KICAgICAgfSwKICAgICAgewogICAgICAgICJ1cmkiOiAiZmlsZTovL1dPUktTUEFDRS55YW1sIiwKICAgICAgICAiZGlnZXN0IjogewogICAgICAgICAgInNoYTI1NiI6ICJhMDQ0MWVmYjJhMWY3MDVmYjgzNThhODdhZmVjOGU3ZGU5NjE1YjUxZTgwMzZkNDQxM2ViNDhhMmM3MWNmYzM4IgogICAgICAgIH0KICAgICAgfQogICAgXQogIH0KfQ==","signatures":null}
4
+