@stanterprise/protobuf 0.0.20 → 0.1.0
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/dist/{chunk-XWJCF6BO.mjs → chunk-34GQCWQN.mjs} +3 -3
- package/dist/{chunk-AEDC4CB5.mjs → chunk-4YJNHYW7.mjs} +33 -32
- package/dist/{chunk-AEDC4CB5.mjs.map → chunk-4YJNHYW7.mjs.map} +1 -1
- package/dist/{chunk-YUDCZY2W.mjs → chunk-EMALOWTT.mjs} +4 -1
- package/dist/{chunk-YUDCZY2W.mjs.map → chunk-EMALOWTT.mjs.map} +1 -1
- package/dist/{chunk-4SR4H5H3.mjs → chunk-FBR2J74U.mjs} +3 -3
- package/dist/{chunk-7ZKHPRD4.mjs → chunk-RGAFE2QL.mjs} +6 -6
- package/dist/{chunk-6LZLCU56.mjs → chunk-WBCHUWL7.mjs} +2 -2
- package/dist/{chunk-WYXRRQPZ.mjs → chunk-WHGMBNCF.mjs} +2 -2
- package/dist/{chunk-ULRGJR5R.mjs → chunk-XIP55YQC.mjs} +109 -3
- package/dist/chunk-XIP55YQC.mjs.map +1 -0
- package/dist/{chunk-B3U6NKBI.mjs → chunk-XYL4P7DJ.mjs} +3 -3
- package/dist/index.js +136 -28
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/testsystem/index.js +136 -28
- package/dist/testsystem/index.js.map +1 -1
- package/dist/testsystem/index.mjs +9 -9
- package/dist/testsystem/v1/common/index.mjs +2 -2
- package/dist/testsystem/v1/entities/index.mjs +3 -3
- package/dist/testsystem/v1/events/index.js +106 -0
- package/dist/testsystem/v1/events/index.js.map +1 -1
- package/dist/testsystem/v1/events/index.mjs +4 -4
- package/dist/testsystem/v1/index.js +136 -28
- package/dist/testsystem/v1/index.js.map +1 -1
- package/dist/testsystem/v1/index.mjs +9 -9
- package/dist/testsystem/v1/observer/index.js +136 -28
- package/dist/testsystem/v1/observer/index.js.map +1 -1
- package/dist/testsystem/v1/observer/index.mjs +5 -5
- package/lib/testsystem/v1/events/events.ts +125 -0
- package/package.json +1 -1
- package/dist/chunk-ULRGJR5R.mjs.map +0 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +0 -1
- package/dist/lib/google/protobuf/duration.d.ts +0 -33
- package/dist/lib/google/protobuf/duration.d.ts.map +0 -1
- package/dist/lib/google/protobuf/timestamp.d.ts +0 -33
- package/dist/lib/google/protobuf/timestamp.d.ts.map +0 -1
- package/dist/lib/index.d.ts +0 -9
- package/dist/lib/index.d.ts.map +0 -1
- package/dist/lib/testsystem/v1/common/common.d.ts +0 -61
- package/dist/lib/testsystem/v1/common/common.d.ts.map +0 -1
- package/dist/lib/testsystem/v1/entities/test_case.d.ts +0 -233
- package/dist/lib/testsystem/v1/entities/test_case.d.ts.map +0 -1
- package/dist/lib/testsystem/v1/entities/test_suite.d.ts +0 -140
- package/dist/lib/testsystem/v1/entities/test_suite.d.ts.map +0 -1
- package/dist/lib/testsystem/v1/events/events.d.ts +0 -408
- package/dist/lib/testsystem/v1/events/events.d.ts.map +0 -1
- package/dist/lib/testsystem/v1/observer/observer.d.ts +0 -202
- package/dist/lib/testsystem/v1/observer/observer.d.ts.map +0 -1
- package/dist/testsystem/index.d.ts +0 -2
- package/dist/testsystem/index.d.ts.map +0 -1
- package/dist/testsystem/v1/common/index.d.ts +0 -6
- package/dist/testsystem/v1/common/index.d.ts.map +0 -1
- package/dist/testsystem/v1/entities/index.d.ts +0 -11
- package/dist/testsystem/v1/entities/index.d.ts.map +0 -1
- package/dist/testsystem/v1/events/index.d.ts +0 -28
- package/dist/testsystem/v1/events/index.d.ts.map +0 -1
- package/dist/testsystem/v1/index.d.ts +0 -5
- package/dist/testsystem/v1/index.d.ts.map +0 -1
- package/dist/testsystem/v1/observer/index.d.ts +0 -6
- package/dist/testsystem/v1/observer/index.d.ts.map +0 -1
- /package/dist/{chunk-XWJCF6BO.mjs.map → chunk-34GQCWQN.mjs.map} +0 -0
- /package/dist/{chunk-4SR4H5H3.mjs.map → chunk-FBR2J74U.mjs.map} +0 -0
- /package/dist/{chunk-7ZKHPRD4.mjs.map → chunk-RGAFE2QL.mjs.map} +0 -0
- /package/dist/{chunk-6LZLCU56.mjs.map → chunk-WBCHUWL7.mjs.map} +0 -0
- /package/dist/{chunk-WYXRRQPZ.mjs.map → chunk-WHGMBNCF.mjs.map} +0 -0
- /package/dist/{chunk-B3U6NKBI.mjs.map → chunk-XYL4P7DJ.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
testsystem as testsystem5
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-4YJNHYW7.mjs";
|
|
4
4
|
import {
|
|
5
5
|
testsystem as testsystem4
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-XIP55YQC.mjs";
|
|
7
7
|
import {
|
|
8
8
|
testsystem as testsystem2,
|
|
9
9
|
testsystem2 as testsystem3,
|
|
10
10
|
timestamp_exports
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-WBCHUWL7.mjs";
|
|
12
12
|
import {
|
|
13
13
|
testsystem
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-EMALOWTT.mjs";
|
|
15
15
|
|
|
16
16
|
// lib/index.ts
|
|
17
17
|
function isPlainObject(value) {
|
package/dist/testsystem/index.js
CHANGED
|
@@ -8,6 +8,7 @@ var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
|
8
8
|
var __typeError = (msg) => {
|
|
9
9
|
throw TypeError(msg);
|
|
10
10
|
};
|
|
11
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
11
12
|
var __export = (target, all) => {
|
|
12
13
|
for (var name in all)
|
|
13
14
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
@@ -29,6 +30,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
29
30
|
mod
|
|
30
31
|
));
|
|
31
32
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
33
|
+
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
32
34
|
var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg);
|
|
33
35
|
var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
|
|
34
36
|
var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
@@ -2051,6 +2053,9 @@ var testsystem4;
|
|
|
2051
2053
|
if ("run_id" in data && data.run_id != void 0) {
|
|
2052
2054
|
this.run_id = data.run_id;
|
|
2053
2055
|
}
|
|
2056
|
+
if ("retry_index" in data && data.retry_index != void 0) {
|
|
2057
|
+
this.retry_index = data.retry_index;
|
|
2058
|
+
}
|
|
2054
2059
|
}
|
|
2055
2060
|
}
|
|
2056
2061
|
get test_id() {
|
|
@@ -2092,6 +2097,12 @@ var testsystem4;
|
|
|
2092
2097
|
set run_id(value) {
|
|
2093
2098
|
pb_16.Message.setField(this, 6, value);
|
|
2094
2099
|
}
|
|
2100
|
+
get retry_index() {
|
|
2101
|
+
return pb_16.Message.getFieldWithDefault(this, 7, 0);
|
|
2102
|
+
}
|
|
2103
|
+
set retry_index(value) {
|
|
2104
|
+
pb_16.Message.setField(this, 7, value);
|
|
2105
|
+
}
|
|
2095
2106
|
static fromObject(data) {
|
|
2096
2107
|
const message = new _TestFailureEventRequest({});
|
|
2097
2108
|
if (data.test_id != null) {
|
|
@@ -2112,6 +2123,9 @@ var testsystem4;
|
|
|
2112
2123
|
if (data.run_id != null) {
|
|
2113
2124
|
message.run_id = data.run_id;
|
|
2114
2125
|
}
|
|
2126
|
+
if (data.retry_index != null) {
|
|
2127
|
+
message.retry_index = data.retry_index;
|
|
2128
|
+
}
|
|
2115
2129
|
return message;
|
|
2116
2130
|
}
|
|
2117
2131
|
toObject() {
|
|
@@ -2134,6 +2148,9 @@ var testsystem4;
|
|
|
2134
2148
|
if (this.run_id != null) {
|
|
2135
2149
|
data.run_id = this.run_id;
|
|
2136
2150
|
}
|
|
2151
|
+
if (this.retry_index != null) {
|
|
2152
|
+
data.retry_index = this.retry_index;
|
|
2153
|
+
}
|
|
2137
2154
|
return data;
|
|
2138
2155
|
}
|
|
2139
2156
|
serialize(w) {
|
|
@@ -2150,6 +2167,8 @@ var testsystem4;
|
|
|
2150
2167
|
writer.writeRepeatedMessage(5, this.attachments, (item) => item.serialize(writer));
|
|
2151
2168
|
if (this.run_id.length)
|
|
2152
2169
|
writer.writeString(6, this.run_id);
|
|
2170
|
+
if (this.retry_index != 0)
|
|
2171
|
+
writer.writeInt32(7, this.retry_index);
|
|
2153
2172
|
if (!w)
|
|
2154
2173
|
return writer.getResultBuffer();
|
|
2155
2174
|
}
|
|
@@ -2177,6 +2196,9 @@ var testsystem4;
|
|
|
2177
2196
|
case 6:
|
|
2178
2197
|
message.run_id = reader.readString();
|
|
2179
2198
|
break;
|
|
2199
|
+
case 7:
|
|
2200
|
+
message.retry_index = reader.readInt32();
|
|
2201
|
+
break;
|
|
2180
2202
|
default:
|
|
2181
2203
|
reader.skipField();
|
|
2182
2204
|
}
|
|
@@ -2217,6 +2239,9 @@ var testsystem4;
|
|
|
2217
2239
|
if ("run_id" in data && data.run_id != void 0) {
|
|
2218
2240
|
this.run_id = data.run_id;
|
|
2219
2241
|
}
|
|
2242
|
+
if ("retry_index" in data && data.retry_index != void 0) {
|
|
2243
|
+
this.retry_index = data.retry_index;
|
|
2244
|
+
}
|
|
2220
2245
|
}
|
|
2221
2246
|
}
|
|
2222
2247
|
get test_id() {
|
|
@@ -2258,6 +2283,12 @@ var testsystem4;
|
|
|
2258
2283
|
set run_id(value) {
|
|
2259
2284
|
pb_16.Message.setField(this, 6, value);
|
|
2260
2285
|
}
|
|
2286
|
+
get retry_index() {
|
|
2287
|
+
return pb_16.Message.getFieldWithDefault(this, 7, 0);
|
|
2288
|
+
}
|
|
2289
|
+
set retry_index(value) {
|
|
2290
|
+
pb_16.Message.setField(this, 7, value);
|
|
2291
|
+
}
|
|
2261
2292
|
static fromObject(data) {
|
|
2262
2293
|
const message = new _TestErrorEventRequest({});
|
|
2263
2294
|
if (data.test_id != null) {
|
|
@@ -2278,6 +2309,9 @@ var testsystem4;
|
|
|
2278
2309
|
if (data.run_id != null) {
|
|
2279
2310
|
message.run_id = data.run_id;
|
|
2280
2311
|
}
|
|
2312
|
+
if (data.retry_index != null) {
|
|
2313
|
+
message.retry_index = data.retry_index;
|
|
2314
|
+
}
|
|
2281
2315
|
return message;
|
|
2282
2316
|
}
|
|
2283
2317
|
toObject() {
|
|
@@ -2300,6 +2334,9 @@ var testsystem4;
|
|
|
2300
2334
|
if (this.run_id != null) {
|
|
2301
2335
|
data.run_id = this.run_id;
|
|
2302
2336
|
}
|
|
2337
|
+
if (this.retry_index != null) {
|
|
2338
|
+
data.retry_index = this.retry_index;
|
|
2339
|
+
}
|
|
2303
2340
|
return data;
|
|
2304
2341
|
}
|
|
2305
2342
|
serialize(w) {
|
|
@@ -2316,6 +2353,8 @@ var testsystem4;
|
|
|
2316
2353
|
writer.writeRepeatedMessage(5, this.attachments, (item) => item.serialize(writer));
|
|
2317
2354
|
if (this.run_id.length)
|
|
2318
2355
|
writer.writeString(6, this.run_id);
|
|
2356
|
+
if (this.retry_index != 0)
|
|
2357
|
+
writer.writeInt32(7, this.retry_index);
|
|
2319
2358
|
if (!w)
|
|
2320
2359
|
return writer.getResultBuffer();
|
|
2321
2360
|
}
|
|
@@ -2343,6 +2382,9 @@ var testsystem4;
|
|
|
2343
2382
|
case 6:
|
|
2344
2383
|
message.run_id = reader.readString();
|
|
2345
2384
|
break;
|
|
2385
|
+
case 7:
|
|
2386
|
+
message.retry_index = reader.readInt32();
|
|
2387
|
+
break;
|
|
2346
2388
|
default:
|
|
2347
2389
|
reader.skipField();
|
|
2348
2390
|
}
|
|
@@ -2380,6 +2422,9 @@ var testsystem4;
|
|
|
2380
2422
|
if ("run_id" in data && data.run_id != void 0) {
|
|
2381
2423
|
this.run_id = data.run_id;
|
|
2382
2424
|
}
|
|
2425
|
+
if ("retry_index" in data && data.retry_index != void 0) {
|
|
2426
|
+
this.retry_index = data.retry_index;
|
|
2427
|
+
}
|
|
2383
2428
|
}
|
|
2384
2429
|
}
|
|
2385
2430
|
get test_id() {
|
|
@@ -2415,6 +2460,12 @@ var testsystem4;
|
|
|
2415
2460
|
set run_id(value) {
|
|
2416
2461
|
pb_16.Message.setField(this, 5, value);
|
|
2417
2462
|
}
|
|
2463
|
+
get retry_index() {
|
|
2464
|
+
return pb_16.Message.getFieldWithDefault(this, 6, 0);
|
|
2465
|
+
}
|
|
2466
|
+
set retry_index(value) {
|
|
2467
|
+
pb_16.Message.setField(this, 6, value);
|
|
2468
|
+
}
|
|
2418
2469
|
static fromObject(data) {
|
|
2419
2470
|
const message = new _StdErrorEventRequest({});
|
|
2420
2471
|
if (data.test_id != null) {
|
|
@@ -2432,6 +2483,9 @@ var testsystem4;
|
|
|
2432
2483
|
if (data.run_id != null) {
|
|
2433
2484
|
message.run_id = data.run_id;
|
|
2434
2485
|
}
|
|
2486
|
+
if (data.retry_index != null) {
|
|
2487
|
+
message.retry_index = data.retry_index;
|
|
2488
|
+
}
|
|
2435
2489
|
return message;
|
|
2436
2490
|
}
|
|
2437
2491
|
toObject() {
|
|
@@ -2451,6 +2505,9 @@ var testsystem4;
|
|
|
2451
2505
|
if (this.run_id != null) {
|
|
2452
2506
|
data.run_id = this.run_id;
|
|
2453
2507
|
}
|
|
2508
|
+
if (this.retry_index != null) {
|
|
2509
|
+
data.retry_index = this.retry_index;
|
|
2510
|
+
}
|
|
2454
2511
|
return data;
|
|
2455
2512
|
}
|
|
2456
2513
|
serialize(w) {
|
|
@@ -2465,6 +2522,8 @@ var testsystem4;
|
|
|
2465
2522
|
writer.writeString(4, this.test_case_run_id);
|
|
2466
2523
|
if (this.run_id.length)
|
|
2467
2524
|
writer.writeString(5, this.run_id);
|
|
2525
|
+
if (this.retry_index != 0)
|
|
2526
|
+
writer.writeInt32(6, this.retry_index);
|
|
2468
2527
|
if (!w)
|
|
2469
2528
|
return writer.getResultBuffer();
|
|
2470
2529
|
}
|
|
@@ -2489,6 +2548,9 @@ var testsystem4;
|
|
|
2489
2548
|
case 5:
|
|
2490
2549
|
message.run_id = reader.readString();
|
|
2491
2550
|
break;
|
|
2551
|
+
case 6:
|
|
2552
|
+
message.retry_index = reader.readInt32();
|
|
2553
|
+
break;
|
|
2492
2554
|
default:
|
|
2493
2555
|
reader.skipField();
|
|
2494
2556
|
}
|
|
@@ -2526,6 +2588,9 @@ var testsystem4;
|
|
|
2526
2588
|
if ("run_id" in data && data.run_id != void 0) {
|
|
2527
2589
|
this.run_id = data.run_id;
|
|
2528
2590
|
}
|
|
2591
|
+
if ("retry_index" in data && data.retry_index != void 0) {
|
|
2592
|
+
this.retry_index = data.retry_index;
|
|
2593
|
+
}
|
|
2529
2594
|
}
|
|
2530
2595
|
}
|
|
2531
2596
|
get test_id() {
|
|
@@ -2561,6 +2626,12 @@ var testsystem4;
|
|
|
2561
2626
|
set run_id(value) {
|
|
2562
2627
|
pb_16.Message.setField(this, 5, value);
|
|
2563
2628
|
}
|
|
2629
|
+
get retry_index() {
|
|
2630
|
+
return pb_16.Message.getFieldWithDefault(this, 6, 0);
|
|
2631
|
+
}
|
|
2632
|
+
set retry_index(value) {
|
|
2633
|
+
pb_16.Message.setField(this, 6, value);
|
|
2634
|
+
}
|
|
2564
2635
|
static fromObject(data) {
|
|
2565
2636
|
const message = new _StdOutputEventRequest({});
|
|
2566
2637
|
if (data.test_id != null) {
|
|
@@ -2578,6 +2649,9 @@ var testsystem4;
|
|
|
2578
2649
|
if (data.run_id != null) {
|
|
2579
2650
|
message.run_id = data.run_id;
|
|
2580
2651
|
}
|
|
2652
|
+
if (data.retry_index != null) {
|
|
2653
|
+
message.retry_index = data.retry_index;
|
|
2654
|
+
}
|
|
2581
2655
|
return message;
|
|
2582
2656
|
}
|
|
2583
2657
|
toObject() {
|
|
@@ -2597,6 +2671,9 @@ var testsystem4;
|
|
|
2597
2671
|
if (this.run_id != null) {
|
|
2598
2672
|
data.run_id = this.run_id;
|
|
2599
2673
|
}
|
|
2674
|
+
if (this.retry_index != null) {
|
|
2675
|
+
data.retry_index = this.retry_index;
|
|
2676
|
+
}
|
|
2600
2677
|
return data;
|
|
2601
2678
|
}
|
|
2602
2679
|
serialize(w) {
|
|
@@ -2611,6 +2688,8 @@ var testsystem4;
|
|
|
2611
2688
|
writer.writeString(4, this.test_case_run_id);
|
|
2612
2689
|
if (this.run_id.length)
|
|
2613
2690
|
writer.writeString(5, this.run_id);
|
|
2691
|
+
if (this.retry_index != 0)
|
|
2692
|
+
writer.writeInt32(6, this.retry_index);
|
|
2614
2693
|
if (!w)
|
|
2615
2694
|
return writer.getResultBuffer();
|
|
2616
2695
|
}
|
|
@@ -2635,6 +2714,9 @@ var testsystem4;
|
|
|
2635
2714
|
case 5:
|
|
2636
2715
|
message.run_id = reader.readString();
|
|
2637
2716
|
break;
|
|
2717
|
+
case 6:
|
|
2718
|
+
message.retry_index = reader.readInt32();
|
|
2719
|
+
break;
|
|
2638
2720
|
default:
|
|
2639
2721
|
reader.skipField();
|
|
2640
2722
|
}
|
|
@@ -3036,7 +3118,12 @@ var testsystem4;
|
|
|
3036
3118
|
if ("duration" in data && data.duration != void 0) {
|
|
3037
3119
|
this.duration = data.duration;
|
|
3038
3120
|
}
|
|
3121
|
+
if ("metadata" in data && data.metadata != void 0) {
|
|
3122
|
+
this.metadata = data.metadata;
|
|
3123
|
+
}
|
|
3039
3124
|
}
|
|
3125
|
+
if (!this.metadata)
|
|
3126
|
+
this.metadata = /* @__PURE__ */ new Map();
|
|
3040
3127
|
}
|
|
3041
3128
|
get run_id() {
|
|
3042
3129
|
return pb_16.Message.getFieldWithDefault(this, 1, "");
|
|
@@ -3068,6 +3155,12 @@ var testsystem4;
|
|
|
3068
3155
|
get has_duration() {
|
|
3069
3156
|
return pb_16.Message.getField(this, 4) != null;
|
|
3070
3157
|
}
|
|
3158
|
+
get metadata() {
|
|
3159
|
+
return pb_16.Message.getField(this, 5);
|
|
3160
|
+
}
|
|
3161
|
+
set metadata(value) {
|
|
3162
|
+
pb_16.Message.setField(this, 5, value);
|
|
3163
|
+
}
|
|
3071
3164
|
static fromObject(data) {
|
|
3072
3165
|
const message = new _TestRunEndEventRequest({});
|
|
3073
3166
|
if (data.run_id != null) {
|
|
@@ -3082,6 +3175,9 @@ var testsystem4;
|
|
|
3082
3175
|
if (data.duration != null) {
|
|
3083
3176
|
message.duration = google2.protobuf.Duration.fromObject(data.duration);
|
|
3084
3177
|
}
|
|
3178
|
+
if (typeof data.metadata == "object") {
|
|
3179
|
+
message.metadata = new Map(Object.entries(data.metadata));
|
|
3180
|
+
}
|
|
3085
3181
|
return message;
|
|
3086
3182
|
}
|
|
3087
3183
|
toObject() {
|
|
@@ -3098,6 +3194,9 @@ var testsystem4;
|
|
|
3098
3194
|
if (this.duration != null) {
|
|
3099
3195
|
data.duration = this.duration.toObject();
|
|
3100
3196
|
}
|
|
3197
|
+
if (this.metadata != null) {
|
|
3198
|
+
data.metadata = Object.fromEntries(this.metadata);
|
|
3199
|
+
}
|
|
3101
3200
|
return data;
|
|
3102
3201
|
}
|
|
3103
3202
|
serialize(w) {
|
|
@@ -3110,6 +3209,12 @@ var testsystem4;
|
|
|
3110
3209
|
writer.writeMessage(3, this.start_time, () => this.start_time.serialize(writer));
|
|
3111
3210
|
if (this.has_duration)
|
|
3112
3211
|
writer.writeMessage(4, this.duration, () => this.duration.serialize(writer));
|
|
3212
|
+
for (const [key, value] of this.metadata) {
|
|
3213
|
+
writer.writeMessage(5, this.metadata, () => {
|
|
3214
|
+
writer.writeString(1, key);
|
|
3215
|
+
writer.writeString(2, value);
|
|
3216
|
+
});
|
|
3217
|
+
}
|
|
3113
3218
|
if (!w)
|
|
3114
3219
|
return writer.getResultBuffer();
|
|
3115
3220
|
}
|
|
@@ -3131,6 +3236,9 @@ var testsystem4;
|
|
|
3131
3236
|
case 4:
|
|
3132
3237
|
reader.readMessage(message.duration, () => message.duration = google2.protobuf.Duration.deserialize(reader));
|
|
3133
3238
|
break;
|
|
3239
|
+
case 5:
|
|
3240
|
+
reader.readMessage(message, () => pb_16.Map.deserializeBinary(message.metadata, reader, reader.readString, reader.readString));
|
|
3241
|
+
break;
|
|
3134
3242
|
default:
|
|
3135
3243
|
reader.skipField();
|
|
3136
3244
|
}
|
|
@@ -3307,7 +3415,7 @@ var testsystem5;
|
|
|
3307
3415
|
observer2.AckResponse = _AckResponse;
|
|
3308
3416
|
class UnimplementedTestEventCollectorService {
|
|
3309
3417
|
}
|
|
3310
|
-
UnimplementedTestEventCollectorService
|
|
3418
|
+
__publicField(UnimplementedTestEventCollectorService, "definition", {
|
|
3311
3419
|
ReportRunStart: {
|
|
3312
3420
|
path: "/testsystem.v1.observer.TestEventCollector/ReportRunStart",
|
|
3313
3421
|
requestStream: false,
|
|
@@ -3425,50 +3533,50 @@ var testsystem5;
|
|
|
3425
3533
|
responseSerialize: (message) => Buffer.from(message.serialize()),
|
|
3426
3534
|
responseDeserialize: (bytes) => AckResponse2.deserialize(new Uint8Array(bytes))
|
|
3427
3535
|
}
|
|
3428
|
-
};
|
|
3536
|
+
});
|
|
3429
3537
|
observer2.UnimplementedTestEventCollectorService = UnimplementedTestEventCollectorService;
|
|
3430
3538
|
class TestEventCollectorClient2 extends grpc_1.makeGenericClientConstructor(UnimplementedTestEventCollectorService.definition, "TestEventCollector", {}) {
|
|
3431
3539
|
constructor(address, credentials, options) {
|
|
3432
3540
|
super(address, credentials, options);
|
|
3433
|
-
this
|
|
3541
|
+
__publicField(this, "ReportRunStart", (message, metadata, options, callback) => {
|
|
3434
3542
|
return super.ReportRunStart(message, metadata, options, callback);
|
|
3435
|
-
};
|
|
3436
|
-
this
|
|
3543
|
+
});
|
|
3544
|
+
__publicField(this, "ReportSuiteBegin", (message, metadata, options, callback) => {
|
|
3437
3545
|
return super.ReportSuiteBegin(message, metadata, options, callback);
|
|
3438
|
-
};
|
|
3439
|
-
this
|
|
3546
|
+
});
|
|
3547
|
+
__publicField(this, "ReportSuiteEnd", (message, metadata, options, callback) => {
|
|
3440
3548
|
return super.ReportSuiteEnd(message, metadata, options, callback);
|
|
3441
|
-
};
|
|
3442
|
-
this
|
|
3549
|
+
});
|
|
3550
|
+
__publicField(this, "ReportTestBegin", (message, metadata, options, callback) => {
|
|
3443
3551
|
return super.ReportTestBegin(message, metadata, options, callback);
|
|
3444
|
-
};
|
|
3445
|
-
this
|
|
3552
|
+
});
|
|
3553
|
+
__publicField(this, "ReportTestEnd", (message, metadata, options, callback) => {
|
|
3446
3554
|
return super.ReportTestEnd(message, metadata, options, callback);
|
|
3447
|
-
};
|
|
3448
|
-
this
|
|
3555
|
+
});
|
|
3556
|
+
__publicField(this, "ReportStepBegin", (message, metadata, options, callback) => {
|
|
3449
3557
|
return super.ReportStepBegin(message, metadata, options, callback);
|
|
3450
|
-
};
|
|
3451
|
-
this
|
|
3558
|
+
});
|
|
3559
|
+
__publicField(this, "ReportStepEnd", (message, metadata, options, callback) => {
|
|
3452
3560
|
return super.ReportStepEnd(message, metadata, options, callback);
|
|
3453
|
-
};
|
|
3454
|
-
this
|
|
3561
|
+
});
|
|
3562
|
+
__publicField(this, "ReportTestFailure", (message, metadata, options, callback) => {
|
|
3455
3563
|
return super.ReportTestFailure(message, metadata, options, callback);
|
|
3456
|
-
};
|
|
3457
|
-
this
|
|
3564
|
+
});
|
|
3565
|
+
__publicField(this, "ReportTestError", (message, metadata, options, callback) => {
|
|
3458
3566
|
return super.ReportTestError(message, metadata, options, callback);
|
|
3459
|
-
};
|
|
3460
|
-
this
|
|
3567
|
+
});
|
|
3568
|
+
__publicField(this, "ReportStdError", (message, metadata, options, callback) => {
|
|
3461
3569
|
return super.ReportStdError(message, metadata, options, callback);
|
|
3462
|
-
};
|
|
3463
|
-
this
|
|
3570
|
+
});
|
|
3571
|
+
__publicField(this, "ReportStdOutput", (message, metadata, options, callback) => {
|
|
3464
3572
|
return super.ReportStdOutput(message, metadata, options, callback);
|
|
3465
|
-
};
|
|
3466
|
-
this
|
|
3573
|
+
});
|
|
3574
|
+
__publicField(this, "ReportRunEnd", (message, metadata, options, callback) => {
|
|
3467
3575
|
return super.ReportRunEnd(message, metadata, options, callback);
|
|
3468
|
-
};
|
|
3469
|
-
this
|
|
3576
|
+
});
|
|
3577
|
+
__publicField(this, "Heartbeat", (message, metadata, options, callback) => {
|
|
3470
3578
|
return super.Heartbeat(message, metadata, options, callback);
|
|
3471
|
-
};
|
|
3579
|
+
});
|
|
3472
3580
|
}
|
|
3473
3581
|
}
|
|
3474
3582
|
observer2.TestEventCollectorClient = TestEventCollectorClient2;
|