@use-tusk/drift-schemas 0.1.28 → 0.1.29
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.
|
@@ -4,9 +4,9 @@ import "../timestamp-D0q8Zt_J.js";
|
|
|
4
4
|
import "../json_schema-dDDndex9.js";
|
|
5
5
|
import "../span-6B3QQKY8.js";
|
|
6
6
|
import { CreateDriftRunRequest, CreateDriftRunResponse, GetAllPreAppStartSpanIdsRequest, GetAllPreAppStartSpanIdsResponse, GetAllTraceTestIdsRequest, GetAllTraceTestIdsResponse, GetAllTraceTestsRequest, GetAllTraceTestsResponse, GetDriftRunTraceTestsRequest, GetDriftRunTraceTestsResponse, GetGlobalSpansRequest, GetGlobalSpansResponse, GetPreAppStartSpansByIdsRequest, GetPreAppStartSpansByIdsResponse, GetPreAppStartSpansRequest, GetPreAppStartSpansResponse, GetTraceTestRequest, GetTraceTestResponse, GetTraceTestsByIdsRequest, GetTraceTestsByIdsResponse, GetValidationTraceTestsRequest, GetValidationTraceTestsResponse, UpdateDriftRunCIStatusRequest, UpdateDriftRunCIStatusResponse, UploadTraceTestResultsRequest, UploadTraceTestResultsResponse } from "../test_run_service-o6FvPfpl.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
|
|
|
@@ -102,9 +102,9 @@ interface ITestRunServiceClient {
|
|
|
102
102
|
declare class TestRunServiceClient implements ITestRunServiceClient, ServiceInfo {
|
|
103
103
|
private readonly _transport;
|
|
104
104
|
typeName: string;
|
|
105
|
-
methods:
|
|
105
|
+
methods: _protobuf_ts_runtime_rpc2.MethodInfo<any, any>[];
|
|
106
106
|
options: {
|
|
107
|
-
[extensionName: string]:
|
|
107
|
+
[extensionName: string]: _protobuf_ts_runtime2.JsonValue;
|
|
108
108
|
};
|
|
109
109
|
constructor(_transport: RpcTransport);
|
|
110
110
|
/**
|
|
@@ -4,9 +4,9 @@ import "../timestamp-D0q8Zt_J.js";
|
|
|
4
4
|
import "../json_schema-dDDndex9.js";
|
|
5
5
|
import "../span-6B3QQKY8.js";
|
|
6
6
|
import { ConnectRequest, ConnectResponse, GetMockRequest, GetMockResponse, SendInboundSpanForReplayRequest, SendInboundSpanForReplayResponse } from "../communication-CGpvyMAU.js";
|
|
7
|
-
import * as
|
|
7
|
+
import * as _protobuf_ts_runtime_rpc0 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_runtime0 from "@protobuf-ts/runtime";
|
|
10
10
|
|
|
11
11
|
//#region generated/ts/core/communication.client.d.ts
|
|
12
12
|
|
|
@@ -37,9 +37,9 @@ interface IMockServiceClient {
|
|
|
37
37
|
declare class MockServiceClient implements IMockServiceClient, ServiceInfo {
|
|
38
38
|
private readonly _transport;
|
|
39
39
|
typeName: string;
|
|
40
|
-
methods:
|
|
40
|
+
methods: _protobuf_ts_runtime_rpc0.MethodInfo<any, any>[];
|
|
41
41
|
options: {
|
|
42
|
-
[extensionName: string]:
|
|
42
|
+
[extensionName: string]: _protobuf_ts_runtime0.JsonValue;
|
|
43
43
|
};
|
|
44
44
|
constructor(_transport: RpcTransport);
|
|
45
45
|
/**
|