@stanterprise/protobuf 0.0.19 → 0.0.21
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-IO237NIP.mjs → chunk-6LZLCU56.mjs} +21 -1
- package/dist/chunk-6LZLCU56.mjs.map +1 -0
- package/dist/{chunk-LT6VIEMZ.mjs → chunk-L6UHOMOP.mjs} +82 -2
- package/dist/chunk-L6UHOMOP.mjs.map +1 -0
- package/dist/{chunk-RZDGHCWW.mjs → chunk-LQLPOAWU.mjs} +2 -2
- package/dist/{chunk-4KEOGRTV.mjs → chunk-Q4ZGL32L.mjs} +2 -2
- package/dist/{chunk-S22XQJQE.mjs → chunk-WRPZRLMU.mjs} +2 -2
- package/dist/{chunk-VKI55KY6.mjs → chunk-X3JXEIL7.mjs} +4 -4
- package/dist/{chunk-YFUPSN57.mjs → chunk-XWJCF6BO.mjs} +2 -2
- package/dist/index.js +100 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/lib/testsystem/v1/entities/test_case.d.ts +5 -0
- package/dist/lib/testsystem/v1/entities/test_case.d.ts.map +1 -1
- package/dist/lib/testsystem/v1/events/events.d.ts +20 -0
- package/dist/lib/testsystem/v1/events/events.d.ts.map +1 -1
- package/dist/testsystem/index.js +100 -0
- package/dist/testsystem/index.js.map +1 -1
- package/dist/testsystem/index.mjs +7 -7
- package/dist/testsystem/v1/entities/index.js +20 -0
- package/dist/testsystem/v1/entities/index.js.map +1 -1
- package/dist/testsystem/v1/entities/index.mjs +2 -2
- package/dist/testsystem/v1/events/index.js +100 -0
- package/dist/testsystem/v1/events/index.js.map +1 -1
- package/dist/testsystem/v1/events/index.mjs +3 -3
- package/dist/testsystem/v1/index.js +100 -0
- package/dist/testsystem/v1/index.js.map +1 -1
- package/dist/testsystem/v1/index.mjs +7 -7
- package/dist/testsystem/v1/observer/index.js +100 -0
- package/dist/testsystem/v1/observer/index.js.map +1 -1
- package/dist/testsystem/v1/observer/index.mjs +4 -4
- package/lib/testsystem/v1/entities/test_case.ts +23 -0
- package/lib/testsystem/v1/events/events.ts +92 -0
- package/package.json +1 -1
- package/dist/chunk-IO237NIP.mjs.map +0 -1
- package/dist/chunk-LT6VIEMZ.mjs.map +0 -1
- /package/dist/{chunk-RZDGHCWW.mjs.map → chunk-LQLPOAWU.mjs.map} +0 -0
- /package/dist/{chunk-4KEOGRTV.mjs.map → chunk-Q4ZGL32L.mjs.map} +0 -0
- /package/dist/{chunk-S22XQJQE.mjs.map → chunk-WRPZRLMU.mjs.map} +0 -0
- /package/dist/{chunk-VKI55KY6.mjs.map → chunk-X3JXEIL7.mjs.map} +0 -0
- /package/dist/{chunk-YFUPSN57.mjs.map → chunk-XWJCF6BO.mjs.map} +0 -0
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import "../../chunk-
|
|
1
|
+
import "../../chunk-X3JXEIL7.mjs";
|
|
2
2
|
import {
|
|
3
3
|
common_exports
|
|
4
4
|
} from "../../chunk-WYXRRQPZ.mjs";
|
|
5
5
|
import {
|
|
6
6
|
entities_exports
|
|
7
|
-
} from "../../chunk-
|
|
7
|
+
} from "../../chunk-XWJCF6BO.mjs";
|
|
8
8
|
import {
|
|
9
9
|
events_exports
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-LQLPOAWU.mjs";
|
|
11
11
|
import {
|
|
12
12
|
observer_exports
|
|
13
|
-
} from "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
13
|
+
} from "../../chunk-WRPZRLMU.mjs";
|
|
14
|
+
import "../../chunk-Q4ZGL32L.mjs";
|
|
15
|
+
import "../../chunk-L6UHOMOP.mjs";
|
|
16
|
+
import "../../chunk-6LZLCU56.mjs";
|
|
17
17
|
import "../../chunk-YUDCZY2W.mjs";
|
|
18
18
|
export {
|
|
19
19
|
common_exports as common,
|
|
@@ -890,6 +890,9 @@ var testsystem2;
|
|
|
890
890
|
if ("category" in data && data.category != void 0) {
|
|
891
891
|
this.category = data.category;
|
|
892
892
|
}
|
|
893
|
+
if ("retry_index" in data && data.retry_index != void 0) {
|
|
894
|
+
this.retry_index = data.retry_index;
|
|
895
|
+
}
|
|
893
896
|
}
|
|
894
897
|
if (!this.metadata)
|
|
895
898
|
this.metadata = /* @__PURE__ */ new Map();
|
|
@@ -996,6 +999,12 @@ var testsystem2;
|
|
|
996
999
|
set category(value) {
|
|
997
1000
|
pb_14.Message.setField(this, 16, value);
|
|
998
1001
|
}
|
|
1002
|
+
get retry_index() {
|
|
1003
|
+
return pb_14.Message.getFieldWithDefault(this, 17, 0);
|
|
1004
|
+
}
|
|
1005
|
+
set retry_index(value) {
|
|
1006
|
+
pb_14.Message.setField(this, 17, value);
|
|
1007
|
+
}
|
|
999
1008
|
static fromObject(data) {
|
|
1000
1009
|
const message = new _StepRun({});
|
|
1001
1010
|
if (data.id != null) {
|
|
@@ -1046,6 +1055,9 @@ var testsystem2;
|
|
|
1046
1055
|
if (data.category != null) {
|
|
1047
1056
|
message.category = data.category;
|
|
1048
1057
|
}
|
|
1058
|
+
if (data.retry_index != null) {
|
|
1059
|
+
message.retry_index = data.retry_index;
|
|
1060
|
+
}
|
|
1049
1061
|
return message;
|
|
1050
1062
|
}
|
|
1051
1063
|
toObject() {
|
|
@@ -1098,6 +1110,9 @@ var testsystem2;
|
|
|
1098
1110
|
if (this.category != null) {
|
|
1099
1111
|
data.category = this.category;
|
|
1100
1112
|
}
|
|
1113
|
+
if (this.retry_index != null) {
|
|
1114
|
+
data.retry_index = this.retry_index;
|
|
1115
|
+
}
|
|
1101
1116
|
return data;
|
|
1102
1117
|
}
|
|
1103
1118
|
serialize(w) {
|
|
@@ -1138,6 +1153,8 @@ var testsystem2;
|
|
|
1138
1153
|
writer.writeString(15, this.location);
|
|
1139
1154
|
if (this.category.length)
|
|
1140
1155
|
writer.writeString(16, this.category);
|
|
1156
|
+
if (this.retry_index != 0)
|
|
1157
|
+
writer.writeInt32(17, this.retry_index);
|
|
1141
1158
|
if (!w)
|
|
1142
1159
|
return writer.getResultBuffer();
|
|
1143
1160
|
}
|
|
@@ -1195,6 +1212,9 @@ var testsystem2;
|
|
|
1195
1212
|
case 16:
|
|
1196
1213
|
message.category = reader.readString();
|
|
1197
1214
|
break;
|
|
1215
|
+
case 17:
|
|
1216
|
+
message.retry_index = reader.readInt32();
|
|
1217
|
+
break;
|
|
1198
1218
|
default:
|
|
1199
1219
|
reader.skipField();
|
|
1200
1220
|
}
|
|
@@ -1990,6 +2010,9 @@ var testsystem4;
|
|
|
1990
2010
|
if ("run_id" in data && data.run_id != void 0) {
|
|
1991
2011
|
this.run_id = data.run_id;
|
|
1992
2012
|
}
|
|
2013
|
+
if ("retry_index" in data && data.retry_index != void 0) {
|
|
2014
|
+
this.retry_index = data.retry_index;
|
|
2015
|
+
}
|
|
1993
2016
|
}
|
|
1994
2017
|
}
|
|
1995
2018
|
get test_id() {
|
|
@@ -2031,6 +2054,12 @@ var testsystem4;
|
|
|
2031
2054
|
set run_id(value) {
|
|
2032
2055
|
pb_16.Message.setField(this, 6, value);
|
|
2033
2056
|
}
|
|
2057
|
+
get retry_index() {
|
|
2058
|
+
return pb_16.Message.getFieldWithDefault(this, 7, 0);
|
|
2059
|
+
}
|
|
2060
|
+
set retry_index(value) {
|
|
2061
|
+
pb_16.Message.setField(this, 7, value);
|
|
2062
|
+
}
|
|
2034
2063
|
static fromObject(data) {
|
|
2035
2064
|
const message = new _TestFailureEventRequest({});
|
|
2036
2065
|
if (data.test_id != null) {
|
|
@@ -2051,6 +2080,9 @@ var testsystem4;
|
|
|
2051
2080
|
if (data.run_id != null) {
|
|
2052
2081
|
message.run_id = data.run_id;
|
|
2053
2082
|
}
|
|
2083
|
+
if (data.retry_index != null) {
|
|
2084
|
+
message.retry_index = data.retry_index;
|
|
2085
|
+
}
|
|
2054
2086
|
return message;
|
|
2055
2087
|
}
|
|
2056
2088
|
toObject() {
|
|
@@ -2073,6 +2105,9 @@ var testsystem4;
|
|
|
2073
2105
|
if (this.run_id != null) {
|
|
2074
2106
|
data.run_id = this.run_id;
|
|
2075
2107
|
}
|
|
2108
|
+
if (this.retry_index != null) {
|
|
2109
|
+
data.retry_index = this.retry_index;
|
|
2110
|
+
}
|
|
2076
2111
|
return data;
|
|
2077
2112
|
}
|
|
2078
2113
|
serialize(w) {
|
|
@@ -2089,6 +2124,8 @@ var testsystem4;
|
|
|
2089
2124
|
writer.writeRepeatedMessage(5, this.attachments, (item) => item.serialize(writer));
|
|
2090
2125
|
if (this.run_id.length)
|
|
2091
2126
|
writer.writeString(6, this.run_id);
|
|
2127
|
+
if (this.retry_index != 0)
|
|
2128
|
+
writer.writeInt32(7, this.retry_index);
|
|
2092
2129
|
if (!w)
|
|
2093
2130
|
return writer.getResultBuffer();
|
|
2094
2131
|
}
|
|
@@ -2116,6 +2153,9 @@ var testsystem4;
|
|
|
2116
2153
|
case 6:
|
|
2117
2154
|
message.run_id = reader.readString();
|
|
2118
2155
|
break;
|
|
2156
|
+
case 7:
|
|
2157
|
+
message.retry_index = reader.readInt32();
|
|
2158
|
+
break;
|
|
2119
2159
|
default:
|
|
2120
2160
|
reader.skipField();
|
|
2121
2161
|
}
|
|
@@ -2156,6 +2196,9 @@ var testsystem4;
|
|
|
2156
2196
|
if ("run_id" in data && data.run_id != void 0) {
|
|
2157
2197
|
this.run_id = data.run_id;
|
|
2158
2198
|
}
|
|
2199
|
+
if ("retry_index" in data && data.retry_index != void 0) {
|
|
2200
|
+
this.retry_index = data.retry_index;
|
|
2201
|
+
}
|
|
2159
2202
|
}
|
|
2160
2203
|
}
|
|
2161
2204
|
get test_id() {
|
|
@@ -2197,6 +2240,12 @@ var testsystem4;
|
|
|
2197
2240
|
set run_id(value) {
|
|
2198
2241
|
pb_16.Message.setField(this, 6, value);
|
|
2199
2242
|
}
|
|
2243
|
+
get retry_index() {
|
|
2244
|
+
return pb_16.Message.getFieldWithDefault(this, 7, 0);
|
|
2245
|
+
}
|
|
2246
|
+
set retry_index(value) {
|
|
2247
|
+
pb_16.Message.setField(this, 7, value);
|
|
2248
|
+
}
|
|
2200
2249
|
static fromObject(data) {
|
|
2201
2250
|
const message = new _TestErrorEventRequest({});
|
|
2202
2251
|
if (data.test_id != null) {
|
|
@@ -2217,6 +2266,9 @@ var testsystem4;
|
|
|
2217
2266
|
if (data.run_id != null) {
|
|
2218
2267
|
message.run_id = data.run_id;
|
|
2219
2268
|
}
|
|
2269
|
+
if (data.retry_index != null) {
|
|
2270
|
+
message.retry_index = data.retry_index;
|
|
2271
|
+
}
|
|
2220
2272
|
return message;
|
|
2221
2273
|
}
|
|
2222
2274
|
toObject() {
|
|
@@ -2239,6 +2291,9 @@ var testsystem4;
|
|
|
2239
2291
|
if (this.run_id != null) {
|
|
2240
2292
|
data.run_id = this.run_id;
|
|
2241
2293
|
}
|
|
2294
|
+
if (this.retry_index != null) {
|
|
2295
|
+
data.retry_index = this.retry_index;
|
|
2296
|
+
}
|
|
2242
2297
|
return data;
|
|
2243
2298
|
}
|
|
2244
2299
|
serialize(w) {
|
|
@@ -2255,6 +2310,8 @@ var testsystem4;
|
|
|
2255
2310
|
writer.writeRepeatedMessage(5, this.attachments, (item) => item.serialize(writer));
|
|
2256
2311
|
if (this.run_id.length)
|
|
2257
2312
|
writer.writeString(6, this.run_id);
|
|
2313
|
+
if (this.retry_index != 0)
|
|
2314
|
+
writer.writeInt32(7, this.retry_index);
|
|
2258
2315
|
if (!w)
|
|
2259
2316
|
return writer.getResultBuffer();
|
|
2260
2317
|
}
|
|
@@ -2282,6 +2339,9 @@ var testsystem4;
|
|
|
2282
2339
|
case 6:
|
|
2283
2340
|
message.run_id = reader.readString();
|
|
2284
2341
|
break;
|
|
2342
|
+
case 7:
|
|
2343
|
+
message.retry_index = reader.readInt32();
|
|
2344
|
+
break;
|
|
2285
2345
|
default:
|
|
2286
2346
|
reader.skipField();
|
|
2287
2347
|
}
|
|
@@ -2319,6 +2379,9 @@ var testsystem4;
|
|
|
2319
2379
|
if ("run_id" in data && data.run_id != void 0) {
|
|
2320
2380
|
this.run_id = data.run_id;
|
|
2321
2381
|
}
|
|
2382
|
+
if ("retry_index" in data && data.retry_index != void 0) {
|
|
2383
|
+
this.retry_index = data.retry_index;
|
|
2384
|
+
}
|
|
2322
2385
|
}
|
|
2323
2386
|
}
|
|
2324
2387
|
get test_id() {
|
|
@@ -2354,6 +2417,12 @@ var testsystem4;
|
|
|
2354
2417
|
set run_id(value) {
|
|
2355
2418
|
pb_16.Message.setField(this, 5, value);
|
|
2356
2419
|
}
|
|
2420
|
+
get retry_index() {
|
|
2421
|
+
return pb_16.Message.getFieldWithDefault(this, 6, 0);
|
|
2422
|
+
}
|
|
2423
|
+
set retry_index(value) {
|
|
2424
|
+
pb_16.Message.setField(this, 6, value);
|
|
2425
|
+
}
|
|
2357
2426
|
static fromObject(data) {
|
|
2358
2427
|
const message = new _StdErrorEventRequest({});
|
|
2359
2428
|
if (data.test_id != null) {
|
|
@@ -2371,6 +2440,9 @@ var testsystem4;
|
|
|
2371
2440
|
if (data.run_id != null) {
|
|
2372
2441
|
message.run_id = data.run_id;
|
|
2373
2442
|
}
|
|
2443
|
+
if (data.retry_index != null) {
|
|
2444
|
+
message.retry_index = data.retry_index;
|
|
2445
|
+
}
|
|
2374
2446
|
return message;
|
|
2375
2447
|
}
|
|
2376
2448
|
toObject() {
|
|
@@ -2390,6 +2462,9 @@ var testsystem4;
|
|
|
2390
2462
|
if (this.run_id != null) {
|
|
2391
2463
|
data.run_id = this.run_id;
|
|
2392
2464
|
}
|
|
2465
|
+
if (this.retry_index != null) {
|
|
2466
|
+
data.retry_index = this.retry_index;
|
|
2467
|
+
}
|
|
2393
2468
|
return data;
|
|
2394
2469
|
}
|
|
2395
2470
|
serialize(w) {
|
|
@@ -2404,6 +2479,8 @@ var testsystem4;
|
|
|
2404
2479
|
writer.writeString(4, this.test_case_run_id);
|
|
2405
2480
|
if (this.run_id.length)
|
|
2406
2481
|
writer.writeString(5, this.run_id);
|
|
2482
|
+
if (this.retry_index != 0)
|
|
2483
|
+
writer.writeInt32(6, this.retry_index);
|
|
2407
2484
|
if (!w)
|
|
2408
2485
|
return writer.getResultBuffer();
|
|
2409
2486
|
}
|
|
@@ -2428,6 +2505,9 @@ var testsystem4;
|
|
|
2428
2505
|
case 5:
|
|
2429
2506
|
message.run_id = reader.readString();
|
|
2430
2507
|
break;
|
|
2508
|
+
case 6:
|
|
2509
|
+
message.retry_index = reader.readInt32();
|
|
2510
|
+
break;
|
|
2431
2511
|
default:
|
|
2432
2512
|
reader.skipField();
|
|
2433
2513
|
}
|
|
@@ -2465,6 +2545,9 @@ var testsystem4;
|
|
|
2465
2545
|
if ("run_id" in data && data.run_id != void 0) {
|
|
2466
2546
|
this.run_id = data.run_id;
|
|
2467
2547
|
}
|
|
2548
|
+
if ("retry_index" in data && data.retry_index != void 0) {
|
|
2549
|
+
this.retry_index = data.retry_index;
|
|
2550
|
+
}
|
|
2468
2551
|
}
|
|
2469
2552
|
}
|
|
2470
2553
|
get test_id() {
|
|
@@ -2500,6 +2583,12 @@ var testsystem4;
|
|
|
2500
2583
|
set run_id(value) {
|
|
2501
2584
|
pb_16.Message.setField(this, 5, value);
|
|
2502
2585
|
}
|
|
2586
|
+
get retry_index() {
|
|
2587
|
+
return pb_16.Message.getFieldWithDefault(this, 6, 0);
|
|
2588
|
+
}
|
|
2589
|
+
set retry_index(value) {
|
|
2590
|
+
pb_16.Message.setField(this, 6, value);
|
|
2591
|
+
}
|
|
2503
2592
|
static fromObject(data) {
|
|
2504
2593
|
const message = new _StdOutputEventRequest({});
|
|
2505
2594
|
if (data.test_id != null) {
|
|
@@ -2517,6 +2606,9 @@ var testsystem4;
|
|
|
2517
2606
|
if (data.run_id != null) {
|
|
2518
2607
|
message.run_id = data.run_id;
|
|
2519
2608
|
}
|
|
2609
|
+
if (data.retry_index != null) {
|
|
2610
|
+
message.retry_index = data.retry_index;
|
|
2611
|
+
}
|
|
2520
2612
|
return message;
|
|
2521
2613
|
}
|
|
2522
2614
|
toObject() {
|
|
@@ -2536,6 +2628,9 @@ var testsystem4;
|
|
|
2536
2628
|
if (this.run_id != null) {
|
|
2537
2629
|
data.run_id = this.run_id;
|
|
2538
2630
|
}
|
|
2631
|
+
if (this.retry_index != null) {
|
|
2632
|
+
data.retry_index = this.retry_index;
|
|
2633
|
+
}
|
|
2539
2634
|
return data;
|
|
2540
2635
|
}
|
|
2541
2636
|
serialize(w) {
|
|
@@ -2550,6 +2645,8 @@ var testsystem4;
|
|
|
2550
2645
|
writer.writeString(4, this.test_case_run_id);
|
|
2551
2646
|
if (this.run_id.length)
|
|
2552
2647
|
writer.writeString(5, this.run_id);
|
|
2648
|
+
if (this.retry_index != 0)
|
|
2649
|
+
writer.writeInt32(6, this.retry_index);
|
|
2553
2650
|
if (!w)
|
|
2554
2651
|
return writer.getResultBuffer();
|
|
2555
2652
|
}
|
|
@@ -2574,6 +2671,9 @@ var testsystem4;
|
|
|
2574
2671
|
case 5:
|
|
2575
2672
|
message.run_id = reader.readString();
|
|
2576
2673
|
break;
|
|
2674
|
+
case 6:
|
|
2675
|
+
message.retry_index = reader.readInt32();
|
|
2676
|
+
break;
|
|
2577
2677
|
default:
|
|
2578
2678
|
reader.skipField();
|
|
2579
2679
|
}
|