@stanterprise/protobuf 0.0.19 → 0.0.20

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 (37) hide show
  1. package/dist/{chunk-S22XQJQE.mjs → chunk-4SR4H5H3.mjs} +2 -2
  2. package/dist/{chunk-IO237NIP.mjs → chunk-6LZLCU56.mjs} +21 -1
  3. package/dist/chunk-6LZLCU56.mjs.map +1 -0
  4. package/dist/{chunk-VKI55KY6.mjs → chunk-7ZKHPRD4.mjs} +4 -4
  5. package/dist/{chunk-4KEOGRTV.mjs → chunk-AEDC4CB5.mjs} +2 -2
  6. package/dist/{chunk-RZDGHCWW.mjs → chunk-B3U6NKBI.mjs} +2 -2
  7. package/dist/{chunk-LT6VIEMZ.mjs → chunk-ULRGJR5R.mjs} +2 -2
  8. package/dist/{chunk-YFUPSN57.mjs → chunk-XWJCF6BO.mjs} +2 -2
  9. package/dist/index.js +20 -0
  10. package/dist/index.js.map +1 -1
  11. package/dist/index.mjs +3 -3
  12. package/dist/lib/testsystem/v1/entities/test_case.d.ts +5 -0
  13. package/dist/lib/testsystem/v1/entities/test_case.d.ts.map +1 -1
  14. package/dist/testsystem/index.js +20 -0
  15. package/dist/testsystem/index.js.map +1 -1
  16. package/dist/testsystem/index.mjs +7 -7
  17. package/dist/testsystem/v1/entities/index.js +20 -0
  18. package/dist/testsystem/v1/entities/index.js.map +1 -1
  19. package/dist/testsystem/v1/entities/index.mjs +2 -2
  20. package/dist/testsystem/v1/events/index.js +20 -0
  21. package/dist/testsystem/v1/events/index.js.map +1 -1
  22. package/dist/testsystem/v1/events/index.mjs +3 -3
  23. package/dist/testsystem/v1/index.js +20 -0
  24. package/dist/testsystem/v1/index.js.map +1 -1
  25. package/dist/testsystem/v1/index.mjs +7 -7
  26. package/dist/testsystem/v1/observer/index.js +20 -0
  27. package/dist/testsystem/v1/observer/index.js.map +1 -1
  28. package/dist/testsystem/v1/observer/index.mjs +4 -4
  29. package/lib/testsystem/v1/entities/test_case.ts +23 -0
  30. package/package.json +1 -1
  31. package/dist/chunk-IO237NIP.mjs.map +0 -1
  32. /package/dist/{chunk-S22XQJQE.mjs.map → chunk-4SR4H5H3.mjs.map} +0 -0
  33. /package/dist/{chunk-VKI55KY6.mjs.map → chunk-7ZKHPRD4.mjs.map} +0 -0
  34. /package/dist/{chunk-4KEOGRTV.mjs.map → chunk-AEDC4CB5.mjs.map} +0 -0
  35. /package/dist/{chunk-RZDGHCWW.mjs.map → chunk-B3U6NKBI.mjs.map} +0 -0
  36. /package/dist/{chunk-LT6VIEMZ.mjs.map → chunk-ULRGJR5R.mjs.map} +0 -0
  37. /package/dist/{chunk-YFUPSN57.mjs.map → chunk-XWJCF6BO.mjs.map} +0 -0
@@ -12,9 +12,9 @@ import {
12
12
  TestErrorEventRequest,
13
13
  TestFailureEventRequest,
14
14
  TestRunEndEventRequest
15
- } from "../../../chunk-RZDGHCWW.mjs";
16
- import "../../../chunk-LT6VIEMZ.mjs";
17
- import "../../../chunk-IO237NIP.mjs";
15
+ } from "../../../chunk-B3U6NKBI.mjs";
16
+ import "../../../chunk-ULRGJR5R.mjs";
17
+ import "../../../chunk-6LZLCU56.mjs";
18
18
  import "../../../chunk-YUDCZY2W.mjs";
19
19
  export {
20
20
  HeartbeatEventRequest,
@@ -901,6 +901,9 @@ var testsystem2;
901
901
  if ("category" in data && data.category != void 0) {
902
902
  this.category = data.category;
903
903
  }
904
+ if ("retry_index" in data && data.retry_index != void 0) {
905
+ this.retry_index = data.retry_index;
906
+ }
904
907
  }
905
908
  if (!this.metadata)
906
909
  this.metadata = /* @__PURE__ */ new Map();
@@ -1007,6 +1010,12 @@ var testsystem2;
1007
1010
  set category(value) {
1008
1011
  pb_14.Message.setField(this, 16, value);
1009
1012
  }
1013
+ get retry_index() {
1014
+ return pb_14.Message.getFieldWithDefault(this, 17, 0);
1015
+ }
1016
+ set retry_index(value) {
1017
+ pb_14.Message.setField(this, 17, value);
1018
+ }
1010
1019
  static fromObject(data) {
1011
1020
  const message = new _StepRun({});
1012
1021
  if (data.id != null) {
@@ -1057,6 +1066,9 @@ var testsystem2;
1057
1066
  if (data.category != null) {
1058
1067
  message.category = data.category;
1059
1068
  }
1069
+ if (data.retry_index != null) {
1070
+ message.retry_index = data.retry_index;
1071
+ }
1060
1072
  return message;
1061
1073
  }
1062
1074
  toObject() {
@@ -1109,6 +1121,9 @@ var testsystem2;
1109
1121
  if (this.category != null) {
1110
1122
  data.category = this.category;
1111
1123
  }
1124
+ if (this.retry_index != null) {
1125
+ data.retry_index = this.retry_index;
1126
+ }
1112
1127
  return data;
1113
1128
  }
1114
1129
  serialize(w) {
@@ -1149,6 +1164,8 @@ var testsystem2;
1149
1164
  writer.writeString(15, this.location);
1150
1165
  if (this.category.length)
1151
1166
  writer.writeString(16, this.category);
1167
+ if (this.retry_index != 0)
1168
+ writer.writeInt32(17, this.retry_index);
1152
1169
  if (!w)
1153
1170
  return writer.getResultBuffer();
1154
1171
  }
@@ -1206,6 +1223,9 @@ var testsystem2;
1206
1223
  case 16:
1207
1224
  message.category = reader.readString();
1208
1225
  break;
1226
+ case 17:
1227
+ message.retry_index = reader.readInt32();
1228
+ break;
1209
1229
  default:
1210
1230
  reader.skipField();
1211
1231
  }