@stanterprise/protobuf 0.0.21 → 0.1.1
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-X3JXEIL7.mjs → chunk-BR7Z6N5S.mjs} +8 -8
- 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-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/lib/testsystem/v1/events/events.d.ts +9 -0
- package/dist/lib/testsystem/v1/events/events.d.ts.map +1 -1
- 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 +11 -11
- 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/{chunk-XWJCF6BO.mjs.map → chunk-34GQCWQN.mjs.map} +0 -0
- /package/dist/{chunk-X3JXEIL7.mjs.map → chunk-BR7Z6N5S.mjs.map} +0 -0
- /package/dist/{chunk-WRPZRLMU.mjs.map → chunk-FBR2J74U.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,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
testsystem,
|
|
3
3
|
testsystem2
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-WBCHUWL7.mjs";
|
|
5
5
|
import {
|
|
6
6
|
__export
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-EMALOWTT.mjs";
|
|
8
8
|
|
|
9
9
|
// testsystem/v1/entities/index.ts
|
|
10
10
|
var entities_exports = {};
|
|
@@ -26,4 +26,4 @@ export {
|
|
|
26
26
|
SuiteType,
|
|
27
27
|
entities_exports
|
|
28
28
|
};
|
|
29
|
-
//# sourceMappingURL=chunk-
|
|
29
|
+
//# sourceMappingURL=chunk-34GQCWQN.mjs.map
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
testsystem
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-XIP55YQC.mjs";
|
|
4
4
|
import {
|
|
5
5
|
__privateAdd,
|
|
6
|
-
__privateGet
|
|
7
|
-
|
|
6
|
+
__privateGet,
|
|
7
|
+
__publicField
|
|
8
|
+
} from "./chunk-EMALOWTT.mjs";
|
|
8
9
|
|
|
9
10
|
// lib/testsystem/v1/observer/observer.ts
|
|
10
11
|
import * as pb_1 from "google-protobuf";
|
|
@@ -131,7 +132,7 @@ var testsystem2;
|
|
|
131
132
|
observer2.AckResponse = _AckResponse;
|
|
132
133
|
class UnimplementedTestEventCollectorService {
|
|
133
134
|
}
|
|
134
|
-
UnimplementedTestEventCollectorService
|
|
135
|
+
__publicField(UnimplementedTestEventCollectorService, "definition", {
|
|
135
136
|
ReportRunStart: {
|
|
136
137
|
path: "/testsystem.v1.observer.TestEventCollector/ReportRunStart",
|
|
137
138
|
requestStream: false,
|
|
@@ -249,50 +250,50 @@ var testsystem2;
|
|
|
249
250
|
responseSerialize: (message) => Buffer.from(message.serialize()),
|
|
250
251
|
responseDeserialize: (bytes) => AckResponse.deserialize(new Uint8Array(bytes))
|
|
251
252
|
}
|
|
252
|
-
};
|
|
253
|
+
});
|
|
253
254
|
observer2.UnimplementedTestEventCollectorService = UnimplementedTestEventCollectorService;
|
|
254
255
|
class TestEventCollectorClient extends grpc_1.makeGenericClientConstructor(UnimplementedTestEventCollectorService.definition, "TestEventCollector", {}) {
|
|
255
256
|
constructor(address, credentials, options) {
|
|
256
257
|
super(address, credentials, options);
|
|
257
|
-
this
|
|
258
|
+
__publicField(this, "ReportRunStart", (message, metadata, options, callback) => {
|
|
258
259
|
return super.ReportRunStart(message, metadata, options, callback);
|
|
259
|
-
};
|
|
260
|
-
this
|
|
260
|
+
});
|
|
261
|
+
__publicField(this, "ReportSuiteBegin", (message, metadata, options, callback) => {
|
|
261
262
|
return super.ReportSuiteBegin(message, metadata, options, callback);
|
|
262
|
-
};
|
|
263
|
-
this
|
|
263
|
+
});
|
|
264
|
+
__publicField(this, "ReportSuiteEnd", (message, metadata, options, callback) => {
|
|
264
265
|
return super.ReportSuiteEnd(message, metadata, options, callback);
|
|
265
|
-
};
|
|
266
|
-
this
|
|
266
|
+
});
|
|
267
|
+
__publicField(this, "ReportTestBegin", (message, metadata, options, callback) => {
|
|
267
268
|
return super.ReportTestBegin(message, metadata, options, callback);
|
|
268
|
-
};
|
|
269
|
-
this
|
|
269
|
+
});
|
|
270
|
+
__publicField(this, "ReportTestEnd", (message, metadata, options, callback) => {
|
|
270
271
|
return super.ReportTestEnd(message, metadata, options, callback);
|
|
271
|
-
};
|
|
272
|
-
this
|
|
272
|
+
});
|
|
273
|
+
__publicField(this, "ReportStepBegin", (message, metadata, options, callback) => {
|
|
273
274
|
return super.ReportStepBegin(message, metadata, options, callback);
|
|
274
|
-
};
|
|
275
|
-
this
|
|
275
|
+
});
|
|
276
|
+
__publicField(this, "ReportStepEnd", (message, metadata, options, callback) => {
|
|
276
277
|
return super.ReportStepEnd(message, metadata, options, callback);
|
|
277
|
-
};
|
|
278
|
-
this
|
|
278
|
+
});
|
|
279
|
+
__publicField(this, "ReportTestFailure", (message, metadata, options, callback) => {
|
|
279
280
|
return super.ReportTestFailure(message, metadata, options, callback);
|
|
280
|
-
};
|
|
281
|
-
this
|
|
281
|
+
});
|
|
282
|
+
__publicField(this, "ReportTestError", (message, metadata, options, callback) => {
|
|
282
283
|
return super.ReportTestError(message, metadata, options, callback);
|
|
283
|
-
};
|
|
284
|
-
this
|
|
284
|
+
});
|
|
285
|
+
__publicField(this, "ReportStdError", (message, metadata, options, callback) => {
|
|
285
286
|
return super.ReportStdError(message, metadata, options, callback);
|
|
286
|
-
};
|
|
287
|
-
this
|
|
287
|
+
});
|
|
288
|
+
__publicField(this, "ReportStdOutput", (message, metadata, options, callback) => {
|
|
288
289
|
return super.ReportStdOutput(message, metadata, options, callback);
|
|
289
|
-
};
|
|
290
|
-
this
|
|
290
|
+
});
|
|
291
|
+
__publicField(this, "ReportRunEnd", (message, metadata, options, callback) => {
|
|
291
292
|
return super.ReportRunEnd(message, metadata, options, callback);
|
|
292
|
-
};
|
|
293
|
-
this
|
|
293
|
+
});
|
|
294
|
+
__publicField(this, "Heartbeat", (message, metadata, options, callback) => {
|
|
294
295
|
return super.Heartbeat(message, metadata, options, callback);
|
|
295
|
-
};
|
|
296
|
+
});
|
|
296
297
|
}
|
|
297
298
|
}
|
|
298
299
|
observer2.TestEventCollectorClient = TestEventCollectorClient;
|
|
@@ -303,4 +304,4 @@ var testsystem2;
|
|
|
303
304
|
export {
|
|
304
305
|
testsystem2 as testsystem
|
|
305
306
|
};
|
|
306
|
-
//# sourceMappingURL=chunk-
|
|
307
|
+
//# sourceMappingURL=chunk-4YJNHYW7.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../lib/testsystem/v1/observer/observer.ts"],"sourcesContent":["/**\n * Generated by the protoc-gen-ts. DO NOT EDIT!\n * compiler version: 3.19.1\n * source: testsystem/v1/observer/observer.proto\n * git: https://github.com/thesayyn/protoc-gen-ts */\nimport * as dependency_1 from \"./../events/events\";\nimport * as pb_1 from \"google-protobuf\";\nimport * as grpc_1 from \"@grpc/grpc-js\";\nexport namespace testsystem.v1.observer {\n export class AckResponse extends pb_1.Message {\n #one_of_decls: number[][] = [[3]];\n constructor(data?: any[] | ({\n success?: boolean;\n message?: string;\n } & (({\n error_code?: number;\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 (\"success\" in data && data.success != undefined) {\n this.success = data.success;\n }\n if (\"message\" in data && data.message != undefined) {\n this.message = data.message;\n }\n if (\"error_code\" in data && data.error_code != undefined) {\n this.error_code = data.error_code;\n }\n }\n }\n get success() {\n return pb_1.Message.getFieldWithDefault(this, 1, false) as boolean;\n }\n set success(value: boolean) {\n pb_1.Message.setField(this, 1, value);\n }\n get message() {\n return pb_1.Message.getFieldWithDefault(this, 2, \"\") as string;\n }\n set message(value: string) {\n pb_1.Message.setField(this, 2, value);\n }\n get error_code() {\n return pb_1.Message.getFieldWithDefault(this, 3, 0) as number;\n }\n set error_code(value: number) {\n pb_1.Message.setOneofField(this, 3, this.#one_of_decls[0], value);\n }\n get has_error_code() {\n return pb_1.Message.getField(this, 3) != null;\n }\n get _error_code() {\n const cases: {\n [index: number]: \"none\" | \"error_code\";\n } = {\n 0: \"none\",\n 3: \"error_code\"\n };\n return cases[pb_1.Message.computeOneofCase(this, [3])];\n }\n static fromObject(data: {\n success?: boolean;\n message?: string;\n error_code?: number;\n }): AckResponse {\n const message = new AckResponse({});\n if (data.success != null) {\n message.success = data.success;\n }\n if (data.message != null) {\n message.message = data.message;\n }\n if (data.error_code != null) {\n message.error_code = data.error_code;\n }\n return message;\n }\n toObject() {\n const data: {\n success?: boolean;\n message?: string;\n error_code?: number;\n } = {};\n if (this.success != null) {\n data.success = this.success;\n }\n if (this.message != null) {\n data.message = this.message;\n }\n if (this.error_code != null) {\n data.error_code = this.error_code;\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.success != false)\n writer.writeBool(1, this.success);\n if (this.message.length)\n writer.writeString(2, this.message);\n if (this.has_error_code)\n writer.writeInt32(3, this.error_code);\n if (!w)\n return writer.getResultBuffer();\n }\n static deserialize(bytes: Uint8Array | pb_1.BinaryReader): AckResponse {\n const reader = bytes instanceof pb_1.BinaryReader ? bytes : new pb_1.BinaryReader(bytes), message = new AckResponse();\n while (reader.nextField()) {\n if (reader.isEndGroup())\n break;\n switch (reader.getFieldNumber()) {\n case 1:\n message.success = reader.readBool();\n break;\n case 2:\n message.message = reader.readString();\n break;\n case 3:\n message.error_code = reader.readInt32();\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): AckResponse {\n return AckResponse.deserialize(bytes);\n }\n }\n interface GrpcUnaryServiceInterface<P, R> {\n (message: P, metadata: grpc_1.Metadata, options: grpc_1.CallOptions, callback: grpc_1.requestCallback<R>): grpc_1.ClientUnaryCall;\n (message: P, metadata: grpc_1.Metadata, callback: grpc_1.requestCallback<R>): grpc_1.ClientUnaryCall;\n (message: P, options: grpc_1.CallOptions, callback: grpc_1.requestCallback<R>): grpc_1.ClientUnaryCall;\n (message: P, callback: grpc_1.requestCallback<R>): grpc_1.ClientUnaryCall;\n }\n interface GrpcStreamServiceInterface<P, R> {\n (message: P, metadata: grpc_1.Metadata, options?: grpc_1.CallOptions): grpc_1.ClientReadableStream<R>;\n (message: P, options?: grpc_1.CallOptions): grpc_1.ClientReadableStream<R>;\n }\n interface GrpWritableServiceInterface<P, R> {\n (metadata: grpc_1.Metadata, options: grpc_1.CallOptions, callback: grpc_1.requestCallback<R>): grpc_1.ClientWritableStream<P>;\n (metadata: grpc_1.Metadata, callback: grpc_1.requestCallback<R>): grpc_1.ClientWritableStream<P>;\n (options: grpc_1.CallOptions, callback: grpc_1.requestCallback<R>): grpc_1.ClientWritableStream<P>;\n (callback: grpc_1.requestCallback<R>): grpc_1.ClientWritableStream<P>;\n }\n interface GrpcChunkServiceInterface<P, R> {\n (metadata: grpc_1.Metadata, options?: grpc_1.CallOptions): grpc_1.ClientDuplexStream<P, R>;\n (options?: grpc_1.CallOptions): grpc_1.ClientDuplexStream<P, R>;\n }\n interface GrpcPromiseServiceInterface<P, R> {\n (message: P, metadata: grpc_1.Metadata, options?: grpc_1.CallOptions): Promise<R>;\n (message: P, options?: grpc_1.CallOptions): Promise<R>;\n }\n export abstract class UnimplementedTestEventCollectorService {\n static definition = {\n ReportRunStart: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportRunStart\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.ReportRunStartEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.ReportRunStartEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportSuiteBegin: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportSuiteBegin\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.SuiteBeginEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.SuiteBeginEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportSuiteEnd: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportSuiteEnd\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.SuiteEndEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.SuiteEndEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportTestBegin: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportTestBegin\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.TestBeginEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.TestBeginEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportTestEnd: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportTestEnd\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.TestEndEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.TestEndEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportStepBegin: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportStepBegin\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.StepBeginEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.StepBeginEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportStepEnd: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportStepEnd\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.StepEndEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.StepEndEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportTestFailure: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportTestFailure\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.TestFailureEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.TestFailureEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportTestError: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportTestError\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.TestErrorEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.TestErrorEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportStdError: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportStdError\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.StdErrorEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.StdErrorEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportStdOutput: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportStdOutput\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.StdOutputEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.StdOutputEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportRunEnd: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportRunEnd\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.TestRunEndEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.TestRunEndEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n Heartbeat: {\n path: \"/testsystem.v1.observer.TestEventCollector/Heartbeat\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.HeartbeatEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.HeartbeatEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n }\n };\n [method: string]: grpc_1.UntypedHandleCall;\n abstract ReportRunStart(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.ReportRunStartEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportSuiteBegin(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.SuiteBeginEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportSuiteEnd(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.SuiteEndEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportTestBegin(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.TestBeginEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportTestEnd(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.TestEndEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportStepBegin(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.StepBeginEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportStepEnd(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.StepEndEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportTestFailure(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.TestFailureEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportTestError(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.TestErrorEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportStdError(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.StdErrorEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportStdOutput(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.StdOutputEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportRunEnd(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.TestRunEndEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract Heartbeat(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.HeartbeatEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n }\n export class TestEventCollectorClient extends grpc_1.makeGenericClientConstructor(UnimplementedTestEventCollectorService.definition, \"TestEventCollector\", {}) {\n constructor(address: string, credentials: grpc_1.ChannelCredentials, options?: Partial<grpc_1.ChannelOptions>) {\n super(address, credentials, options);\n }\n ReportRunStart: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.ReportRunStartEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.ReportRunStartEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportRunStart(message, metadata, options, callback);\n };\n ReportSuiteBegin: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.SuiteBeginEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.SuiteBeginEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportSuiteBegin(message, metadata, options, callback);\n };\n ReportSuiteEnd: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.SuiteEndEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.SuiteEndEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportSuiteEnd(message, metadata, options, callback);\n };\n ReportTestBegin: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.TestBeginEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.TestBeginEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportTestBegin(message, metadata, options, callback);\n };\n ReportTestEnd: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.TestEndEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.TestEndEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportTestEnd(message, metadata, options, callback);\n };\n ReportStepBegin: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.StepBeginEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.StepBeginEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportStepBegin(message, metadata, options, callback);\n };\n ReportStepEnd: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.StepEndEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.StepEndEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportStepEnd(message, metadata, options, callback);\n };\n ReportTestFailure: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.TestFailureEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.TestFailureEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportTestFailure(message, metadata, options, callback);\n };\n ReportTestError: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.TestErrorEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.TestErrorEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportTestError(message, metadata, options, callback);\n };\n ReportStdError: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.StdErrorEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.StdErrorEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportStdError(message, metadata, options, callback);\n };\n ReportStdOutput: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.StdOutputEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.StdOutputEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportStdOutput(message, metadata, options, callback);\n };\n ReportRunEnd: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.TestRunEndEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.TestRunEndEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportRunEnd(message, metadata, options, callback);\n };\n Heartbeat: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.HeartbeatEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.HeartbeatEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.Heartbeat(message, metadata, options, callback);\n };\n }\n}\n"],"mappings":"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","names":["testsystem","v1","observer"]}
|
|
1
|
+
{"version":3,"sources":["../lib/testsystem/v1/observer/observer.ts"],"sourcesContent":["/**\n * Generated by the protoc-gen-ts. DO NOT EDIT!\n * compiler version: 3.19.1\n * source: testsystem/v1/observer/observer.proto\n * git: https://github.com/thesayyn/protoc-gen-ts */\nimport * as dependency_1 from \"./../events/events\";\nimport * as pb_1 from \"google-protobuf\";\nimport * as grpc_1 from \"@grpc/grpc-js\";\nexport namespace testsystem.v1.observer {\n export class AckResponse extends pb_1.Message {\n #one_of_decls: number[][] = [[3]];\n constructor(data?: any[] | ({\n success?: boolean;\n message?: string;\n } & (({\n error_code?: number;\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 (\"success\" in data && data.success != undefined) {\n this.success = data.success;\n }\n if (\"message\" in data && data.message != undefined) {\n this.message = data.message;\n }\n if (\"error_code\" in data && data.error_code != undefined) {\n this.error_code = data.error_code;\n }\n }\n }\n get success() {\n return pb_1.Message.getFieldWithDefault(this, 1, false) as boolean;\n }\n set success(value: boolean) {\n pb_1.Message.setField(this, 1, value);\n }\n get message() {\n return pb_1.Message.getFieldWithDefault(this, 2, \"\") as string;\n }\n set message(value: string) {\n pb_1.Message.setField(this, 2, value);\n }\n get error_code() {\n return pb_1.Message.getFieldWithDefault(this, 3, 0) as number;\n }\n set error_code(value: number) {\n pb_1.Message.setOneofField(this, 3, this.#one_of_decls[0], value);\n }\n get has_error_code() {\n return pb_1.Message.getField(this, 3) != null;\n }\n get _error_code() {\n const cases: {\n [index: number]: \"none\" | \"error_code\";\n } = {\n 0: \"none\",\n 3: \"error_code\"\n };\n return cases[pb_1.Message.computeOneofCase(this, [3])];\n }\n static fromObject(data: {\n success?: boolean;\n message?: string;\n error_code?: number;\n }): AckResponse {\n const message = new AckResponse({});\n if (data.success != null) {\n message.success = data.success;\n }\n if (data.message != null) {\n message.message = data.message;\n }\n if (data.error_code != null) {\n message.error_code = data.error_code;\n }\n return message;\n }\n toObject() {\n const data: {\n success?: boolean;\n message?: string;\n error_code?: number;\n } = {};\n if (this.success != null) {\n data.success = this.success;\n }\n if (this.message != null) {\n data.message = this.message;\n }\n if (this.error_code != null) {\n data.error_code = this.error_code;\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.success != false)\n writer.writeBool(1, this.success);\n if (this.message.length)\n writer.writeString(2, this.message);\n if (this.has_error_code)\n writer.writeInt32(3, this.error_code);\n if (!w)\n return writer.getResultBuffer();\n }\n static deserialize(bytes: Uint8Array | pb_1.BinaryReader): AckResponse {\n const reader = bytes instanceof pb_1.BinaryReader ? bytes : new pb_1.BinaryReader(bytes), message = new AckResponse();\n while (reader.nextField()) {\n if (reader.isEndGroup())\n break;\n switch (reader.getFieldNumber()) {\n case 1:\n message.success = reader.readBool();\n break;\n case 2:\n message.message = reader.readString();\n break;\n case 3:\n message.error_code = reader.readInt32();\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): AckResponse {\n return AckResponse.deserialize(bytes);\n }\n }\n interface GrpcUnaryServiceInterface<P, R> {\n (message: P, metadata: grpc_1.Metadata, options: grpc_1.CallOptions, callback: grpc_1.requestCallback<R>): grpc_1.ClientUnaryCall;\n (message: P, metadata: grpc_1.Metadata, callback: grpc_1.requestCallback<R>): grpc_1.ClientUnaryCall;\n (message: P, options: grpc_1.CallOptions, callback: grpc_1.requestCallback<R>): grpc_1.ClientUnaryCall;\n (message: P, callback: grpc_1.requestCallback<R>): grpc_1.ClientUnaryCall;\n }\n interface GrpcStreamServiceInterface<P, R> {\n (message: P, metadata: grpc_1.Metadata, options?: grpc_1.CallOptions): grpc_1.ClientReadableStream<R>;\n (message: P, options?: grpc_1.CallOptions): grpc_1.ClientReadableStream<R>;\n }\n interface GrpWritableServiceInterface<P, R> {\n (metadata: grpc_1.Metadata, options: grpc_1.CallOptions, callback: grpc_1.requestCallback<R>): grpc_1.ClientWritableStream<P>;\n (metadata: grpc_1.Metadata, callback: grpc_1.requestCallback<R>): grpc_1.ClientWritableStream<P>;\n (options: grpc_1.CallOptions, callback: grpc_1.requestCallback<R>): grpc_1.ClientWritableStream<P>;\n (callback: grpc_1.requestCallback<R>): grpc_1.ClientWritableStream<P>;\n }\n interface GrpcChunkServiceInterface<P, R> {\n (metadata: grpc_1.Metadata, options?: grpc_1.CallOptions): grpc_1.ClientDuplexStream<P, R>;\n (options?: grpc_1.CallOptions): grpc_1.ClientDuplexStream<P, R>;\n }\n interface GrpcPromiseServiceInterface<P, R> {\n (message: P, metadata: grpc_1.Metadata, options?: grpc_1.CallOptions): Promise<R>;\n (message: P, options?: grpc_1.CallOptions): Promise<R>;\n }\n export abstract class UnimplementedTestEventCollectorService {\n static definition = {\n ReportRunStart: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportRunStart\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.ReportRunStartEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.ReportRunStartEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportSuiteBegin: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportSuiteBegin\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.SuiteBeginEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.SuiteBeginEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportSuiteEnd: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportSuiteEnd\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.SuiteEndEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.SuiteEndEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportTestBegin: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportTestBegin\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.TestBeginEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.TestBeginEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportTestEnd: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportTestEnd\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.TestEndEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.TestEndEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportStepBegin: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportStepBegin\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.StepBeginEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.StepBeginEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportStepEnd: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportStepEnd\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.StepEndEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.StepEndEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportTestFailure: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportTestFailure\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.TestFailureEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.TestFailureEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportTestError: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportTestError\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.TestErrorEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.TestErrorEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportStdError: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportStdError\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.StdErrorEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.StdErrorEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportStdOutput: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportStdOutput\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.StdOutputEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.StdOutputEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n ReportRunEnd: {\n path: \"/testsystem.v1.observer.TestEventCollector/ReportRunEnd\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.TestRunEndEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.TestRunEndEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n },\n Heartbeat: {\n path: \"/testsystem.v1.observer.TestEventCollector/Heartbeat\",\n requestStream: false,\n responseStream: false,\n requestSerialize: (message: dependency_1.testsystem.v1.events.HeartbeatEventRequest) => Buffer.from(message.serialize()),\n requestDeserialize: (bytes: Buffer) => dependency_1.testsystem.v1.events.HeartbeatEventRequest.deserialize(new Uint8Array(bytes)),\n responseSerialize: (message: AckResponse) => Buffer.from(message.serialize()),\n responseDeserialize: (bytes: Buffer) => AckResponse.deserialize(new Uint8Array(bytes))\n }\n };\n [method: string]: grpc_1.UntypedHandleCall;\n abstract ReportRunStart(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.ReportRunStartEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportSuiteBegin(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.SuiteBeginEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportSuiteEnd(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.SuiteEndEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportTestBegin(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.TestBeginEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportTestEnd(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.TestEndEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportStepBegin(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.StepBeginEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportStepEnd(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.StepEndEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportTestFailure(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.TestFailureEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportTestError(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.TestErrorEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportStdError(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.StdErrorEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportStdOutput(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.StdOutputEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract ReportRunEnd(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.TestRunEndEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n abstract Heartbeat(call: grpc_1.ServerUnaryCall<dependency_1.testsystem.v1.events.HeartbeatEventRequest, AckResponse>, callback: grpc_1.sendUnaryData<AckResponse>): void;\n }\n export class TestEventCollectorClient extends grpc_1.makeGenericClientConstructor(UnimplementedTestEventCollectorService.definition, \"TestEventCollector\", {}) {\n constructor(address: string, credentials: grpc_1.ChannelCredentials, options?: Partial<grpc_1.ChannelOptions>) {\n super(address, credentials, options);\n }\n ReportRunStart: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.ReportRunStartEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.ReportRunStartEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportRunStart(message, metadata, options, callback);\n };\n ReportSuiteBegin: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.SuiteBeginEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.SuiteBeginEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportSuiteBegin(message, metadata, options, callback);\n };\n ReportSuiteEnd: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.SuiteEndEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.SuiteEndEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportSuiteEnd(message, metadata, options, callback);\n };\n ReportTestBegin: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.TestBeginEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.TestBeginEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportTestBegin(message, metadata, options, callback);\n };\n ReportTestEnd: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.TestEndEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.TestEndEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportTestEnd(message, metadata, options, callback);\n };\n ReportStepBegin: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.StepBeginEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.StepBeginEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportStepBegin(message, metadata, options, callback);\n };\n ReportStepEnd: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.StepEndEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.StepEndEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportStepEnd(message, metadata, options, callback);\n };\n ReportTestFailure: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.TestFailureEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.TestFailureEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportTestFailure(message, metadata, options, callback);\n };\n ReportTestError: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.TestErrorEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.TestErrorEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportTestError(message, metadata, options, callback);\n };\n ReportStdError: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.StdErrorEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.StdErrorEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportStdError(message, metadata, options, callback);\n };\n ReportStdOutput: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.StdOutputEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.StdOutputEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportStdOutput(message, metadata, options, callback);\n };\n ReportRunEnd: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.TestRunEndEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.TestRunEndEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.ReportRunEnd(message, metadata, options, callback);\n };\n Heartbeat: GrpcUnaryServiceInterface<dependency_1.testsystem.v1.events.HeartbeatEventRequest, AckResponse> = (message: dependency_1.testsystem.v1.events.HeartbeatEventRequest, metadata: grpc_1.Metadata | grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, options?: grpc_1.CallOptions | grpc_1.requestCallback<AckResponse>, callback?: grpc_1.requestCallback<AckResponse>): grpc_1.ClientUnaryCall => {\n return super.Heartbeat(message, metadata, options, callback);\n };\n }\n}\n"],"mappings":";;;;;;;;;;AAMA,YAAY,UAAU;AACtB,YAAY,YAAY;AACjB,IAAUA;AAAA,CAAV,CAAUA,gBAAV;AAAoB,MAAC;AAAD,IAACC,QAAD;AAAG,QAAC;AAAD,MAACC,cAAD;AAR9B;AASW,YAAM,eAAN,MAAM,qBAAyB,aAAQ;AAAA,QAE1C,YAAY,MAKN;AACF,gBAAM;AAPV,4CAA4B,CAAC,CAAC,CAAC,CAAC;AAQ5B,UAAK,aAAQ,WAAW,MAAM,MAAM,QAAQ,IAAI,IAAI,OAAO,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,mBAAK,cAAa;AAC5F,cAAI,CAAC,MAAM,QAAQ,IAAI,KAAK,OAAO,QAAQ,UAAU;AACjD,gBAAI,aAAa,QAAQ,KAAK,WAAW,QAAW;AAChD,mBAAK,UAAU,KAAK;AAAA,YACxB;AACA,gBAAI,aAAa,QAAQ,KAAK,WAAW,QAAW;AAChD,mBAAK,UAAU,KAAK;AAAA,YACxB;AACA,gBAAI,gBAAgB,QAAQ,KAAK,cAAc,QAAW;AACtD,mBAAK,aAAa,KAAK;AAAA,YAC3B;AAAA,UACJ;AAAA,QACJ;AAAA,QACA,IAAI,UAAU;AACV,iBAAY,aAAQ,oBAAoB,MAAM,GAAG,KAAK;AAAA,QAC1D;AAAA,QACA,IAAI,QAAQ,OAAgB;AACxB,UAAK,aAAQ,SAAS,MAAM,GAAG,KAAK;AAAA,QACxC;AAAA,QACA,IAAI,UAAU;AACV,iBAAY,aAAQ,oBAAoB,MAAM,GAAG,EAAE;AAAA,QACvD;AAAA,QACA,IAAI,QAAQ,OAAe;AACvB,UAAK,aAAQ,SAAS,MAAM,GAAG,KAAK;AAAA,QACxC;AAAA,QACA,IAAI,aAAa;AACb,iBAAY,aAAQ,oBAAoB,MAAM,GAAG,CAAC;AAAA,QACtD;AAAA,QACA,IAAI,WAAW,OAAe;AAC1B,UAAK,aAAQ,cAAc,MAAM,GAAG,mBAAK,eAAc,CAAC,GAAG,KAAK;AAAA,QACpE;AAAA,QACA,IAAI,iBAAiB;AACjB,iBAAY,aAAQ,SAAS,MAAM,CAAC,KAAK;AAAA,QAC7C;AAAA,QACA,IAAI,cAAc;AACd,gBAAM,QAEF;AAAA,YACA,GAAG;AAAA,YACH,GAAG;AAAA,UACP;AACA,iBAAO,MAAW,aAAQ,iBAAiB,MAAM,CAAC,CAAC,CAAC,CAAC;AAAA,QACzD;AAAA,QACA,OAAO,WAAW,MAIF;AACZ,gBAAM,UAAU,IAAI,aAAY,CAAC,CAAC;AAClC,cAAI,KAAK,WAAW,MAAM;AACtB,oBAAQ,UAAU,KAAK;AAAA,UAC3B;AACA,cAAI,KAAK,WAAW,MAAM;AACtB,oBAAQ,UAAU,KAAK;AAAA,UAC3B;AACA,cAAI,KAAK,cAAc,MAAM;AACzB,oBAAQ,aAAa,KAAK;AAAA,UAC9B;AACA,iBAAO;AAAA,QACX;AAAA,QACA,WAAW;AACP,gBAAM,OAIF,CAAC;AACL,cAAI,KAAK,WAAW,MAAM;AACtB,iBAAK,UAAU,KAAK;AAAA,UACxB;AACA,cAAI,KAAK,WAAW,MAAM;AACtB,iBAAK,UAAU,KAAK;AAAA,UACxB;AACA,cAAI,KAAK,cAAc,MAAM;AACzB,iBAAK,aAAa,KAAK;AAAA,UAC3B;AACA,iBAAO;AAAA,QACX;AAAA,QAGA,UAAU,GAA0C;AAChD,gBAAM,SAAS,KAAK,IAAS,kBAAa;AAC1C,cAAI,KAAK,WAAW;AAChB,mBAAO,UAAU,GAAG,KAAK,OAAO;AACpC,cAAI,KAAK,QAAQ;AACb,mBAAO,YAAY,GAAG,KAAK,OAAO;AACtC,cAAI,KAAK;AACL,mBAAO,WAAW,GAAG,KAAK,UAAU;AACxC,cAAI,CAAC;AACD,mBAAO,OAAO,gBAAgB;AAAA,QACtC;AAAA,QACA,OAAO,YAAY,OAAoD;AACnE,gBAAM,SAAS,iBAAsB,oBAAe,QAAQ,IAAS,kBAAa,KAAK,GAAG,UAAU,IAAI,aAAY;AACpH,iBAAO,OAAO,UAAU,GAAG;AACvB,gBAAI,OAAO,WAAW;AAClB;AACJ,oBAAQ,OAAO,eAAe,GAAG;AAAA,cAC7B,KAAK;AACD,wBAAQ,UAAU,OAAO,SAAS;AAClC;AAAA,cACJ,KAAK;AACD,wBAAQ,UAAU,OAAO,WAAW;AACpC;AAAA,cACJ,KAAK;AACD,wBAAQ,aAAa,OAAO,UAAU;AACtC;AAAA,cACJ;AAAS,uBAAO,UAAU;AAAA,YAC9B;AAAA,UACJ;AACA,iBAAO;AAAA,QACX;AAAA,QACA,kBAA8B;AAC1B,iBAAO,KAAK,UAAU;AAAA,QAC1B;AAAA,QACA,OAAO,kBAAkB,OAAgC;AACrD,iBAAO,aAAY,YAAY,KAAK;AAAA,QACxC;AAAA,MACJ;AA5HI;AADG,UAAM,cAAN;AAAA,MAAAA,UAAM;AAAA,MAsJN,MAAe,uCAAuC;AAAA,MAsI7D;AArII,oBADkB,wCACX,cAAa;AAAA,QAChB,gBAAgB;AAAA,UACZ,MAAM;AAAA,UACN,eAAe;AAAA,UACf,gBAAgB;AAAA,UAChB,kBAAkB,CAAC,YAA0E,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UAC5H,oBAAoB,CAAC,UAA+B,WAAW,GAAG,OAAO,2BAA2B,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,UACrI,mBAAmB,CAAC,YAAyB,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UAC5E,qBAAqB,CAAC,UAAkB,YAAY,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,QACzF;AAAA,QACA,kBAAkB;AAAA,UACd,MAAM;AAAA,UACN,eAAe;AAAA,UACf,gBAAgB;AAAA,UAChB,kBAAkB,CAAC,YAAsE,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UACxH,oBAAoB,CAAC,UAA+B,WAAW,GAAG,OAAO,uBAAuB,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,UACjI,mBAAmB,CAAC,YAAyB,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UAC5E,qBAAqB,CAAC,UAAkB,YAAY,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,QACzF;AAAA,QACA,gBAAgB;AAAA,UACZ,MAAM;AAAA,UACN,eAAe;AAAA,UACf,gBAAgB;AAAA,UAChB,kBAAkB,CAAC,YAAoE,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UACtH,oBAAoB,CAAC,UAA+B,WAAW,GAAG,OAAO,qBAAqB,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,UAC/H,mBAAmB,CAAC,YAAyB,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UAC5E,qBAAqB,CAAC,UAAkB,YAAY,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,QACzF;AAAA,QACA,iBAAiB;AAAA,UACb,MAAM;AAAA,UACN,eAAe;AAAA,UACf,gBAAgB;AAAA,UAChB,kBAAkB,CAAC,YAAqE,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UACvH,oBAAoB,CAAC,UAA+B,WAAW,GAAG,OAAO,sBAAsB,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,UAChI,mBAAmB,CAAC,YAAyB,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UAC5E,qBAAqB,CAAC,UAAkB,YAAY,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,QACzF;AAAA,QACA,eAAe;AAAA,UACX,MAAM;AAAA,UACN,eAAe;AAAA,UACf,gBAAgB;AAAA,UAChB,kBAAkB,CAAC,YAAmE,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UACrH,oBAAoB,CAAC,UAA+B,WAAW,GAAG,OAAO,oBAAoB,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,UAC9H,mBAAmB,CAAC,YAAyB,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UAC5E,qBAAqB,CAAC,UAAkB,YAAY,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,QACzF;AAAA,QACA,iBAAiB;AAAA,UACb,MAAM;AAAA,UACN,eAAe;AAAA,UACf,gBAAgB;AAAA,UAChB,kBAAkB,CAAC,YAAqE,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UACvH,oBAAoB,CAAC,UAA+B,WAAW,GAAG,OAAO,sBAAsB,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,UAChI,mBAAmB,CAAC,YAAyB,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UAC5E,qBAAqB,CAAC,UAAkB,YAAY,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,QACzF;AAAA,QACA,eAAe;AAAA,UACX,MAAM;AAAA,UACN,eAAe;AAAA,UACf,gBAAgB;AAAA,UAChB,kBAAkB,CAAC,YAAmE,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UACrH,oBAAoB,CAAC,UAA+B,WAAW,GAAG,OAAO,oBAAoB,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,UAC9H,mBAAmB,CAAC,YAAyB,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UAC5E,qBAAqB,CAAC,UAAkB,YAAY,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,QACzF;AAAA,QACA,mBAAmB;AAAA,UACf,MAAM;AAAA,UACN,eAAe;AAAA,UACf,gBAAgB;AAAA,UAChB,kBAAkB,CAAC,YAAuE,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UACzH,oBAAoB,CAAC,UAA+B,WAAW,GAAG,OAAO,wBAAwB,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,UAClI,mBAAmB,CAAC,YAAyB,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UAC5E,qBAAqB,CAAC,UAAkB,YAAY,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,QACzF;AAAA,QACA,iBAAiB;AAAA,UACb,MAAM;AAAA,UACN,eAAe;AAAA,UACf,gBAAgB;AAAA,UAChB,kBAAkB,CAAC,YAAqE,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UACvH,oBAAoB,CAAC,UAA+B,WAAW,GAAG,OAAO,sBAAsB,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,UAChI,mBAAmB,CAAC,YAAyB,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UAC5E,qBAAqB,CAAC,UAAkB,YAAY,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,QACzF;AAAA,QACA,gBAAgB;AAAA,UACZ,MAAM;AAAA,UACN,eAAe;AAAA,UACf,gBAAgB;AAAA,UAChB,kBAAkB,CAAC,YAAoE,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UACtH,oBAAoB,CAAC,UAA+B,WAAW,GAAG,OAAO,qBAAqB,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,UAC/H,mBAAmB,CAAC,YAAyB,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UAC5E,qBAAqB,CAAC,UAAkB,YAAY,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,QACzF;AAAA,QACA,iBAAiB;AAAA,UACb,MAAM;AAAA,UACN,eAAe;AAAA,UACf,gBAAgB;AAAA,UAChB,kBAAkB,CAAC,YAAqE,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UACvH,oBAAoB,CAAC,UAA+B,WAAW,GAAG,OAAO,sBAAsB,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,UAChI,mBAAmB,CAAC,YAAyB,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UAC5E,qBAAqB,CAAC,UAAkB,YAAY,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,QACzF;AAAA,QACA,cAAc;AAAA,UACV,MAAM;AAAA,UACN,eAAe;AAAA,UACf,gBAAgB;AAAA,UAChB,kBAAkB,CAAC,YAAsE,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UACxH,oBAAoB,CAAC,UAA+B,WAAW,GAAG,OAAO,uBAAuB,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,UACjI,mBAAmB,CAAC,YAAyB,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UAC5E,qBAAqB,CAAC,UAAkB,YAAY,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,QACzF;AAAA,QACA,WAAW;AAAA,UACP,MAAM;AAAA,UACN,eAAe;AAAA,UACf,gBAAgB;AAAA,UAChB,kBAAkB,CAAC,YAAqE,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UACvH,oBAAoB,CAAC,UAA+B,WAAW,GAAG,OAAO,sBAAsB,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,UAChI,mBAAmB,CAAC,YAAyB,OAAO,KAAK,QAAQ,UAAU,CAAC;AAAA,UAC5E,qBAAqB,CAAC,UAAkB,YAAY,YAAY,IAAI,WAAW,KAAK,CAAC;AAAA,QACzF;AAAA,MACJ;AAvHG,MAAAA,UAAe;AAAA,MAuIf,MAAM,iCAAwC,oCAA6B,uCAAuC,YAAY,sBAAsB,CAAC,CAAC,EAAE;AAAA,QAC3J,YAAY,SAAiB,aAAwC,SAA0C;AAC3G,gBAAM,SAAS,aAAa,OAAO;AAEvC,gDAAuH,CAAC,SAAuE,UAAsF,SAAoE,aAA2E;AACha,mBAAO,MAAM,eAAe,SAAS,UAAU,SAAS,QAAQ;AAAA,UACpE;AACA,kDAAqH,CAAC,SAAmE,UAAsF,SAAoE,aAA2E;AAC1Z,mBAAO,MAAM,iBAAiB,SAAS,UAAU,SAAS,QAAQ;AAAA,UACtE;AACA,gDAAiH,CAAC,SAAiE,UAAsF,SAAoE,aAA2E;AACpZ,mBAAO,MAAM,eAAe,SAAS,UAAU,SAAS,QAAQ;AAAA,UACpE;AACA,iDAAmH,CAAC,SAAkE,UAAsF,SAAoE,aAA2E;AACvZ,mBAAO,MAAM,gBAAgB,SAAS,UAAU,SAAS,QAAQ;AAAA,UACrE;AACA,+CAA+G,CAAC,SAAgE,UAAsF,SAAoE,aAA2E;AACjZ,mBAAO,MAAM,cAAc,SAAS,UAAU,SAAS,QAAQ;AAAA,UACnE;AACA,iDAAmH,CAAC,SAAkE,UAAsF,SAAoE,aAA2E;AACvZ,mBAAO,MAAM,gBAAgB,SAAS,UAAU,SAAS,QAAQ;AAAA,UACrE;AACA,+CAA+G,CAAC,SAAgE,UAAsF,SAAoE,aAA2E;AACjZ,mBAAO,MAAM,cAAc,SAAS,UAAU,SAAS,QAAQ;AAAA,UACnE;AACA,mDAAuH,CAAC,SAAoE,UAAsF,SAAoE,aAA2E;AAC7Z,mBAAO,MAAM,kBAAkB,SAAS,UAAU,SAAS,QAAQ;AAAA,UACvE;AACA,iDAAmH,CAAC,SAAkE,UAAsF,SAAoE,aAA2E;AACvZ,mBAAO,MAAM,gBAAgB,SAAS,UAAU,SAAS,QAAQ;AAAA,UACrE;AACA,gDAAiH,CAAC,SAAiE,UAAsF,SAAoE,aAA2E;AACpZ,mBAAO,MAAM,eAAe,SAAS,UAAU,SAAS,QAAQ;AAAA,UACpE;AACA,iDAAmH,CAAC,SAAkE,UAAsF,SAAoE,aAA2E;AACvZ,mBAAO,MAAM,gBAAgB,SAAS,UAAU,SAAS,QAAQ;AAAA,UACrE;AACA,8CAAiH,CAAC,SAAmE,UAAsF,SAAoE,aAA2E;AACtZ,mBAAO,MAAM,aAAa,SAAS,UAAU,SAAS,QAAQ;AAAA,UAClE;AACA,2CAA6G,CAAC,SAAkE,UAAsF,SAAoE,aAA2E;AACjZ,mBAAO,MAAM,UAAU,SAAS,UAAU,SAAS,QAAQ;AAAA,UAC/D;AAAA,QAvCA;AAAA,MAwCJ;AA3CO,MAAAA,UAAM;AAAA,OA9Rc,WAAAD,IAAA,aAAAA,IAAA;AAAA,KAAH,KAAAD,YAAA,OAAAA,YAAA;AAAA,GAAXA,8BAAA;","names":["testsystem","v1","observer"]}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
common_exports
|
|
3
|
-
} from "./chunk-WYXRRQPZ.mjs";
|
|
4
1
|
import {
|
|
5
2
|
entities_exports
|
|
6
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-34GQCWQN.mjs";
|
|
4
|
+
import {
|
|
5
|
+
common_exports
|
|
6
|
+
} from "./chunk-WHGMBNCF.mjs";
|
|
7
7
|
import {
|
|
8
8
|
events_exports
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-XYL4P7DJ.mjs";
|
|
10
10
|
import {
|
|
11
11
|
observer_exports
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-FBR2J74U.mjs";
|
|
13
13
|
import {
|
|
14
14
|
__export
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-EMALOWTT.mjs";
|
|
16
16
|
|
|
17
17
|
// testsystem/v1/index.ts
|
|
18
18
|
var v1_exports = {};
|
|
@@ -26,4 +26,4 @@ __export(v1_exports, {
|
|
|
26
26
|
export {
|
|
27
27
|
v1_exports
|
|
28
28
|
};
|
|
29
|
-
//# sourceMappingURL=chunk-
|
|
29
|
+
//# sourceMappingURL=chunk-BR7Z6N5S.mjs.map
|
|
@@ -2,10 +2,12 @@ var __defProp = Object.defineProperty;
|
|
|
2
2
|
var __typeError = (msg) => {
|
|
3
3
|
throw TypeError(msg);
|
|
4
4
|
};
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
5
6
|
var __export = (target, all) => {
|
|
6
7
|
for (var name in all)
|
|
7
8
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
9
|
};
|
|
10
|
+
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
9
11
|
var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg);
|
|
10
12
|
var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
|
|
11
13
|
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);
|
|
@@ -174,8 +176,9 @@ var testsystem;
|
|
|
174
176
|
|
|
175
177
|
export {
|
|
176
178
|
__export,
|
|
179
|
+
__publicField,
|
|
177
180
|
__privateGet,
|
|
178
181
|
__privateAdd,
|
|
179
182
|
testsystem
|
|
180
183
|
};
|
|
181
|
-
//# sourceMappingURL=chunk-
|
|
184
|
+
//# sourceMappingURL=chunk-EMALOWTT.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../lib/testsystem/v1/common/common.ts"],"sourcesContent":["/**\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 RUNNING = 7,\n NOT_RUN = 8\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":"
|
|
1
|
+
{"version":3,"sources":["../lib/testsystem/v1/common/common.ts"],"sourcesContent":["/**\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 RUNNING = 7,\n NOT_RUN = 8\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"]}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
testsystem
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-4YJNHYW7.mjs";
|
|
4
4
|
import {
|
|
5
5
|
__export
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-EMALOWTT.mjs";
|
|
7
7
|
|
|
8
8
|
// testsystem/v1/observer/index.ts
|
|
9
9
|
var observer_exports = {};
|
|
@@ -19,4 +19,4 @@ export {
|
|
|
19
19
|
TestEventCollectorClient,
|
|
20
20
|
observer_exports
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=chunk-
|
|
22
|
+
//# sourceMappingURL=chunk-FBR2J74U.mjs.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
__privateAdd,
|
|
4
4
|
__privateGet,
|
|
5
5
|
testsystem
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-EMALOWTT.mjs";
|
|
7
7
|
|
|
8
8
|
// lib/google/protobuf/timestamp.ts
|
|
9
9
|
var timestamp_exports = {};
|
|
@@ -1526,4 +1526,4 @@ export {
|
|
|
1526
1526
|
testsystem2 as testsystem,
|
|
1527
1527
|
testsystem3 as testsystem2
|
|
1528
1528
|
};
|
|
1529
|
-
//# sourceMappingURL=chunk-
|
|
1529
|
+
//# sourceMappingURL=chunk-WBCHUWL7.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
__export,
|
|
3
3
|
testsystem
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-EMALOWTT.mjs";
|
|
5
5
|
|
|
6
6
|
// testsystem/v1/common/index.ts
|
|
7
7
|
var common_exports = {};
|
|
@@ -17,4 +17,4 @@ export {
|
|
|
17
17
|
Attachment,
|
|
18
18
|
common_exports
|
|
19
19
|
};
|
|
20
|
-
//# sourceMappingURL=chunk-
|
|
20
|
+
//# sourceMappingURL=chunk-WHGMBNCF.mjs.map
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
google2,
|
|
4
4
|
testsystem as testsystem2,
|
|
5
5
|
testsystem2 as testsystem3
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-WBCHUWL7.mjs";
|
|
7
7
|
import {
|
|
8
8
|
__privateAdd,
|
|
9
9
|
__privateGet,
|
|
10
10
|
testsystem
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-EMALOWTT.mjs";
|
|
12
12
|
|
|
13
13
|
// lib/testsystem/v1/events/events.ts
|
|
14
14
|
import * as pb_1 from "google-protobuf";
|
|
@@ -1372,7 +1372,12 @@ var testsystem4;
|
|
|
1372
1372
|
if ("duration" in data && data.duration != void 0) {
|
|
1373
1373
|
this.duration = data.duration;
|
|
1374
1374
|
}
|
|
1375
|
+
if ("metadata" in data && data.metadata != void 0) {
|
|
1376
|
+
this.metadata = data.metadata;
|
|
1377
|
+
}
|
|
1375
1378
|
}
|
|
1379
|
+
if (!this.metadata)
|
|
1380
|
+
this.metadata = /* @__PURE__ */ new Map();
|
|
1376
1381
|
}
|
|
1377
1382
|
get run_id() {
|
|
1378
1383
|
return pb_1.Message.getFieldWithDefault(this, 1, "");
|
|
@@ -1404,6 +1409,12 @@ var testsystem4;
|
|
|
1404
1409
|
get has_duration() {
|
|
1405
1410
|
return pb_1.Message.getField(this, 4) != null;
|
|
1406
1411
|
}
|
|
1412
|
+
get metadata() {
|
|
1413
|
+
return pb_1.Message.getField(this, 5);
|
|
1414
|
+
}
|
|
1415
|
+
set metadata(value) {
|
|
1416
|
+
pb_1.Message.setField(this, 5, value);
|
|
1417
|
+
}
|
|
1407
1418
|
static fromObject(data) {
|
|
1408
1419
|
const message = new _TestRunEndEventRequest({});
|
|
1409
1420
|
if (data.run_id != null) {
|
|
@@ -1418,6 +1429,9 @@ var testsystem4;
|
|
|
1418
1429
|
if (data.duration != null) {
|
|
1419
1430
|
message.duration = google2.protobuf.Duration.fromObject(data.duration);
|
|
1420
1431
|
}
|
|
1432
|
+
if (typeof data.metadata == "object") {
|
|
1433
|
+
message.metadata = new Map(Object.entries(data.metadata));
|
|
1434
|
+
}
|
|
1421
1435
|
return message;
|
|
1422
1436
|
}
|
|
1423
1437
|
toObject() {
|
|
@@ -1434,6 +1448,9 @@ var testsystem4;
|
|
|
1434
1448
|
if (this.duration != null) {
|
|
1435
1449
|
data.duration = this.duration.toObject();
|
|
1436
1450
|
}
|
|
1451
|
+
if (this.metadata != null) {
|
|
1452
|
+
data.metadata = Object.fromEntries(this.metadata);
|
|
1453
|
+
}
|
|
1437
1454
|
return data;
|
|
1438
1455
|
}
|
|
1439
1456
|
serialize(w) {
|
|
@@ -1446,6 +1463,12 @@ var testsystem4;
|
|
|
1446
1463
|
writer.writeMessage(3, this.start_time, () => this.start_time.serialize(writer));
|
|
1447
1464
|
if (this.has_duration)
|
|
1448
1465
|
writer.writeMessage(4, this.duration, () => this.duration.serialize(writer));
|
|
1466
|
+
for (const [key, value] of this.metadata) {
|
|
1467
|
+
writer.writeMessage(5, this.metadata, () => {
|
|
1468
|
+
writer.writeString(1, key);
|
|
1469
|
+
writer.writeString(2, value);
|
|
1470
|
+
});
|
|
1471
|
+
}
|
|
1449
1472
|
if (!w)
|
|
1450
1473
|
return writer.getResultBuffer();
|
|
1451
1474
|
}
|
|
@@ -1467,6 +1490,9 @@ var testsystem4;
|
|
|
1467
1490
|
case 4:
|
|
1468
1491
|
reader.readMessage(message.duration, () => message.duration = google2.protobuf.Duration.deserialize(reader));
|
|
1469
1492
|
break;
|
|
1493
|
+
case 5:
|
|
1494
|
+
reader.readMessage(message, () => pb_1.Map.deserializeBinary(message.metadata, reader, reader.readString, reader.readString));
|
|
1495
|
+
break;
|
|
1470
1496
|
default:
|
|
1471
1497
|
reader.skipField();
|
|
1472
1498
|
}
|
|
@@ -1490,4 +1516,4 @@ var testsystem4;
|
|
|
1490
1516
|
export {
|
|
1491
1517
|
testsystem4 as testsystem
|
|
1492
1518
|
};
|
|
1493
|
-
//# sourceMappingURL=chunk-
|
|
1519
|
+
//# sourceMappingURL=chunk-XIP55YQC.mjs.map
|