@polinetwork/backend 0.8.0 → 0.8.2

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
@@ -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;
@@ -152,6 +149,12 @@ declare const appRouter: _trpc_server_unstable_core_do_not_import.BuiltRouter<{
152
149
  }[];
153
150
  output: number[];
154
151
  }>;
152
+ delete: _trpc_server.TRPCMutationProcedure<{
153
+ input: {
154
+ telegramId: number;
155
+ };
156
+ output: boolean;
157
+ }>;
155
158
  }>>;
156
159
  permissions: _trpc_server_unstable_core_do_not_import.BuiltRouter<{
157
160
  ctx: {
@@ -335,6 +338,7 @@ declare const appRouter: _trpc_server_unstable_core_do_not_import.BuiltRouter<{
335
338
  targetId: number;
336
339
  };
337
340
  output: {
341
+ groupTitle: string | undefined;
338
342
  updatedAt: Date | null;
339
343
  createdAt: Date;
340
344
  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;
@@ -152,6 +149,12 @@ declare const appRouter: _trpc_server_unstable_core_do_not_import.BuiltRouter<{
152
149
  }[];
153
150
  output: number[];
154
151
  }>;
152
+ delete: _trpc_server.TRPCMutationProcedure<{
153
+ input: {
154
+ telegramId: number;
155
+ };
156
+ output: boolean;
157
+ }>;
155
158
  }>>;
156
159
  permissions: _trpc_server_unstable_core_do_not_import.BuiltRouter<{
157
160
  ctx: {
@@ -335,6 +338,7 @@ declare const appRouter: _trpc_server_unstable_core_do_not_import.BuiltRouter<{
335
338
  targetId: number;
336
339
  };
337
340
  output: {
341
+ groupTitle: string | undefined;
338
342
  updatedAt: Date | null;
339
343
  createdAt: Date;
340
344
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polinetwork/backend",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "description": "Utils to interact with the backend.",
5
5
  "repository": {
6
6
  "type": "git",