@use-tusk/drift-schemas 0.1.32 → 0.1.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -52,6 +52,9 @@ Then build the TypeScript package:
52
52
  npm run build
53
53
  ```
54
54
 
55
+ > [!NOTE]
56
+ > `npm run build` runs `npm run sync:exports` before bundling. You do not need to manually edit `package.json` exports when adding or removing files within the existing TypeScript export roots (`generated/ts/*`, and `src/*`). Only update `scripts/sync-exports.mjs` `ENTRY_GROUPS` when introducing a brand-new export root directory.
57
+
55
58
  Generate/check Rust schema types:
56
59
 
57
60
  ```bash
@@ -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 { ExportSpansRequest, ExportSpansResponse } from "../span_export_service-DGaAfstS.js";
7
- import * as _protobuf_ts_runtime_rpc1 from "@protobuf-ts/runtime-rpc";
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 _protobuf_ts_runtime1 from "@protobuf-ts/runtime";
9
+ import * as _protobuf_ts_runtime0 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: _protobuf_ts_runtime_rpc1.MethodInfo<any, any>[];
27
+ methods: _protobuf_ts_runtime_rpc0.MethodInfo<any, any>[];
28
28
  options: {
29
- [extensionName: string]: _protobuf_ts_runtime1.JsonValue;
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-6B3QQKY8.js";
6
6
  import { CreateDriftRunRequest, CreateDriftRunResponse, GetAllGlobalSpanIdsRequest, GetAllGlobalSpanIdsResponse, GetAllPreAppStartSpanIdsRequest, GetAllPreAppStartSpanIdsResponse, GetAllTraceTestIdsRequest, GetAllTraceTestIdsResponse, GetAllTraceTestsRequest, GetAllTraceTestsResponse, GetDriftRunTraceTestsRequest, GetDriftRunTraceTestsResponse, GetGlobalSpansByIdsRequest, GetGlobalSpansByIdsResponse, GetGlobalSpansRequest, GetGlobalSpansResponse, GetPreAppStartSpansByIdsRequest, GetPreAppStartSpansByIdsResponse, GetPreAppStartSpansRequest, GetPreAppStartSpansResponse, GetTraceTestRequest, GetTraceTestResponse, GetTraceTestsByIdsRequest, GetTraceTestsByIdsResponse, GetValidationTraceTestsRequest, GetValidationTraceTestsResponse, UpdateDriftRunCIStatusRequest, UpdateDriftRunCIStatusResponse, UploadTraceTestResultsRequest, UploadTraceTestResultsResponse } from "../test_run_service-Cv8GOdrM.js";
7
- import * as _protobuf_ts_runtime_rpc2 from "@protobuf-ts/runtime-rpc";
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 _protobuf_ts_runtime2 from "@protobuf-ts/runtime";
9
+ import * as _protobuf_ts_runtime1 from "@protobuf-ts/runtime";
10
10
 
11
11
  //#region generated/ts/backend/test_run_service.client.d.ts
12
12
 
@@ -114,9 +114,9 @@ interface ITestRunServiceClient {
114
114
  declare class TestRunServiceClient implements ITestRunServiceClient, ServiceInfo {
115
115
  private readonly _transport;
116
116
  typeName: string;
117
- methods: _protobuf_ts_runtime_rpc2.MethodInfo<any, any>[];
117
+ methods: _protobuf_ts_runtime_rpc1.MethodInfo<any, any>[];
118
118
  options: {
119
- [extensionName: string]: _protobuf_ts_runtime2.JsonValue;
119
+ [extensionName: string]: _protobuf_ts_runtime1.JsonValue;
120
120
  };
121
121
  constructor(_transport: RpcTransport);
122
122
  /**
@@ -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 _protobuf_ts_runtime_rpc0 from "@protobuf-ts/runtime-rpc";
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 _protobuf_ts_runtime0 from "@protobuf-ts/runtime";
9
+ import * as _protobuf_ts_runtime2 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: _protobuf_ts_runtime_rpc0.MethodInfo<any, any>[];
40
+ methods: _protobuf_ts_runtime_rpc2.MethodInfo<any, any>[];
41
41
  options: {
42
- [extensionName: string]: _protobuf_ts_runtime0.JsonValue;
42
+ [extensionName: string]: _protobuf_ts_runtime2.JsonValue;
43
43
  };
44
44
  constructor(_transport: RpcTransport);
45
45
  /**