@gitpod/supervisor-api-grpcweb 0.1.5-server-vscode-oauth2.11 → 0.1.5-server-vscode-oauth2.14
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/control_pb.d.ts +36 -4
- package/lib/control_pb.js +284 -33
- package/lib/control_pb_service.d.ts +19 -0
- package/lib/control_pb_service.js +40 -0
- package/lib/info_pb.js +7 -1
- package/lib/notification_pb.js +7 -1
- package/lib/port_pb.js +7 -1
- package/lib/status_pb.d.ts +46 -4
- package/lib/status_pb.js +362 -33
- package/lib/terminal_pb.js +7 -1
- package/lib/token_pb.js +7 -1
- package/package.json +5 -3
- package/pkg-yarn.lock +1 -1
- package/provenance-bundle.jsonl +4 -0
package/lib/control_pb.d.ts
CHANGED
|
@@ -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 =
|
|
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 =
|
|
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);
|
package/lib/notification_pb.js
CHANGED
|
@@ -13,7 +13,13 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
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 =
|
|
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);
|
package/lib/status_pb.d.ts
CHANGED
|
@@ -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 =
|
|
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
|
|
package/lib/terminal_pb.js
CHANGED
|
@@ -13,7 +13,13 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
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 =
|
|
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.
|
|
19
|
+
"version": "0.1.5-server-vscode-oauth2.14"
|
|
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/
|
|
7
|
+
resolved "file:///tmp/cache/007833cd96ab53ea08fa363746a5e406ada4cd45.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":"ewogICJfdHlwZSI6ICJodHRwczovL2luLXRvdG8uaW8vU3RhdGVtZW50L3YwLjEiLAogICJwcmVkaWNhdGVUeXBlIjogImh0dHBzOi8vc2xzYS5kZXYvcHJvdmVuYW5jZS92MC4xIiwKICAic3ViamVjdCI6IFtdLAogICJwcmVkaWNhdGUiOiB7CiAgICAiYnVpbGRlciI6IHsKICAgICAgImlkIjogImdpdGh1Yi5jb20vZ2l0cG9kLWlvL2xlZXdheTowLjIuMTctM2ViZmIyYUBzaGEyNTY6Yjk2MjllMmQwNDMyYWRlYTFiZTdkZGRiMzYwM2UzNmQ5ZjY5YjA5ZDg5ODVmNzI1MjU3YWRhYWRlNTFkNGE0MCIKICAgIH0sCiAgICAicmVjaXBlIjogewogICAgICAidHlwZSI6ICJodHRwczovL2dpdGh1Yi5jb20vZ2l0cG9kLWlvL2xlZXdheS9idWlsZEBnZW5lcmljOjEiLAogICAgICAiZGVmaW5lZEluTWF0ZXJpYWwiOiAwLAogICAgICAiZW50cnlQb2ludCI6ICJjb21wb25lbnRzL3N1cGVydmlzb3ItYXBpOnByb3RvIiwKICAgICAgImFyZ3VtZW50cyI6IFsKICAgICAgICAibGVld2F5IiwKICAgICAgICAiYnVpbGQiLAogICAgICAgICItLWRvY2tlci1idWlsZC1vcHRpb25zIiwKICAgICAgICAibmV0d29yaz1ob3N0IiwKICAgICAgICAiLS13ZXJmdD10cnVlIiwKICAgICAgICAiLWMiLAogICAgICAgICJyZW1vdGUiLAogICAgICAgICItLWRvbnQtcmV0YWciLAogICAgICAgICItLWNvdmVyYWdlLW91dHB1dC1wYXRoPS90bXAvdG1wLm1td0VQdjJPN0UiLAogICAgICAgICItRHZlcnNpb249a3lsZWIta3ViZWNkbC1xb2wuMSIsCiAgICAgICAgIi1EcmVtb3ZlU291cmNlcz1mYWxzZSIsCiAgICAgICAgIi1EaW1hZ2VSZXBvQmFzZT1ldS5nY3IuaW8vZ2l0cG9kLWNvcmUtZGV2L2J1aWxkIiwKICAgICAgICAiLURsb2NhbEFwcFZlcnNpb249dW5rbm93biIsCiAgICAgICAgIi1EU0VHTUVOVF9JT19UT0tFTj1YM2JOYXRZUHVkSUpjQ3o2a0ZsVG41NHBydW1RQXFHaCIsCiAgICAgICAgIi1EbnBtUHVibGlzaFRyaWdnZXI9ZmFsc2UiLAogICAgICAgICItRGpiTWFya2V0cGxhY2VQdWJsaXNoVHJpZ2dlcj1mYWxzZSIKICAgICAgXSwKICAgICAgImVudmlyb25tZW50IjogewogICAgICAgICJtYW5pZmVzdCI6IHsKICAgICAgICAgICJhcmNoIjogImFtZDY0IiwKICAgICAgICAgICJnbyI6ICJnbyB2ZXJzaW9uIGdvMS4xNy41IGxpbnV4L2FtZDY0IiwKICAgICAgICAgICJub2RlIjogInYxNi4xNC4wIiwKICAgICAgICAgICJvcyI6ICJsaW51eCIsCiAgICAgICAgICAieWFybiI6ICIxLjIyLjE4IgogICAgICAgIH0KICAgICAgfQogICAgfSwKICAgICJtZXRhZGF0YSI6IHsKICAgICAgImJ1aWxkU3RhcnRlZE9uIjogIjIwMjItMDMtMjVUMTg6NDU6MjcuNDI2NDg4MjcyWiIsCiAgICAgICJidWlsZEZpbmlzaGVkT24iOiAiMjAyMi0wMy0yNVQxODo0NToyNy40NzA5OTI3OFoiLAogICAgICAiY29tcGxldGVuZXNzIjogewogICAgICAgICJhcmd1bWVudHMiOiB0cnVlLAogICAgICAgICJlbnZpcm9ubWVudCI6IGZhbHNlLAogICAgICAgICJtYXRlcmlhbHMiOiB0cnVlCiAgICAgIH0sCiAgICAgICJyZXByb2R1Y2libGUiOiBmYWxzZQogICAgfSwKICAgICJtYXRlcmlhbHMiOiBbCiAgICAgIHsKICAgICAgICAidXJpIjogImdpdCtodHRwczovL2dpdGh1Yi5jb20vZ2l0cG9kLWlvL2dpdHBvZC5naXQiLAogICAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgICAic2hhMjU2IjogImFiZDEwOGIzMGY5ZTVkOGRmZDFiMTU1OGYxOWMyZjg2Y2IwODMwZDUiCiAgICAgICAgfQogICAgICB9CiAgICBdCiAgfQp9","signatures":null}
|
|
2
|
+
|
|
3
|
+
{"payloadType":"application/vnd.in-toto+json","payload":"ewogICJfdHlwZSI6ICJodHRwczovL2luLXRvdG8uaW8vU3RhdGVtZW50L3YwLjEiLAogICJwcmVkaWNhdGVUeXBlIjogImh0dHBzOi8vc2xzYS5kZXYvcHJvdmVuYW5jZS92MC4xIiwKICAic3ViamVjdCI6IFsKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi90b2tlbl9wYi5qcyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICI2YzdkM2YzY2ZlN2ViNWMyMjYyNzFiOGQ0YjBlY2U0NjQzZDQyYWI0YjNhZTNkZTVjN2I2MmY5MzM3ZmVjYjI2IgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL25vdGlmaWNhdGlvbl9wYl9zZXJ2aWNlLmpzIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogIjY3NDIyMTIyZDIwNzUyNmU3OGI4ZGM0YmI0OWI3OTg0MDVmOTcwYTA5MDZkYzA3ZDY5MDE4ODZjMWQ0M2FmODQiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9saWIvcG9ydF9wYl9zZXJ2aWNlLmpzIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogImQ1NjE5MjFhYTlkODE4MjY2MWZhNTE1NzQ2MTBlNjFhMmFjOGY1YTE2ZTE2ZWIzYjU1NzJlNmIwYjc1MWRkMDkiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9saWIvdG9rZW5fcGIuZC50cyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICJlYWFkODQ4MjVhYTNmNDBiZjZmYjIzOTYzZGZiYjc3ZmEzZTNiYmFiMjcwZmU2MjZmMzg2Yjk1NTZjNDM5MGI5IgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvY29tcG9uZW50cy1zdXBlcnZpc29yLWFwaS0tcHJvdG8vY29udHJvbC5wcm90byIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICJkOGU3YzljMWNkNmQxMzU2ZGU2MmNiYmQ3YzMxYmY1YzYxMGZhMGE2NTQwZjlkNmNjYzAwZWZmNzVkMjZiZDRiIgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL2luZm9fcGJfc2VydmljZS5qcyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICJmMGQzN2UxYTkwMDNhYjMzNmM2YWNiZTg1NWZlMzNjZmQ3ODRmMTBmOTZkZjg0M2E2OTY1OGNkZDhhNjU4ZWQ1IgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL25vdGlmaWNhdGlvbl9wYi5qcyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICIzN2MwYTcwYjlhYjJlOGQyMTI2MGI2ZTFkNjAwYWZjMmViN2E0M2Q3NDI5NDkyNzhhNzBmZWFmNzczZTI3NTM1IgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL25vdGlmaWNhdGlvbl9wYl9zZXJ2aWNlLmQudHMiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiODZkNDQ1MTU3ZTNkZDZhODI4OGIxZjZmNWVjZmUxYWNlYWViYTE0MzJhNzE0ZmZlZTFlZWFiNjA3ZTViNzEyMyIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2NvbXBvbmVudHMtc3VwZXJ2aXNvci1hcGktLXByb3RvL2luZm8ucHJvdG8iLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiN2QyOTllNWFjNjRmZTE0Y2MzYjdmYTNkNWIwM2I0NmJhZmI1NTVlNzM5MzAxMGFhM2VjMzNlYWZmODRiMDBhOCIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi90ZXJtaW5hbF9wYl9zZXJ2aWNlLmQudHMiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiNmE4OWY4N2Q5MGFjOTRjMzA4YTU3ZDAzMWIyM2JmMWYyNzU2MzczYzQ5NTM5YjY2YzNiMTBmMGE4NjRmZTU0MSIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi9wb3J0X3BiLmpzIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogIjQ1OTJmMzlmNTgxMDUyZTk5NTlhOGIzNTdiYjhjN2E5YmVjMzMwODY2YzE5ZWRlYTJjZWJlYTA0N2I3YTI5ODgiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9jb21wb25lbnRzLXN1cGVydmlzb3ItYXBpLS1wcm90by9wb3J0LnByb3RvIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogIjU5MzAyNDU5MGVmNDdkOGZjNDA5YjE5NTc2ZmQ3Y2QwM2U3MTI1OTI1ZmFhZDcxNTUyNzAzODdlMGE2OTBjMzAiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9jb21wb25lbnRzLXN1cGVydmlzb3ItYXBpLS1wcm90by90aGlyZF9wYXJ0eS9nb29nbGUvYXBpL2ZpZWxkX2JlaGF2aW9yLnByb3RvIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogImNhYmE0MTIxZWRmZmQwYjE2NWMyMWU3MWI0YWIzYWIwZmMwNzhhNWQ0ODEwMWM5YTkyMDc1N2MzYTcyNDdmM2EiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9saWIvc3RhdHVzX3BiX3NlcnZpY2UuZC50cyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICI0MTY4NDJiNDQ1NzMyZDViMGI5ZDZkNmEyYjgwMmY2ZTAwZmEwNmU5ZTAxYjc5ODAyMzIzNTFhMTFmMTkwMTk5IgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL2NvbnRyb2xfcGIuZC50cyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICIzZWIyOWQ0MDAzYzE1YjZmNjRkODI5OGUzMjU2MjgwZjBiNTIxYTY2YWY5OTk1ZTMwOGFiZGY1NzkyZmJjYjBmIgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL2NvbnRyb2xfcGIuanMiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiOTMzODE4ODliNjk1MmEyZTE5OTk5MDFmNjcyNzNjOWJlNTY1YmNkOGVjZWJlZjRiOGQ4NWQ1MGNhNjlkMGJjYiIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi9wb3J0X3BiX3NlcnZpY2UuZC50cyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICI5MTcwN2Q4ZWQxNjU1M2I3ZTBmOGJhMGM4NjU4NTQ2Y2ZhOTI4N2YxMjY3OGYxNTlkMDhmZTcxNzhmM2RkYzc0IgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL3Rlcm1pbmFsX3BiX3NlcnZpY2UuanMiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiMjAwZDIyNDI4MzkwMGYxZDExOWYzNDY5NDk2NmU1MzlkOGUzM2RkYjM0ZjBlMWFkMTJkNTc5ZDRlNTJjYjlkMyIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi9pbmZvX3BiLmpzIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogImI2OWY3NTZiNjNiMTYxNzc1ZDE1ODY2ZTA4ZWM4YjM4ZDViOTc1NjVmOGRhMWMzODI4NjM1ODUxZTE0NTkyMjYiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9jb21wb25lbnRzLXN1cGVydmlzb3ItYXBpLS1wcm90by90b2tlbi5wcm90byIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICIxZjlhMjdmMzg5MTM4ZmJhNDBmNGRlMWMyOGUzNzE2OWFhMGI5ZjFjZTJkM2IzYzgxOGQ1ZThjNTYxYmNiNzAyIgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL2luZm9fcGIuZC50cyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICJiNDdlODY4NjYxOGYwYzI4MzExZmEyYWM2ZTQyZGViOTE2YjUxZGUzM2QzNDUyMTJiMjA3MzQ1YmJkZWFmOTBmIgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL25vdGlmaWNhdGlvbl9wYi5kLnRzIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogIjkyNjEzN2Y2MDQyOWJkYmE3YzhiZThhOTM0ODU4NDJmYjJmNGEyYTJhYjgwMDEyYmU0NDQ4ZDQ5NGM0MmRiODIiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9jb21wb25lbnRzLXN1cGVydmlzb3ItYXBpLS1wcm90by9zdGF0dXMucHJvdG8iLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiYmM2YjZmN2ZhMzUyZGY4MjMzYTJmM2Q2YjAyZDg2M2JjNDJmODhlNjc2YWNkMmM3ZDQwNWJmNGQ3NGVjMjQ3YiIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi9zdGF0dXNfcGIuZC50cyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICI2Y2I4NTk0NzJkN2UzM2ZlOGI0NDcyMjBiYjU3YmFjNjYxODZlNDJlNzVmNTliMTIwZDI1MWU5ZjkyZTEzZjc1IgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL3N0YXR1c19wYi5qcyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICI5OGY4NWQ1YTVhNjliMjFlZTA3OTczMmQyZjBjZjhmYzhkNjU4MWIxZjFkOTg0MzE3YzMxM2Y3ZjRhMDRiYjk2IgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvY29tcG9uZW50cy1zdXBlcnZpc29yLWFwaS0tcHJvdG8vbm90aWZpY2F0aW9uLnByb3RvIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogIjEzZmFmYTNiNTgyOWMyOWU5YWQwMDliMGNlODVkZTI1Mzg0ZDU1NTRkMDc1MGQ1NWRjNDhkNjNlZDE2YTNhOWYiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9saWIvdGVybWluYWxfcGIuZC50cyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICI2YzZlMTA2NTkyMGRiOGQzOTI1NDU2NDJlYTM1YTBhZGU5NWE4MTc2ODljMGM4NTQzMmRhZjY3MDVmNDEzZDViIgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL3Rva2VuX3BiX3NlcnZpY2UuZC50cyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICI1OTc0MmJhODA3MGE4NjE1ZTRiMDJlNGM3ZTVhN2MzNTVjNGIzYTlhZWRjZTAyODAxYjhjYmRmYTllZThjZTY5IgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvY29tcG9uZW50cy1zdXBlcnZpc29yLWFwaS0tcHJvdG8vcHJvdmVuYW5jZS1idW5kbGUuanNvbmwiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiYTkyMWJlYjhhNzZiNmIwODljMTVmYTNlYTM3MzFlOTFiYzIzMDY3ZDlkMjc5ZmRkODRhZjgyYmNjZGI1OGM3OCIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi90ZXJtaW5hbF9wYi5qcyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICIxMGI1MWNhMmFiNjVlZGMyYjA5ZTExNGJkZDRhZGE1MWE5MzczMDk3ZGI2YmU4NTBkOTJlODc5NjJmNWIyZDFmIgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvY29tcG9uZW50cy1zdXBlcnZpc29yLWFwaS0tcHJvdG8vdGhpcmRfcGFydHkvZ29vZ2xlL2FwaS9hbm5vdGF0aW9ucy5wcm90byIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICJiZmY3YzQ3Yjc4YmQyNWQzNGU3MGVmYzA2ZjQ5NzY0ZWMyNGY1NWU2NjUwNjdiOWJlNDllNTNlODI1MjUwY2U4IgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvY29tcG9uZW50cy1zdXBlcnZpc29yLWFwaS0tcHJvdG8vdGVybWluYWwucHJvdG8iLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiMDY1NzBlM2IxMzZkNjdiYjNmNzJiMGYwZGE0YThjNjM2MjRjN2E5ZjQ4NWNiNzFjOWQ1ODc2MWQyY2NjY2IzZSIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2NvbXBvbmVudHMtc3VwZXJ2aXNvci1hcGktLXByb3RvL3RoaXJkX3BhcnR5L2dvb2dsZS9hcGkvaHR0cGJvZHkucHJvdG8iLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiNTkyNzJkZmVkMjRmYjVjNmUwZTJjMjJjYTFhMWVjYzdhNjRjYWY4OTFjZWZhMjRlODY3ZTdmMDAwNGVkMWZlYyIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2NvbXBvbmVudHMtc3VwZXJ2aXNvci1hcGktLXByb3RvL3RoaXJkX3BhcnR5L2dvb2dsZS9hcGkvaHR0cC5wcm90byIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICIzMThkODY5MzMxNjAwM2Q5YzZhMjg5YzliNDg4ZGFjNjI2ZWJiYTgxOTJhNTA3YTBlYjY2Y2YyZjg2MjdhYjkzIgogICAgICB9CiAgICB9LAogICAgewogICAgICAibmFtZSI6ICIvbGliL2NvbnRyb2xfcGJfc2VydmljZS5kLnRzIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogImU5MDg4ZGNjMDRiZTg4ZDA0YWU1NjNiNGRmZTE5YTEwZTdlMzhkNmQ1ZmI1ZGRiZWUyMmY5ODJlOTg0ZTQ1NWMiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9saWIvaW5mb19wYl9zZXJ2aWNlLmQudHMiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiZTQ4OTEyMDgwODg5MjljMjhjNGQ4NWRjM2UxN2U5NDc4MWUxMGI1NzI5ZjU3NGRlNDBhODQ3MzNlMzUzNjE5MCIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi9jb250cm9sX3BiX3NlcnZpY2UuanMiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiMzNiNmI1NDM5N2M1ZWZiNDRiZDNiZjdjYTE4MzExM2IyY2UxMzIzMGFlZjY3ZGFjMzVlOWVkMTM4MThhODMwYiIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi9wb3J0X3BiLmQudHMiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiY2Q5MmZlNzFlYzA2ZDRhYjY1YTk0ODIwYjUyYmRlOTIzZWRlMTk4OTc5MGQ3YzgzNGNlY2UxMDcyODk3MWJhNCIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL2xpYi90b2tlbl9wYl9zZXJ2aWNlLmpzIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogIjkyMWJiMTg4YmJmNDBhMGQ4MTFhODZkZmJkZDYwNDViNjNhMzZiNWQ3NjJkY2RkZWFkMTZiN2VlZGJkYjNkY2QiCiAgICAgIH0KICAgIH0sCiAgICB7CiAgICAgICJuYW1lIjogIi9saWIvc3RhdHVzX3BiX3NlcnZpY2UuanMiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiMDdlZGE2NDBiZGU5MmFhZDUyODEyYTViY2FhNjQ5ZjZiZGYyMjBmOTllZWI4MTIyYjBhNTdjZDFiYWVhNjVkYyIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgIm5hbWUiOiAiL3lhcm4ubG9jayIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICIyZmQ4MzRjMThkODdkY2ZhNjNmZDA1Yjc5MzhiZGFmMjZmZmVkYTAxZjNjNDBmZGQ4NWNkMjQ3MjNhYjkyMTgxIgogICAgICB9CiAgICB9CiAgXSwKICAicHJlZGljYXRlIjogewogICAgImJ1aWxkZXIiOiB7CiAgICAgICJpZCI6ICJnaXRodWIuY29tL2dpdHBvZC1pby9sZWV3YXk6MC4yLjE3LTNlYmZiMmFAc2hhMjU2OmI5NjI5ZTJkMDQzMmFkZWExYmU3ZGRkYjM2MDNlMzZkOWY2OWIwOWQ4OTg1ZjcyNTI1N2FkYWFkZTUxZDRhNDAiCiAgICB9LAogICAgInJlY2lwZSI6IHsKICAgICAgInR5cGUiOiAiaHR0cHM6Ly9naXRodWIuY29tL2dpdHBvZC1pby9sZWV3YXkvYnVpbGRAeWFybjo3IiwKICAgICAgImRlZmluZWRJbk1hdGVyaWFsIjogMCwKICAgICAgImVudHJ5UG9pbnQiOiAiY29tcG9uZW50cy9zdXBlcnZpc29yLWFwaS90eXBlc2NyaXB0LWdycGN3ZWI6bGliIiwKICAgICAgImFyZ3VtZW50cyI6IFsKICAgICAgICAibGVld2F5IiwKICAgICAgICAiYnVpbGQiLAogICAgICAgICItLWRvY2tlci1idWlsZC1vcHRpb25zIiwKICAgICAgICAibmV0d29yaz1ob3N0IiwKICAgICAgICAiLS13ZXJmdD10cnVlIiwKICAgICAgICAiLWMiLAogICAgICAgICJyZW1vdGUiLAogICAgICAgICItLWRvbnQtcmV0YWciLAogICAgICAgICItLWNvdmVyYWdlLW91dHB1dC1wYXRoPS90bXAvdG1wLjhFdVg4THhVUE4iLAogICAgICAgICItRHZlcnNpb249c2VydmVyLXZzY29kZS1vYXV0aDIuMTQiLAogICAgICAgICItRHJlbW92ZVNvdXJjZXM9ZmFsc2UiLAogICAgICAgICItRGltYWdlUmVwb0Jhc2U9ZXUuZ2NyLmlvL2dpdHBvZC1jb3JlLWRldi9idWlsZCIsCiAgICAgICAgIi1EbG9jYWxBcHBWZXJzaW9uPXVua25vd24iLAogICAgICAgICItRFNFR01FTlRfSU9fVE9LRU49WDNiTmF0WVB1ZElKY0N6NmtGbFRuNTRwcnVtUUFxR2giLAogICAgICAgICItRFJFUExJQ0FURURfQVBJX1RPS0VOPThhZTBjMjczOGQ0ZWVhNzMwOGZmNWE5YThjNTQ2NTM3YzFiNWQ4YzZkYTZhMTI3YTI2YjEyNTg4NmI1ODc3ODQiLAogICAgICAgICItRFJFUExJQ0FURURfQVBQPWdpdHBvZCIsCiAgICAgICAgIi1EbnBtUHVibGlzaFRyaWdnZXI9ZmFsc2UiLAogICAgICAgICItRGpiTWFya2V0cGxhY2VQdWJsaXNoVHJpZ2dlcj1mYWxzZSIKICAgICAgXSwKICAgICAgImVudmlyb25tZW50IjogewogICAgICAgICJtYW5pZmVzdCI6IHsKICAgICAgICAgICJhcmNoIjogImFtZDY0IiwKICAgICAgICAgICJnbyI6ICJnbyB2ZXJzaW9uIGdvMS4xNy41IGxpbnV4L2FtZDY0IiwKICAgICAgICAgICJub2RlIjogInYxNi4xNC4wIiwKICAgICAgICAgICJvcyI6ICJsaW51eCIsCiAgICAgICAgICAieWFybiI6ICIxLjIyLjE4IgogICAgICAgIH0KICAgICAgfQogICAgfSwKICAgICJtZXRhZGF0YSI6IHsKICAgICAgImJ1aWxkU3RhcnRlZE9uIjogIjIwMjItMDQtMDZUMDk6MTM6MDkuMjA3MDk2ODk1WiIsCiAgICAgICJidWlsZEZpbmlzaGVkT24iOiAiMjAyMi0wNC0wNlQwOToxMzozMS4yNTUxOTU5MDNaIiwKICAgICAgImNvbXBsZXRlbmVzcyI6IHsKICAgICAgICAiYXJndW1lbnRzIjogdHJ1ZSwKICAgICAgICAiZW52aXJvbm1lbnQiOiBmYWxzZSwKICAgICAgICAibWF0ZXJpYWxzIjogdHJ1ZQogICAgICB9LAogICAgICAicmVwcm9kdWNpYmxlIjogZmFsc2UKICAgIH0sCiAgICAibWF0ZXJpYWxzIjogWwogICAgICB7CiAgICAgICAgInVyaSI6ICJnaXQraHR0cHM6Ly9naXRodWIuY29tL2dpdHBvZC1pby9naXRwb2QuZ2l0IiwKICAgICAgICAiZGlnZXN0IjogewogICAgICAgICAgInNoYTI1NiI6ICI3MWM4M2NiMzJkY2FkYzRmYTY4YzAwZmI2ZGM3YTFjMWJhMGQyMTM4IgogICAgICAgIH0KICAgICAgfQogICAgXQogIH0KfQ==","signatures":null}
|
|
4
|
+
|