@stanterprise/protobuf 0.1.1 → 0.1.3

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.
Files changed (44) hide show
  1. package/dist/{chunk-BR7Z6N5S.mjs → chunk-5Q7PEW7T.mjs} +6 -6
  2. package/dist/{chunk-XIP55YQC.mjs → chunk-5TUCVYG3.mjs} +122 -2
  3. package/dist/chunk-5TUCVYG3.mjs.map +1 -0
  4. package/dist/{chunk-WBCHUWL7.mjs → chunk-7T4DREEB.mjs} +82 -2
  5. package/dist/chunk-7T4DREEB.mjs.map +1 -0
  6. package/dist/{chunk-XYL4P7DJ.mjs → chunk-GXV2FWLZ.mjs} +2 -2
  7. package/dist/{chunk-FBR2J74U.mjs → chunk-QENINSQL.mjs} +2 -2
  8. package/dist/{chunk-34GQCWQN.mjs → chunk-RRKAEIBJ.mjs} +2 -2
  9. package/dist/{chunk-4YJNHYW7.mjs → chunk-ZLJNJSRC.mjs} +2 -2
  10. package/dist/index.js +201 -1
  11. package/dist/index.js.map +1 -1
  12. package/dist/index.mjs +3 -3
  13. package/dist/lib/testsystem/v1/entities/test_case.d.ts +15 -0
  14. package/dist/lib/testsystem/v1/entities/test_case.d.ts.map +1 -1
  15. package/dist/lib/testsystem/v1/entities/test_suite.d.ts +5 -0
  16. package/dist/lib/testsystem/v1/entities/test_suite.d.ts.map +1 -1
  17. package/dist/lib/testsystem/v1/events/events.d.ts +30 -0
  18. package/dist/lib/testsystem/v1/events/events.d.ts.map +1 -1
  19. package/dist/testsystem/index.js +201 -1
  20. package/dist/testsystem/index.js.map +1 -1
  21. package/dist/testsystem/index.mjs +7 -7
  22. package/dist/testsystem/v1/entities/index.js +81 -1
  23. package/dist/testsystem/v1/entities/index.js.map +1 -1
  24. package/dist/testsystem/v1/entities/index.mjs +2 -2
  25. package/dist/testsystem/v1/events/index.js +201 -1
  26. package/dist/testsystem/v1/events/index.js.map +1 -1
  27. package/dist/testsystem/v1/events/index.mjs +3 -3
  28. package/dist/testsystem/v1/index.js +201 -1
  29. package/dist/testsystem/v1/index.js.map +1 -1
  30. package/dist/testsystem/v1/index.mjs +9 -9
  31. package/dist/testsystem/v1/observer/index.js +201 -1
  32. package/dist/testsystem/v1/observer/index.js.map +1 -1
  33. package/dist/testsystem/v1/observer/index.mjs +4 -4
  34. package/lib/testsystem/v1/entities/test_case.ts +70 -1
  35. package/lib/testsystem/v1/entities/test_suite.ts +23 -0
  36. package/lib/testsystem/v1/events/events.ts +138 -0
  37. package/package.json +1 -1
  38. package/dist/chunk-WBCHUWL7.mjs.map +0 -1
  39. package/dist/chunk-XIP55YQC.mjs.map +0 -1
  40. /package/dist/{chunk-BR7Z6N5S.mjs.map → chunk-5Q7PEW7T.mjs.map} +0 -0
  41. /package/dist/{chunk-XYL4P7DJ.mjs.map → chunk-GXV2FWLZ.mjs.map} +0 -0
  42. /package/dist/{chunk-FBR2J74U.mjs.map → chunk-QENINSQL.mjs.map} +0 -0
  43. /package/dist/{chunk-34GQCWQN.mjs.map → chunk-RRKAEIBJ.mjs.map} +0 -0
  44. /package/dist/{chunk-4YJNHYW7.mjs.map → chunk-ZLJNJSRC.mjs.map} +0 -0
@@ -1,19 +1,19 @@
1
- import "../../chunk-BR7Z6N5S.mjs";
2
- import {
3
- entities_exports
4
- } from "../../chunk-34GQCWQN.mjs";
1
+ import "../../chunk-5Q7PEW7T.mjs";
5
2
  import {
6
3
  common_exports
7
4
  } from "../../chunk-WHGMBNCF.mjs";
5
+ import {
6
+ entities_exports
7
+ } from "../../chunk-RRKAEIBJ.mjs";
8
8
  import {
9
9
  events_exports
10
- } from "../../chunk-XYL4P7DJ.mjs";
10
+ } from "../../chunk-GXV2FWLZ.mjs";
11
11
  import {
12
12
  observer_exports
13
- } from "../../chunk-FBR2J74U.mjs";
14
- import "../../chunk-4YJNHYW7.mjs";
15
- import "../../chunk-XIP55YQC.mjs";
16
- import "../../chunk-WBCHUWL7.mjs";
13
+ } from "../../chunk-QENINSQL.mjs";
14
+ import "../../chunk-ZLJNJSRC.mjs";
15
+ import "../../chunk-5TUCVYG3.mjs";
16
+ import "../../chunk-7T4DREEB.mjs";
17
17
  import "../../chunk-EMALOWTT.mjs";
18
18
  export {
19
19
  common_exports as common,
@@ -463,6 +463,9 @@ var testsystem2;
463
463
  if ("timeout" in data && data.timeout != void 0) {
464
464
  this.timeout = data.timeout;
465
465
  }
466
+ if ("execution_id" in data && data.execution_id != void 0) {
467
+ this.execution_id = data.execution_id;
468
+ }
466
469
  }
467
470
  if (!this.metadata)
468
471
  this.metadata = /* @__PURE__ */ new Map();
@@ -590,6 +593,12 @@ var testsystem2;
590
593
  set timeout(value) {
591
594
  pb_14.Message.setField(this, 19, value);
592
595
  }
596
+ get execution_id() {
597
+ return pb_14.Message.getFieldWithDefault(this, 20, "");
598
+ }
599
+ set execution_id(value) {
600
+ pb_14.Message.setField(this, 20, value);
601
+ }
593
602
  static fromObject(data) {
594
603
  const message = new _TestCaseRun({});
595
604
  if (data.id != null) {
@@ -649,6 +658,9 @@ var testsystem2;
649
658
  if (data.timeout != null) {
650
659
  message.timeout = data.timeout;
651
660
  }
661
+ if (data.execution_id != null) {
662
+ message.execution_id = data.execution_id;
663
+ }
652
664
  return message;
653
665
  }
654
666
  toObject() {
@@ -710,6 +722,9 @@ var testsystem2;
710
722
  if (this.timeout != null) {
711
723
  data.timeout = this.timeout;
712
724
  }
725
+ if (this.execution_id != null) {
726
+ data.execution_id = this.execution_id;
727
+ }
713
728
  return data;
714
729
  }
715
730
  serialize(w) {
@@ -756,6 +771,8 @@ var testsystem2;
756
771
  writer.writeInt32(18, this.retry_index);
757
772
  if (this.timeout != 0)
758
773
  writer.writeInt32(19, this.timeout);
774
+ if (this.execution_id.length)
775
+ writer.writeString(20, this.execution_id);
759
776
  if (!w)
760
777
  return writer.getResultBuffer();
761
778
  }
@@ -822,6 +839,9 @@ var testsystem2;
822
839
  case 19:
823
840
  message.timeout = reader.readInt32();
824
841
  break;
842
+ case 20:
843
+ message.execution_id = reader.readString();
844
+ break;
825
845
  default:
826
846
  reader.skipField();
827
847
  }
@@ -842,7 +862,7 @@ var testsystem2;
842
862
  constructor(data) {
843
863
  super();
844
864
  __privateAdd(this, _one_of_decls2, []);
845
- pb_14.Message.initialize(this, Array.isArray(data) ? data : [], 0, -1, [14], __privateGet(this, _one_of_decls2));
865
+ pb_14.Message.initialize(this, Array.isArray(data) ? data : [], 0, -1, [14, 18], __privateGet(this, _one_of_decls2));
846
866
  if (!Array.isArray(data) && typeof data == "object") {
847
867
  if ("id" in data && data.id != void 0) {
848
868
  this.id = data.id;
@@ -895,6 +915,12 @@ var testsystem2;
895
915
  if ("retry_index" in data && data.retry_index != void 0) {
896
916
  this.retry_index = data.retry_index;
897
917
  }
918
+ if ("attachments" in data && data.attachments != void 0) {
919
+ this.attachments = data.attachments;
920
+ }
921
+ if ("execution_id" in data && data.execution_id != void 0) {
922
+ this.execution_id = data.execution_id;
923
+ }
898
924
  }
899
925
  if (!this.metadata)
900
926
  this.metadata = /* @__PURE__ */ new Map();
@@ -1007,6 +1033,18 @@ var testsystem2;
1007
1033
  set retry_index(value) {
1008
1034
  pb_14.Message.setField(this, 17, value);
1009
1035
  }
1036
+ get attachments() {
1037
+ return pb_14.Message.getRepeatedWrapperField(this, testsystem.v1.common.Attachment, 18);
1038
+ }
1039
+ set attachments(value) {
1040
+ pb_14.Message.setRepeatedWrapperField(this, 18, value);
1041
+ }
1042
+ get execution_id() {
1043
+ return pb_14.Message.getFieldWithDefault(this, 19, "");
1044
+ }
1045
+ set execution_id(value) {
1046
+ pb_14.Message.setField(this, 19, value);
1047
+ }
1010
1048
  static fromObject(data) {
1011
1049
  const message = new _StepRun({});
1012
1050
  if (data.id != null) {
@@ -1060,6 +1098,12 @@ var testsystem2;
1060
1098
  if (data.retry_index != null) {
1061
1099
  message.retry_index = data.retry_index;
1062
1100
  }
1101
+ if (data.attachments != null) {
1102
+ message.attachments = data.attachments.map((item) => testsystem.v1.common.Attachment.fromObject(item));
1103
+ }
1104
+ if (data.execution_id != null) {
1105
+ message.execution_id = data.execution_id;
1106
+ }
1063
1107
  return message;
1064
1108
  }
1065
1109
  toObject() {
@@ -1115,6 +1159,12 @@ var testsystem2;
1115
1159
  if (this.retry_index != null) {
1116
1160
  data.retry_index = this.retry_index;
1117
1161
  }
1162
+ if (this.attachments != null) {
1163
+ data.attachments = this.attachments.map((item) => item.toObject());
1164
+ }
1165
+ if (this.execution_id != null) {
1166
+ data.execution_id = this.execution_id;
1167
+ }
1118
1168
  return data;
1119
1169
  }
1120
1170
  serialize(w) {
@@ -1157,6 +1207,10 @@ var testsystem2;
1157
1207
  writer.writeString(16, this.category);
1158
1208
  if (this.retry_index != 0)
1159
1209
  writer.writeInt32(17, this.retry_index);
1210
+ if (this.attachments.length)
1211
+ writer.writeRepeatedMessage(18, this.attachments, (item) => item.serialize(writer));
1212
+ if (this.execution_id.length)
1213
+ writer.writeString(19, this.execution_id);
1160
1214
  if (!w)
1161
1215
  return writer.getResultBuffer();
1162
1216
  }
@@ -1217,6 +1271,12 @@ var testsystem2;
1217
1271
  case 17:
1218
1272
  message.retry_index = reader.readInt32();
1219
1273
  break;
1274
+ case 18:
1275
+ reader.readMessage(message.attachments, () => pb_14.Message.addToRepeatedWrapperField(message, 18, testsystem.v1.common.Attachment.deserialize(reader), testsystem.v1.common.Attachment));
1276
+ break;
1277
+ case 19:
1278
+ message.execution_id = reader.readString();
1279
+ break;
1220
1280
  default:
1221
1281
  reader.skipField();
1222
1282
  }
@@ -1319,6 +1379,9 @@ var testsystem3;
1319
1379
  if ("sub_suites" in data && data.sub_suites != void 0) {
1320
1380
  this.sub_suites = data.sub_suites;
1321
1381
  }
1382
+ if ("execution_id" in data && data.execution_id != void 0) {
1383
+ this.execution_id = data.execution_id;
1384
+ }
1322
1385
  }
1323
1386
  if (!this.metadata)
1324
1387
  this.metadata = /* @__PURE__ */ new Map();
@@ -1452,6 +1515,12 @@ var testsystem3;
1452
1515
  set sub_suites(value) {
1453
1516
  pb_15.Message.setRepeatedWrapperField(this, 20, value);
1454
1517
  }
1518
+ get execution_id() {
1519
+ return pb_15.Message.getFieldWithDefault(this, 21, "");
1520
+ }
1521
+ set execution_id(value) {
1522
+ pb_15.Message.setField(this, 21, value);
1523
+ }
1455
1524
  static fromObject(data) {
1456
1525
  const message = new _TestSuiteRun({});
1457
1526
  if (data.id != null) {
@@ -1514,6 +1583,9 @@ var testsystem3;
1514
1583
  if (data.sub_suites != null) {
1515
1584
  message.sub_suites = data.sub_suites.map((item) => _TestSuiteRun.fromObject(item));
1516
1585
  }
1586
+ if (data.execution_id != null) {
1587
+ message.execution_id = data.execution_id;
1588
+ }
1517
1589
  return message;
1518
1590
  }
1519
1591
  toObject() {
@@ -1578,6 +1650,9 @@ var testsystem3;
1578
1650
  if (this.sub_suites != null) {
1579
1651
  data.sub_suites = this.sub_suites.map((item) => item.toObject());
1580
1652
  }
1653
+ if (this.execution_id != null) {
1654
+ data.execution_id = this.execution_id;
1655
+ }
1581
1656
  return data;
1582
1657
  }
1583
1658
  serialize(w) {
@@ -1626,6 +1701,8 @@ var testsystem3;
1626
1701
  writer.writeRepeatedMessage(19, this.test_cases, (item) => item.serialize(writer));
1627
1702
  if (this.sub_suites.length)
1628
1703
  writer.writeRepeatedMessage(20, this.sub_suites, (item) => item.serialize(writer));
1704
+ if (this.execution_id.length)
1705
+ writer.writeString(21, this.execution_id);
1629
1706
  if (!w)
1630
1707
  return writer.getResultBuffer();
1631
1708
  }
@@ -1695,6 +1772,9 @@ var testsystem3;
1695
1772
  case 20:
1696
1773
  reader.readMessage(message.sub_suites, () => pb_15.Message.addToRepeatedWrapperField(message, 20, _TestSuiteRun.deserialize(reader), _TestSuiteRun));
1697
1774
  break;
1775
+ case 21:
1776
+ message.execution_id = reader.readString();
1777
+ break;
1698
1778
  default:
1699
1779
  reader.skipField();
1700
1780
  }
@@ -2015,6 +2095,9 @@ var testsystem4;
2015
2095
  if ("retry_index" in data && data.retry_index != void 0) {
2016
2096
  this.retry_index = data.retry_index;
2017
2097
  }
2098
+ if ("execution_id" in data && data.execution_id != void 0) {
2099
+ this.execution_id = data.execution_id;
2100
+ }
2018
2101
  }
2019
2102
  }
2020
2103
  get test_id() {
@@ -2062,6 +2145,12 @@ var testsystem4;
2062
2145
  set retry_index(value) {
2063
2146
  pb_16.Message.setField(this, 7, value);
2064
2147
  }
2148
+ get execution_id() {
2149
+ return pb_16.Message.getFieldWithDefault(this, 8, "");
2150
+ }
2151
+ set execution_id(value) {
2152
+ pb_16.Message.setField(this, 8, value);
2153
+ }
2065
2154
  static fromObject(data) {
2066
2155
  const message = new _TestFailureEventRequest({});
2067
2156
  if (data.test_id != null) {
@@ -2085,6 +2174,9 @@ var testsystem4;
2085
2174
  if (data.retry_index != null) {
2086
2175
  message.retry_index = data.retry_index;
2087
2176
  }
2177
+ if (data.execution_id != null) {
2178
+ message.execution_id = data.execution_id;
2179
+ }
2088
2180
  return message;
2089
2181
  }
2090
2182
  toObject() {
@@ -2110,6 +2202,9 @@ var testsystem4;
2110
2202
  if (this.retry_index != null) {
2111
2203
  data.retry_index = this.retry_index;
2112
2204
  }
2205
+ if (this.execution_id != null) {
2206
+ data.execution_id = this.execution_id;
2207
+ }
2113
2208
  return data;
2114
2209
  }
2115
2210
  serialize(w) {
@@ -2128,6 +2223,8 @@ var testsystem4;
2128
2223
  writer.writeString(6, this.run_id);
2129
2224
  if (this.retry_index != 0)
2130
2225
  writer.writeInt32(7, this.retry_index);
2226
+ if (this.execution_id.length)
2227
+ writer.writeString(8, this.execution_id);
2131
2228
  if (!w)
2132
2229
  return writer.getResultBuffer();
2133
2230
  }
@@ -2158,6 +2255,9 @@ var testsystem4;
2158
2255
  case 7:
2159
2256
  message.retry_index = reader.readInt32();
2160
2257
  break;
2258
+ case 8:
2259
+ message.execution_id = reader.readString();
2260
+ break;
2161
2261
  default:
2162
2262
  reader.skipField();
2163
2263
  }
@@ -2201,6 +2301,9 @@ var testsystem4;
2201
2301
  if ("retry_index" in data && data.retry_index != void 0) {
2202
2302
  this.retry_index = data.retry_index;
2203
2303
  }
2304
+ if ("execution_id" in data && data.execution_id != void 0) {
2305
+ this.execution_id = data.execution_id;
2306
+ }
2204
2307
  }
2205
2308
  }
2206
2309
  get test_id() {
@@ -2248,6 +2351,12 @@ var testsystem4;
2248
2351
  set retry_index(value) {
2249
2352
  pb_16.Message.setField(this, 7, value);
2250
2353
  }
2354
+ get execution_id() {
2355
+ return pb_16.Message.getFieldWithDefault(this, 8, "");
2356
+ }
2357
+ set execution_id(value) {
2358
+ pb_16.Message.setField(this, 8, value);
2359
+ }
2251
2360
  static fromObject(data) {
2252
2361
  const message = new _TestErrorEventRequest({});
2253
2362
  if (data.test_id != null) {
@@ -2271,6 +2380,9 @@ var testsystem4;
2271
2380
  if (data.retry_index != null) {
2272
2381
  message.retry_index = data.retry_index;
2273
2382
  }
2383
+ if (data.execution_id != null) {
2384
+ message.execution_id = data.execution_id;
2385
+ }
2274
2386
  return message;
2275
2387
  }
2276
2388
  toObject() {
@@ -2296,6 +2408,9 @@ var testsystem4;
2296
2408
  if (this.retry_index != null) {
2297
2409
  data.retry_index = this.retry_index;
2298
2410
  }
2411
+ if (this.execution_id != null) {
2412
+ data.execution_id = this.execution_id;
2413
+ }
2299
2414
  return data;
2300
2415
  }
2301
2416
  serialize(w) {
@@ -2314,6 +2429,8 @@ var testsystem4;
2314
2429
  writer.writeString(6, this.run_id);
2315
2430
  if (this.retry_index != 0)
2316
2431
  writer.writeInt32(7, this.retry_index);
2432
+ if (this.execution_id.length)
2433
+ writer.writeString(8, this.execution_id);
2317
2434
  if (!w)
2318
2435
  return writer.getResultBuffer();
2319
2436
  }
@@ -2344,6 +2461,9 @@ var testsystem4;
2344
2461
  case 7:
2345
2462
  message.retry_index = reader.readInt32();
2346
2463
  break;
2464
+ case 8:
2465
+ message.execution_id = reader.readString();
2466
+ break;
2347
2467
  default:
2348
2468
  reader.skipField();
2349
2469
  }
@@ -2384,6 +2504,9 @@ var testsystem4;
2384
2504
  if ("retry_index" in data && data.retry_index != void 0) {
2385
2505
  this.retry_index = data.retry_index;
2386
2506
  }
2507
+ if ("execution_id" in data && data.execution_id != void 0) {
2508
+ this.execution_id = data.execution_id;
2509
+ }
2387
2510
  }
2388
2511
  }
2389
2512
  get test_id() {
@@ -2425,6 +2548,12 @@ var testsystem4;
2425
2548
  set retry_index(value) {
2426
2549
  pb_16.Message.setField(this, 6, value);
2427
2550
  }
2551
+ get execution_id() {
2552
+ return pb_16.Message.getFieldWithDefault(this, 7, "");
2553
+ }
2554
+ set execution_id(value) {
2555
+ pb_16.Message.setField(this, 7, value);
2556
+ }
2428
2557
  static fromObject(data) {
2429
2558
  const message = new _StdErrorEventRequest({});
2430
2559
  if (data.test_id != null) {
@@ -2445,6 +2574,9 @@ var testsystem4;
2445
2574
  if (data.retry_index != null) {
2446
2575
  message.retry_index = data.retry_index;
2447
2576
  }
2577
+ if (data.execution_id != null) {
2578
+ message.execution_id = data.execution_id;
2579
+ }
2448
2580
  return message;
2449
2581
  }
2450
2582
  toObject() {
@@ -2467,6 +2599,9 @@ var testsystem4;
2467
2599
  if (this.retry_index != null) {
2468
2600
  data.retry_index = this.retry_index;
2469
2601
  }
2602
+ if (this.execution_id != null) {
2603
+ data.execution_id = this.execution_id;
2604
+ }
2470
2605
  return data;
2471
2606
  }
2472
2607
  serialize(w) {
@@ -2483,6 +2618,8 @@ var testsystem4;
2483
2618
  writer.writeString(5, this.run_id);
2484
2619
  if (this.retry_index != 0)
2485
2620
  writer.writeInt32(6, this.retry_index);
2621
+ if (this.execution_id.length)
2622
+ writer.writeString(7, this.execution_id);
2486
2623
  if (!w)
2487
2624
  return writer.getResultBuffer();
2488
2625
  }
@@ -2510,6 +2647,9 @@ var testsystem4;
2510
2647
  case 6:
2511
2648
  message.retry_index = reader.readInt32();
2512
2649
  break;
2650
+ case 7:
2651
+ message.execution_id = reader.readString();
2652
+ break;
2513
2653
  default:
2514
2654
  reader.skipField();
2515
2655
  }
@@ -2550,6 +2690,9 @@ var testsystem4;
2550
2690
  if ("retry_index" in data && data.retry_index != void 0) {
2551
2691
  this.retry_index = data.retry_index;
2552
2692
  }
2693
+ if ("execution_id" in data && data.execution_id != void 0) {
2694
+ this.execution_id = data.execution_id;
2695
+ }
2553
2696
  }
2554
2697
  }
2555
2698
  get test_id() {
@@ -2591,6 +2734,12 @@ var testsystem4;
2591
2734
  set retry_index(value) {
2592
2735
  pb_16.Message.setField(this, 6, value);
2593
2736
  }
2737
+ get execution_id() {
2738
+ return pb_16.Message.getFieldWithDefault(this, 7, "");
2739
+ }
2740
+ set execution_id(value) {
2741
+ pb_16.Message.setField(this, 7, value);
2742
+ }
2594
2743
  static fromObject(data) {
2595
2744
  const message = new _StdOutputEventRequest({});
2596
2745
  if (data.test_id != null) {
@@ -2611,6 +2760,9 @@ var testsystem4;
2611
2760
  if (data.retry_index != null) {
2612
2761
  message.retry_index = data.retry_index;
2613
2762
  }
2763
+ if (data.execution_id != null) {
2764
+ message.execution_id = data.execution_id;
2765
+ }
2614
2766
  return message;
2615
2767
  }
2616
2768
  toObject() {
@@ -2633,6 +2785,9 @@ var testsystem4;
2633
2785
  if (this.retry_index != null) {
2634
2786
  data.retry_index = this.retry_index;
2635
2787
  }
2788
+ if (this.execution_id != null) {
2789
+ data.execution_id = this.execution_id;
2790
+ }
2636
2791
  return data;
2637
2792
  }
2638
2793
  serialize(w) {
@@ -2649,6 +2804,8 @@ var testsystem4;
2649
2804
  writer.writeString(5, this.run_id);
2650
2805
  if (this.retry_index != 0)
2651
2806
  writer.writeInt32(6, this.retry_index);
2807
+ if (this.execution_id.length)
2808
+ writer.writeString(7, this.execution_id);
2652
2809
  if (!w)
2653
2810
  return writer.getResultBuffer();
2654
2811
  }
@@ -2676,6 +2833,9 @@ var testsystem4;
2676
2833
  case 6:
2677
2834
  message.retry_index = reader.readInt32();
2678
2835
  break;
2836
+ case 7:
2837
+ message.execution_id = reader.readString();
2838
+ break;
2679
2839
  default:
2680
2840
  reader.skipField();
2681
2841
  }
@@ -2931,6 +3091,9 @@ var testsystem4;
2931
3091
  if ("metadata" in data && data.metadata != void 0) {
2932
3092
  this.metadata = data.metadata;
2933
3093
  }
3094
+ if ("execution_id" in data && data.execution_id != void 0) {
3095
+ this.execution_id = data.execution_id;
3096
+ }
2934
3097
  }
2935
3098
  if (!this.metadata)
2936
3099
  this.metadata = /* @__PURE__ */ new Map();
@@ -2965,6 +3128,12 @@ var testsystem4;
2965
3128
  set metadata(value) {
2966
3129
  pb_16.Message.setField(this, 5, value);
2967
3130
  }
3131
+ get execution_id() {
3132
+ return pb_16.Message.getFieldWithDefault(this, 6, "");
3133
+ }
3134
+ set execution_id(value) {
3135
+ pb_16.Message.setField(this, 6, value);
3136
+ }
2968
3137
  static fromObject(data) {
2969
3138
  const message = new _ReportRunStartEventRequest({});
2970
3139
  if (data.run_id != null) {
@@ -2982,6 +3151,9 @@ var testsystem4;
2982
3151
  if (typeof data.metadata == "object") {
2983
3152
  message.metadata = new Map(Object.entries(data.metadata));
2984
3153
  }
3154
+ if (data.execution_id != null) {
3155
+ message.execution_id = data.execution_id;
3156
+ }
2985
3157
  return message;
2986
3158
  }
2987
3159
  toObject() {
@@ -3001,6 +3173,9 @@ var testsystem4;
3001
3173
  if (this.metadata != null) {
3002
3174
  data.metadata = Object.fromEntries(this.metadata);
3003
3175
  }
3176
+ if (this.execution_id != null) {
3177
+ data.execution_id = this.execution_id;
3178
+ }
3004
3179
  return data;
3005
3180
  }
3006
3181
  serialize(w) {
@@ -3019,6 +3194,8 @@ var testsystem4;
3019
3194
  writer.writeString(2, value);
3020
3195
  });
3021
3196
  }
3197
+ if (this.execution_id.length)
3198
+ writer.writeString(6, this.execution_id);
3022
3199
  if (!w)
3023
3200
  return writer.getResultBuffer();
3024
3201
  }
@@ -3043,6 +3220,9 @@ var testsystem4;
3043
3220
  case 5:
3044
3221
  reader.readMessage(message, () => pb_16.Map.deserializeBinary(message.metadata, reader, reader.readString, reader.readString));
3045
3222
  break;
3223
+ case 6:
3224
+ message.execution_id = reader.readString();
3225
+ break;
3046
3226
  default:
3047
3227
  reader.skipField();
3048
3228
  }
@@ -3080,6 +3260,9 @@ var testsystem4;
3080
3260
  if ("metadata" in data && data.metadata != void 0) {
3081
3261
  this.metadata = data.metadata;
3082
3262
  }
3263
+ if ("execution_id" in data && data.execution_id != void 0) {
3264
+ this.execution_id = data.execution_id;
3265
+ }
3083
3266
  }
3084
3267
  if (!this.metadata)
3085
3268
  this.metadata = /* @__PURE__ */ new Map();
@@ -3120,6 +3303,12 @@ var testsystem4;
3120
3303
  set metadata(value) {
3121
3304
  pb_16.Message.setField(this, 5, value);
3122
3305
  }
3306
+ get execution_id() {
3307
+ return pb_16.Message.getFieldWithDefault(this, 6, "");
3308
+ }
3309
+ set execution_id(value) {
3310
+ pb_16.Message.setField(this, 6, value);
3311
+ }
3123
3312
  static fromObject(data) {
3124
3313
  const message = new _TestRunEndEventRequest({});
3125
3314
  if (data.run_id != null) {
@@ -3137,6 +3326,9 @@ var testsystem4;
3137
3326
  if (typeof data.metadata == "object") {
3138
3327
  message.metadata = new Map(Object.entries(data.metadata));
3139
3328
  }
3329
+ if (data.execution_id != null) {
3330
+ message.execution_id = data.execution_id;
3331
+ }
3140
3332
  return message;
3141
3333
  }
3142
3334
  toObject() {
@@ -3156,6 +3348,9 @@ var testsystem4;
3156
3348
  if (this.metadata != null) {
3157
3349
  data.metadata = Object.fromEntries(this.metadata);
3158
3350
  }
3351
+ if (this.execution_id != null) {
3352
+ data.execution_id = this.execution_id;
3353
+ }
3159
3354
  return data;
3160
3355
  }
3161
3356
  serialize(w) {
@@ -3174,6 +3369,8 @@ var testsystem4;
3174
3369
  writer.writeString(2, value);
3175
3370
  });
3176
3371
  }
3372
+ if (this.execution_id.length)
3373
+ writer.writeString(6, this.execution_id);
3177
3374
  if (!w)
3178
3375
  return writer.getResultBuffer();
3179
3376
  }
@@ -3198,6 +3395,9 @@ var testsystem4;
3198
3395
  case 5:
3199
3396
  reader.readMessage(message, () => pb_16.Map.deserializeBinary(message.metadata, reader, reader.readString, reader.readString));
3200
3397
  break;
3398
+ case 6:
3399
+ message.execution_id = reader.readString();
3400
+ break;
3201
3401
  default:
3202
3402
  reader.skipField();
3203
3403
  }