@stanterprise/protobuf 0.0.21 → 0.1.0
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-XWJCF6BO.mjs → chunk-34GQCWQN.mjs} +3 -3
- package/dist/{chunk-Q4ZGL32L.mjs → chunk-4YJNHYW7.mjs} +33 -32
- package/dist/{chunk-Q4ZGL32L.mjs.map → chunk-4YJNHYW7.mjs.map} +1 -1
- package/dist/{chunk-YUDCZY2W.mjs → chunk-EMALOWTT.mjs} +4 -1
- package/dist/{chunk-YUDCZY2W.mjs.map → chunk-EMALOWTT.mjs.map} +1 -1
- package/dist/{chunk-WRPZRLMU.mjs → chunk-FBR2J74U.mjs} +3 -3
- package/dist/{chunk-X3JXEIL7.mjs → chunk-RGAFE2QL.mjs} +6 -6
- package/dist/{chunk-6LZLCU56.mjs → chunk-WBCHUWL7.mjs} +2 -2
- package/dist/{chunk-WYXRRQPZ.mjs → chunk-WHGMBNCF.mjs} +2 -2
- package/dist/{chunk-L6UHOMOP.mjs → chunk-XIP55YQC.mjs} +29 -3
- package/dist/{chunk-L6UHOMOP.mjs.map → chunk-XIP55YQC.mjs.map} +1 -1
- package/dist/{chunk-LQLPOAWU.mjs → chunk-XYL4P7DJ.mjs} +3 -3
- package/dist/index.js +56 -28
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/testsystem/index.js +56 -28
- package/dist/testsystem/index.js.map +1 -1
- package/dist/testsystem/index.mjs +9 -9
- package/dist/testsystem/v1/common/index.mjs +2 -2
- package/dist/testsystem/v1/entities/index.mjs +3 -3
- package/dist/testsystem/v1/events/index.js +26 -0
- package/dist/testsystem/v1/events/index.js.map +1 -1
- package/dist/testsystem/v1/events/index.mjs +4 -4
- package/dist/testsystem/v1/index.js +56 -28
- package/dist/testsystem/v1/index.js.map +1 -1
- package/dist/testsystem/v1/index.mjs +9 -9
- package/dist/testsystem/v1/observer/index.js +56 -28
- package/dist/testsystem/v1/observer/index.js.map +1 -1
- package/dist/testsystem/v1/observer/index.mjs +5 -5
- package/lib/testsystem/v1/events/events.ts +33 -0
- package/package.json +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +0 -1
- package/dist/lib/google/protobuf/duration.d.ts +0 -33
- package/dist/lib/google/protobuf/duration.d.ts.map +0 -1
- package/dist/lib/google/protobuf/timestamp.d.ts +0 -33
- package/dist/lib/google/protobuf/timestamp.d.ts.map +0 -1
- package/dist/lib/index.d.ts +0 -9
- package/dist/lib/index.d.ts.map +0 -1
- package/dist/lib/testsystem/v1/common/common.d.ts +0 -61
- package/dist/lib/testsystem/v1/common/common.d.ts.map +0 -1
- package/dist/lib/testsystem/v1/entities/test_case.d.ts +0 -233
- package/dist/lib/testsystem/v1/entities/test_case.d.ts.map +0 -1
- package/dist/lib/testsystem/v1/entities/test_suite.d.ts +0 -140
- package/dist/lib/testsystem/v1/entities/test_suite.d.ts.map +0 -1
- package/dist/lib/testsystem/v1/events/events.d.ts +0 -428
- package/dist/lib/testsystem/v1/events/events.d.ts.map +0 -1
- package/dist/lib/testsystem/v1/observer/observer.d.ts +0 -202
- package/dist/lib/testsystem/v1/observer/observer.d.ts.map +0 -1
- package/dist/testsystem/index.d.ts +0 -2
- package/dist/testsystem/index.d.ts.map +0 -1
- package/dist/testsystem/v1/common/index.d.ts +0 -6
- package/dist/testsystem/v1/common/index.d.ts.map +0 -1
- package/dist/testsystem/v1/entities/index.d.ts +0 -11
- package/dist/testsystem/v1/entities/index.d.ts.map +0 -1
- package/dist/testsystem/v1/events/index.d.ts +0 -28
- package/dist/testsystem/v1/events/index.d.ts.map +0 -1
- package/dist/testsystem/v1/index.d.ts +0 -5
- package/dist/testsystem/v1/index.d.ts.map +0 -1
- package/dist/testsystem/v1/observer/index.d.ts +0 -6
- package/dist/testsystem/v1/observer/index.d.ts.map +0 -1
- /package/dist/{chunk-XWJCF6BO.mjs.map → chunk-34GQCWQN.mjs.map} +0 -0
- /package/dist/{chunk-WRPZRLMU.mjs.map → chunk-FBR2J74U.mjs.map} +0 -0
- /package/dist/{chunk-X3JXEIL7.mjs.map → chunk-RGAFE2QL.mjs.map} +0 -0
- /package/dist/{chunk-6LZLCU56.mjs.map → chunk-WBCHUWL7.mjs.map} +0 -0
- /package/dist/{chunk-WYXRRQPZ.mjs.map → chunk-WHGMBNCF.mjs.map} +0 -0
- /package/dist/{chunk-LQLPOAWU.mjs.map → chunk-XYL4P7DJ.mjs.map} +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AckResponse,
|
|
3
3
|
TestEventCollectorClient
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-FBR2J74U.mjs";
|
|
5
|
+
import "../../../chunk-4YJNHYW7.mjs";
|
|
6
|
+
import "../../../chunk-XIP55YQC.mjs";
|
|
7
|
+
import "../../../chunk-WBCHUWL7.mjs";
|
|
8
|
+
import "../../../chunk-EMALOWTT.mjs";
|
|
9
9
|
export {
|
|
10
10
|
AckResponse,
|
|
11
11
|
TestEventCollectorClient
|
|
@@ -1485,6 +1485,7 @@ export namespace testsystem.v1.events {
|
|
|
1485
1485
|
final_status?: dependency_2.testsystem.v1.common.TestStatus;
|
|
1486
1486
|
start_time?: dependency_1.google.protobuf.Timestamp;
|
|
1487
1487
|
duration?: dependency_5.google.protobuf.Duration;
|
|
1488
|
+
metadata?: Map<string, string>;
|
|
1488
1489
|
}) {
|
|
1489
1490
|
super();
|
|
1490
1491
|
pb_1.Message.initialize(this, Array.isArray(data) ? data : [], 0, -1, [], this.#one_of_decls);
|
|
@@ -1501,7 +1502,12 @@ export namespace testsystem.v1.events {
|
|
|
1501
1502
|
if ("duration" in data && data.duration != undefined) {
|
|
1502
1503
|
this.duration = data.duration;
|
|
1503
1504
|
}
|
|
1505
|
+
if ("metadata" in data && data.metadata != undefined) {
|
|
1506
|
+
this.metadata = data.metadata;
|
|
1507
|
+
}
|
|
1504
1508
|
}
|
|
1509
|
+
if (!this.metadata)
|
|
1510
|
+
this.metadata = new Map();
|
|
1505
1511
|
}
|
|
1506
1512
|
get run_id() {
|
|
1507
1513
|
return pb_1.Message.getFieldWithDefault(this, 1, "") as string;
|
|
@@ -1533,11 +1539,20 @@ export namespace testsystem.v1.events {
|
|
|
1533
1539
|
get has_duration() {
|
|
1534
1540
|
return pb_1.Message.getField(this, 4) != null;
|
|
1535
1541
|
}
|
|
1542
|
+
get metadata() {
|
|
1543
|
+
return pb_1.Message.getField(this, 5) as any as Map<string, string>;
|
|
1544
|
+
}
|
|
1545
|
+
set metadata(value: Map<string, string>) {
|
|
1546
|
+
pb_1.Message.setField(this, 5, value as any);
|
|
1547
|
+
}
|
|
1536
1548
|
static fromObject(data: {
|
|
1537
1549
|
run_id?: string;
|
|
1538
1550
|
final_status?: dependency_2.testsystem.v1.common.TestStatus;
|
|
1539
1551
|
start_time?: ReturnType<typeof dependency_1.google.protobuf.Timestamp.prototype.toObject>;
|
|
1540
1552
|
duration?: ReturnType<typeof dependency_5.google.protobuf.Duration.prototype.toObject>;
|
|
1553
|
+
metadata?: {
|
|
1554
|
+
[key: string]: string;
|
|
1555
|
+
};
|
|
1541
1556
|
}): TestRunEndEventRequest {
|
|
1542
1557
|
const message = new TestRunEndEventRequest({});
|
|
1543
1558
|
if (data.run_id != null) {
|
|
@@ -1552,6 +1567,9 @@ export namespace testsystem.v1.events {
|
|
|
1552
1567
|
if (data.duration != null) {
|
|
1553
1568
|
message.duration = dependency_5.google.protobuf.Duration.fromObject(data.duration);
|
|
1554
1569
|
}
|
|
1570
|
+
if (typeof data.metadata == "object") {
|
|
1571
|
+
message.metadata = new Map(Object.entries(data.metadata));
|
|
1572
|
+
}
|
|
1555
1573
|
return message;
|
|
1556
1574
|
}
|
|
1557
1575
|
toObject() {
|
|
@@ -1560,6 +1578,9 @@ export namespace testsystem.v1.events {
|
|
|
1560
1578
|
final_status?: dependency_2.testsystem.v1.common.TestStatus;
|
|
1561
1579
|
start_time?: ReturnType<typeof dependency_1.google.protobuf.Timestamp.prototype.toObject>;
|
|
1562
1580
|
duration?: ReturnType<typeof dependency_5.google.protobuf.Duration.prototype.toObject>;
|
|
1581
|
+
metadata?: {
|
|
1582
|
+
[key: string]: string;
|
|
1583
|
+
};
|
|
1563
1584
|
} = {};
|
|
1564
1585
|
if (this.run_id != null) {
|
|
1565
1586
|
data.run_id = this.run_id;
|
|
@@ -1573,6 +1594,9 @@ export namespace testsystem.v1.events {
|
|
|
1573
1594
|
if (this.duration != null) {
|
|
1574
1595
|
data.duration = this.duration.toObject();
|
|
1575
1596
|
}
|
|
1597
|
+
if (this.metadata != null) {
|
|
1598
|
+
data.metadata = (Object.fromEntries)(this.metadata);
|
|
1599
|
+
}
|
|
1576
1600
|
return data;
|
|
1577
1601
|
}
|
|
1578
1602
|
serialize(): Uint8Array;
|
|
@@ -1587,6 +1611,12 @@ export namespace testsystem.v1.events {
|
|
|
1587
1611
|
writer.writeMessage(3, this.start_time, () => this.start_time.serialize(writer));
|
|
1588
1612
|
if (this.has_duration)
|
|
1589
1613
|
writer.writeMessage(4, this.duration, () => this.duration.serialize(writer));
|
|
1614
|
+
for (const [key, value] of this.metadata) {
|
|
1615
|
+
writer.writeMessage(5, this.metadata, () => {
|
|
1616
|
+
writer.writeString(1, key);
|
|
1617
|
+
writer.writeString(2, value);
|
|
1618
|
+
});
|
|
1619
|
+
}
|
|
1590
1620
|
if (!w)
|
|
1591
1621
|
return writer.getResultBuffer();
|
|
1592
1622
|
}
|
|
@@ -1608,6 +1638,9 @@ export namespace testsystem.v1.events {
|
|
|
1608
1638
|
case 4:
|
|
1609
1639
|
reader.readMessage(message.duration, () => message.duration = dependency_5.google.protobuf.Duration.deserialize(reader));
|
|
1610
1640
|
break;
|
|
1641
|
+
case 5:
|
|
1642
|
+
reader.readMessage(message, () => pb_1.Map.deserializeBinary(message.metadata as any, reader, reader.readString, reader.readString));
|
|
1643
|
+
break;
|
|
1611
1644
|
default: reader.skipField();
|
|
1612
1645
|
}
|
|
1613
1646
|
}
|
package/package.json
CHANGED
package/dist/index.d.ts
DELETED
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AACA,cAAc,OAAO,CAAC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,33 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
package/dist/lib/index.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
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
|
package/dist/lib/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,61 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,233 +0,0 @@
|
|
|
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
|
-
});
|
|
148
|
-
get id(): string;
|
|
149
|
-
set id(value: string);
|
|
150
|
-
get run_id(): string;
|
|
151
|
-
set run_id(value: string);
|
|
152
|
-
get test_case_id(): string;
|
|
153
|
-
set test_case_id(value: string);
|
|
154
|
-
get title(): string;
|
|
155
|
-
set title(value: string);
|
|
156
|
-
get description(): string;
|
|
157
|
-
set description(value: string);
|
|
158
|
-
get start_time(): dependency_2.google.protobuf.Timestamp;
|
|
159
|
-
set start_time(value: dependency_2.google.protobuf.Timestamp);
|
|
160
|
-
get has_start_time(): boolean;
|
|
161
|
-
get duration(): dependency_3.google.protobuf.Duration;
|
|
162
|
-
set duration(value: dependency_3.google.protobuf.Duration);
|
|
163
|
-
get has_duration(): boolean;
|
|
164
|
-
get type(): string;
|
|
165
|
-
set type(value: string);
|
|
166
|
-
get metadata(): Map<string, string>;
|
|
167
|
-
set metadata(value: Map<string, string>);
|
|
168
|
-
get parent_step_id(): string;
|
|
169
|
-
set parent_step_id(value: string);
|
|
170
|
-
get worker_index(): string;
|
|
171
|
-
set worker_index(value: string);
|
|
172
|
-
get status(): dependency_1.testsystem.v1.common.TestStatus;
|
|
173
|
-
set status(value: dependency_1.testsystem.v1.common.TestStatus);
|
|
174
|
-
get error(): string;
|
|
175
|
-
set error(value: string);
|
|
176
|
-
get errors(): string[];
|
|
177
|
-
set errors(value: string[]);
|
|
178
|
-
get location(): string;
|
|
179
|
-
set location(value: string);
|
|
180
|
-
get category(): string;
|
|
181
|
-
set category(value: string);
|
|
182
|
-
get retry_index(): number;
|
|
183
|
-
set retry_index(value: number);
|
|
184
|
-
static fromObject(data: {
|
|
185
|
-
id?: string;
|
|
186
|
-
run_id?: string;
|
|
187
|
-
test_case_id?: string;
|
|
188
|
-
title?: string;
|
|
189
|
-
description?: string;
|
|
190
|
-
start_time?: ReturnType<typeof dependency_2.google.protobuf.Timestamp.prototype.toObject>;
|
|
191
|
-
duration?: ReturnType<typeof dependency_3.google.protobuf.Duration.prototype.toObject>;
|
|
192
|
-
type?: string;
|
|
193
|
-
metadata?: {
|
|
194
|
-
[key: string]: string;
|
|
195
|
-
};
|
|
196
|
-
parent_step_id?: string;
|
|
197
|
-
worker_index?: string;
|
|
198
|
-
status?: dependency_1.testsystem.v1.common.TestStatus;
|
|
199
|
-
error?: string;
|
|
200
|
-
errors?: string[];
|
|
201
|
-
location?: string;
|
|
202
|
-
category?: string;
|
|
203
|
-
retry_index?: number;
|
|
204
|
-
}): StepRun;
|
|
205
|
-
toObject(): {
|
|
206
|
-
id?: string;
|
|
207
|
-
run_id?: string;
|
|
208
|
-
test_case_id?: string;
|
|
209
|
-
title?: string;
|
|
210
|
-
description?: string;
|
|
211
|
-
start_time?: ReturnType<typeof dependency_2.google.protobuf.Timestamp.prototype.toObject>;
|
|
212
|
-
duration?: ReturnType<typeof dependency_3.google.protobuf.Duration.prototype.toObject>;
|
|
213
|
-
type?: string;
|
|
214
|
-
metadata?: {
|
|
215
|
-
[key: string]: string;
|
|
216
|
-
};
|
|
217
|
-
parent_step_id?: string;
|
|
218
|
-
worker_index?: string;
|
|
219
|
-
status?: dependency_1.testsystem.v1.common.TestStatus;
|
|
220
|
-
error?: string;
|
|
221
|
-
errors?: string[];
|
|
222
|
-
location?: string;
|
|
223
|
-
category?: string;
|
|
224
|
-
retry_index?: number;
|
|
225
|
-
};
|
|
226
|
-
serialize(): Uint8Array;
|
|
227
|
-
serialize(w: pb_1.BinaryWriter): void;
|
|
228
|
-
static deserialize(bytes: Uint8Array | pb_1.BinaryReader): StepRun;
|
|
229
|
-
serializeBinary(): Uint8Array;
|
|
230
|
-
static deserializeBinary(bytes: Uint8Array): StepRun;
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
//# sourceMappingURL=test_case.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"test_case.d.ts","sourceRoot":"","sources":["../../../../../lib/testsystem/v1/entities/test_case.ts"],"names":[],"mappings":"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"}
|