@stanterprise/protobuf 0.1.0 → 0.1.2
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-RGAFE2QL.mjs → chunk-CXXQBC7L.mjs} +4 -4
- package/dist/{chunk-34GQCWQN.mjs → chunk-GWOJPJ3V.mjs} +2 -2
- package/dist/{chunk-4YJNHYW7.mjs → chunk-JV43EC5A.mjs} +2 -2
- package/dist/{chunk-XYL4P7DJ.mjs → chunk-NYHT7SLS.mjs} +2 -2
- package/dist/{chunk-XIP55YQC.mjs → chunk-SKWN4PET.mjs} +2 -2
- package/dist/{chunk-FBR2J74U.mjs → chunk-UNDYBCII.mjs} +2 -2
- package/dist/{chunk-WBCHUWL7.mjs → chunk-YCV7GOOQ.mjs} +22 -2
- package/dist/chunk-YCV7GOOQ.mjs.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +21 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/lib/google/protobuf/duration.d.ts +33 -0
- package/dist/lib/google/protobuf/duration.d.ts.map +1 -0
- package/dist/lib/google/protobuf/timestamp.d.ts +33 -0
- package/dist/lib/google/protobuf/timestamp.d.ts.map +1 -0
- package/dist/lib/index.d.ts +9 -0
- package/dist/lib/index.d.ts.map +1 -0
- package/dist/lib/testsystem/v1/common/common.d.ts +61 -0
- package/dist/lib/testsystem/v1/common/common.d.ts.map +1 -0
- package/dist/lib/testsystem/v1/entities/test_case.d.ts +238 -0
- package/dist/lib/testsystem/v1/entities/test_case.d.ts.map +1 -0
- package/dist/lib/testsystem/v1/entities/test_suite.d.ts +140 -0
- package/dist/lib/testsystem/v1/entities/test_suite.d.ts.map +1 -0
- package/dist/lib/testsystem/v1/events/events.d.ts +437 -0
- package/dist/lib/testsystem/v1/events/events.d.ts.map +1 -0
- package/dist/lib/testsystem/v1/observer/observer.d.ts +202 -0
- package/dist/lib/testsystem/v1/observer/observer.d.ts.map +1 -0
- package/dist/testsystem/index.d.ts +2 -0
- package/dist/testsystem/index.d.ts.map +1 -0
- package/dist/testsystem/index.js +21 -1
- package/dist/testsystem/index.js.map +1 -1
- package/dist/testsystem/index.mjs +7 -7
- package/dist/testsystem/v1/common/index.d.ts +6 -0
- package/dist/testsystem/v1/common/index.d.ts.map +1 -0
- package/dist/testsystem/v1/entities/index.d.ts +11 -0
- package/dist/testsystem/v1/entities/index.d.ts.map +1 -0
- package/dist/testsystem/v1/entities/index.js +21 -1
- package/dist/testsystem/v1/entities/index.js.map +1 -1
- package/dist/testsystem/v1/entities/index.mjs +2 -2
- package/dist/testsystem/v1/events/index.d.ts +28 -0
- package/dist/testsystem/v1/events/index.d.ts.map +1 -0
- package/dist/testsystem/v1/events/index.js +21 -1
- package/dist/testsystem/v1/events/index.js.map +1 -1
- package/dist/testsystem/v1/events/index.mjs +3 -3
- package/dist/testsystem/v1/index.d.ts +5 -0
- package/dist/testsystem/v1/index.d.ts.map +1 -0
- package/dist/testsystem/v1/index.js +21 -1
- package/dist/testsystem/v1/index.js.map +1 -1
- package/dist/testsystem/v1/index.mjs +7 -7
- package/dist/testsystem/v1/observer/index.d.ts +6 -0
- package/dist/testsystem/v1/observer/index.d.ts.map +1 -0
- package/dist/testsystem/v1/observer/index.js +21 -1
- package/dist/testsystem/v1/observer/index.js.map +1 -1
- package/dist/testsystem/v1/observer/index.mjs +4 -4
- package/lib/testsystem/v1/entities/test_case.ts +24 -1
- package/package.json +1 -1
- package/dist/chunk-WBCHUWL7.mjs.map +0 -1
- /package/dist/{chunk-RGAFE2QL.mjs.map → chunk-CXXQBC7L.mjs.map} +0 -0
- /package/dist/{chunk-34GQCWQN.mjs.map → chunk-GWOJPJ3V.mjs.map} +0 -0
- /package/dist/{chunk-4YJNHYW7.mjs.map → chunk-JV43EC5A.mjs.map} +0 -0
- /package/dist/{chunk-XYL4P7DJ.mjs.map → chunk-NYHT7SLS.mjs.map} +0 -0
- /package/dist/{chunk-XIP55YQC.mjs.map → chunk-SKWN4PET.mjs.map} +0 -0
- /package/dist/{chunk-FBR2J74U.mjs.map → chunk-UNDYBCII.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
testsystem as testsystem5
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JV43EC5A.mjs";
|
|
4
4
|
import {
|
|
5
5
|
testsystem as testsystem4
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-SKWN4PET.mjs";
|
|
7
7
|
import {
|
|
8
8
|
testsystem as testsystem2,
|
|
9
9
|
testsystem2 as testsystem3,
|
|
10
10
|
timestamp_exports
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-YCV7GOOQ.mjs";
|
|
12
12
|
import {
|
|
13
13
|
testsystem
|
|
14
14
|
} from "./chunk-EMALOWTT.mjs";
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by the protoc-gen-ts. DO NOT EDIT!
|
|
3
|
+
* compiler version: 3.19.1
|
|
4
|
+
* source: google/protobuf/duration.proto
|
|
5
|
+
* git: https://github.com/thesayyn/protoc-gen-ts */
|
|
6
|
+
import * as pb_1 from "google-protobuf";
|
|
7
|
+
export declare namespace google.protobuf {
|
|
8
|
+
class Duration extends pb_1.Message {
|
|
9
|
+
#private;
|
|
10
|
+
constructor(data?: any[] | {
|
|
11
|
+
seconds?: number;
|
|
12
|
+
nanos?: number;
|
|
13
|
+
});
|
|
14
|
+
get seconds(): number;
|
|
15
|
+
set seconds(value: number);
|
|
16
|
+
get nanos(): number;
|
|
17
|
+
set nanos(value: number);
|
|
18
|
+
static fromObject(data: {
|
|
19
|
+
seconds?: number;
|
|
20
|
+
nanos?: number;
|
|
21
|
+
}): Duration;
|
|
22
|
+
toObject(): {
|
|
23
|
+
seconds?: number;
|
|
24
|
+
nanos?: number;
|
|
25
|
+
};
|
|
26
|
+
serialize(): Uint8Array;
|
|
27
|
+
serialize(w: pb_1.BinaryWriter): void;
|
|
28
|
+
static deserialize(bytes: Uint8Array | pb_1.BinaryReader): Duration;
|
|
29
|
+
serializeBinary(): Uint8Array;
|
|
30
|
+
static deserializeBinary(bytes: Uint8Array): Duration;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=duration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"duration.d.ts","sourceRoot":"","sources":["../../../../lib/google/protobuf/duration.ts"],"names":[],"mappings":"AAAA;;;;oDAIoD;AACpD,OAAO,KAAK,IAAI,MAAM,iBAAiB,CAAC;AACxC,yBAAiB,MAAM,CAAC,QAAQ,CAAC;IAC7B,MAAa,QAAS,SAAQ,IAAI,CAAC,OAAO;;oBAE1B,IAAI,CAAC,EAAE,GAAG,EAAE,GAAG;YACvB,OAAO,CAAC,EAAE,MAAM,CAAC;YACjB,KAAK,CAAC,EAAE,MAAM,CAAC;SAClB;QAYD,IAAI,OAAO,IAGQ,MAAM,CADxB;QACD,IAAI,OAAO,CAAC,KAAK,EAAE,MAAM,EAExB;QACD,IAAI,KAAK,IAGQ,MAAM,CADtB;QACD,IAAI,KAAK,CAAC,KAAK,EAAE,MAAM,EAEtB;QACD,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE;YACpB,OAAO,CAAC,EAAE,MAAM,CAAC;YACjB,KAAK,CAAC,EAAE,MAAM,CAAC;SAClB,GAAG,QAAQ;QAUZ,QAAQ;sBAEU,MAAM;oBACR,MAAM;;QAUtB,SAAS,IAAI,UAAU;QACvB,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,YAAY,GAAG,IAAI;QAUrC,MAAM,CAAC,WAAW,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI,CAAC,YAAY,GAAG,QAAQ;QAiBnE,eAAe,IAAI,UAAU;QAG7B,MAAM,CAAC,iBAAiB,CAAC,KAAK,EAAE,UAAU,GAAG,QAAQ;KAGxD;CACJ"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by the protoc-gen-ts. DO NOT EDIT!
|
|
3
|
+
* compiler version: 3.19.1
|
|
4
|
+
* source: google/protobuf/timestamp.proto
|
|
5
|
+
* git: https://github.com/thesayyn/protoc-gen-ts */
|
|
6
|
+
import * as pb_1 from "google-protobuf";
|
|
7
|
+
export declare namespace google.protobuf {
|
|
8
|
+
class Timestamp extends pb_1.Message {
|
|
9
|
+
#private;
|
|
10
|
+
constructor(data?: any[] | {
|
|
11
|
+
seconds?: number;
|
|
12
|
+
nanos?: number;
|
|
13
|
+
});
|
|
14
|
+
get seconds(): number;
|
|
15
|
+
set seconds(value: number);
|
|
16
|
+
get nanos(): number;
|
|
17
|
+
set nanos(value: number);
|
|
18
|
+
static fromObject(data: {
|
|
19
|
+
seconds?: number;
|
|
20
|
+
nanos?: number;
|
|
21
|
+
}): Timestamp;
|
|
22
|
+
toObject(): {
|
|
23
|
+
seconds?: number;
|
|
24
|
+
nanos?: number;
|
|
25
|
+
};
|
|
26
|
+
serialize(): Uint8Array;
|
|
27
|
+
serialize(w: pb_1.BinaryWriter): void;
|
|
28
|
+
static deserialize(bytes: Uint8Array | pb_1.BinaryReader): Timestamp;
|
|
29
|
+
serializeBinary(): Uint8Array;
|
|
30
|
+
static deserializeBinary(bytes: Uint8Array): Timestamp;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=timestamp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timestamp.d.ts","sourceRoot":"","sources":["../../../../lib/google/protobuf/timestamp.ts"],"names":[],"mappings":"AAAA;;;;oDAIoD;AACpD,OAAO,KAAK,IAAI,MAAM,iBAAiB,CAAC;AACxC,yBAAiB,MAAM,CAAC,QAAQ,CAAC;IAC7B,MAAa,SAAU,SAAQ,IAAI,CAAC,OAAO;;oBAE3B,IAAI,CAAC,EAAE,GAAG,EAAE,GAAG;YACvB,OAAO,CAAC,EAAE,MAAM,CAAC;YACjB,KAAK,CAAC,EAAE,MAAM,CAAC;SAClB;QAYD,IAAI,OAAO,IAGQ,MAAM,CADxB;QACD,IAAI,OAAO,CAAC,KAAK,EAAE,MAAM,EAExB;QACD,IAAI,KAAK,IAGQ,MAAM,CADtB;QACD,IAAI,KAAK,CAAC,KAAK,EAAE,MAAM,EAEtB;QACD,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE;YACpB,OAAO,CAAC,EAAE,MAAM,CAAC;YACjB,KAAK,CAAC,EAAE,MAAM,CAAC;SAClB,GAAG,SAAS;QAUb,QAAQ;sBAEU,MAAM;oBACR,MAAM;;QAUtB,SAAS,IAAI,UAAU;QACvB,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,YAAY,GAAG,IAAI;QAUrC,MAAM,CAAC,WAAW,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI,CAAC,YAAY,GAAG,SAAS;QAiBpE,eAAe,IAAI,UAAU;QAG7B,MAAM,CAAC,iBAAiB,CAAC,KAAK,EAAE,UAAU,GAAG,SAAS;KAGzD;CACJ"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * as google from './google/protobuf/timestamp';
|
|
2
|
+
export { testsystem as common } from './testsystem/v1/common/common';
|
|
3
|
+
export { testsystem as testCase } from './testsystem/v1/entities/test_case';
|
|
4
|
+
export { testsystem as testSuite } from './testsystem/v1/entities/test_suite';
|
|
5
|
+
export { testsystem as events } from './testsystem/v1/events/events';
|
|
6
|
+
export { testsystem as observer } from './testsystem/v1/observer/observer';
|
|
7
|
+
export declare const testsystem: Record<string, unknown>;
|
|
8
|
+
export type testsystem = typeof testsystem;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/index.ts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,MAAM,MAAM,6BAA6B,CAAC;AACtD,OAAO,EAAE,UAAU,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,UAAU,IAAI,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EAAE,UAAU,IAAI,SAAS,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,EAAE,UAAU,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,UAAU,IAAI,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAgD3E,eAAO,MAAM,UAAU,yBAAyE,CAAC;AAGjG,MAAM,MAAM,UAAU,GAAG,OAAO,UAAU,CAAC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by the protoc-gen-ts. DO NOT EDIT!
|
|
3
|
+
* compiler version: 3.19.1
|
|
4
|
+
* source: testsystem/v1/common/common.proto
|
|
5
|
+
* git: https://github.com/thesayyn/protoc-gen-ts */
|
|
6
|
+
import * as pb_1 from "google-protobuf";
|
|
7
|
+
export declare namespace testsystem.v1.common {
|
|
8
|
+
enum TestStatus {
|
|
9
|
+
UNKNOWN = 0,
|
|
10
|
+
PASSED = 1,
|
|
11
|
+
FAILED = 2,
|
|
12
|
+
SKIPPED = 3,
|
|
13
|
+
BROKEN = 4,
|
|
14
|
+
TIMEDOUT = 5,
|
|
15
|
+
INTERRUPTED = 6,
|
|
16
|
+
RUNNING = 7,
|
|
17
|
+
NOT_RUN = 8
|
|
18
|
+
}
|
|
19
|
+
class Attachment extends pb_1.Message {
|
|
20
|
+
#private;
|
|
21
|
+
constructor(data?: any[] | ({
|
|
22
|
+
name?: string;
|
|
23
|
+
mime_type?: string;
|
|
24
|
+
} & (({
|
|
25
|
+
content?: Uint8Array;
|
|
26
|
+
uri?: never;
|
|
27
|
+
} | {
|
|
28
|
+
content?: never;
|
|
29
|
+
uri?: string;
|
|
30
|
+
}))));
|
|
31
|
+
get name(): string;
|
|
32
|
+
set name(value: string);
|
|
33
|
+
get mime_type(): string;
|
|
34
|
+
set mime_type(value: string);
|
|
35
|
+
get content(): Uint8Array;
|
|
36
|
+
set content(value: Uint8Array);
|
|
37
|
+
get has_content(): boolean;
|
|
38
|
+
get uri(): string;
|
|
39
|
+
set uri(value: string);
|
|
40
|
+
get has_uri(): boolean;
|
|
41
|
+
get payload(): "content" | "uri" | "none";
|
|
42
|
+
static fromObject(data: {
|
|
43
|
+
name?: string;
|
|
44
|
+
mime_type?: string;
|
|
45
|
+
content?: Uint8Array;
|
|
46
|
+
uri?: string;
|
|
47
|
+
}): Attachment;
|
|
48
|
+
toObject(): {
|
|
49
|
+
name?: string;
|
|
50
|
+
mime_type?: string;
|
|
51
|
+
content?: Uint8Array;
|
|
52
|
+
uri?: string;
|
|
53
|
+
};
|
|
54
|
+
serialize(): Uint8Array;
|
|
55
|
+
serialize(w: pb_1.BinaryWriter): void;
|
|
56
|
+
static deserialize(bytes: Uint8Array | pb_1.BinaryReader): Attachment;
|
|
57
|
+
serializeBinary(): Uint8Array;
|
|
58
|
+
static deserializeBinary(bytes: Uint8Array): Attachment;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=common.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../../lib/testsystem/v1/common/common.ts"],"names":[],"mappings":"AAAA;;;;oDAIoD;AACpD,OAAO,KAAK,IAAI,MAAM,iBAAiB,CAAC;AACxC,yBAAiB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC;IAClC,KAAY,UAAU;QAClB,OAAO,IAAI;QACX,MAAM,IAAI;QACV,MAAM,IAAI;QACV,OAAO,IAAI;QACX,MAAM,IAAI;QACV,QAAQ,IAAI;QACZ,WAAW,IAAI;QACf,OAAO,IAAI;QACX,OAAO,IAAI;KACd;IACD,MAAa,UAAW,SAAQ,IAAI,CAAC,OAAO;;oBAE5B,IAAI,CAAC,EAAE,GAAG,EAAE,GAAG,CAAC;YACxB,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,SAAS,CAAC,EAAE,MAAM,CAAC;SACtB,GAAG,CAAC,CAAC;YACF,OAAO,CAAC,EAAE,UAAU,CAAC;YACrB,GAAG,CAAC,EAAE,KAAK,CAAC;SACf,GAAG;YACA,OAAO,CAAC,EAAE,KAAK,CAAC;YAChB,GAAG,CAAC,EAAE,MAAM,CAAC;SAChB,CAAC,CAAC,CAAC;QAkBJ,IAAI,IAAI,IAGQ,MAAM,CADrB;QACD,IAAI,IAAI,CAAC,KAAK,EAAE,MAAM,EAErB;QACD,IAAI,SAAS,IAGQ,MAAM,CAD1B;QACD,IAAI,SAAS,CAAC,KAAK,EAAE,MAAM,EAE1B;QACD,IAAI,OAAO,IAGQ,UAAU,CAD5B;QACD,IAAI,OAAO,CAAC,KAAK,EAAE,UAAU,EAE5B;QACD,IAAI,WAAW,YAEd;QACD,IAAI,GAAG,IAGQ,MAAM,CADpB;QACD,IAAI,GAAG,CAAC,KAAK,EAAE,MAAM,EAEpB;QACD,IAAI,OAAO,YAEV;QACD,IAAI,OAAO,+BASV;QACD,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE;YACpB,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB,OAAO,CAAC,EAAE,UAAU,CAAC;YACrB,GAAG,CAAC,EAAE,MAAM,CAAC;SAChB,GAAG,UAAU;QAgBd,QAAQ;mBAEO,MAAM;wBACD,MAAM;sBACR,UAAU;kBACd,MAAM;;QAgBpB,SAAS,IAAI,UAAU;QACvB,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,YAAY,GAAG,IAAI;QAcrC,MAAM,CAAC,WAAW,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI,CAAC,YAAY,GAAG,UAAU;QAuBrE,eAAe,IAAI,UAAU;QAG7B,MAAM,CAAC,iBAAiB,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU;KAG1D;CACJ"}
|
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by the protoc-gen-ts. DO NOT EDIT!
|
|
3
|
+
* compiler version: 3.19.1
|
|
4
|
+
* source: testsystem/v1/entities/test_case.proto
|
|
5
|
+
* git: https://github.com/thesayyn/protoc-gen-ts */
|
|
6
|
+
import * as dependency_1 from "./../common/common";
|
|
7
|
+
import * as dependency_2 from "./../../../google/protobuf/timestamp";
|
|
8
|
+
import * as dependency_3 from "./../../../google/protobuf/duration";
|
|
9
|
+
import * as pb_1 from "google-protobuf";
|
|
10
|
+
export declare namespace testsystem.v1.entities {
|
|
11
|
+
class TestCaseRun extends pb_1.Message {
|
|
12
|
+
#private;
|
|
13
|
+
constructor(data?: any[] | {
|
|
14
|
+
id?: string;
|
|
15
|
+
name?: string;
|
|
16
|
+
description?: string;
|
|
17
|
+
run_id?: string;
|
|
18
|
+
test_suite_id?: string;
|
|
19
|
+
status?: dependency_1.testsystem.v1.common.TestStatus;
|
|
20
|
+
start_time?: dependency_2.google.protobuf.Timestamp;
|
|
21
|
+
end_time?: dependency_2.google.protobuf.Timestamp;
|
|
22
|
+
duration?: dependency_3.google.protobuf.Duration;
|
|
23
|
+
attachments?: dependency_1.testsystem.v1.common.Attachment[];
|
|
24
|
+
error_message?: string;
|
|
25
|
+
stack_trace?: string;
|
|
26
|
+
errors?: string[];
|
|
27
|
+
metadata?: Map<string, string>;
|
|
28
|
+
tags?: string[];
|
|
29
|
+
location?: string;
|
|
30
|
+
retry_count?: number;
|
|
31
|
+
retry_index?: number;
|
|
32
|
+
timeout?: number;
|
|
33
|
+
});
|
|
34
|
+
get id(): string;
|
|
35
|
+
set id(value: string);
|
|
36
|
+
get name(): string;
|
|
37
|
+
set name(value: string);
|
|
38
|
+
get description(): string;
|
|
39
|
+
set description(value: string);
|
|
40
|
+
get run_id(): string;
|
|
41
|
+
set run_id(value: string);
|
|
42
|
+
get test_suite_id(): string;
|
|
43
|
+
set test_suite_id(value: string);
|
|
44
|
+
get status(): dependency_1.testsystem.v1.common.TestStatus;
|
|
45
|
+
set status(value: dependency_1.testsystem.v1.common.TestStatus);
|
|
46
|
+
get start_time(): dependency_2.google.protobuf.Timestamp;
|
|
47
|
+
set start_time(value: dependency_2.google.protobuf.Timestamp);
|
|
48
|
+
get has_start_time(): boolean;
|
|
49
|
+
get end_time(): dependency_2.google.protobuf.Timestamp;
|
|
50
|
+
set end_time(value: dependency_2.google.protobuf.Timestamp);
|
|
51
|
+
get has_end_time(): boolean;
|
|
52
|
+
get duration(): dependency_3.google.protobuf.Duration;
|
|
53
|
+
set duration(value: dependency_3.google.protobuf.Duration);
|
|
54
|
+
get has_duration(): boolean;
|
|
55
|
+
get attachments(): dependency_1.testsystem.v1.common.Attachment[];
|
|
56
|
+
set attachments(value: dependency_1.testsystem.v1.common.Attachment[]);
|
|
57
|
+
get error_message(): string;
|
|
58
|
+
set error_message(value: string);
|
|
59
|
+
get stack_trace(): string;
|
|
60
|
+
set stack_trace(value: string);
|
|
61
|
+
get errors(): string[];
|
|
62
|
+
set errors(value: string[]);
|
|
63
|
+
get metadata(): Map<string, string>;
|
|
64
|
+
set metadata(value: Map<string, string>);
|
|
65
|
+
get tags(): string[];
|
|
66
|
+
set tags(value: string[]);
|
|
67
|
+
get location(): string;
|
|
68
|
+
set location(value: string);
|
|
69
|
+
get retry_count(): number;
|
|
70
|
+
set retry_count(value: number);
|
|
71
|
+
get retry_index(): number;
|
|
72
|
+
set retry_index(value: number);
|
|
73
|
+
get timeout(): number;
|
|
74
|
+
set timeout(value: number);
|
|
75
|
+
static fromObject(data: {
|
|
76
|
+
id?: string;
|
|
77
|
+
name?: string;
|
|
78
|
+
description?: string;
|
|
79
|
+
run_id?: string;
|
|
80
|
+
test_suite_id?: string;
|
|
81
|
+
status?: dependency_1.testsystem.v1.common.TestStatus;
|
|
82
|
+
start_time?: ReturnType<typeof dependency_2.google.protobuf.Timestamp.prototype.toObject>;
|
|
83
|
+
end_time?: ReturnType<typeof dependency_2.google.protobuf.Timestamp.prototype.toObject>;
|
|
84
|
+
duration?: ReturnType<typeof dependency_3.google.protobuf.Duration.prototype.toObject>;
|
|
85
|
+
attachments?: ReturnType<typeof dependency_1.testsystem.v1.common.Attachment.prototype.toObject>[];
|
|
86
|
+
error_message?: string;
|
|
87
|
+
stack_trace?: string;
|
|
88
|
+
errors?: string[];
|
|
89
|
+
metadata?: {
|
|
90
|
+
[key: string]: string;
|
|
91
|
+
};
|
|
92
|
+
tags?: string[];
|
|
93
|
+
location?: string;
|
|
94
|
+
retry_count?: number;
|
|
95
|
+
retry_index?: number;
|
|
96
|
+
timeout?: number;
|
|
97
|
+
}): TestCaseRun;
|
|
98
|
+
toObject(): {
|
|
99
|
+
id?: string;
|
|
100
|
+
name?: string;
|
|
101
|
+
description?: string;
|
|
102
|
+
run_id?: string;
|
|
103
|
+
test_suite_id?: string;
|
|
104
|
+
status?: dependency_1.testsystem.v1.common.TestStatus;
|
|
105
|
+
start_time?: ReturnType<typeof dependency_2.google.protobuf.Timestamp.prototype.toObject>;
|
|
106
|
+
end_time?: ReturnType<typeof dependency_2.google.protobuf.Timestamp.prototype.toObject>;
|
|
107
|
+
duration?: ReturnType<typeof dependency_3.google.protobuf.Duration.prototype.toObject>;
|
|
108
|
+
attachments?: ReturnType<typeof dependency_1.testsystem.v1.common.Attachment.prototype.toObject>[];
|
|
109
|
+
error_message?: string;
|
|
110
|
+
stack_trace?: string;
|
|
111
|
+
errors?: string[];
|
|
112
|
+
metadata?: {
|
|
113
|
+
[key: string]: string;
|
|
114
|
+
};
|
|
115
|
+
tags?: string[];
|
|
116
|
+
location?: string;
|
|
117
|
+
retry_count?: number;
|
|
118
|
+
retry_index?: number;
|
|
119
|
+
timeout?: number;
|
|
120
|
+
};
|
|
121
|
+
serialize(): Uint8Array;
|
|
122
|
+
serialize(w: pb_1.BinaryWriter): void;
|
|
123
|
+
static deserialize(bytes: Uint8Array | pb_1.BinaryReader): TestCaseRun;
|
|
124
|
+
serializeBinary(): Uint8Array;
|
|
125
|
+
static deserializeBinary(bytes: Uint8Array): TestCaseRun;
|
|
126
|
+
}
|
|
127
|
+
class StepRun extends pb_1.Message {
|
|
128
|
+
#private;
|
|
129
|
+
constructor(data?: any[] | {
|
|
130
|
+
id?: string;
|
|
131
|
+
run_id?: string;
|
|
132
|
+
test_case_id?: string;
|
|
133
|
+
title?: string;
|
|
134
|
+
description?: string;
|
|
135
|
+
start_time?: dependency_2.google.protobuf.Timestamp;
|
|
136
|
+
duration?: dependency_3.google.protobuf.Duration;
|
|
137
|
+
type?: string;
|
|
138
|
+
metadata?: Map<string, string>;
|
|
139
|
+
parent_step_id?: string;
|
|
140
|
+
worker_index?: string;
|
|
141
|
+
status?: dependency_1.testsystem.v1.common.TestStatus;
|
|
142
|
+
error?: string;
|
|
143
|
+
errors?: string[];
|
|
144
|
+
location?: string;
|
|
145
|
+
category?: string;
|
|
146
|
+
retry_index?: number;
|
|
147
|
+
attachments?: dependency_1.testsystem.v1.common.Attachment[];
|
|
148
|
+
});
|
|
149
|
+
get id(): string;
|
|
150
|
+
set id(value: string);
|
|
151
|
+
get run_id(): string;
|
|
152
|
+
set run_id(value: string);
|
|
153
|
+
get test_case_id(): string;
|
|
154
|
+
set test_case_id(value: string);
|
|
155
|
+
get title(): string;
|
|
156
|
+
set title(value: string);
|
|
157
|
+
get description(): string;
|
|
158
|
+
set description(value: string);
|
|
159
|
+
get start_time(): dependency_2.google.protobuf.Timestamp;
|
|
160
|
+
set start_time(value: dependency_2.google.protobuf.Timestamp);
|
|
161
|
+
get has_start_time(): boolean;
|
|
162
|
+
get duration(): dependency_3.google.protobuf.Duration;
|
|
163
|
+
set duration(value: dependency_3.google.protobuf.Duration);
|
|
164
|
+
get has_duration(): boolean;
|
|
165
|
+
get type(): string;
|
|
166
|
+
set type(value: string);
|
|
167
|
+
get metadata(): Map<string, string>;
|
|
168
|
+
set metadata(value: Map<string, string>);
|
|
169
|
+
get parent_step_id(): string;
|
|
170
|
+
set parent_step_id(value: string);
|
|
171
|
+
get worker_index(): string;
|
|
172
|
+
set worker_index(value: string);
|
|
173
|
+
get status(): dependency_1.testsystem.v1.common.TestStatus;
|
|
174
|
+
set status(value: dependency_1.testsystem.v1.common.TestStatus);
|
|
175
|
+
get error(): string;
|
|
176
|
+
set error(value: string);
|
|
177
|
+
get errors(): string[];
|
|
178
|
+
set errors(value: string[]);
|
|
179
|
+
get location(): string;
|
|
180
|
+
set location(value: string);
|
|
181
|
+
get category(): string;
|
|
182
|
+
set category(value: string);
|
|
183
|
+
get retry_index(): number;
|
|
184
|
+
set retry_index(value: number);
|
|
185
|
+
get attachments(): dependency_1.testsystem.v1.common.Attachment[];
|
|
186
|
+
set attachments(value: dependency_1.testsystem.v1.common.Attachment[]);
|
|
187
|
+
static fromObject(data: {
|
|
188
|
+
id?: string;
|
|
189
|
+
run_id?: string;
|
|
190
|
+
test_case_id?: string;
|
|
191
|
+
title?: string;
|
|
192
|
+
description?: string;
|
|
193
|
+
start_time?: ReturnType<typeof dependency_2.google.protobuf.Timestamp.prototype.toObject>;
|
|
194
|
+
duration?: ReturnType<typeof dependency_3.google.protobuf.Duration.prototype.toObject>;
|
|
195
|
+
type?: string;
|
|
196
|
+
metadata?: {
|
|
197
|
+
[key: string]: string;
|
|
198
|
+
};
|
|
199
|
+
parent_step_id?: string;
|
|
200
|
+
worker_index?: string;
|
|
201
|
+
status?: dependency_1.testsystem.v1.common.TestStatus;
|
|
202
|
+
error?: string;
|
|
203
|
+
errors?: string[];
|
|
204
|
+
location?: string;
|
|
205
|
+
category?: string;
|
|
206
|
+
retry_index?: number;
|
|
207
|
+
attachments?: ReturnType<typeof dependency_1.testsystem.v1.common.Attachment.prototype.toObject>[];
|
|
208
|
+
}): StepRun;
|
|
209
|
+
toObject(): {
|
|
210
|
+
id?: string;
|
|
211
|
+
run_id?: string;
|
|
212
|
+
test_case_id?: string;
|
|
213
|
+
title?: string;
|
|
214
|
+
description?: string;
|
|
215
|
+
start_time?: ReturnType<typeof dependency_2.google.protobuf.Timestamp.prototype.toObject>;
|
|
216
|
+
duration?: ReturnType<typeof dependency_3.google.protobuf.Duration.prototype.toObject>;
|
|
217
|
+
type?: string;
|
|
218
|
+
metadata?: {
|
|
219
|
+
[key: string]: string;
|
|
220
|
+
};
|
|
221
|
+
parent_step_id?: string;
|
|
222
|
+
worker_index?: string;
|
|
223
|
+
status?: dependency_1.testsystem.v1.common.TestStatus;
|
|
224
|
+
error?: string;
|
|
225
|
+
errors?: string[];
|
|
226
|
+
location?: string;
|
|
227
|
+
category?: string;
|
|
228
|
+
retry_index?: number;
|
|
229
|
+
attachments?: ReturnType<typeof dependency_1.testsystem.v1.common.Attachment.prototype.toObject>[];
|
|
230
|
+
};
|
|
231
|
+
serialize(): Uint8Array;
|
|
232
|
+
serialize(w: pb_1.BinaryWriter): void;
|
|
233
|
+
static deserialize(bytes: Uint8Array | pb_1.BinaryReader): StepRun;
|
|
234
|
+
serializeBinary(): Uint8Array;
|
|
235
|
+
static deserializeBinary(bytes: Uint8Array): StepRun;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
//# sourceMappingURL=test_case.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"test_case.d.ts","sourceRoot":"","sources":["../../../../../lib/testsystem/v1/entities/test_case.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by the protoc-gen-ts. DO NOT EDIT!
|
|
3
|
+
* compiler version: 3.19.1
|
|
4
|
+
* source: testsystem/v1/entities/test_suite.proto
|
|
5
|
+
* git: https://github.com/thesayyn/protoc-gen-ts */
|
|
6
|
+
import * as dependency_1 from "./../common/common";
|
|
7
|
+
import * as dependency_2 from "./test_case";
|
|
8
|
+
import * as dependency_3 from "./../../../google/protobuf/timestamp";
|
|
9
|
+
import * as dependency_4 from "./../../../google/protobuf/duration";
|
|
10
|
+
import * as pb_1 from "google-protobuf";
|
|
11
|
+
export declare namespace testsystem.v1.entities {
|
|
12
|
+
enum SuiteType {
|
|
13
|
+
ROOT = 0,
|
|
14
|
+
PROJECT = 1,
|
|
15
|
+
SUBSUITE = 2,
|
|
16
|
+
FILE = 3
|
|
17
|
+
}
|
|
18
|
+
class TestSuiteRun extends pb_1.Message {
|
|
19
|
+
#private;
|
|
20
|
+
constructor(data?: any[] | {
|
|
21
|
+
id?: string;
|
|
22
|
+
name?: string;
|
|
23
|
+
description?: string;
|
|
24
|
+
run_id?: string;
|
|
25
|
+
start_time?: dependency_3.google.protobuf.Timestamp;
|
|
26
|
+
end_time?: dependency_3.google.protobuf.Timestamp;
|
|
27
|
+
duration?: dependency_4.google.protobuf.Duration;
|
|
28
|
+
status?: dependency_1.testsystem.v1.common.TestStatus;
|
|
29
|
+
metadata?: Map<string, string>;
|
|
30
|
+
location?: string;
|
|
31
|
+
type?: SuiteType;
|
|
32
|
+
parent_suite_id?: string;
|
|
33
|
+
test_case_ids?: string[];
|
|
34
|
+
sub_suite_ids?: string[];
|
|
35
|
+
project?: string;
|
|
36
|
+
initiated_by?: string;
|
|
37
|
+
author?: string;
|
|
38
|
+
owner?: string;
|
|
39
|
+
test_cases?: dependency_2.testsystem.v1.entities.TestCaseRun[];
|
|
40
|
+
sub_suites?: TestSuiteRun[];
|
|
41
|
+
});
|
|
42
|
+
get id(): string;
|
|
43
|
+
set id(value: string);
|
|
44
|
+
get name(): string;
|
|
45
|
+
set name(value: string);
|
|
46
|
+
get description(): string;
|
|
47
|
+
set description(value: string);
|
|
48
|
+
get run_id(): string;
|
|
49
|
+
set run_id(value: string);
|
|
50
|
+
get start_time(): dependency_3.google.protobuf.Timestamp;
|
|
51
|
+
set start_time(value: dependency_3.google.protobuf.Timestamp);
|
|
52
|
+
get has_start_time(): boolean;
|
|
53
|
+
get end_time(): dependency_3.google.protobuf.Timestamp;
|
|
54
|
+
set end_time(value: dependency_3.google.protobuf.Timestamp);
|
|
55
|
+
get has_end_time(): boolean;
|
|
56
|
+
get duration(): dependency_4.google.protobuf.Duration;
|
|
57
|
+
set duration(value: dependency_4.google.protobuf.Duration);
|
|
58
|
+
get has_duration(): boolean;
|
|
59
|
+
get status(): dependency_1.testsystem.v1.common.TestStatus;
|
|
60
|
+
set status(value: dependency_1.testsystem.v1.common.TestStatus);
|
|
61
|
+
get metadata(): Map<string, string>;
|
|
62
|
+
set metadata(value: Map<string, string>);
|
|
63
|
+
get location(): string;
|
|
64
|
+
set location(value: string);
|
|
65
|
+
get type(): SuiteType;
|
|
66
|
+
set type(value: SuiteType);
|
|
67
|
+
get parent_suite_id(): string;
|
|
68
|
+
set parent_suite_id(value: string);
|
|
69
|
+
get test_case_ids(): string[];
|
|
70
|
+
set test_case_ids(value: string[]);
|
|
71
|
+
get sub_suite_ids(): string[];
|
|
72
|
+
set sub_suite_ids(value: string[]);
|
|
73
|
+
get project(): string;
|
|
74
|
+
set project(value: string);
|
|
75
|
+
get initiated_by(): string;
|
|
76
|
+
set initiated_by(value: string);
|
|
77
|
+
get author(): string;
|
|
78
|
+
set author(value: string);
|
|
79
|
+
get owner(): string;
|
|
80
|
+
set owner(value: string);
|
|
81
|
+
get test_cases(): dependency_2.testsystem.v1.entities.TestCaseRun[];
|
|
82
|
+
set test_cases(value: dependency_2.testsystem.v1.entities.TestCaseRun[]);
|
|
83
|
+
get sub_suites(): TestSuiteRun[];
|
|
84
|
+
set sub_suites(value: TestSuiteRun[]);
|
|
85
|
+
static fromObject(data: {
|
|
86
|
+
id?: string;
|
|
87
|
+
name?: string;
|
|
88
|
+
description?: string;
|
|
89
|
+
run_id?: string;
|
|
90
|
+
start_time?: ReturnType<typeof dependency_3.google.protobuf.Timestamp.prototype.toObject>;
|
|
91
|
+
end_time?: ReturnType<typeof dependency_3.google.protobuf.Timestamp.prototype.toObject>;
|
|
92
|
+
duration?: ReturnType<typeof dependency_4.google.protobuf.Duration.prototype.toObject>;
|
|
93
|
+
status?: dependency_1.testsystem.v1.common.TestStatus;
|
|
94
|
+
metadata?: {
|
|
95
|
+
[key: string]: string;
|
|
96
|
+
};
|
|
97
|
+
location?: string;
|
|
98
|
+
type?: SuiteType;
|
|
99
|
+
parent_suite_id?: string;
|
|
100
|
+
test_case_ids?: string[];
|
|
101
|
+
sub_suite_ids?: string[];
|
|
102
|
+
project?: string;
|
|
103
|
+
initiated_by?: string;
|
|
104
|
+
author?: string;
|
|
105
|
+
owner?: string;
|
|
106
|
+
test_cases?: ReturnType<typeof dependency_2.testsystem.v1.entities.TestCaseRun.prototype.toObject>[];
|
|
107
|
+
sub_suites?: ReturnType<typeof TestSuiteRun.prototype.toObject>[];
|
|
108
|
+
}): TestSuiteRun;
|
|
109
|
+
toObject(): {
|
|
110
|
+
id?: string;
|
|
111
|
+
name?: string;
|
|
112
|
+
description?: string;
|
|
113
|
+
run_id?: string;
|
|
114
|
+
start_time?: ReturnType<typeof dependency_3.google.protobuf.Timestamp.prototype.toObject>;
|
|
115
|
+
end_time?: ReturnType<typeof dependency_3.google.protobuf.Timestamp.prototype.toObject>;
|
|
116
|
+
duration?: ReturnType<typeof dependency_4.google.protobuf.Duration.prototype.toObject>;
|
|
117
|
+
status?: dependency_1.testsystem.v1.common.TestStatus;
|
|
118
|
+
metadata?: {
|
|
119
|
+
[key: string]: string;
|
|
120
|
+
};
|
|
121
|
+
location?: string;
|
|
122
|
+
type?: SuiteType;
|
|
123
|
+
parent_suite_id?: string;
|
|
124
|
+
test_case_ids?: string[];
|
|
125
|
+
sub_suite_ids?: string[];
|
|
126
|
+
project?: string;
|
|
127
|
+
initiated_by?: string;
|
|
128
|
+
author?: string;
|
|
129
|
+
owner?: string;
|
|
130
|
+
test_cases?: ReturnType<typeof dependency_2.testsystem.v1.entities.TestCaseRun.prototype.toObject>[];
|
|
131
|
+
sub_suites?: ReturnType<typeof TestSuiteRun.prototype.toObject>[];
|
|
132
|
+
};
|
|
133
|
+
serialize(): Uint8Array;
|
|
134
|
+
serialize(w: pb_1.BinaryWriter): void;
|
|
135
|
+
static deserialize(bytes: Uint8Array | pb_1.BinaryReader): TestSuiteRun;
|
|
136
|
+
serializeBinary(): Uint8Array;
|
|
137
|
+
static deserializeBinary(bytes: Uint8Array): TestSuiteRun;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
//# sourceMappingURL=test_suite.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"test_suite.d.ts","sourceRoot":"","sources":["../../../../../lib/testsystem/v1/entities/test_suite.ts"],"names":[],"mappings":"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"}
|