@use-tusk/drift-schemas 0.1.14 → 0.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/backend/client_service.client.d.ts +4 -4
- package/dist/backend/span_export_service.client.d.ts +4 -4
- package/dist/backend/test_run_service.client.d.ts +4 -4
- package/dist/{communication-DFfvix26.d.ts → communication-C-wJ5gyo.d.ts} +9 -1
- package/dist/communication-C-wJ5gyo.d.ts.map +1 -0
- package/dist/{communication-CEQVoY9N.d.cts → communication-CRyEwx4G.d.cts} +9 -1
- package/dist/communication-CRyEwx4G.d.cts.map +1 -0
- package/dist/{communication-D55xrdiU.cjs → communication-CrsH38km.cjs} +37 -12
- package/dist/communication-CrsH38km.cjs.map +1 -0
- package/dist/{communication-Ux-LTGlz.js → communication-DGBQZMiZ.js} +37 -12
- package/dist/communication-DGBQZMiZ.js.map +1 -0
- package/dist/core/communication.cjs +1 -1
- package/dist/core/communication.client.cjs +1 -1
- package/dist/core/communication.client.d.cts +1 -1
- package/dist/core/communication.client.d.ts +5 -5
- package/dist/core/communication.client.js +1 -1
- package/dist/core/communication.d.cts +1 -1
- package/dist/core/communication.d.ts +1 -1
- package/dist/core/communication.js +1 -1
- package/package.json +1 -1
- package/dist/communication-CEQVoY9N.d.cts.map +0 -1
- package/dist/communication-D55xrdiU.cjs.map +0 -1
- package/dist/communication-DFfvix26.d.ts.map +0 -1
- package/dist/communication-Ux-LTGlz.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CreateObservableServiceRequest, CreateObservableServiceResponse, GetAuthInfoRequest, GetAuthInfoResponse } from "../client_service-BZhmRi_S.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as _protobuf_ts_runtime_rpc0 from "@protobuf-ts/runtime-rpc";
|
|
3
3
|
import { RpcOptions, RpcTransport, ServiceInfo, UnaryCall } from "@protobuf-ts/runtime-rpc";
|
|
4
|
-
import * as
|
|
4
|
+
import * as _protobuf_ts_runtime0 from "@protobuf-ts/runtime";
|
|
5
5
|
|
|
6
6
|
//#region generated/ts/backend/client_service.client.d.ts
|
|
7
7
|
|
|
@@ -24,9 +24,9 @@ interface IClientServiceClient {
|
|
|
24
24
|
declare class ClientServiceClient implements IClientServiceClient, ServiceInfo {
|
|
25
25
|
private readonly _transport;
|
|
26
26
|
typeName: string;
|
|
27
|
-
methods:
|
|
27
|
+
methods: _protobuf_ts_runtime_rpc0.MethodInfo<any, any>[];
|
|
28
28
|
options: {
|
|
29
|
-
[extensionName: string]:
|
|
29
|
+
[extensionName: string]: _protobuf_ts_runtime0.JsonValue;
|
|
30
30
|
};
|
|
31
31
|
constructor(_transport: RpcTransport);
|
|
32
32
|
/**
|
|
@@ -4,9 +4,9 @@ import "../timestamp-D0q8Zt_J.js";
|
|
|
4
4
|
import "../json_schema-dDDndex9.js";
|
|
5
5
|
import "../span-C1sXvAwC.js";
|
|
6
6
|
import { ExportSpansRequest, ExportSpansResponse } from "../span_export_service-W0WztHCF.js";
|
|
7
|
-
import * as
|
|
7
|
+
import * as _protobuf_ts_runtime_rpc1 from "@protobuf-ts/runtime-rpc";
|
|
8
8
|
import { RpcOptions, RpcTransport, ServiceInfo, UnaryCall } from "@protobuf-ts/runtime-rpc";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _protobuf_ts_runtime1 from "@protobuf-ts/runtime";
|
|
10
10
|
|
|
11
11
|
//#region generated/ts/backend/span_export_service.client.d.ts
|
|
12
12
|
/**
|
|
@@ -24,9 +24,9 @@ interface ISpanExportServiceClient {
|
|
|
24
24
|
declare class SpanExportServiceClient implements ISpanExportServiceClient, ServiceInfo {
|
|
25
25
|
private readonly _transport;
|
|
26
26
|
typeName: string;
|
|
27
|
-
methods:
|
|
27
|
+
methods: _protobuf_ts_runtime_rpc1.MethodInfo<any, any>[];
|
|
28
28
|
options: {
|
|
29
|
-
[extensionName: string]:
|
|
29
|
+
[extensionName: string]: _protobuf_ts_runtime1.JsonValue;
|
|
30
30
|
};
|
|
31
31
|
constructor(_transport: RpcTransport);
|
|
32
32
|
/**
|
|
@@ -4,9 +4,9 @@ import "../timestamp-D0q8Zt_J.js";
|
|
|
4
4
|
import "../json_schema-dDDndex9.js";
|
|
5
5
|
import "../span-C1sXvAwC.js";
|
|
6
6
|
import { CreateDriftRunRequest, CreateDriftRunResponse, GetAllTraceTestsRequest, GetAllTraceTestsResponse, GetDriftRunTraceTestsRequest, GetDriftRunTraceTestsResponse, GetGlobalSpansRequest, GetGlobalSpansResponse, GetPreAppStartSpansRequest, GetPreAppStartSpansResponse, GetTraceTestRequest, GetTraceTestResponse, UpdateDriftRunCIStatusRequest, UpdateDriftRunCIStatusResponse, UploadTraceTestResultsRequest, UploadTraceTestResultsResponse } from "../test_run_service-ccCYCNTL.js";
|
|
7
|
-
import * as
|
|
7
|
+
import * as _protobuf_ts_runtime_rpc2 from "@protobuf-ts/runtime-rpc";
|
|
8
8
|
import { RpcOptions, RpcTransport, ServiceInfo, UnaryCall } from "@protobuf-ts/runtime-rpc";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _protobuf_ts_runtime2 from "@protobuf-ts/runtime";
|
|
10
10
|
|
|
11
11
|
//#region generated/ts/backend/test_run_service.client.d.ts
|
|
12
12
|
|
|
@@ -72,9 +72,9 @@ interface ITestRunServiceClient {
|
|
|
72
72
|
declare class TestRunServiceClient implements ITestRunServiceClient, ServiceInfo {
|
|
73
73
|
private readonly _transport;
|
|
74
74
|
typeName: string;
|
|
75
|
-
methods:
|
|
75
|
+
methods: _protobuf_ts_runtime_rpc2.MethodInfo<any, any>[];
|
|
76
76
|
options: {
|
|
77
|
-
[extensionName: string]:
|
|
77
|
+
[extensionName: string]: _protobuf_ts_runtime2.JsonValue;
|
|
78
78
|
};
|
|
79
79
|
constructor(_transport: RpcTransport);
|
|
80
80
|
/**
|
|
@@ -259,6 +259,10 @@ interface InstrumentationVersionMismatchAlert {
|
|
|
259
259
|
* @generated from protobuf field: repeated string supported_versions = 3
|
|
260
260
|
*/
|
|
261
261
|
supportedVersions: string[];
|
|
262
|
+
/**
|
|
263
|
+
* @generated from protobuf field: string sdk_version = 4
|
|
264
|
+
*/
|
|
265
|
+
sdkVersion: string;
|
|
262
266
|
}
|
|
263
267
|
/**
|
|
264
268
|
* @generated from protobuf message tusk.drift.core.v1.UnpatchedDependencyAlert
|
|
@@ -272,6 +276,10 @@ interface UnpatchedDependencyAlert {
|
|
|
272
276
|
* @generated from protobuf field: string trace_test_server_span_id = 2
|
|
273
277
|
*/
|
|
274
278
|
traceTestServerSpanId: string;
|
|
279
|
+
/**
|
|
280
|
+
* @generated from protobuf field: string sdk_version = 3
|
|
281
|
+
*/
|
|
282
|
+
sdkVersion: string;
|
|
275
283
|
}
|
|
276
284
|
/**
|
|
277
285
|
* @generated from protobuf enum tusk.drift.core.v1.MessageType
|
|
@@ -415,4 +423,4 @@ declare const UnpatchedDependencyAlert: UnpatchedDependencyAlert$Type;
|
|
|
415
423
|
declare const MockService: ServiceType;
|
|
416
424
|
//#endregion
|
|
417
425
|
export { CLIMessage, ConnectRequest, ConnectResponse, GetMockRequest, GetMockResponse, InstrumentationVersionMismatchAlert, MessageType$1 as MessageType, MockService, SDKMessage, SendAlertRequest, SendInboundSpanForReplayRequest, SendInboundSpanForReplayResponse, UnpatchedDependencyAlert };
|
|
418
|
-
//# sourceMappingURL=communication-
|
|
426
|
+
//# sourceMappingURL=communication-C-wJ5gyo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"communication-C-wJ5gyo.d.ts","names":[],"sources":["../generated/ts/core/communication.ts"],"sourcesContent":[],"mappings":"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"}
|
|
@@ -259,6 +259,10 @@ interface InstrumentationVersionMismatchAlert {
|
|
|
259
259
|
* @generated from protobuf field: repeated string supported_versions = 3
|
|
260
260
|
*/
|
|
261
261
|
supportedVersions: string[];
|
|
262
|
+
/**
|
|
263
|
+
* @generated from protobuf field: string sdk_version = 4
|
|
264
|
+
*/
|
|
265
|
+
sdkVersion: string;
|
|
262
266
|
}
|
|
263
267
|
/**
|
|
264
268
|
* @generated from protobuf message tusk.drift.core.v1.UnpatchedDependencyAlert
|
|
@@ -272,6 +276,10 @@ interface UnpatchedDependencyAlert {
|
|
|
272
276
|
* @generated from protobuf field: string trace_test_server_span_id = 2
|
|
273
277
|
*/
|
|
274
278
|
traceTestServerSpanId: string;
|
|
279
|
+
/**
|
|
280
|
+
* @generated from protobuf field: string sdk_version = 3
|
|
281
|
+
*/
|
|
282
|
+
sdkVersion: string;
|
|
275
283
|
}
|
|
276
284
|
/**
|
|
277
285
|
* @generated from protobuf enum tusk.drift.core.v1.MessageType
|
|
@@ -415,4 +423,4 @@ declare const UnpatchedDependencyAlert: UnpatchedDependencyAlert$Type;
|
|
|
415
423
|
declare const MockService: ServiceType;
|
|
416
424
|
//#endregion
|
|
417
425
|
export { CLIMessage, ConnectRequest, ConnectResponse, GetMockRequest, GetMockResponse, InstrumentationVersionMismatchAlert, MessageType$1 as MessageType, MockService, SDKMessage, SendAlertRequest, SendInboundSpanForReplayRequest, SendInboundSpanForReplayResponse, UnpatchedDependencyAlert };
|
|
418
|
-
//# sourceMappingURL=communication-
|
|
426
|
+
//# sourceMappingURL=communication-CRyEwx4G.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"communication-CRyEwx4G.d.cts","names":[],"sources":["../generated/ts/core/communication.ts"],"sourcesContent":[],"mappings":"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"}
|
|
@@ -798,6 +798,12 @@ var InstrumentationVersionMismatchAlert$Type = class extends __protobuf_ts_runti
|
|
|
798
798
|
kind: "scalar",
|
|
799
799
|
repeat: 2,
|
|
800
800
|
T: 9
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
no: 4,
|
|
804
|
+
name: "sdk_version",
|
|
805
|
+
kind: "scalar",
|
|
806
|
+
T: 9
|
|
801
807
|
}
|
|
802
808
|
]);
|
|
803
809
|
}
|
|
@@ -806,6 +812,7 @@ var InstrumentationVersionMismatchAlert$Type = class extends __protobuf_ts_runti
|
|
|
806
812
|
message.moduleName = "";
|
|
807
813
|
message.requestedVersion = "";
|
|
808
814
|
message.supportedVersions = [];
|
|
815
|
+
message.sdkVersion = "";
|
|
809
816
|
if (value !== void 0) (0, __protobuf_ts_runtime.reflectionMergePartial)(this, message, value);
|
|
810
817
|
return message;
|
|
811
818
|
}
|
|
@@ -823,6 +830,9 @@ var InstrumentationVersionMismatchAlert$Type = class extends __protobuf_ts_runti
|
|
|
823
830
|
case 3:
|
|
824
831
|
message.supportedVersions.push(reader.string());
|
|
825
832
|
break;
|
|
833
|
+
case 4:
|
|
834
|
+
message.sdkVersion = reader.string();
|
|
835
|
+
break;
|
|
826
836
|
default:
|
|
827
837
|
let u = options.readUnknownField;
|
|
828
838
|
if (u === "throw") throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
@@ -836,6 +846,7 @@ var InstrumentationVersionMismatchAlert$Type = class extends __protobuf_ts_runti
|
|
|
836
846
|
if (message.moduleName !== "") writer.tag(1, __protobuf_ts_runtime.WireType.LengthDelimited).string(message.moduleName);
|
|
837
847
|
if (message.requestedVersion !== "") writer.tag(2, __protobuf_ts_runtime.WireType.LengthDelimited).string(message.requestedVersion);
|
|
838
848
|
for (let i = 0; i < message.supportedVersions.length; i++) writer.tag(3, __protobuf_ts_runtime.WireType.LengthDelimited).string(message.supportedVersions[i]);
|
|
849
|
+
if (message.sdkVersion !== "") writer.tag(4, __protobuf_ts_runtime.WireType.LengthDelimited).string(message.sdkVersion);
|
|
839
850
|
let u = options.writeUnknownFields;
|
|
840
851
|
if (u !== false) (u == true ? __protobuf_ts_runtime.UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
|
841
852
|
return writer;
|
|
@@ -847,22 +858,32 @@ var InstrumentationVersionMismatchAlert$Type = class extends __protobuf_ts_runti
|
|
|
847
858
|
const InstrumentationVersionMismatchAlert = new InstrumentationVersionMismatchAlert$Type();
|
|
848
859
|
var UnpatchedDependencyAlert$Type = class extends __protobuf_ts_runtime.MessageType {
|
|
849
860
|
constructor() {
|
|
850
|
-
super("tusk.drift.core.v1.UnpatchedDependencyAlert", [
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
+
super("tusk.drift.core.v1.UnpatchedDependencyAlert", [
|
|
862
|
+
{
|
|
863
|
+
no: 1,
|
|
864
|
+
name: "stack_trace",
|
|
865
|
+
kind: "scalar",
|
|
866
|
+
T: 9
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
no: 2,
|
|
870
|
+
name: "trace_test_server_span_id",
|
|
871
|
+
kind: "scalar",
|
|
872
|
+
T: 9
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
no: 3,
|
|
876
|
+
name: "sdk_version",
|
|
877
|
+
kind: "scalar",
|
|
878
|
+
T: 9
|
|
879
|
+
}
|
|
880
|
+
]);
|
|
861
881
|
}
|
|
862
882
|
create(value) {
|
|
863
883
|
const message = globalThis.Object.create(this.messagePrototype);
|
|
864
884
|
message.stackTrace = "";
|
|
865
885
|
message.traceTestServerSpanId = "";
|
|
886
|
+
message.sdkVersion = "";
|
|
866
887
|
if (value !== void 0) (0, __protobuf_ts_runtime.reflectionMergePartial)(this, message, value);
|
|
867
888
|
return message;
|
|
868
889
|
}
|
|
@@ -877,6 +898,9 @@ var UnpatchedDependencyAlert$Type = class extends __protobuf_ts_runtime.MessageT
|
|
|
877
898
|
case 2:
|
|
878
899
|
message.traceTestServerSpanId = reader.string();
|
|
879
900
|
break;
|
|
901
|
+
case 3:
|
|
902
|
+
message.sdkVersion = reader.string();
|
|
903
|
+
break;
|
|
880
904
|
default:
|
|
881
905
|
let u = options.readUnknownField;
|
|
882
906
|
if (u === "throw") throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
@@ -889,6 +913,7 @@ var UnpatchedDependencyAlert$Type = class extends __protobuf_ts_runtime.MessageT
|
|
|
889
913
|
internalBinaryWrite(message, writer, options) {
|
|
890
914
|
if (message.stackTrace !== "") writer.tag(1, __protobuf_ts_runtime.WireType.LengthDelimited).string(message.stackTrace);
|
|
891
915
|
if (message.traceTestServerSpanId !== "") writer.tag(2, __protobuf_ts_runtime.WireType.LengthDelimited).string(message.traceTestServerSpanId);
|
|
916
|
+
if (message.sdkVersion !== "") writer.tag(3, __protobuf_ts_runtime.WireType.LengthDelimited).string(message.sdkVersion);
|
|
892
917
|
let u = options.writeUnknownFields;
|
|
893
918
|
if (u !== false) (u == true ? __protobuf_ts_runtime.UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
|
894
919
|
return writer;
|
|
@@ -1001,4 +1026,4 @@ Object.defineProperty(exports, 'UnpatchedDependencyAlert', {
|
|
|
1001
1026
|
return UnpatchedDependencyAlert;
|
|
1002
1027
|
}
|
|
1003
1028
|
});
|
|
1004
|
-
//# sourceMappingURL=communication-
|
|
1029
|
+
//# sourceMappingURL=communication-CrsH38km.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"communication-CrsH38km.cjs","names":["MessageType$","Struct","UnknownFieldHandler","WireType","Span","Timestamp","key: keyof GetMockRequest[\"tags\"] | undefined","val: GetMockRequest[\"tags\"][any] | undefined","ServiceType"],"sources":["../generated/ts/core/communication.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter generate_dependencies\n// @generated from protobuf file \"core/communication.proto\" (package \"tusk.drift.core.v1\", syntax proto3)\n// tslint:disable\nimport { ServiceType } from \"@protobuf-ts/runtime-rpc\";\nimport type { BinaryWriteOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryWriter } from \"@protobuf-ts/runtime\";\nimport { WireType } from \"@protobuf-ts/runtime\";\nimport type { BinaryReadOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryReader } from \"@protobuf-ts/runtime\";\nimport { UnknownFieldHandler } from \"@protobuf-ts/runtime\";\nimport type { PartialMessage } from \"@protobuf-ts/runtime\";\nimport { reflectionMergePartial } from \"@protobuf-ts/runtime\";\nimport { MessageType as MessageType$ } from \"@protobuf-ts/runtime\";\nimport { Timestamp } from \"../google/protobuf/timestamp\";\nimport { Span } from \"./span\";\nimport { Struct } from \"../google/protobuf/struct\";\n/**\n * SDK connection handshake\n *\n * @generated from protobuf message tusk.drift.core.v1.ConnectRequest\n */\nexport interface ConnectRequest {\n /**\n * @generated from protobuf field: string service_id = 1\n */\n serviceId: string;\n /**\n * @generated from protobuf field: string sdk_version = 2\n */\n sdkVersion: string;\n /**\n * @generated from protobuf field: string min_cli_version = 3\n */\n minCliVersion: string;\n /**\n * @generated from protobuf field: google.protobuf.Struct metadata = 4\n */\n metadata?: Struct; // Additional metadata (JSON-serializable)\n}\n/**\n * @generated from protobuf message tusk.drift.core.v1.ConnectResponse\n */\nexport interface ConnectResponse {\n /**\n * @generated from protobuf field: bool success = 1\n */\n success: boolean;\n /**\n * @generated from protobuf field: string error = 2\n */\n error: string;\n}\n/**\n * @generated from protobuf message tusk.drift.core.v1.GetMockRequest\n */\nexport interface GetMockRequest {\n /**\n * @generated from protobuf field: string request_id = 1\n */\n requestId: string; // For async correlation (used in CLI)\n /**\n * @generated from protobuf field: string test_id = 2\n */\n testId: string; // Trace/test identifier\n /**\n * @generated from protobuf field: tusk.drift.core.v1.Span outbound_span = 3\n */\n outboundSpan?: Span;\n /**\n * @generated from protobuf field: string stack_trace = 4\n */\n stackTrace: string;\n /**\n * @generated from protobuf field: string operation = 5\n */\n operation: string; // \"GET\", \"query\", \"execute\", \"get\", etc.\n /**\n * @generated from protobuf field: map<string, string> tags = 6\n */\n tags: {\n [key: string]: string;\n }; // Generic key-value metadata\n /**\n * @generated from protobuf field: google.protobuf.Timestamp requested_at = 7\n */\n requestedAt?: Timestamp;\n}\n/**\n * @generated from protobuf message tusk.drift.core.v1.GetMockResponse\n */\nexport interface GetMockResponse {\n /**\n * @generated from protobuf field: string request_id = 1\n */\n requestId: string; // Correlate with request\n /**\n * @generated from protobuf field: bool found = 2\n */\n found: boolean; // Whether mock was found\n /**\n * Opaque response data - CLI returns as-is from stored spans\n *\n * @generated from protobuf field: google.protobuf.Struct response_data = 3\n */\n responseData?: Struct; // Response payload\n /**\n * @generated from protobuf field: google.protobuf.Struct metadata = 4\n */\n metadata?: Struct; // Response metadata (headers, status, etc.)\n /**\n * Error information\n *\n * @generated from protobuf field: string error = 5\n */\n error: string; // Error message if not found\n /**\n * @generated from protobuf field: string error_code = 6\n */\n errorCode: string; // Error classification\n /**\n * Mock metadata\n *\n * @generated from protobuf field: string matched_span_id = 7\n */\n matchedSpanId: string; // Which span was matched\n /**\n * @generated from protobuf field: google.protobuf.Timestamp matched_at = 8\n */\n matchedAt?: Timestamp; // When the match occurred\n}\n/**\n * Message types for the Unix socket protocol\n *\n * @generated from protobuf message tusk.drift.core.v1.SDKMessage\n */\nexport interface SDKMessage {\n /**\n * @generated from protobuf field: tusk.drift.core.v1.MessageType type = 1\n */\n type: MessageType;\n /**\n * @generated from protobuf field: string request_id = 2\n */\n requestId: string;\n /**\n * @generated from protobuf oneof: payload\n */\n payload: {\n oneofKind: \"connectRequest\";\n /**\n * @generated from protobuf field: tusk.drift.core.v1.ConnectRequest connect_request = 3\n */\n connectRequest: ConnectRequest;\n } | {\n oneofKind: \"getMockRequest\";\n /**\n * @generated from protobuf field: tusk.drift.core.v1.GetMockRequest get_mock_request = 4\n */\n getMockRequest: GetMockRequest;\n } | {\n oneofKind: \"sendInboundSpanForReplayRequest\";\n /**\n * @generated from protobuf field: tusk.drift.core.v1.SendInboundSpanForReplayRequest send_inbound_span_for_replay_request = 5\n */\n sendInboundSpanForReplayRequest: SendInboundSpanForReplayRequest;\n } | {\n oneofKind: \"sendAlertRequest\";\n /**\n * @generated from protobuf field: tusk.drift.core.v1.SendAlertRequest send_alert_request = 6\n */\n sendAlertRequest: SendAlertRequest;\n } | {\n oneofKind: undefined;\n };\n}\n/**\n * @generated from protobuf message tusk.drift.core.v1.CLIMessage\n */\nexport interface CLIMessage {\n /**\n * @generated from protobuf field: tusk.drift.core.v1.MessageType type = 1\n */\n type: MessageType;\n /**\n * @generated from protobuf field: string request_id = 2\n */\n requestId: string;\n /**\n * @generated from protobuf oneof: payload\n */\n payload: {\n oneofKind: \"connectResponse\";\n /**\n * @generated from protobuf field: tusk.drift.core.v1.ConnectResponse connect_response = 3\n */\n connectResponse: ConnectResponse;\n } | {\n oneofKind: \"getMockResponse\";\n /**\n * @generated from protobuf field: tusk.drift.core.v1.GetMockResponse get_mock_response = 4\n */\n getMockResponse: GetMockResponse;\n } | {\n oneofKind: \"sendInboundSpanForReplayResponse\";\n /**\n * @generated from protobuf field: tusk.drift.core.v1.SendInboundSpanForReplayResponse send_inbound_span_for_replay_response = 5\n */\n sendInboundSpanForReplayResponse: SendInboundSpanForReplayResponse;\n } | {\n oneofKind: undefined;\n };\n}\n/**\n * @generated from protobuf message tusk.drift.core.v1.SendInboundSpanForReplayRequest\n */\nexport interface SendInboundSpanForReplayRequest {\n /**\n * @generated from protobuf field: tusk.drift.core.v1.Span span = 1\n */\n span?: Span;\n}\n/**\n * @generated from protobuf message tusk.drift.core.v1.SendInboundSpanForReplayResponse\n */\nexport interface SendInboundSpanForReplayResponse {\n /**\n * @generated from protobuf field: bool success = 1\n */\n success: boolean;\n}\n/**\n * @generated from protobuf message tusk.drift.core.v1.SendAlertRequest\n */\nexport interface SendAlertRequest {\n /**\n * @generated from protobuf oneof: alert\n */\n alert: {\n oneofKind: \"versionMismatch\";\n /**\n * @generated from protobuf field: tusk.drift.core.v1.InstrumentationVersionMismatchAlert version_mismatch = 1\n */\n versionMismatch: InstrumentationVersionMismatchAlert;\n } | {\n oneofKind: \"unpatchedDependency\";\n /**\n * @generated from protobuf field: tusk.drift.core.v1.UnpatchedDependencyAlert unpatched_dependency = 2\n */\n unpatchedDependency: UnpatchedDependencyAlert;\n } | {\n oneofKind: undefined;\n };\n}\n/**\n * @generated from protobuf message tusk.drift.core.v1.InstrumentationVersionMismatchAlert\n */\nexport interface InstrumentationVersionMismatchAlert {\n /**\n * @generated from protobuf field: string module_name = 1\n */\n moduleName: string;\n /**\n * @generated from protobuf field: string requested_version = 2\n */\n requestedVersion: string; // Can be empty if version not found\n /**\n * @generated from protobuf field: repeated string supported_versions = 3\n */\n supportedVersions: string[];\n /**\n * @generated from protobuf field: string sdk_version = 4\n */\n sdkVersion: string;\n}\n/**\n * @generated from protobuf message tusk.drift.core.v1.UnpatchedDependencyAlert\n */\nexport interface UnpatchedDependencyAlert {\n /**\n * @generated from protobuf field: string stack_trace = 1\n */\n stackTrace: string;\n /**\n * @generated from protobuf field: string trace_test_server_span_id = 2\n */\n traceTestServerSpanId: string;\n /**\n * @generated from protobuf field: string sdk_version = 3\n */\n sdkVersion: string;\n}\n/**\n * @generated from protobuf enum tusk.drift.core.v1.MessageType\n */\nexport enum MessageType {\n /**\n * @generated from protobuf enum value: MESSAGE_TYPE_UNSPECIFIED = 0;\n */\n UNSPECIFIED = 0,\n /**\n * @generated from protobuf enum value: MESSAGE_TYPE_SDK_CONNECT = 1;\n */\n SDK_CONNECT = 1,\n /**\n * @generated from protobuf enum value: MESSAGE_TYPE_MOCK_REQUEST = 2;\n */\n MOCK_REQUEST = 2,\n /**\n * @generated from protobuf enum value: MESSAGE_TYPE_INBOUND_SPAN = 3;\n */\n INBOUND_SPAN = 3,\n /**\n * @generated from protobuf enum value: MESSAGE_TYPE_ALERT = 4;\n */\n ALERT = 4\n}\n// @generated message type with reflection information, may provide speed optimized methods\nclass ConnectRequest$Type extends MessageType$<ConnectRequest> {\n constructor() {\n super(\"tusk.drift.core.v1.ConnectRequest\", [\n { no: 1, name: \"service_id\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 2, name: \"sdk_version\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 3, name: \"min_cli_version\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 4, name: \"metadata\", kind: \"message\", T: () => Struct }\n ]);\n }\n create(value?: PartialMessage<ConnectRequest>): ConnectRequest {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.serviceId = \"\";\n message.sdkVersion = \"\";\n message.minCliVersion = \"\";\n if (value !== undefined)\n reflectionMergePartial<ConnectRequest>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ConnectRequest): ConnectRequest {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* string service_id */ 1:\n message.serviceId = reader.string();\n break;\n case /* string sdk_version */ 2:\n message.sdkVersion = reader.string();\n break;\n case /* string min_cli_version */ 3:\n message.minCliVersion = reader.string();\n break;\n case /* google.protobuf.Struct metadata */ 4:\n message.metadata = Struct.internalBinaryRead(reader, reader.uint32(), options, message.metadata);\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ConnectRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* string service_id = 1; */\n if (message.serviceId !== \"\")\n writer.tag(1, WireType.LengthDelimited).string(message.serviceId);\n /* string sdk_version = 2; */\n if (message.sdkVersion !== \"\")\n writer.tag(2, WireType.LengthDelimited).string(message.sdkVersion);\n /* string min_cli_version = 3; */\n if (message.minCliVersion !== \"\")\n writer.tag(3, WireType.LengthDelimited).string(message.minCliVersion);\n /* google.protobuf.Struct metadata = 4; */\n if (message.metadata)\n Struct.internalBinaryWrite(message.metadata, writer.tag(4, WireType.LengthDelimited).fork(), options).join();\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message tusk.drift.core.v1.ConnectRequest\n */\nexport const ConnectRequest = new ConnectRequest$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ConnectResponse$Type extends MessageType$<ConnectResponse> {\n constructor() {\n super(\"tusk.drift.core.v1.ConnectResponse\", [\n { no: 1, name: \"success\", kind: \"scalar\", T: 8 /*ScalarType.BOOL*/ },\n { no: 2, name: \"error\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ }\n ]);\n }\n create(value?: PartialMessage<ConnectResponse>): ConnectResponse {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.success = false;\n message.error = \"\";\n if (value !== undefined)\n reflectionMergePartial<ConnectResponse>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ConnectResponse): ConnectResponse {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* bool success */ 1:\n message.success = reader.bool();\n break;\n case /* string error */ 2:\n message.error = reader.string();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ConnectResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* bool success = 1; */\n if (message.success !== false)\n writer.tag(1, WireType.Varint).bool(message.success);\n /* string error = 2; */\n if (message.error !== \"\")\n writer.tag(2, WireType.LengthDelimited).string(message.error);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message tusk.drift.core.v1.ConnectResponse\n */\nexport const ConnectResponse = new ConnectResponse$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass GetMockRequest$Type extends MessageType$<GetMockRequest> {\n constructor() {\n super(\"tusk.drift.core.v1.GetMockRequest\", [\n { no: 1, name: \"request_id\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 2, name: \"test_id\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 3, name: \"outbound_span\", kind: \"message\", T: () => Span },\n { no: 4, name: \"stack_trace\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 5, name: \"operation\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 6, name: \"tags\", kind: \"map\", K: 9 /*ScalarType.STRING*/, V: { kind: \"scalar\", T: 9 /*ScalarType.STRING*/ } },\n { no: 7, name: \"requested_at\", kind: \"message\", T: () => Timestamp }\n ]);\n }\n create(value?: PartialMessage<GetMockRequest>): GetMockRequest {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.requestId = \"\";\n message.testId = \"\";\n message.stackTrace = \"\";\n message.operation = \"\";\n message.tags = {};\n if (value !== undefined)\n reflectionMergePartial<GetMockRequest>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GetMockRequest): GetMockRequest {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* string request_id */ 1:\n message.requestId = reader.string();\n break;\n case /* string test_id */ 2:\n message.testId = reader.string();\n break;\n case /* tusk.drift.core.v1.Span outbound_span */ 3:\n message.outboundSpan = Span.internalBinaryRead(reader, reader.uint32(), options, message.outboundSpan);\n break;\n case /* string stack_trace */ 4:\n message.stackTrace = reader.string();\n break;\n case /* string operation */ 5:\n message.operation = reader.string();\n break;\n case /* map<string, string> tags */ 6:\n this.binaryReadMap6(message.tags, reader, options);\n break;\n case /* google.protobuf.Timestamp requested_at */ 7:\n message.requestedAt = Timestamp.internalBinaryRead(reader, reader.uint32(), options, message.requestedAt);\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n private binaryReadMap6(map: GetMockRequest[\"tags\"], reader: IBinaryReader, options: BinaryReadOptions): void {\n let len = reader.uint32(), end = reader.pos + len, key: keyof GetMockRequest[\"tags\"] | undefined, val: GetMockRequest[\"tags\"][any] | undefined;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case 1:\n key = reader.string();\n break;\n case 2:\n val = reader.string();\n break;\n default: throw new globalThis.Error(\"unknown map entry field for tusk.drift.core.v1.GetMockRequest.tags\");\n }\n }\n map[key ?? \"\"] = val ?? \"\";\n }\n internalBinaryWrite(message: GetMockRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* string request_id = 1; */\n if (message.requestId !== \"\")\n writer.tag(1, WireType.LengthDelimited).string(message.requestId);\n /* string test_id = 2; */\n if (message.testId !== \"\")\n writer.tag(2, WireType.LengthDelimited).string(message.testId);\n /* tusk.drift.core.v1.Span outbound_span = 3; */\n if (message.outboundSpan)\n Span.internalBinaryWrite(message.outboundSpan, writer.tag(3, WireType.LengthDelimited).fork(), options).join();\n /* string stack_trace = 4; */\n if (message.stackTrace !== \"\")\n writer.tag(4, WireType.LengthDelimited).string(message.stackTrace);\n /* string operation = 5; */\n if (message.operation !== \"\")\n writer.tag(5, WireType.LengthDelimited).string(message.operation);\n /* map<string, string> tags = 6; */\n for (let k of globalThis.Object.keys(message.tags))\n writer.tag(6, WireType.LengthDelimited).fork().tag(1, WireType.LengthDelimited).string(k).tag(2, WireType.LengthDelimited).string(message.tags[k]).join();\n /* google.protobuf.Timestamp requested_at = 7; */\n if (message.requestedAt)\n Timestamp.internalBinaryWrite(message.requestedAt, writer.tag(7, WireType.LengthDelimited).fork(), options).join();\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message tusk.drift.core.v1.GetMockRequest\n */\nexport const GetMockRequest = new GetMockRequest$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass GetMockResponse$Type extends MessageType$<GetMockResponse> {\n constructor() {\n super(\"tusk.drift.core.v1.GetMockResponse\", [\n { no: 1, name: \"request_id\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 2, name: \"found\", kind: \"scalar\", T: 8 /*ScalarType.BOOL*/ },\n { no: 3, name: \"response_data\", kind: \"message\", T: () => Struct },\n { no: 4, name: \"metadata\", kind: \"message\", T: () => Struct },\n { no: 5, name: \"error\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 6, name: \"error_code\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 7, name: \"matched_span_id\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 8, name: \"matched_at\", kind: \"message\", T: () => Timestamp }\n ]);\n }\n create(value?: PartialMessage<GetMockResponse>): GetMockResponse {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.requestId = \"\";\n message.found = false;\n message.error = \"\";\n message.errorCode = \"\";\n message.matchedSpanId = \"\";\n if (value !== undefined)\n reflectionMergePartial<GetMockResponse>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GetMockResponse): GetMockResponse {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* string request_id */ 1:\n message.requestId = reader.string();\n break;\n case /* bool found */ 2:\n message.found = reader.bool();\n break;\n case /* google.protobuf.Struct response_data */ 3:\n message.responseData = Struct.internalBinaryRead(reader, reader.uint32(), options, message.responseData);\n break;\n case /* google.protobuf.Struct metadata */ 4:\n message.metadata = Struct.internalBinaryRead(reader, reader.uint32(), options, message.metadata);\n break;\n case /* string error */ 5:\n message.error = reader.string();\n break;\n case /* string error_code */ 6:\n message.errorCode = reader.string();\n break;\n case /* string matched_span_id */ 7:\n message.matchedSpanId = reader.string();\n break;\n case /* google.protobuf.Timestamp matched_at */ 8:\n message.matchedAt = Timestamp.internalBinaryRead(reader, reader.uint32(), options, message.matchedAt);\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: GetMockResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* string request_id = 1; */\n if (message.requestId !== \"\")\n writer.tag(1, WireType.LengthDelimited).string(message.requestId);\n /* bool found = 2; */\n if (message.found !== false)\n writer.tag(2, WireType.Varint).bool(message.found);\n /* google.protobuf.Struct response_data = 3; */\n if (message.responseData)\n Struct.internalBinaryWrite(message.responseData, writer.tag(3, WireType.LengthDelimited).fork(), options).join();\n /* google.protobuf.Struct metadata = 4; */\n if (message.metadata)\n Struct.internalBinaryWrite(message.metadata, writer.tag(4, WireType.LengthDelimited).fork(), options).join();\n /* string error = 5; */\n if (message.error !== \"\")\n writer.tag(5, WireType.LengthDelimited).string(message.error);\n /* string error_code = 6; */\n if (message.errorCode !== \"\")\n writer.tag(6, WireType.LengthDelimited).string(message.errorCode);\n /* string matched_span_id = 7; */\n if (message.matchedSpanId !== \"\")\n writer.tag(7, WireType.LengthDelimited).string(message.matchedSpanId);\n /* google.protobuf.Timestamp matched_at = 8; */\n if (message.matchedAt)\n Timestamp.internalBinaryWrite(message.matchedAt, writer.tag(8, WireType.LengthDelimited).fork(), options).join();\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message tusk.drift.core.v1.GetMockResponse\n */\nexport const GetMockResponse = new GetMockResponse$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass SDKMessage$Type extends MessageType$<SDKMessage> {\n constructor() {\n super(\"tusk.drift.core.v1.SDKMessage\", [\n { no: 1, name: \"type\", kind: \"enum\", T: () => [\"tusk.drift.core.v1.MessageType\", MessageType, \"MESSAGE_TYPE_\"] },\n { no: 2, name: \"request_id\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 3, name: \"connect_request\", kind: \"message\", oneof: \"payload\", T: () => ConnectRequest },\n { no: 4, name: \"get_mock_request\", kind: \"message\", oneof: \"payload\", T: () => GetMockRequest },\n { no: 5, name: \"send_inbound_span_for_replay_request\", kind: \"message\", oneof: \"payload\", T: () => SendInboundSpanForReplayRequest },\n { no: 6, name: \"send_alert_request\", kind: \"message\", oneof: \"payload\", T: () => SendAlertRequest }\n ]);\n }\n create(value?: PartialMessage<SDKMessage>): SDKMessage {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.type = 0;\n message.requestId = \"\";\n message.payload = { oneofKind: undefined };\n if (value !== undefined)\n reflectionMergePartial<SDKMessage>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SDKMessage): SDKMessage {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* tusk.drift.core.v1.MessageType type */ 1:\n message.type = reader.int32();\n break;\n case /* string request_id */ 2:\n message.requestId = reader.string();\n break;\n case /* tusk.drift.core.v1.ConnectRequest connect_request */ 3:\n message.payload = {\n oneofKind: \"connectRequest\",\n connectRequest: ConnectRequest.internalBinaryRead(reader, reader.uint32(), options, (message.payload as any).connectRequest)\n };\n break;\n case /* tusk.drift.core.v1.GetMockRequest get_mock_request */ 4:\n message.payload = {\n oneofKind: \"getMockRequest\",\n getMockRequest: GetMockRequest.internalBinaryRead(reader, reader.uint32(), options, (message.payload as any).getMockRequest)\n };\n break;\n case /* tusk.drift.core.v1.SendInboundSpanForReplayRequest send_inbound_span_for_replay_request */ 5:\n message.payload = {\n oneofKind: \"sendInboundSpanForReplayRequest\",\n sendInboundSpanForReplayRequest: SendInboundSpanForReplayRequest.internalBinaryRead(reader, reader.uint32(), options, (message.payload as any).sendInboundSpanForReplayRequest)\n };\n break;\n case /* tusk.drift.core.v1.SendAlertRequest send_alert_request */ 6:\n message.payload = {\n oneofKind: \"sendAlertRequest\",\n sendAlertRequest: SendAlertRequest.internalBinaryRead(reader, reader.uint32(), options, (message.payload as any).sendAlertRequest)\n };\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: SDKMessage, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* tusk.drift.core.v1.MessageType type = 1; */\n if (message.type !== 0)\n writer.tag(1, WireType.Varint).int32(message.type);\n /* string request_id = 2; */\n if (message.requestId !== \"\")\n writer.tag(2, WireType.LengthDelimited).string(message.requestId);\n /* tusk.drift.core.v1.ConnectRequest connect_request = 3; */\n if (message.payload.oneofKind === \"connectRequest\")\n ConnectRequest.internalBinaryWrite(message.payload.connectRequest, writer.tag(3, WireType.LengthDelimited).fork(), options).join();\n /* tusk.drift.core.v1.GetMockRequest get_mock_request = 4; */\n if (message.payload.oneofKind === \"getMockRequest\")\n GetMockRequest.internalBinaryWrite(message.payload.getMockRequest, writer.tag(4, WireType.LengthDelimited).fork(), options).join();\n /* tusk.drift.core.v1.SendInboundSpanForReplayRequest send_inbound_span_for_replay_request = 5; */\n if (message.payload.oneofKind === \"sendInboundSpanForReplayRequest\")\n SendInboundSpanForReplayRequest.internalBinaryWrite(message.payload.sendInboundSpanForReplayRequest, writer.tag(5, WireType.LengthDelimited).fork(), options).join();\n /* tusk.drift.core.v1.SendAlertRequest send_alert_request = 6; */\n if (message.payload.oneofKind === \"sendAlertRequest\")\n SendAlertRequest.internalBinaryWrite(message.payload.sendAlertRequest, writer.tag(6, WireType.LengthDelimited).fork(), options).join();\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message tusk.drift.core.v1.SDKMessage\n */\nexport const SDKMessage = new SDKMessage$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CLIMessage$Type extends MessageType$<CLIMessage> {\n constructor() {\n super(\"tusk.drift.core.v1.CLIMessage\", [\n { no: 1, name: \"type\", kind: \"enum\", T: () => [\"tusk.drift.core.v1.MessageType\", MessageType, \"MESSAGE_TYPE_\"] },\n { no: 2, name: \"request_id\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 3, name: \"connect_response\", kind: \"message\", oneof: \"payload\", T: () => ConnectResponse },\n { no: 4, name: \"get_mock_response\", kind: \"message\", oneof: \"payload\", T: () => GetMockResponse },\n { no: 5, name: \"send_inbound_span_for_replay_response\", kind: \"message\", oneof: \"payload\", T: () => SendInboundSpanForReplayResponse }\n ]);\n }\n create(value?: PartialMessage<CLIMessage>): CLIMessage {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.type = 0;\n message.requestId = \"\";\n message.payload = { oneofKind: undefined };\n if (value !== undefined)\n reflectionMergePartial<CLIMessage>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CLIMessage): CLIMessage {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* tusk.drift.core.v1.MessageType type */ 1:\n message.type = reader.int32();\n break;\n case /* string request_id */ 2:\n message.requestId = reader.string();\n break;\n case /* tusk.drift.core.v1.ConnectResponse connect_response */ 3:\n message.payload = {\n oneofKind: \"connectResponse\",\n connectResponse: ConnectResponse.internalBinaryRead(reader, reader.uint32(), options, (message.payload as any).connectResponse)\n };\n break;\n case /* tusk.drift.core.v1.GetMockResponse get_mock_response */ 4:\n message.payload = {\n oneofKind: \"getMockResponse\",\n getMockResponse: GetMockResponse.internalBinaryRead(reader, reader.uint32(), options, (message.payload as any).getMockResponse)\n };\n break;\n case /* tusk.drift.core.v1.SendInboundSpanForReplayResponse send_inbound_span_for_replay_response */ 5:\n message.payload = {\n oneofKind: \"sendInboundSpanForReplayResponse\",\n sendInboundSpanForReplayResponse: SendInboundSpanForReplayResponse.internalBinaryRead(reader, reader.uint32(), options, (message.payload as any).sendInboundSpanForReplayResponse)\n };\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: CLIMessage, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* tusk.drift.core.v1.MessageType type = 1; */\n if (message.type !== 0)\n writer.tag(1, WireType.Varint).int32(message.type);\n /* string request_id = 2; */\n if (message.requestId !== \"\")\n writer.tag(2, WireType.LengthDelimited).string(message.requestId);\n /* tusk.drift.core.v1.ConnectResponse connect_response = 3; */\n if (message.payload.oneofKind === \"connectResponse\")\n ConnectResponse.internalBinaryWrite(message.payload.connectResponse, writer.tag(3, WireType.LengthDelimited).fork(), options).join();\n /* tusk.drift.core.v1.GetMockResponse get_mock_response = 4; */\n if (message.payload.oneofKind === \"getMockResponse\")\n GetMockResponse.internalBinaryWrite(message.payload.getMockResponse, writer.tag(4, WireType.LengthDelimited).fork(), options).join();\n /* tusk.drift.core.v1.SendInboundSpanForReplayResponse send_inbound_span_for_replay_response = 5; */\n if (message.payload.oneofKind === \"sendInboundSpanForReplayResponse\")\n SendInboundSpanForReplayResponse.internalBinaryWrite(message.payload.sendInboundSpanForReplayResponse, writer.tag(5, WireType.LengthDelimited).fork(), options).join();\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message tusk.drift.core.v1.CLIMessage\n */\nexport const CLIMessage = new CLIMessage$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass SendInboundSpanForReplayRequest$Type extends MessageType$<SendInboundSpanForReplayRequest> {\n constructor() {\n super(\"tusk.drift.core.v1.SendInboundSpanForReplayRequest\", [\n { no: 1, name: \"span\", kind: \"message\", T: () => Span }\n ]);\n }\n create(value?: PartialMessage<SendInboundSpanForReplayRequest>): SendInboundSpanForReplayRequest {\n const message = globalThis.Object.create((this.messagePrototype!));\n if (value !== undefined)\n reflectionMergePartial<SendInboundSpanForReplayRequest>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SendInboundSpanForReplayRequest): SendInboundSpanForReplayRequest {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* tusk.drift.core.v1.Span span */ 1:\n message.span = Span.internalBinaryRead(reader, reader.uint32(), options, message.span);\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: SendInboundSpanForReplayRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* tusk.drift.core.v1.Span span = 1; */\n if (message.span)\n Span.internalBinaryWrite(message.span, writer.tag(1, WireType.LengthDelimited).fork(), options).join();\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message tusk.drift.core.v1.SendInboundSpanForReplayRequest\n */\nexport const SendInboundSpanForReplayRequest = new SendInboundSpanForReplayRequest$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass SendInboundSpanForReplayResponse$Type extends MessageType$<SendInboundSpanForReplayResponse> {\n constructor() {\n super(\"tusk.drift.core.v1.SendInboundSpanForReplayResponse\", [\n { no: 1, name: \"success\", kind: \"scalar\", T: 8 /*ScalarType.BOOL*/ }\n ]);\n }\n create(value?: PartialMessage<SendInboundSpanForReplayResponse>): SendInboundSpanForReplayResponse {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.success = false;\n if (value !== undefined)\n reflectionMergePartial<SendInboundSpanForReplayResponse>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SendInboundSpanForReplayResponse): SendInboundSpanForReplayResponse {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* bool success */ 1:\n message.success = reader.bool();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: SendInboundSpanForReplayResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* bool success = 1; */\n if (message.success !== false)\n writer.tag(1, WireType.Varint).bool(message.success);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message tusk.drift.core.v1.SendInboundSpanForReplayResponse\n */\nexport const SendInboundSpanForReplayResponse = new SendInboundSpanForReplayResponse$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass SendAlertRequest$Type extends MessageType$<SendAlertRequest> {\n constructor() {\n super(\"tusk.drift.core.v1.SendAlertRequest\", [\n { no: 1, name: \"version_mismatch\", kind: \"message\", oneof: \"alert\", T: () => InstrumentationVersionMismatchAlert },\n { no: 2, name: \"unpatched_dependency\", kind: \"message\", oneof: \"alert\", T: () => UnpatchedDependencyAlert }\n ]);\n }\n create(value?: PartialMessage<SendAlertRequest>): SendAlertRequest {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.alert = { oneofKind: undefined };\n if (value !== undefined)\n reflectionMergePartial<SendAlertRequest>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SendAlertRequest): SendAlertRequest {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* tusk.drift.core.v1.InstrumentationVersionMismatchAlert version_mismatch */ 1:\n message.alert = {\n oneofKind: \"versionMismatch\",\n versionMismatch: InstrumentationVersionMismatchAlert.internalBinaryRead(reader, reader.uint32(), options, (message.alert as any).versionMismatch)\n };\n break;\n case /* tusk.drift.core.v1.UnpatchedDependencyAlert unpatched_dependency */ 2:\n message.alert = {\n oneofKind: \"unpatchedDependency\",\n unpatchedDependency: UnpatchedDependencyAlert.internalBinaryRead(reader, reader.uint32(), options, (message.alert as any).unpatchedDependency)\n };\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: SendAlertRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* tusk.drift.core.v1.InstrumentationVersionMismatchAlert version_mismatch = 1; */\n if (message.alert.oneofKind === \"versionMismatch\")\n InstrumentationVersionMismatchAlert.internalBinaryWrite(message.alert.versionMismatch, writer.tag(1, WireType.LengthDelimited).fork(), options).join();\n /* tusk.drift.core.v1.UnpatchedDependencyAlert unpatched_dependency = 2; */\n if (message.alert.oneofKind === \"unpatchedDependency\")\n UnpatchedDependencyAlert.internalBinaryWrite(message.alert.unpatchedDependency, writer.tag(2, WireType.LengthDelimited).fork(), options).join();\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message tusk.drift.core.v1.SendAlertRequest\n */\nexport const SendAlertRequest = new SendAlertRequest$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass InstrumentationVersionMismatchAlert$Type extends MessageType$<InstrumentationVersionMismatchAlert> {\n constructor() {\n super(\"tusk.drift.core.v1.InstrumentationVersionMismatchAlert\", [\n { no: 1, name: \"module_name\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 2, name: \"requested_version\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 3, name: \"supported_versions\", kind: \"scalar\", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ },\n { no: 4, name: \"sdk_version\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ }\n ]);\n }\n create(value?: PartialMessage<InstrumentationVersionMismatchAlert>): InstrumentationVersionMismatchAlert {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.moduleName = \"\";\n message.requestedVersion = \"\";\n message.supportedVersions = [];\n message.sdkVersion = \"\";\n if (value !== undefined)\n reflectionMergePartial<InstrumentationVersionMismatchAlert>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: InstrumentationVersionMismatchAlert): InstrumentationVersionMismatchAlert {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* string module_name */ 1:\n message.moduleName = reader.string();\n break;\n case /* string requested_version */ 2:\n message.requestedVersion = reader.string();\n break;\n case /* repeated string supported_versions */ 3:\n message.supportedVersions.push(reader.string());\n break;\n case /* string sdk_version */ 4:\n message.sdkVersion = reader.string();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: InstrumentationVersionMismatchAlert, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* string module_name = 1; */\n if (message.moduleName !== \"\")\n writer.tag(1, WireType.LengthDelimited).string(message.moduleName);\n /* string requested_version = 2; */\n if (message.requestedVersion !== \"\")\n writer.tag(2, WireType.LengthDelimited).string(message.requestedVersion);\n /* repeated string supported_versions = 3; */\n for (let i = 0; i < message.supportedVersions.length; i++)\n writer.tag(3, WireType.LengthDelimited).string(message.supportedVersions[i]);\n /* string sdk_version = 4; */\n if (message.sdkVersion !== \"\")\n writer.tag(4, WireType.LengthDelimited).string(message.sdkVersion);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message tusk.drift.core.v1.InstrumentationVersionMismatchAlert\n */\nexport const InstrumentationVersionMismatchAlert = new InstrumentationVersionMismatchAlert$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass UnpatchedDependencyAlert$Type extends MessageType$<UnpatchedDependencyAlert> {\n constructor() {\n super(\"tusk.drift.core.v1.UnpatchedDependencyAlert\", [\n { no: 1, name: \"stack_trace\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 2, name: \"trace_test_server_span_id\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 3, name: \"sdk_version\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ }\n ]);\n }\n create(value?: PartialMessage<UnpatchedDependencyAlert>): UnpatchedDependencyAlert {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.stackTrace = \"\";\n message.traceTestServerSpanId = \"\";\n message.sdkVersion = \"\";\n if (value !== undefined)\n reflectionMergePartial<UnpatchedDependencyAlert>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: UnpatchedDependencyAlert): UnpatchedDependencyAlert {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* string stack_trace */ 1:\n message.stackTrace = reader.string();\n break;\n case /* string trace_test_server_span_id */ 2:\n message.traceTestServerSpanId = reader.string();\n break;\n case /* string sdk_version */ 3:\n message.sdkVersion = reader.string();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: UnpatchedDependencyAlert, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* string stack_trace = 1; */\n if (message.stackTrace !== \"\")\n writer.tag(1, WireType.LengthDelimited).string(message.stackTrace);\n /* string trace_test_server_span_id = 2; */\n if (message.traceTestServerSpanId !== \"\")\n writer.tag(2, WireType.LengthDelimited).string(message.traceTestServerSpanId);\n /* string sdk_version = 3; */\n if (message.sdkVersion !== \"\")\n writer.tag(3, WireType.LengthDelimited).string(message.sdkVersion);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message tusk.drift.core.v1.UnpatchedDependencyAlert\n */\nexport const UnpatchedDependencyAlert = new UnpatchedDependencyAlert$Type();\n/**\n * @generated ServiceType for protobuf service tusk.drift.core.v1.MockService\n */\nexport const MockService = new ServiceType(\"tusk.drift.core.v1.MockService\", [\n { name: \"Connect\", options: {}, I: ConnectRequest, O: ConnectResponse },\n { name: \"GetMock\", options: {}, I: GetMockRequest, O: GetMockResponse },\n { name: \"SendInboundSpanForReplay\", options: {}, I: SendInboundSpanForReplayRequest, O: SendInboundSpanForReplayResponse }\n]);\n"],"mappings":"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"}
|
|
@@ -795,6 +795,12 @@ var InstrumentationVersionMismatchAlert$Type = class extends MessageType {
|
|
|
795
795
|
kind: "scalar",
|
|
796
796
|
repeat: 2,
|
|
797
797
|
T: 9
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
no: 4,
|
|
801
|
+
name: "sdk_version",
|
|
802
|
+
kind: "scalar",
|
|
803
|
+
T: 9
|
|
798
804
|
}
|
|
799
805
|
]);
|
|
800
806
|
}
|
|
@@ -803,6 +809,7 @@ var InstrumentationVersionMismatchAlert$Type = class extends MessageType {
|
|
|
803
809
|
message.moduleName = "";
|
|
804
810
|
message.requestedVersion = "";
|
|
805
811
|
message.supportedVersions = [];
|
|
812
|
+
message.sdkVersion = "";
|
|
806
813
|
if (value !== void 0) reflectionMergePartial(this, message, value);
|
|
807
814
|
return message;
|
|
808
815
|
}
|
|
@@ -820,6 +827,9 @@ var InstrumentationVersionMismatchAlert$Type = class extends MessageType {
|
|
|
820
827
|
case 3:
|
|
821
828
|
message.supportedVersions.push(reader.string());
|
|
822
829
|
break;
|
|
830
|
+
case 4:
|
|
831
|
+
message.sdkVersion = reader.string();
|
|
832
|
+
break;
|
|
823
833
|
default:
|
|
824
834
|
let u = options.readUnknownField;
|
|
825
835
|
if (u === "throw") throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
@@ -833,6 +843,7 @@ var InstrumentationVersionMismatchAlert$Type = class extends MessageType {
|
|
|
833
843
|
if (message.moduleName !== "") writer.tag(1, WireType.LengthDelimited).string(message.moduleName);
|
|
834
844
|
if (message.requestedVersion !== "") writer.tag(2, WireType.LengthDelimited).string(message.requestedVersion);
|
|
835
845
|
for (let i = 0; i < message.supportedVersions.length; i++) writer.tag(3, WireType.LengthDelimited).string(message.supportedVersions[i]);
|
|
846
|
+
if (message.sdkVersion !== "") writer.tag(4, WireType.LengthDelimited).string(message.sdkVersion);
|
|
836
847
|
let u = options.writeUnknownFields;
|
|
837
848
|
if (u !== false) (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
|
838
849
|
return writer;
|
|
@@ -844,22 +855,32 @@ var InstrumentationVersionMismatchAlert$Type = class extends MessageType {
|
|
|
844
855
|
const InstrumentationVersionMismatchAlert = new InstrumentationVersionMismatchAlert$Type();
|
|
845
856
|
var UnpatchedDependencyAlert$Type = class extends MessageType {
|
|
846
857
|
constructor() {
|
|
847
|
-
super("tusk.drift.core.v1.UnpatchedDependencyAlert", [
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
+
super("tusk.drift.core.v1.UnpatchedDependencyAlert", [
|
|
859
|
+
{
|
|
860
|
+
no: 1,
|
|
861
|
+
name: "stack_trace",
|
|
862
|
+
kind: "scalar",
|
|
863
|
+
T: 9
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
no: 2,
|
|
867
|
+
name: "trace_test_server_span_id",
|
|
868
|
+
kind: "scalar",
|
|
869
|
+
T: 9
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
no: 3,
|
|
873
|
+
name: "sdk_version",
|
|
874
|
+
kind: "scalar",
|
|
875
|
+
T: 9
|
|
876
|
+
}
|
|
877
|
+
]);
|
|
858
878
|
}
|
|
859
879
|
create(value) {
|
|
860
880
|
const message = globalThis.Object.create(this.messagePrototype);
|
|
861
881
|
message.stackTrace = "";
|
|
862
882
|
message.traceTestServerSpanId = "";
|
|
883
|
+
message.sdkVersion = "";
|
|
863
884
|
if (value !== void 0) reflectionMergePartial(this, message, value);
|
|
864
885
|
return message;
|
|
865
886
|
}
|
|
@@ -874,6 +895,9 @@ var UnpatchedDependencyAlert$Type = class extends MessageType {
|
|
|
874
895
|
case 2:
|
|
875
896
|
message.traceTestServerSpanId = reader.string();
|
|
876
897
|
break;
|
|
898
|
+
case 3:
|
|
899
|
+
message.sdkVersion = reader.string();
|
|
900
|
+
break;
|
|
877
901
|
default:
|
|
878
902
|
let u = options.readUnknownField;
|
|
879
903
|
if (u === "throw") throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
@@ -886,6 +910,7 @@ var UnpatchedDependencyAlert$Type = class extends MessageType {
|
|
|
886
910
|
internalBinaryWrite(message, writer, options) {
|
|
887
911
|
if (message.stackTrace !== "") writer.tag(1, WireType.LengthDelimited).string(message.stackTrace);
|
|
888
912
|
if (message.traceTestServerSpanId !== "") writer.tag(2, WireType.LengthDelimited).string(message.traceTestServerSpanId);
|
|
913
|
+
if (message.sdkVersion !== "") writer.tag(3, WireType.LengthDelimited).string(message.sdkVersion);
|
|
889
914
|
let u = options.writeUnknownFields;
|
|
890
915
|
if (u !== false) (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
|
891
916
|
return writer;
|
|
@@ -921,4 +946,4 @@ const MockService = new ServiceType("tusk.drift.core.v1.MockService", [
|
|
|
921
946
|
|
|
922
947
|
//#endregion
|
|
923
948
|
export { CLIMessage, ConnectRequest, ConnectResponse, GetMockRequest, GetMockResponse, InstrumentationVersionMismatchAlert, MessageType$1 as MessageType, MockService, SDKMessage, SendAlertRequest, SendInboundSpanForReplayRequest, SendInboundSpanForReplayResponse, UnpatchedDependencyAlert };
|
|
924
|
-
//# sourceMappingURL=communication-
|
|
949
|
+
//# sourceMappingURL=communication-DGBQZMiZ.js.map
|