@secrecy/trpc-api-types 1.10.0-integration-diff-mutation.2 → 1.10.0-integration-diff-mutation.3

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -4
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2561,16 +2561,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2561
2561
  _ctx_out: {};
2562
2562
  _input_in: {
2563
2563
  fileSize: bigint;
2564
- md5: string;
2565
2564
  content: Buffer;
2565
+ md5: string;
2566
2566
  md5Encrypted: string;
2567
2567
  fileKey: string;
2568
2568
  fileSizeBefore: bigint;
2569
2569
  };
2570
2570
  _input_out: {
2571
2571
  fileSize: bigint;
2572
- md5: string;
2573
2572
  content: Buffer;
2573
+ md5: string;
2574
2574
  md5Encrypted: string;
2575
2575
  fileKey: string;
2576
2576
  fileSizeBefore: bigint;
@@ -5545,6 +5545,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5545
5545
  uuid: string;
5546
5546
  }[];
5547
5547
  };
5548
+ hash: string;
5548
5549
  diff: {
5549
5550
  key: "tables";
5550
5551
  next: {
@@ -5718,7 +5719,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5718
5719
  })[];
5719
5720
  })[];
5720
5721
  } | null;
5721
- hash: string;
5722
5722
  currEnv: string;
5723
5723
  nextEnv: string | null;
5724
5724
  };
@@ -5755,6 +5755,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5755
5755
  uuid: string;
5756
5756
  }[];
5757
5757
  };
5758
+ hash: string;
5758
5759
  diff: {
5759
5760
  key: "tables";
5760
5761
  next: {
@@ -5928,7 +5929,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5928
5929
  })[];
5929
5930
  })[];
5930
5931
  } | null;
5931
- hash: string;
5932
5932
  currEnv: string;
5933
5933
  nextEnv: string | null;
5934
5934
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.10.0-integration-diff-mutation.2",
3
+ "version": "1.10.0-integration-diff-mutation.3",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"