@milobedini/shared-types 1.0.50 → 1.0.51

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +7 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -363,3 +363,10 @@ export type ModulesQuery = {
363
363
  program?: string;
364
364
  withMeta?: boolean | string;
365
365
  };
366
+ export type AdminStats = {
367
+ totalUsers: number;
368
+ totalTherapists: number;
369
+ totalPatients: number;
370
+ unverifiedTherapists: AuthUser[];
371
+ completedAttempts: number;
372
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milobedini/shared-types",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [