@secrecy/trpc-api-types 1.6.0-integration-prisma-selectors.17 → 1.6.0-integration-prisma-selectors.18
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 +6 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9969,6 +9969,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9969
9969
|
ip: string | null;
|
|
9970
9970
|
country: string | null;
|
|
9971
9971
|
city: string | null;
|
|
9972
|
+
name: string;
|
|
9973
|
+
logo: string | null;
|
|
9974
|
+
origin: string[];
|
|
9972
9975
|
}[];
|
|
9973
9976
|
}[];
|
|
9974
9977
|
_output_out: {
|
|
@@ -9991,6 +9994,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9991
9994
|
ip: string | null;
|
|
9992
9995
|
country: string | null;
|
|
9993
9996
|
city: string | null;
|
|
9997
|
+
name: string;
|
|
9998
|
+
logo: string | null;
|
|
9999
|
+
origin: string[];
|
|
9994
10000
|
}[];
|
|
9995
10001
|
}[];
|
|
9996
10002
|
}, unknown>;
|