@secrecy/trpc-api-types 1.37.0-dev.1 → 1.38.0
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 +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2437,6 +2437,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
2437
2437
|
sizeEncrypted: bigint;
|
|
2438
2438
|
};
|
|
2439
2439
|
})[];
|
|
2440
|
+
missingIds: string[];
|
|
2440
2441
|
};
|
|
2441
2442
|
meta: any;
|
|
2442
2443
|
}>;
|
|
@@ -2845,6 +2846,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
2845
2846
|
nameKey: string | null;
|
|
2846
2847
|
}[];
|
|
2847
2848
|
})[];
|
|
2849
|
+
missingIds: string[];
|
|
2848
2850
|
};
|
|
2849
2851
|
meta: any;
|
|
2850
2852
|
}>;
|