@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.
- package/dist/{chunk-JOH5DJAY.mjs → chunk-O6ANB3BZ.mjs} +4 -1
- package/dist/{chunk-JOH5DJAY.mjs.map → chunk-O6ANB3BZ.mjs.map} +1 -1
- package/dist/{chunk-BS6UMTC7.mjs → chunk-VZMKFXBH.mjs} +2 -2
- package/dist/testsystem/index.js +8 -6
- package/dist/testsystem/index.js.map +1 -1
- package/dist/testsystem/index.mjs +2 -2
- package/dist/testsystem/v1/entities/index.d.ts +2 -0
- package/dist/testsystem/v1/entities/index.d.ts.map +1 -1
- package/dist/testsystem/v1/entities/index.js +9 -6
- package/dist/testsystem/v1/entities/index.js.map +1 -1
- package/dist/testsystem/v1/entities/index.mjs +3 -1
- package/dist/testsystem/v1/index.js +8 -6
- package/dist/testsystem/v1/index.js.map +1 -1
- package/dist/testsystem/v1/index.mjs +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-BS6UMTC7.mjs.map → chunk-VZMKFXBH.mjs.map} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
v1_exports
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-VZMKFXBH.mjs";
|
|
4
4
|
import "../chunk-S5P2S67H.mjs";
|
|
5
|
-
import "../chunk-
|
|
5
|
+
import "../chunk-O6ANB3BZ.mjs";
|
|
6
6
|
import "../chunk-OYBN67JW.mjs";
|
|
7
7
|
import "../chunk-YYTEIJXG.mjs";
|
|
8
8
|
import "../chunk-F6CKBSG3.mjs";
|
|
@@ -6,4 +6,6 @@ export type StepRun = testCaseNS.v1.entities.StepRun;
|
|
|
6
6
|
export declare const StepRun: typeof testCaseNS.v1.entities.StepRun;
|
|
7
7
|
export type TestSuiteRun = testSuiteNS.v1.entities.TestSuiteRun;
|
|
8
8
|
export declare const TestSuiteRun: typeof testSuiteNS.v1.entities.TestSuiteRun;
|
|
9
|
+
export type SuiteType = testSuiteNS.v1.entities.SuiteType;
|
|
10
|
+
export declare const SuiteType: typeof testSuiteNS.v1.entities.SuiteType;
|
|
9
11
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../testsystem/v1/entities/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,IAAI,UAAU,EAAE,MAAM,+CAA+C,CAAC;AACzF,OAAO,EAAE,UAAU,IAAI,WAAW,EAAE,MAAM,gDAAgD,CAAC;AAG3F,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,EAAE,CAAC,QAAQ,CAAC,WAAW,CAAC;AAC7D,eAAO,MAAM,WAAW,2CAAqC,CAAC;AAE9D,MAAM,MAAM,OAAO,GAAG,UAAU,CAAC,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAC;AACrD,eAAO,MAAM,OAAO,uCAAiC,CAAC;AAGtD,MAAM,MAAM,YAAY,GAAG,WAAW,CAAC,EAAE,CAAC,QAAQ,CAAC,YAAY,CAAC;AAChE,eAAO,MAAM,YAAY,6CAAuC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../testsystem/v1/entities/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,IAAI,UAAU,EAAE,MAAM,+CAA+C,CAAC;AACzF,OAAO,EAAE,UAAU,IAAI,WAAW,EAAE,MAAM,gDAAgD,CAAC;AAG3F,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,EAAE,CAAC,QAAQ,CAAC,WAAW,CAAC;AAC7D,eAAO,MAAM,WAAW,2CAAqC,CAAC;AAE9D,MAAM,MAAM,OAAO,GAAG,UAAU,CAAC,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAC;AACrD,eAAO,MAAM,OAAO,uCAAiC,CAAC;AAGtD,MAAM,MAAM,YAAY,GAAG,WAAW,CAAC,EAAE,CAAC,QAAQ,CAAC,YAAY,CAAC;AAChE,eAAO,MAAM,YAAY,6CAAuC,CAAC;AAEjE,MAAM,MAAM,SAAS,GAAG,WAAW,CAAC,EAAE,CAAC,QAAQ,CAAC,SAAS,CAAC;AAC1D,eAAO,MAAM,SAAS,0CAAoC,CAAC"}
|
|
@@ -37,6 +37,7 @@ var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot
|
|
|
37
37
|
var entities_exports = {};
|
|
38
38
|
__export(entities_exports, {
|
|
39
39
|
StepRun: () => StepRun,
|
|
40
|
+
SuiteType: () => SuiteType,
|
|
40
41
|
TestCaseRun: () => TestCaseRun,
|
|
41
42
|
TestSuiteRun: () => TestSuiteRun
|
|
42
43
|
});
|
|
@@ -1223,12 +1224,12 @@ var testsystem3;
|
|
|
1223
1224
|
let entities;
|
|
1224
1225
|
((entities2) => {
|
|
1225
1226
|
var _one_of_decls;
|
|
1226
|
-
let
|
|
1227
|
-
((
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
})(
|
|
1227
|
+
let SuiteType2;
|
|
1228
|
+
((SuiteType3) => {
|
|
1229
|
+
SuiteType3[SuiteType3["ROOT"] = 0] = "ROOT";
|
|
1230
|
+
SuiteType3[SuiteType3["PROJECT"] = 1] = "PROJECT";
|
|
1231
|
+
SuiteType3[SuiteType3["SUBSUITE"] = 2] = "SUBSUITE";
|
|
1232
|
+
})(SuiteType2 = entities2.SuiteType || (entities2.SuiteType = {}));
|
|
1232
1233
|
const _TestSuiteRun = class _TestSuiteRun extends pb_15.Message {
|
|
1233
1234
|
constructor(data) {
|
|
1234
1235
|
super();
|
|
@@ -1695,9 +1696,11 @@ var testsystem3;
|
|
|
1695
1696
|
var TestCaseRun = testsystem2.v1.entities.TestCaseRun;
|
|
1696
1697
|
var StepRun = testsystem2.v1.entities.StepRun;
|
|
1697
1698
|
var TestSuiteRun = testsystem3.v1.entities.TestSuiteRun;
|
|
1699
|
+
var SuiteType = testsystem3.v1.entities.SuiteType;
|
|
1698
1700
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1699
1701
|
0 && (module.exports = {
|
|
1700
1702
|
StepRun,
|
|
1703
|
+
SuiteType,
|
|
1701
1704
|
TestCaseRun,
|
|
1702
1705
|
TestSuiteRun
|
|
1703
1706
|
});
|