@polinetwork/backend 0.8.0 → 0.8.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.cts +1 -3
- package/dist/index.d.ts +1 -3
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -112,7 +112,6 @@ declare const appRouter: _trpc_server_unstable_core_do_not_import.BuiltRouter<{
|
|
|
112
112
|
output: {
|
|
113
113
|
updatedAt: Date | null;
|
|
114
114
|
createdAt: Date;
|
|
115
|
-
id: number;
|
|
116
115
|
telegramId: number;
|
|
117
116
|
title: string;
|
|
118
117
|
link: string | null;
|
|
@@ -125,7 +124,6 @@ declare const appRouter: _trpc_server_unstable_core_do_not_import.BuiltRouter<{
|
|
|
125
124
|
output: {
|
|
126
125
|
updatedAt: Date | null;
|
|
127
126
|
createdAt: Date;
|
|
128
|
-
id: number;
|
|
129
127
|
telegramId: number;
|
|
130
128
|
title: string;
|
|
131
129
|
link: string | null;
|
|
@@ -138,7 +136,6 @@ declare const appRouter: _trpc_server_unstable_core_do_not_import.BuiltRouter<{
|
|
|
138
136
|
output: {
|
|
139
137
|
updatedAt: Date | null;
|
|
140
138
|
createdAt: Date;
|
|
141
|
-
id: number;
|
|
142
139
|
telegramId: number;
|
|
143
140
|
title: string;
|
|
144
141
|
link: string | null;
|
|
@@ -335,6 +332,7 @@ declare const appRouter: _trpc_server_unstable_core_do_not_import.BuiltRouter<{
|
|
|
335
332
|
targetId: number;
|
|
336
333
|
};
|
|
337
334
|
output: {
|
|
335
|
+
groupTitle: string | undefined;
|
|
338
336
|
updatedAt: Date | null;
|
|
339
337
|
createdAt: Date;
|
|
340
338
|
id: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -112,7 +112,6 @@ declare const appRouter: _trpc_server_unstable_core_do_not_import.BuiltRouter<{
|
|
|
112
112
|
output: {
|
|
113
113
|
updatedAt: Date | null;
|
|
114
114
|
createdAt: Date;
|
|
115
|
-
id: number;
|
|
116
115
|
telegramId: number;
|
|
117
116
|
title: string;
|
|
118
117
|
link: string | null;
|
|
@@ -125,7 +124,6 @@ declare const appRouter: _trpc_server_unstable_core_do_not_import.BuiltRouter<{
|
|
|
125
124
|
output: {
|
|
126
125
|
updatedAt: Date | null;
|
|
127
126
|
createdAt: Date;
|
|
128
|
-
id: number;
|
|
129
127
|
telegramId: number;
|
|
130
128
|
title: string;
|
|
131
129
|
link: string | null;
|
|
@@ -138,7 +136,6 @@ declare const appRouter: _trpc_server_unstable_core_do_not_import.BuiltRouter<{
|
|
|
138
136
|
output: {
|
|
139
137
|
updatedAt: Date | null;
|
|
140
138
|
createdAt: Date;
|
|
141
|
-
id: number;
|
|
142
139
|
telegramId: number;
|
|
143
140
|
title: string;
|
|
144
141
|
link: string | null;
|
|
@@ -335,6 +332,7 @@ declare const appRouter: _trpc_server_unstable_core_do_not_import.BuiltRouter<{
|
|
|
335
332
|
targetId: number;
|
|
336
333
|
};
|
|
337
334
|
output: {
|
|
335
|
+
groupTitle: string | undefined;
|
|
338
336
|
updatedAt: Date | null;
|
|
339
337
|
createdAt: Date;
|
|
340
338
|
id: number;
|