@secrecy/trpc-api-types 1.10.0-integration-invalid-schema-config.9 → 1.10.0-integration-diff-mutation.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/index.d.ts +5 -5
- 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
|
-
content: Buffer;
|
|
2565
2564
|
md5: string;
|
|
2565
|
+
content: Buffer;
|
|
2566
2566
|
md5Encrypted: string;
|
|
2567
2567
|
fileKey: string;
|
|
2568
2568
|
fileSizeBefore: bigint;
|
|
2569
2569
|
};
|
|
2570
2570
|
_input_out: {
|
|
2571
2571
|
fileSize: bigint;
|
|
2572
|
-
content: Buffer;
|
|
2573
2572
|
md5: string;
|
|
2573
|
+
content: Buffer;
|
|
2574
2574
|
md5Encrypted: string;
|
|
2575
2575
|
fileKey: string;
|
|
2576
2576
|
fileSizeBefore: bigint;
|
|
@@ -5391,7 +5391,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5391
5391
|
}[];
|
|
5392
5392
|
};
|
|
5393
5393
|
}, unknown>;
|
|
5394
|
-
diff: _trpc_server.BuildProcedure<"
|
|
5394
|
+
diff: _trpc_server.BuildProcedure<"mutation", {
|
|
5395
5395
|
_config: _trpc_server.RootConfig<{
|
|
5396
5396
|
ctx: {};
|
|
5397
5397
|
meta: object;
|
|
@@ -5545,7 +5545,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5545
5545
|
uuid: string;
|
|
5546
5546
|
}[];
|
|
5547
5547
|
};
|
|
5548
|
-
hash: string;
|
|
5549
5548
|
diff: {
|
|
5550
5549
|
key: "tables";
|
|
5551
5550
|
next: {
|
|
@@ -5719,6 +5718,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5719
5718
|
})[];
|
|
5720
5719
|
})[];
|
|
5721
5720
|
} | null;
|
|
5721
|
+
hash: string;
|
|
5722
5722
|
currEnv: string;
|
|
5723
5723
|
nextEnv: string | null;
|
|
5724
5724
|
};
|
|
@@ -5755,7 +5755,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5755
5755
|
uuid: string;
|
|
5756
5756
|
}[];
|
|
5757
5757
|
};
|
|
5758
|
-
hash: string;
|
|
5759
5758
|
diff: {
|
|
5760
5759
|
key: "tables";
|
|
5761
5760
|
next: {
|
|
@@ -5929,6 +5928,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5929
5928
|
})[];
|
|
5930
5929
|
})[];
|
|
5931
5930
|
} | null;
|
|
5931
|
+
hash: string;
|
|
5932
5932
|
currEnv: string;
|
|
5933
5933
|
nextEnv: string | null;
|
|
5934
5934
|
};
|