@milobedini/shared-types 1.0.73 → 1.0.78

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 +1 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -259,6 +259,7 @@ export type TherapistLatestRow = {
259
259
  _id: string;
260
260
  user: TherapistUserPreview;
261
261
  module: TherapistModulePreview;
262
+ moduleType?: 'questionnaire' | 'psychoeducation' | 'exercise' | 'activity_diary';
262
263
  iteration?: number;
263
264
  completedAt?: string;
264
265
  totalScore?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@milobedini/shared-types",
3
3
  "type": "commonjs",
4
- "version": "1.0.73",
4
+ "version": "1.0.78",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "sideEffects": false,