@polinetwork/backend 0.15.8 → 0.15.9

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
@@ -456,6 +456,7 @@ declare const appRouter: _trpc_server.TRPCBuiltRouter<{
456
456
  input: {
457
457
  userId: number;
458
458
  limit?: number | undefined;
459
+ chatId?: number | undefined;
459
460
  };
460
461
  output: {
461
462
  messages: {
package/dist/index.d.ts CHANGED
@@ -456,6 +456,7 @@ declare const appRouter: _trpc_server.TRPCBuiltRouter<{
456
456
  input: {
457
457
  userId: number;
458
458
  limit?: number | undefined;
459
+ chatId?: number | undefined;
459
460
  };
460
461
  output: {
461
462
  messages: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polinetwork/backend",
3
- "version": "0.15.8",
3
+ "version": "0.15.9",
4
4
  "description": "Utils to interact with the backend.",
5
5
  "repository": {
6
6
  "type": "git",