@polinetwork/backend 0.15.4 → 0.15.5

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.cts CHANGED
@@ -140,6 +140,18 @@ declare const appRouter: _trpc_server.TRPCBuiltRouter<{
140
140
  };
141
141
  transformer: true;
142
142
  }, _trpc_server.TRPCDecorateCreateRouterOptions<{
143
+ getAll: _trpc_server.TRPCQueryProcedure<{
144
+ input: void;
145
+ output: {
146
+ updatedAt: Date | null;
147
+ createdAt: Date;
148
+ telegramId: number;
149
+ title: string;
150
+ tag: string | null;
151
+ link: string | null;
152
+ }[];
153
+ meta: object;
154
+ }>;
143
155
  search: _trpc_server.TRPCQueryProcedure<{
144
156
  input: {
145
157
  query: string;
package/dist/index.d.ts CHANGED
@@ -140,6 +140,18 @@ declare const appRouter: _trpc_server.TRPCBuiltRouter<{
140
140
  };
141
141
  transformer: true;
142
142
  }, _trpc_server.TRPCDecorateCreateRouterOptions<{
143
+ getAll: _trpc_server.TRPCQueryProcedure<{
144
+ input: void;
145
+ output: {
146
+ updatedAt: Date | null;
147
+ createdAt: Date;
148
+ telegramId: number;
149
+ title: string;
150
+ tag: string | null;
151
+ link: string | null;
152
+ }[];
153
+ meta: object;
154
+ }>;
143
155
  search: _trpc_server.TRPCQueryProcedure<{
144
156
  input: {
145
157
  query: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polinetwork/backend",
3
- "version": "0.15.4",
3
+ "version": "0.15.5",
4
4
  "description": "Utils to interact with the backend.",
5
5
  "repository": {
6
6
  "type": "git",