@polinetwork/backend 0.5.3 → 0.5.4

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
@@ -221,6 +221,10 @@ declare const appRouter: _trpc_server_unstable_core_do_not_import.BuiltRouter<{
221
221
  };
222
222
  output: {
223
223
  success: boolean;
224
+ error: string;
225
+ } | {
226
+ success: boolean;
227
+ error: undefined;
224
228
  };
225
229
  }>;
226
230
  }>>;
package/dist/index.d.ts CHANGED
@@ -221,6 +221,10 @@ declare const appRouter: _trpc_server_unstable_core_do_not_import.BuiltRouter<{
221
221
  };
222
222
  output: {
223
223
  success: boolean;
224
+ error: string;
225
+ } | {
226
+ success: boolean;
227
+ error: undefined;
224
228
  };
225
229
  }>;
226
230
  }>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polinetwork/backend",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "Utils to interact with the backend.",
5
5
  "repository": {
6
6
  "type": "git",