@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
|
@@ -12,10 +12,10 @@ import {
|
|
|
12
12
|
TestErrorEventRequest,
|
|
13
13
|
TestFailureEventRequest,
|
|
14
14
|
TestRunEndEventRequest
|
|
15
|
-
} from "../../../chunk-
|
|
16
|
-
import "../../../chunk-
|
|
17
|
-
import "../../../chunk-
|
|
18
|
-
import "../../../chunk-
|
|
15
|
+
} from "../../../chunk-XYL4P7DJ.mjs";
|
|
16
|
+
import "../../../chunk-XIP55YQC.mjs";
|
|
17
|
+
import "../../../chunk-WBCHUWL7.mjs";
|
|
18
|
+
import "../../../chunk-EMALOWTT.mjs";
|
|
19
19
|
export {
|
|
20
20
|
HeartbeatEventRequest,
|
|
21
21
|
ReportRunStartEventRequest,
|
|
@@ -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);
|
|
@@ -2045,6 +2047,9 @@ var testsystem4;
|
|
|
2045
2047
|
if ("run_id" in data && data.run_id != void 0) {
|
|
2046
2048
|
this.run_id = data.run_id;
|
|
2047
2049
|
}
|
|
2050
|
+
if ("retry_index" in data && data.retry_index != void 0) {
|
|
2051
|
+
this.retry_index = data.retry_index;
|
|
2052
|
+
}
|
|
2048
2053
|
}
|
|
2049
2054
|
}
|
|
2050
2055
|
get test_id() {
|
|
@@ -2086,6 +2091,12 @@ var testsystem4;
|
|
|
2086
2091
|
set run_id(value) {
|
|
2087
2092
|
pb_16.Message.setField(this, 6, value);
|
|
2088
2093
|
}
|
|
2094
|
+
get retry_index() {
|
|
2095
|
+
return pb_16.Message.getFieldWithDefault(this, 7, 0);
|
|
2096
|
+
}
|
|
2097
|
+
set retry_index(value) {
|
|
2098
|
+
pb_16.Message.setField(this, 7, value);
|
|
2099
|
+
}
|
|
2089
2100
|
static fromObject(data) {
|
|
2090
2101
|
const message = new _TestFailureEventRequest({});
|
|
2091
2102
|
if (data.test_id != null) {
|
|
@@ -2106,6 +2117,9 @@ var testsystem4;
|
|
|
2106
2117
|
if (data.run_id != null) {
|
|
2107
2118
|
message.run_id = data.run_id;
|
|
2108
2119
|
}
|
|
2120
|
+
if (data.retry_index != null) {
|
|
2121
|
+
message.retry_index = data.retry_index;
|
|
2122
|
+
}
|
|
2109
2123
|
return message;
|
|
2110
2124
|
}
|
|
2111
2125
|
toObject() {
|
|
@@ -2128,6 +2142,9 @@ var testsystem4;
|
|
|
2128
2142
|
if (this.run_id != null) {
|
|
2129
2143
|
data.run_id = this.run_id;
|
|
2130
2144
|
}
|
|
2145
|
+
if (this.retry_index != null) {
|
|
2146
|
+
data.retry_index = this.retry_index;
|
|
2147
|
+
}
|
|
2131
2148
|
return data;
|
|
2132
2149
|
}
|
|
2133
2150
|
serialize(w) {
|
|
@@ -2144,6 +2161,8 @@ var testsystem4;
|
|
|
2144
2161
|
writer.writeRepeatedMessage(5, this.attachments, (item) => item.serialize(writer));
|
|
2145
2162
|
if (this.run_id.length)
|
|
2146
2163
|
writer.writeString(6, this.run_id);
|
|
2164
|
+
if (this.retry_index != 0)
|
|
2165
|
+
writer.writeInt32(7, this.retry_index);
|
|
2147
2166
|
if (!w)
|
|
2148
2167
|
return writer.getResultBuffer();
|
|
2149
2168
|
}
|
|
@@ -2171,6 +2190,9 @@ var testsystem4;
|
|
|
2171
2190
|
case 6:
|
|
2172
2191
|
message.run_id = reader.readString();
|
|
2173
2192
|
break;
|
|
2193
|
+
case 7:
|
|
2194
|
+
message.retry_index = reader.readInt32();
|
|
2195
|
+
break;
|
|
2174
2196
|
default:
|
|
2175
2197
|
reader.skipField();
|
|
2176
2198
|
}
|
|
@@ -2211,6 +2233,9 @@ var testsystem4;
|
|
|
2211
2233
|
if ("run_id" in data && data.run_id != void 0) {
|
|
2212
2234
|
this.run_id = data.run_id;
|
|
2213
2235
|
}
|
|
2236
|
+
if ("retry_index" in data && data.retry_index != void 0) {
|
|
2237
|
+
this.retry_index = data.retry_index;
|
|
2238
|
+
}
|
|
2214
2239
|
}
|
|
2215
2240
|
}
|
|
2216
2241
|
get test_id() {
|
|
@@ -2252,6 +2277,12 @@ var testsystem4;
|
|
|
2252
2277
|
set run_id(value) {
|
|
2253
2278
|
pb_16.Message.setField(this, 6, value);
|
|
2254
2279
|
}
|
|
2280
|
+
get retry_index() {
|
|
2281
|
+
return pb_16.Message.getFieldWithDefault(this, 7, 0);
|
|
2282
|
+
}
|
|
2283
|
+
set retry_index(value) {
|
|
2284
|
+
pb_16.Message.setField(this, 7, value);
|
|
2285
|
+
}
|
|
2255
2286
|
static fromObject(data) {
|
|
2256
2287
|
const message = new _TestErrorEventRequest({});
|
|
2257
2288
|
if (data.test_id != null) {
|
|
@@ -2272,6 +2303,9 @@ var testsystem4;
|
|
|
2272
2303
|
if (data.run_id != null) {
|
|
2273
2304
|
message.run_id = data.run_id;
|
|
2274
2305
|
}
|
|
2306
|
+
if (data.retry_index != null) {
|
|
2307
|
+
message.retry_index = data.retry_index;
|
|
2308
|
+
}
|
|
2275
2309
|
return message;
|
|
2276
2310
|
}
|
|
2277
2311
|
toObject() {
|
|
@@ -2294,6 +2328,9 @@ var testsystem4;
|
|
|
2294
2328
|
if (this.run_id != null) {
|
|
2295
2329
|
data.run_id = this.run_id;
|
|
2296
2330
|
}
|
|
2331
|
+
if (this.retry_index != null) {
|
|
2332
|
+
data.retry_index = this.retry_index;
|
|
2333
|
+
}
|
|
2297
2334
|
return data;
|
|
2298
2335
|
}
|
|
2299
2336
|
serialize(w) {
|
|
@@ -2310,6 +2347,8 @@ var testsystem4;
|
|
|
2310
2347
|
writer.writeRepeatedMessage(5, this.attachments, (item) => item.serialize(writer));
|
|
2311
2348
|
if (this.run_id.length)
|
|
2312
2349
|
writer.writeString(6, this.run_id);
|
|
2350
|
+
if (this.retry_index != 0)
|
|
2351
|
+
writer.writeInt32(7, this.retry_index);
|
|
2313
2352
|
if (!w)
|
|
2314
2353
|
return writer.getResultBuffer();
|
|
2315
2354
|
}
|
|
@@ -2337,6 +2376,9 @@ var testsystem4;
|
|
|
2337
2376
|
case 6:
|
|
2338
2377
|
message.run_id = reader.readString();
|
|
2339
2378
|
break;
|
|
2379
|
+
case 7:
|
|
2380
|
+
message.retry_index = reader.readInt32();
|
|
2381
|
+
break;
|
|
2340
2382
|
default:
|
|
2341
2383
|
reader.skipField();
|
|
2342
2384
|
}
|
|
@@ -2374,6 +2416,9 @@ var testsystem4;
|
|
|
2374
2416
|
if ("run_id" in data && data.run_id != void 0) {
|
|
2375
2417
|
this.run_id = data.run_id;
|
|
2376
2418
|
}
|
|
2419
|
+
if ("retry_index" in data && data.retry_index != void 0) {
|
|
2420
|
+
this.retry_index = data.retry_index;
|
|
2421
|
+
}
|
|
2377
2422
|
}
|
|
2378
2423
|
}
|
|
2379
2424
|
get test_id() {
|
|
@@ -2409,6 +2454,12 @@ var testsystem4;
|
|
|
2409
2454
|
set run_id(value) {
|
|
2410
2455
|
pb_16.Message.setField(this, 5, value);
|
|
2411
2456
|
}
|
|
2457
|
+
get retry_index() {
|
|
2458
|
+
return pb_16.Message.getFieldWithDefault(this, 6, 0);
|
|
2459
|
+
}
|
|
2460
|
+
set retry_index(value) {
|
|
2461
|
+
pb_16.Message.setField(this, 6, value);
|
|
2462
|
+
}
|
|
2412
2463
|
static fromObject(data) {
|
|
2413
2464
|
const message = new _StdErrorEventRequest({});
|
|
2414
2465
|
if (data.test_id != null) {
|
|
@@ -2426,6 +2477,9 @@ var testsystem4;
|
|
|
2426
2477
|
if (data.run_id != null) {
|
|
2427
2478
|
message.run_id = data.run_id;
|
|
2428
2479
|
}
|
|
2480
|
+
if (data.retry_index != null) {
|
|
2481
|
+
message.retry_index = data.retry_index;
|
|
2482
|
+
}
|
|
2429
2483
|
return message;
|
|
2430
2484
|
}
|
|
2431
2485
|
toObject() {
|
|
@@ -2445,6 +2499,9 @@ var testsystem4;
|
|
|
2445
2499
|
if (this.run_id != null) {
|
|
2446
2500
|
data.run_id = this.run_id;
|
|
2447
2501
|
}
|
|
2502
|
+
if (this.retry_index != null) {
|
|
2503
|
+
data.retry_index = this.retry_index;
|
|
2504
|
+
}
|
|
2448
2505
|
return data;
|
|
2449
2506
|
}
|
|
2450
2507
|
serialize(w) {
|
|
@@ -2459,6 +2516,8 @@ var testsystem4;
|
|
|
2459
2516
|
writer.writeString(4, this.test_case_run_id);
|
|
2460
2517
|
if (this.run_id.length)
|
|
2461
2518
|
writer.writeString(5, this.run_id);
|
|
2519
|
+
if (this.retry_index != 0)
|
|
2520
|
+
writer.writeInt32(6, this.retry_index);
|
|
2462
2521
|
if (!w)
|
|
2463
2522
|
return writer.getResultBuffer();
|
|
2464
2523
|
}
|
|
@@ -2483,6 +2542,9 @@ var testsystem4;
|
|
|
2483
2542
|
case 5:
|
|
2484
2543
|
message.run_id = reader.readString();
|
|
2485
2544
|
break;
|
|
2545
|
+
case 6:
|
|
2546
|
+
message.retry_index = reader.readInt32();
|
|
2547
|
+
break;
|
|
2486
2548
|
default:
|
|
2487
2549
|
reader.skipField();
|
|
2488
2550
|
}
|
|
@@ -2520,6 +2582,9 @@ var testsystem4;
|
|
|
2520
2582
|
if ("run_id" in data && data.run_id != void 0) {
|
|
2521
2583
|
this.run_id = data.run_id;
|
|
2522
2584
|
}
|
|
2585
|
+
if ("retry_index" in data && data.retry_index != void 0) {
|
|
2586
|
+
this.retry_index = data.retry_index;
|
|
2587
|
+
}
|
|
2523
2588
|
}
|
|
2524
2589
|
}
|
|
2525
2590
|
get test_id() {
|
|
@@ -2555,6 +2620,12 @@ var testsystem4;
|
|
|
2555
2620
|
set run_id(value) {
|
|
2556
2621
|
pb_16.Message.setField(this, 5, value);
|
|
2557
2622
|
}
|
|
2623
|
+
get retry_index() {
|
|
2624
|
+
return pb_16.Message.getFieldWithDefault(this, 6, 0);
|
|
2625
|
+
}
|
|
2626
|
+
set retry_index(value) {
|
|
2627
|
+
pb_16.Message.setField(this, 6, value);
|
|
2628
|
+
}
|
|
2558
2629
|
static fromObject(data) {
|
|
2559
2630
|
const message = new _StdOutputEventRequest({});
|
|
2560
2631
|
if (data.test_id != null) {
|
|
@@ -2572,6 +2643,9 @@ var testsystem4;
|
|
|
2572
2643
|
if (data.run_id != null) {
|
|
2573
2644
|
message.run_id = data.run_id;
|
|
2574
2645
|
}
|
|
2646
|
+
if (data.retry_index != null) {
|
|
2647
|
+
message.retry_index = data.retry_index;
|
|
2648
|
+
}
|
|
2575
2649
|
return message;
|
|
2576
2650
|
}
|
|
2577
2651
|
toObject() {
|
|
@@ -2591,6 +2665,9 @@ var testsystem4;
|
|
|
2591
2665
|
if (this.run_id != null) {
|
|
2592
2666
|
data.run_id = this.run_id;
|
|
2593
2667
|
}
|
|
2668
|
+
if (this.retry_index != null) {
|
|
2669
|
+
data.retry_index = this.retry_index;
|
|
2670
|
+
}
|
|
2594
2671
|
return data;
|
|
2595
2672
|
}
|
|
2596
2673
|
serialize(w) {
|
|
@@ -2605,6 +2682,8 @@ var testsystem4;
|
|
|
2605
2682
|
writer.writeString(4, this.test_case_run_id);
|
|
2606
2683
|
if (this.run_id.length)
|
|
2607
2684
|
writer.writeString(5, this.run_id);
|
|
2685
|
+
if (this.retry_index != 0)
|
|
2686
|
+
writer.writeInt32(6, this.retry_index);
|
|
2608
2687
|
if (!w)
|
|
2609
2688
|
return writer.getResultBuffer();
|
|
2610
2689
|
}
|
|
@@ -2629,6 +2708,9 @@ var testsystem4;
|
|
|
2629
2708
|
case 5:
|
|
2630
2709
|
message.run_id = reader.readString();
|
|
2631
2710
|
break;
|
|
2711
|
+
case 6:
|
|
2712
|
+
message.retry_index = reader.readInt32();
|
|
2713
|
+
break;
|
|
2632
2714
|
default:
|
|
2633
2715
|
reader.skipField();
|
|
2634
2716
|
}
|
|
@@ -3030,7 +3112,12 @@ var testsystem4;
|
|
|
3030
3112
|
if ("duration" in data && data.duration != void 0) {
|
|
3031
3113
|
this.duration = data.duration;
|
|
3032
3114
|
}
|
|
3115
|
+
if ("metadata" in data && data.metadata != void 0) {
|
|
3116
|
+
this.metadata = data.metadata;
|
|
3117
|
+
}
|
|
3033
3118
|
}
|
|
3119
|
+
if (!this.metadata)
|
|
3120
|
+
this.metadata = /* @__PURE__ */ new Map();
|
|
3034
3121
|
}
|
|
3035
3122
|
get run_id() {
|
|
3036
3123
|
return pb_16.Message.getFieldWithDefault(this, 1, "");
|
|
@@ -3062,6 +3149,12 @@ var testsystem4;
|
|
|
3062
3149
|
get has_duration() {
|
|
3063
3150
|
return pb_16.Message.getField(this, 4) != null;
|
|
3064
3151
|
}
|
|
3152
|
+
get metadata() {
|
|
3153
|
+
return pb_16.Message.getField(this, 5);
|
|
3154
|
+
}
|
|
3155
|
+
set metadata(value) {
|
|
3156
|
+
pb_16.Message.setField(this, 5, value);
|
|
3157
|
+
}
|
|
3065
3158
|
static fromObject(data) {
|
|
3066
3159
|
const message = new _TestRunEndEventRequest({});
|
|
3067
3160
|
if (data.run_id != null) {
|
|
@@ -3076,6 +3169,9 @@ var testsystem4;
|
|
|
3076
3169
|
if (data.duration != null) {
|
|
3077
3170
|
message.duration = google2.protobuf.Duration.fromObject(data.duration);
|
|
3078
3171
|
}
|
|
3172
|
+
if (typeof data.metadata == "object") {
|
|
3173
|
+
message.metadata = new Map(Object.entries(data.metadata));
|
|
3174
|
+
}
|
|
3079
3175
|
return message;
|
|
3080
3176
|
}
|
|
3081
3177
|
toObject() {
|
|
@@ -3092,6 +3188,9 @@ var testsystem4;
|
|
|
3092
3188
|
if (this.duration != null) {
|
|
3093
3189
|
data.duration = this.duration.toObject();
|
|
3094
3190
|
}
|
|
3191
|
+
if (this.metadata != null) {
|
|
3192
|
+
data.metadata = Object.fromEntries(this.metadata);
|
|
3193
|
+
}
|
|
3095
3194
|
return data;
|
|
3096
3195
|
}
|
|
3097
3196
|
serialize(w) {
|
|
@@ -3104,6 +3203,12 @@ var testsystem4;
|
|
|
3104
3203
|
writer.writeMessage(3, this.start_time, () => this.start_time.serialize(writer));
|
|
3105
3204
|
if (this.has_duration)
|
|
3106
3205
|
writer.writeMessage(4, this.duration, () => this.duration.serialize(writer));
|
|
3206
|
+
for (const [key, value] of this.metadata) {
|
|
3207
|
+
writer.writeMessage(5, this.metadata, () => {
|
|
3208
|
+
writer.writeString(1, key);
|
|
3209
|
+
writer.writeString(2, value);
|
|
3210
|
+
});
|
|
3211
|
+
}
|
|
3107
3212
|
if (!w)
|
|
3108
3213
|
return writer.getResultBuffer();
|
|
3109
3214
|
}
|
|
@@ -3125,6 +3230,9 @@ var testsystem4;
|
|
|
3125
3230
|
case 4:
|
|
3126
3231
|
reader.readMessage(message.duration, () => message.duration = google2.protobuf.Duration.deserialize(reader));
|
|
3127
3232
|
break;
|
|
3233
|
+
case 5:
|
|
3234
|
+
reader.readMessage(message, () => pb_16.Map.deserializeBinary(message.metadata, reader, reader.readString, reader.readString));
|
|
3235
|
+
break;
|
|
3128
3236
|
default:
|
|
3129
3237
|
reader.skipField();
|
|
3130
3238
|
}
|
|
@@ -3301,7 +3409,7 @@ var testsystem5;
|
|
|
3301
3409
|
observer2.AckResponse = _AckResponse;
|
|
3302
3410
|
class UnimplementedTestEventCollectorService {
|
|
3303
3411
|
}
|
|
3304
|
-
UnimplementedTestEventCollectorService
|
|
3412
|
+
__publicField(UnimplementedTestEventCollectorService, "definition", {
|
|
3305
3413
|
ReportRunStart: {
|
|
3306
3414
|
path: "/testsystem.v1.observer.TestEventCollector/ReportRunStart",
|
|
3307
3415
|
requestStream: false,
|
|
@@ -3419,50 +3527,50 @@ var testsystem5;
|
|
|
3419
3527
|
responseSerialize: (message) => Buffer.from(message.serialize()),
|
|
3420
3528
|
responseDeserialize: (bytes) => AckResponse2.deserialize(new Uint8Array(bytes))
|
|
3421
3529
|
}
|
|
3422
|
-
};
|
|
3530
|
+
});
|
|
3423
3531
|
observer2.UnimplementedTestEventCollectorService = UnimplementedTestEventCollectorService;
|
|
3424
3532
|
class TestEventCollectorClient2 extends grpc_1.makeGenericClientConstructor(UnimplementedTestEventCollectorService.definition, "TestEventCollector", {}) {
|
|
3425
3533
|
constructor(address, credentials, options) {
|
|
3426
3534
|
super(address, credentials, options);
|
|
3427
|
-
this
|
|
3535
|
+
__publicField(this, "ReportRunStart", (message, metadata, options, callback) => {
|
|
3428
3536
|
return super.ReportRunStart(message, metadata, options, callback);
|
|
3429
|
-
};
|
|
3430
|
-
this
|
|
3537
|
+
});
|
|
3538
|
+
__publicField(this, "ReportSuiteBegin", (message, metadata, options, callback) => {
|
|
3431
3539
|
return super.ReportSuiteBegin(message, metadata, options, callback);
|
|
3432
|
-
};
|
|
3433
|
-
this
|
|
3540
|
+
});
|
|
3541
|
+
__publicField(this, "ReportSuiteEnd", (message, metadata, options, callback) => {
|
|
3434
3542
|
return super.ReportSuiteEnd(message, metadata, options, callback);
|
|
3435
|
-
};
|
|
3436
|
-
this
|
|
3543
|
+
});
|
|
3544
|
+
__publicField(this, "ReportTestBegin", (message, metadata, options, callback) => {
|
|
3437
3545
|
return super.ReportTestBegin(message, metadata, options, callback);
|
|
3438
|
-
};
|
|
3439
|
-
this
|
|
3546
|
+
});
|
|
3547
|
+
__publicField(this, "ReportTestEnd", (message, metadata, options, callback) => {
|
|
3440
3548
|
return super.ReportTestEnd(message, metadata, options, callback);
|
|
3441
|
-
};
|
|
3442
|
-
this
|
|
3549
|
+
});
|
|
3550
|
+
__publicField(this, "ReportStepBegin", (message, metadata, options, callback) => {
|
|
3443
3551
|
return super.ReportStepBegin(message, metadata, options, callback);
|
|
3444
|
-
};
|
|
3445
|
-
this
|
|
3552
|
+
});
|
|
3553
|
+
__publicField(this, "ReportStepEnd", (message, metadata, options, callback) => {
|
|
3446
3554
|
return super.ReportStepEnd(message, metadata, options, callback);
|
|
3447
|
-
};
|
|
3448
|
-
this
|
|
3555
|
+
});
|
|
3556
|
+
__publicField(this, "ReportTestFailure", (message, metadata, options, callback) => {
|
|
3449
3557
|
return super.ReportTestFailure(message, metadata, options, callback);
|
|
3450
|
-
};
|
|
3451
|
-
this
|
|
3558
|
+
});
|
|
3559
|
+
__publicField(this, "ReportTestError", (message, metadata, options, callback) => {
|
|
3452
3560
|
return super.ReportTestError(message, metadata, options, callback);
|
|
3453
|
-
};
|
|
3454
|
-
this
|
|
3561
|
+
});
|
|
3562
|
+
__publicField(this, "ReportStdError", (message, metadata, options, callback) => {
|
|
3455
3563
|
return super.ReportStdError(message, metadata, options, callback);
|
|
3456
|
-
};
|
|
3457
|
-
this
|
|
3564
|
+
});
|
|
3565
|
+
__publicField(this, "ReportStdOutput", (message, metadata, options, callback) => {
|
|
3458
3566
|
return super.ReportStdOutput(message, metadata, options, callback);
|
|
3459
|
-
};
|
|
3460
|
-
this
|
|
3567
|
+
});
|
|
3568
|
+
__publicField(this, "ReportRunEnd", (message, metadata, options, callback) => {
|
|
3461
3569
|
return super.ReportRunEnd(message, metadata, options, callback);
|
|
3462
|
-
};
|
|
3463
|
-
this
|
|
3570
|
+
});
|
|
3571
|
+
__publicField(this, "Heartbeat", (message, metadata, options, callback) => {
|
|
3464
3572
|
return super.Heartbeat(message, metadata, options, callback);
|
|
3465
|
-
};
|
|
3573
|
+
});
|
|
3466
3574
|
}
|
|
3467
3575
|
}
|
|
3468
3576
|
observer2.TestEventCollectorClient = TestEventCollectorClient2;
|