@secrecy/lib 1.39.0-fix-dashboard-lp-tech-fixes--lib.1 → 1.39.0-fix-lp-fixes.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.
@@ -390,6 +390,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
390
390
  lastReset: Date;
391
391
  uploadBandwidth: bigint;
392
392
  downloadBandwidth: bigint;
393
+ hasDatabase: boolean;
394
+ storageUsage: number;
393
395
  };
394
396
  _output_out: {
395
397
  id: string;
@@ -398,6 +400,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
398
400
  lastReset: Date;
399
401
  uploadBandwidth: bigint;
400
402
  downloadBandwidth: bigint;
403
+ hasDatabase: boolean;
404
+ storageUsage: number;
401
405
  };
402
406
  }, unknown>>;
403
407
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@secrecy/lib",
3
3
  "author": "Anonymize <anonymize@gmail.com>",
4
4
  "description": "Anonymize Secrecy Library",
5
- "version": "1.39.0-fix-dashboard-lp-tech-fixes--lib.1",
5
+ "version": "1.39.0-fix-lp-fixes.1",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/anonymize-org/lib.git"
@@ -74,7 +74,7 @@
74
74
  },
75
75
  "dependencies": {
76
76
  "@secrecy/lib-utils": "^1.0.18",
77
- "@secrecy/trpc-api-types": "1.33.0.dashboard-lp-tech-fixes.1",
77
+ "@secrecy/trpc-api-types": "1.33.0-fix-dashboard-lp-tech-fixes.2",
78
78
  "@trpc/client": "10.45.2",
79
79
  "@trpc/server": "10.45.2",
80
80
  "@types/libsodium-wrappers-sumo": "^0.7.8",