@stanterprise/protobuf 0.0.11 → 0.0.14
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/README.md +24 -0
- package/dist/chunk-4NKV5THZ.mjs +1507 -0
- package/dist/chunk-4NKV5THZ.mjs.map +1 -0
- package/dist/chunk-BS6UMTC7.mjs +29 -0
- package/dist/chunk-BS6UMTC7.mjs.map +1 -0
- package/dist/chunk-F6CKBSG3.mjs +294 -0
- package/dist/chunk-F6CKBSG3.mjs.map +1 -0
- package/dist/chunk-JOH5DJAY.mjs +26 -0
- package/dist/chunk-JOH5DJAY.mjs.map +1 -0
- package/dist/chunk-OYBN67JW.mjs +52 -0
- package/dist/chunk-OYBN67JW.mjs.map +1 -0
- package/dist/chunk-S5P2S67H.mjs +20 -0
- package/dist/chunk-S5P2S67H.mjs.map +1 -0
- package/dist/chunk-TJOHFA2M.mjs +1217 -0
- package/dist/chunk-TJOHFA2M.mjs.map +1 -0
- package/dist/chunk-VBR2HXFF.mjs +179 -0
- package/dist/chunk-VBR2HXFF.mjs.map +1 -0
- package/dist/chunk-YYTEIJXG.mjs +22 -0
- package/dist/chunk-YYTEIJXG.mjs.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +204 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -2981
- package/dist/index.mjs.map +1 -1
- package/dist/lib/index.d.ts +2 -7
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/testsystem/v1/events/events.d.ts +44 -0
- package/dist/lib/testsystem/v1/events/events.d.ts.map +1 -1
- package/dist/lib/testsystem/v1/observer/observer.d.ts +11 -0
- package/dist/lib/testsystem/v1/observer/observer.d.ts.map +1 -1
- package/dist/testsystem/index.d.ts +2 -0
- package/dist/testsystem/index.d.ts.map +1 -0
- package/dist/testsystem/index.js +3252 -0
- package/dist/testsystem/index.js.map +1 -0
- package/dist/testsystem/index.mjs +15 -0
- package/dist/testsystem/index.mjs.map +1 -0
- 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/common/index.js +212 -0
- package/dist/testsystem/v1/common/index.js.map +1 -0
- package/dist/testsystem/v1/common/index.mjs +10 -0
- package/dist/testsystem/v1/common/index.mjs.map +1 -0
- package/dist/testsystem/v1/entities/index.d.ts +9 -0
- package/dist/testsystem/v1/entities/index.d.ts.map +1 -0
- package/dist/testsystem/v1/entities/index.js +1704 -0
- package/dist/testsystem/v1/entities/index.js.map +1 -0
- package/dist/testsystem/v1/entities/index.mjs +13 -0
- package/dist/testsystem/v1/entities/index.mjs.map +1 -0
- package/dist/testsystem/v1/events/index.d.ts +26 -0
- package/dist/testsystem/v1/events/index.d.ts.map +1 -0
- package/dist/testsystem/v1/events/index.js +2933 -0
- package/dist/testsystem/v1/events/index.js.map +1 -0
- package/dist/testsystem/v1/events/index.mjs +32 -0
- package/dist/testsystem/v1/events/index.mjs.map +1 -0
- 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 +3249 -0
- package/dist/testsystem/v1/index.js.map +1 -0
- package/dist/testsystem/v1/index.mjs +24 -0
- package/dist/testsystem/v1/index.mjs.map +1 -0
- 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 +3185 -0
- package/dist/testsystem/v1/observer/index.js.map +1 -0
- package/dist/testsystem/v1/observer/index.mjs +13 -0
- package/dist/testsystem/v1/observer/index.mjs.map +1 -0
- package/lib/index.ts +44 -17
- package/lib/testsystem/v1/events/events.ts +182 -0
- package/lib/testsystem/v1/observer/observer.ts +13 -0
- package/package.json +34 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../testsystem/v1/common/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,IAAI,QAAQ,EAAE,MAAM,0CAA0C,CAAC;AAGlF,MAAM,MAAM,UAAU,GAAG,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,UAAU,CAAC;AACvD,eAAO,MAAM,UAAU,sCAAgC,CAAC;AAGxD,MAAM,MAAM,UAAU,GAAG,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,UAAU,CAAC;AACvD,eAAO,MAAM,UAAU,sCAAgC,CAAC"}
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __typeError = (msg) => {
|
|
9
|
+
throw TypeError(msg);
|
|
10
|
+
};
|
|
11
|
+
var __export = (target, all) => {
|
|
12
|
+
for (var name in all)
|
|
13
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
14
|
+
};
|
|
15
|
+
var __copyProps = (to, from, except, desc) => {
|
|
16
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
17
|
+
for (let key of __getOwnPropNames(from))
|
|
18
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
19
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
20
|
+
}
|
|
21
|
+
return to;
|
|
22
|
+
};
|
|
23
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
24
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
25
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
26
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
27
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
28
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
29
|
+
mod
|
|
30
|
+
));
|
|
31
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
32
|
+
var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg);
|
|
33
|
+
var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
|
|
34
|
+
var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
35
|
+
|
|
36
|
+
// testsystem/v1/common/index.ts
|
|
37
|
+
var common_exports = {};
|
|
38
|
+
__export(common_exports, {
|
|
39
|
+
Attachment: () => Attachment,
|
|
40
|
+
TestStatus: () => TestStatus
|
|
41
|
+
});
|
|
42
|
+
module.exports = __toCommonJS(common_exports);
|
|
43
|
+
|
|
44
|
+
// lib/testsystem/v1/common/common.ts
|
|
45
|
+
var pb_1 = __toESM(require("google-protobuf"));
|
|
46
|
+
var testsystem;
|
|
47
|
+
((testsystem2) => {
|
|
48
|
+
let v1;
|
|
49
|
+
((v12) => {
|
|
50
|
+
let common;
|
|
51
|
+
((common2) => {
|
|
52
|
+
var _one_of_decls;
|
|
53
|
+
let TestStatus2;
|
|
54
|
+
((TestStatus3) => {
|
|
55
|
+
TestStatus3[TestStatus3["UNKNOWN"] = 0] = "UNKNOWN";
|
|
56
|
+
TestStatus3[TestStatus3["PASSED"] = 1] = "PASSED";
|
|
57
|
+
TestStatus3[TestStatus3["FAILED"] = 2] = "FAILED";
|
|
58
|
+
TestStatus3[TestStatus3["SKIPPED"] = 3] = "SKIPPED";
|
|
59
|
+
TestStatus3[TestStatus3["BROKEN"] = 4] = "BROKEN";
|
|
60
|
+
TestStatus3[TestStatus3["TIMEDOUT"] = 5] = "TIMEDOUT";
|
|
61
|
+
TestStatus3[TestStatus3["INTERRUPTED"] = 6] = "INTERRUPTED";
|
|
62
|
+
})(TestStatus2 = common2.TestStatus || (common2.TestStatus = {}));
|
|
63
|
+
const _Attachment = class _Attachment extends pb_1.Message {
|
|
64
|
+
constructor(data) {
|
|
65
|
+
super();
|
|
66
|
+
__privateAdd(this, _one_of_decls, [[3, 4]]);
|
|
67
|
+
pb_1.Message.initialize(this, Array.isArray(data) ? data : [], 0, -1, [], __privateGet(this, _one_of_decls));
|
|
68
|
+
if (!Array.isArray(data) && typeof data == "object") {
|
|
69
|
+
if ("name" in data && data.name != void 0) {
|
|
70
|
+
this.name = data.name;
|
|
71
|
+
}
|
|
72
|
+
if ("mime_type" in data && data.mime_type != void 0) {
|
|
73
|
+
this.mime_type = data.mime_type;
|
|
74
|
+
}
|
|
75
|
+
if ("content" in data && data.content != void 0) {
|
|
76
|
+
this.content = data.content;
|
|
77
|
+
}
|
|
78
|
+
if ("uri" in data && data.uri != void 0) {
|
|
79
|
+
this.uri = data.uri;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
get name() {
|
|
84
|
+
return pb_1.Message.getFieldWithDefault(this, 1, "");
|
|
85
|
+
}
|
|
86
|
+
set name(value) {
|
|
87
|
+
pb_1.Message.setField(this, 1, value);
|
|
88
|
+
}
|
|
89
|
+
get mime_type() {
|
|
90
|
+
return pb_1.Message.getFieldWithDefault(this, 2, "");
|
|
91
|
+
}
|
|
92
|
+
set mime_type(value) {
|
|
93
|
+
pb_1.Message.setField(this, 2, value);
|
|
94
|
+
}
|
|
95
|
+
get content() {
|
|
96
|
+
return pb_1.Message.getFieldWithDefault(this, 3, new Uint8Array(0));
|
|
97
|
+
}
|
|
98
|
+
set content(value) {
|
|
99
|
+
pb_1.Message.setOneofField(this, 3, __privateGet(this, _one_of_decls)[0], value);
|
|
100
|
+
}
|
|
101
|
+
get has_content() {
|
|
102
|
+
return pb_1.Message.getField(this, 3) != null;
|
|
103
|
+
}
|
|
104
|
+
get uri() {
|
|
105
|
+
return pb_1.Message.getFieldWithDefault(this, 4, "");
|
|
106
|
+
}
|
|
107
|
+
set uri(value) {
|
|
108
|
+
pb_1.Message.setOneofField(this, 4, __privateGet(this, _one_of_decls)[0], value);
|
|
109
|
+
}
|
|
110
|
+
get has_uri() {
|
|
111
|
+
return pb_1.Message.getField(this, 4) != null;
|
|
112
|
+
}
|
|
113
|
+
get payload() {
|
|
114
|
+
const cases = {
|
|
115
|
+
0: "none",
|
|
116
|
+
3: "content",
|
|
117
|
+
4: "uri"
|
|
118
|
+
};
|
|
119
|
+
return cases[pb_1.Message.computeOneofCase(this, [3, 4])];
|
|
120
|
+
}
|
|
121
|
+
static fromObject(data) {
|
|
122
|
+
const message = new _Attachment({});
|
|
123
|
+
if (data.name != null) {
|
|
124
|
+
message.name = data.name;
|
|
125
|
+
}
|
|
126
|
+
if (data.mime_type != null) {
|
|
127
|
+
message.mime_type = data.mime_type;
|
|
128
|
+
}
|
|
129
|
+
if (data.content != null) {
|
|
130
|
+
message.content = data.content;
|
|
131
|
+
}
|
|
132
|
+
if (data.uri != null) {
|
|
133
|
+
message.uri = data.uri;
|
|
134
|
+
}
|
|
135
|
+
return message;
|
|
136
|
+
}
|
|
137
|
+
toObject() {
|
|
138
|
+
const data = {};
|
|
139
|
+
if (this.name != null) {
|
|
140
|
+
data.name = this.name;
|
|
141
|
+
}
|
|
142
|
+
if (this.mime_type != null) {
|
|
143
|
+
data.mime_type = this.mime_type;
|
|
144
|
+
}
|
|
145
|
+
if (this.content != null) {
|
|
146
|
+
data.content = this.content;
|
|
147
|
+
}
|
|
148
|
+
if (this.uri != null) {
|
|
149
|
+
data.uri = this.uri;
|
|
150
|
+
}
|
|
151
|
+
return data;
|
|
152
|
+
}
|
|
153
|
+
serialize(w) {
|
|
154
|
+
const writer = w || new pb_1.BinaryWriter();
|
|
155
|
+
if (this.name.length)
|
|
156
|
+
writer.writeString(1, this.name);
|
|
157
|
+
if (this.mime_type.length)
|
|
158
|
+
writer.writeString(2, this.mime_type);
|
|
159
|
+
if (this.has_content)
|
|
160
|
+
writer.writeBytes(3, this.content);
|
|
161
|
+
if (this.has_uri)
|
|
162
|
+
writer.writeString(4, this.uri);
|
|
163
|
+
if (!w)
|
|
164
|
+
return writer.getResultBuffer();
|
|
165
|
+
}
|
|
166
|
+
static deserialize(bytes) {
|
|
167
|
+
const reader = bytes instanceof pb_1.BinaryReader ? bytes : new pb_1.BinaryReader(bytes), message = new _Attachment();
|
|
168
|
+
while (reader.nextField()) {
|
|
169
|
+
if (reader.isEndGroup())
|
|
170
|
+
break;
|
|
171
|
+
switch (reader.getFieldNumber()) {
|
|
172
|
+
case 1:
|
|
173
|
+
message.name = reader.readString();
|
|
174
|
+
break;
|
|
175
|
+
case 2:
|
|
176
|
+
message.mime_type = reader.readString();
|
|
177
|
+
break;
|
|
178
|
+
case 3:
|
|
179
|
+
message.content = reader.readBytes();
|
|
180
|
+
break;
|
|
181
|
+
case 4:
|
|
182
|
+
message.uri = reader.readString();
|
|
183
|
+
break;
|
|
184
|
+
default:
|
|
185
|
+
reader.skipField();
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
return message;
|
|
189
|
+
}
|
|
190
|
+
serializeBinary() {
|
|
191
|
+
return this.serialize();
|
|
192
|
+
}
|
|
193
|
+
static deserializeBinary(bytes) {
|
|
194
|
+
return _Attachment.deserialize(bytes);
|
|
195
|
+
}
|
|
196
|
+
};
|
|
197
|
+
_one_of_decls = new WeakMap();
|
|
198
|
+
let Attachment2 = _Attachment;
|
|
199
|
+
common2.Attachment = _Attachment;
|
|
200
|
+
})(common = v12.common || (v12.common = {}));
|
|
201
|
+
})(v1 = testsystem2.v1 || (testsystem2.v1 = {}));
|
|
202
|
+
})(testsystem || (testsystem = {}));
|
|
203
|
+
|
|
204
|
+
// testsystem/v1/common/index.ts
|
|
205
|
+
var TestStatus = testsystem.v1.common.TestStatus;
|
|
206
|
+
var Attachment = testsystem.v1.common.Attachment;
|
|
207
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
208
|
+
0 && (module.exports = {
|
|
209
|
+
Attachment,
|
|
210
|
+
TestStatus
|
|
211
|
+
});
|
|
212
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../testsystem/v1/common/index.ts","../../../../lib/testsystem/v1/common/common.ts"],"sourcesContent":["// Re-export individual classes for pattern: import { Attachment } from \"@stanterprise/protobuf/testsystem/v1/common\"\nimport { testsystem as commonNS } from '../../../lib/testsystem/v1/common/common';\n\n// Export enum\nexport type TestStatus = commonNS.v1.common.TestStatus;\nexport const TestStatus = commonNS.v1.common.TestStatus;\n\n// Export class\nexport type Attachment = commonNS.v1.common.Attachment;\nexport const Attachment = commonNS.v1.common.Attachment;\n","/**\n * Generated by the protoc-gen-ts. DO NOT EDIT!\n * compiler version: 3.19.1\n * source: testsystem/v1/common/common.proto\n * git: https://github.com/thesayyn/protoc-gen-ts */\nimport * as pb_1 from \"google-protobuf\";\nexport namespace testsystem.v1.common {\n export enum TestStatus {\n UNKNOWN = 0,\n PASSED = 1,\n FAILED = 2,\n SKIPPED = 3,\n BROKEN = 4,\n TIMEDOUT = 5,\n INTERRUPTED = 6\n }\n export class Attachment extends pb_1.Message {\n #one_of_decls: number[][] = [[3, 4]];\n constructor(data?: any[] | ({\n name?: string;\n mime_type?: string;\n } & (({\n content?: Uint8Array;\n uri?: never;\n } | {\n content?: never;\n uri?: string;\n })))) {\n super();\n pb_1.Message.initialize(this, Array.isArray(data) ? data : [], 0, -1, [], this.#one_of_decls);\n if (!Array.isArray(data) && typeof data == \"object\") {\n if (\"name\" in data && data.name != undefined) {\n this.name = data.name;\n }\n if (\"mime_type\" in data && data.mime_type != undefined) {\n this.mime_type = data.mime_type;\n }\n if (\"content\" in data && data.content != undefined) {\n this.content = data.content;\n }\n if (\"uri\" in data && data.uri != undefined) {\n this.uri = data.uri;\n }\n }\n }\n get name() {\n return pb_1.Message.getFieldWithDefault(this, 1, \"\") as string;\n }\n set name(value: string) {\n pb_1.Message.setField(this, 1, value);\n }\n get mime_type() {\n return pb_1.Message.getFieldWithDefault(this, 2, \"\") as string;\n }\n set mime_type(value: string) {\n pb_1.Message.setField(this, 2, value);\n }\n get content() {\n return pb_1.Message.getFieldWithDefault(this, 3, new Uint8Array(0)) as Uint8Array;\n }\n set content(value: Uint8Array) {\n pb_1.Message.setOneofField(this, 3, this.#one_of_decls[0], value);\n }\n get has_content() {\n return pb_1.Message.getField(this, 3) != null;\n }\n get uri() {\n return pb_1.Message.getFieldWithDefault(this, 4, \"\") as string;\n }\n set uri(value: string) {\n pb_1.Message.setOneofField(this, 4, this.#one_of_decls[0], value);\n }\n get has_uri() {\n return pb_1.Message.getField(this, 4) != null;\n }\n get payload() {\n const cases: {\n [index: number]: \"none\" | \"content\" | \"uri\";\n } = {\n 0: \"none\",\n 3: \"content\",\n 4: \"uri\"\n };\n return cases[pb_1.Message.computeOneofCase(this, [3, 4])];\n }\n static fromObject(data: {\n name?: string;\n mime_type?: string;\n content?: Uint8Array;\n uri?: string;\n }): Attachment {\n const message = new Attachment({});\n if (data.name != null) {\n message.name = data.name;\n }\n if (data.mime_type != null) {\n message.mime_type = data.mime_type;\n }\n if (data.content != null) {\n message.content = data.content;\n }\n if (data.uri != null) {\n message.uri = data.uri;\n }\n return message;\n }\n toObject() {\n const data: {\n name?: string;\n mime_type?: string;\n content?: Uint8Array;\n uri?: string;\n } = {};\n if (this.name != null) {\n data.name = this.name;\n }\n if (this.mime_type != null) {\n data.mime_type = this.mime_type;\n }\n if (this.content != null) {\n data.content = this.content;\n }\n if (this.uri != null) {\n data.uri = this.uri;\n }\n return data;\n }\n serialize(): Uint8Array;\n serialize(w: pb_1.BinaryWriter): void;\n serialize(w?: pb_1.BinaryWriter): Uint8Array | void {\n const writer = w || new pb_1.BinaryWriter();\n if (this.name.length)\n writer.writeString(1, this.name);\n if (this.mime_type.length)\n writer.writeString(2, this.mime_type);\n if (this.has_content)\n writer.writeBytes(3, this.content);\n if (this.has_uri)\n writer.writeString(4, this.uri);\n if (!w)\n return writer.getResultBuffer();\n }\n static deserialize(bytes: Uint8Array | pb_1.BinaryReader): Attachment {\n const reader = bytes instanceof pb_1.BinaryReader ? bytes : new pb_1.BinaryReader(bytes), message = new Attachment();\n while (reader.nextField()) {\n if (reader.isEndGroup())\n break;\n switch (reader.getFieldNumber()) {\n case 1:\n message.name = reader.readString();\n break;\n case 2:\n message.mime_type = reader.readString();\n break;\n case 3:\n message.content = reader.readBytes();\n break;\n case 4:\n message.uri = reader.readString();\n break;\n default: reader.skipField();\n }\n }\n return message;\n }\n serializeBinary(): Uint8Array {\n return this.serialize();\n }\n static deserializeBinary(bytes: Uint8Array): Attachment {\n return Attachment.deserialize(bytes);\n }\n }\n}\n"],"mappings":"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","names":["testsystem","v1","common","TestStatus","Attachment"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { testsystem as testCaseNS } from '../../../lib/testsystem/v1/entities/test_case';
|
|
2
|
+
import { testsystem as testSuiteNS } from '../../../lib/testsystem/v1/entities/test_suite';
|
|
3
|
+
export type TestCaseRun = testCaseNS.v1.entities.TestCaseRun;
|
|
4
|
+
export declare const TestCaseRun: typeof testCaseNS.v1.entities.TestCaseRun;
|
|
5
|
+
export type StepRun = testCaseNS.v1.entities.StepRun;
|
|
6
|
+
export declare const StepRun: typeof testCaseNS.v1.entities.StepRun;
|
|
7
|
+
export type TestSuiteRun = testSuiteNS.v1.entities.TestSuiteRun;
|
|
8
|
+
export declare const TestSuiteRun: typeof testSuiteNS.v1.entities.TestSuiteRun;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +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"}
|