@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
@@ -1,19 +1,19 @@
1
- import "../../chunk-VKI55KY6.mjs";
1
+ import "../../chunk-7ZKHPRD4.mjs";
2
2
  import {
3
3
  common_exports
4
4
  } from "../../chunk-WYXRRQPZ.mjs";
5
5
  import {
6
6
  entities_exports
7
- } from "../../chunk-YFUPSN57.mjs";
7
+ } from "../../chunk-XWJCF6BO.mjs";
8
8
  import {
9
9
  events_exports
10
- } from "../../chunk-RZDGHCWW.mjs";
10
+ } from "../../chunk-B3U6NKBI.mjs";
11
11
  import {
12
12
  observer_exports
13
- } from "../../chunk-S22XQJQE.mjs";
14
- import "../../chunk-4KEOGRTV.mjs";
15
- import "../../chunk-LT6VIEMZ.mjs";
16
- import "../../chunk-IO237NIP.mjs";
13
+ } from "../../chunk-4SR4H5H3.mjs";
14
+ import "../../chunk-AEDC4CB5.mjs";
15
+ import "../../chunk-ULRGJR5R.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
  }