@stanterprise/protobuf 0.0.14 → 0.0.15

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.
@@ -10,17 +10,20 @@ import {
10
10
  var entities_exports = {};
11
11
  __export(entities_exports, {
12
12
  StepRun: () => StepRun,
13
+ SuiteType: () => SuiteType,
13
14
  TestCaseRun: () => TestCaseRun,
14
15
  TestSuiteRun: () => TestSuiteRun
15
16
  });
16
17
  var TestCaseRun = testsystem.v1.entities.TestCaseRun;
17
18
  var StepRun = testsystem.v1.entities.StepRun;
18
19
  var TestSuiteRun = testsystem2.v1.entities.TestSuiteRun;
20
+ var SuiteType = testsystem2.v1.entities.SuiteType;
19
21
 
20
22
  export {
21
23
  TestCaseRun,
22
24
  StepRun,
23
25
  TestSuiteRun,
26
+ SuiteType,
24
27
  entities_exports
25
28
  };
26
- //# sourceMappingURL=chunk-JOH5DJAY.mjs.map
29
+ //# sourceMappingURL=chunk-O6ANB3BZ.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../testsystem/v1/entities/index.ts"],"sourcesContent":["// Re-export individual classes for pattern: import { TestCaseRun } from \"@stanterprise/protobuf/testsystem/v1/entities\"\nimport { testsystem as testCaseNS } from '../../../lib/testsystem/v1/entities/test_case';\nimport { testsystem as testSuiteNS } from '../../../lib/testsystem/v1/entities/test_suite';\n\n// Export individual classes from test_case\nexport type TestCaseRun = testCaseNS.v1.entities.TestCaseRun;\nexport const TestCaseRun = testCaseNS.v1.entities.TestCaseRun;\n\nexport type StepRun = testCaseNS.v1.entities.StepRun;\nexport const StepRun = testCaseNS.v1.entities.StepRun;\n\n// Export individual classes from test_suite\nexport type TestSuiteRun = testSuiteNS.v1.entities.TestSuiteRun;\nexport const TestSuiteRun = testSuiteNS.v1.entities.TestSuiteRun;\n"],"mappings":";;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAMO,IAAM,cAAc,WAAW,GAAG,SAAS;AAG3C,IAAM,UAAU,WAAW,GAAG,SAAS;AAIvC,IAAM,eAAeA,YAAY,GAAG,SAAS;","names":["testsystem"]}
1
+ {"version":3,"sources":["../testsystem/v1/entities/index.ts"],"sourcesContent":["// Re-export individual classes for pattern: import { TestCaseRun } from \"@stanterprise/protobuf/testsystem/v1/entities\"\nimport { testsystem as testCaseNS } from '../../../lib/testsystem/v1/entities/test_case';\nimport { testsystem as testSuiteNS } from '../../../lib/testsystem/v1/entities/test_suite';\n\n// Export individual classes from test_case\nexport type TestCaseRun = testCaseNS.v1.entities.TestCaseRun;\nexport const TestCaseRun = testCaseNS.v1.entities.TestCaseRun;\n\nexport type StepRun = testCaseNS.v1.entities.StepRun;\nexport const StepRun = testCaseNS.v1.entities.StepRun;\n\n// Export individual classes from test_suite\nexport type TestSuiteRun = testSuiteNS.v1.entities.TestSuiteRun;\nexport const TestSuiteRun = testSuiteNS.v1.entities.TestSuiteRun;\n\nexport type SuiteType = testSuiteNS.v1.entities.SuiteType;\nexport const SuiteType = testSuiteNS.v1.entities.SuiteType;\n"],"mappings":";;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAMO,IAAM,cAAc,WAAW,GAAG,SAAS;AAG3C,IAAM,UAAU,WAAW,GAAG,SAAS;AAIvC,IAAM,eAAeA,YAAY,GAAG,SAAS;AAG7C,IAAM,YAAYA,YAAY,GAAG,SAAS;","names":["testsystem"]}
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-S5P2S67H.mjs";
4
4
  import {
5
5
  entities_exports
6
- } from "./chunk-JOH5DJAY.mjs";
6
+ } from "./chunk-O6ANB3BZ.mjs";
7
7
  import {
8
8
  events_exports
9
9
  } from "./chunk-OYBN67JW.mjs";
@@ -26,4 +26,4 @@ __export(v1_exports, {
26
26
  export {
27
27
  v1_exports
28
28
  };
29
- //# sourceMappingURL=chunk-BS6UMTC7.mjs.map
29
+ //# sourceMappingURL=chunk-VZMKFXBH.mjs.map
@@ -53,6 +53,7 @@ __export(v1_exports, {
53
53
  var entities_exports = {};
54
54
  __export(entities_exports, {
55
55
  StepRun: () => StepRun,
56
+ SuiteType: () => SuiteType,
56
57
  TestCaseRun: () => TestCaseRun,
57
58
  TestSuiteRun: () => TestSuiteRun
58
59
  });
@@ -1238,12 +1239,12 @@ var testsystem3;
1238
1239
  let entities;
1239
1240
  ((entities2) => {
1240
1241
  var _one_of_decls;
1241
- let SuiteType;
1242
- ((SuiteType2) => {
1243
- SuiteType2[SuiteType2["ROOT"] = 0] = "ROOT";
1244
- SuiteType2[SuiteType2["PROJECT"] = 1] = "PROJECT";
1245
- SuiteType2[SuiteType2["SUBSUITE"] = 2] = "SUBSUITE";
1246
- })(SuiteType = entities2.SuiteType || (entities2.SuiteType = {}));
1242
+ let SuiteType2;
1243
+ ((SuiteType3) => {
1244
+ SuiteType3[SuiteType3["ROOT"] = 0] = "ROOT";
1245
+ SuiteType3[SuiteType3["PROJECT"] = 1] = "PROJECT";
1246
+ SuiteType3[SuiteType3["SUBSUITE"] = 2] = "SUBSUITE";
1247
+ })(SuiteType2 = entities2.SuiteType || (entities2.SuiteType = {}));
1247
1248
  const _TestSuiteRun = class _TestSuiteRun extends pb_15.Message {
1248
1249
  constructor(data) {
1249
1250
  super();
@@ -1710,6 +1711,7 @@ var testsystem3;
1710
1711
  var TestCaseRun = testsystem2.v1.entities.TestCaseRun;
1711
1712
  var StepRun = testsystem2.v1.entities.StepRun;
1712
1713
  var TestSuiteRun = testsystem3.v1.entities.TestSuiteRun;
1714
+ var SuiteType = testsystem3.v1.entities.SuiteType;
1713
1715
 
1714
1716
  // testsystem/v1/events/index.ts
1715
1717
  var events_exports = {};