@more-life/types-more-life-react 0.88.0 → 0.89.0
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/dto/therapyPlan/rules.dto.d.ts +1 -0
- package/dist/dto/therapyPlan/rules.dto.js +6 -0
- package/dist/dto/therapyPlan/rules.dto.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/dto/therapyPlan/specialTherapyNeedDiscipline.dto.d.ts +0 -5
- package/dist/dto/therapyPlan/specialTherapyNeedDiscipline.dto.js +0 -33
- package/dist/dto/therapyPlan/specialTherapyNeedDiscipline.dto.js.map +0 -1
|
@@ -2,5 +2,6 @@ import { DisciplineEnum } from '../../enum/discipline.enum';
|
|
|
2
2
|
export declare class RulesDto {
|
|
3
3
|
numOfAppointmentsPerWeek?: number;
|
|
4
4
|
specialTherapyNeedDisciplines?: Record<Exclude<DisciplineEnum, DisciplineEnum.NURSE | DisciplineEnum.ERGOTHERAPY | DisciplineEnum.PHYSIOTHERAPY>, number> | {};
|
|
5
|
+
updateDefaultDisciplines?: DisciplineEnum[];
|
|
5
6
|
static getDefaultRules(): RulesDto;
|
|
6
7
|
}
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.RulesDto = void 0;
|
|
4
|
+
const discipline_enum_1 = require("../../enum/discipline.enum");
|
|
4
5
|
class RulesDto {
|
|
5
6
|
static getDefaultRules() {
|
|
6
7
|
return {
|
|
7
8
|
numOfAppointmentsPerWeek: 3,
|
|
8
9
|
specialTherapyNeedDisciplines: {},
|
|
10
|
+
updateDefaultDisciplines: [
|
|
11
|
+
discipline_enum_1.DisciplineEnum.NURSE,
|
|
12
|
+
discipline_enum_1.DisciplineEnum.ERGOTHERAPY,
|
|
13
|
+
discipline_enum_1.DisciplineEnum.PHYSIOTHERAPY,
|
|
14
|
+
],
|
|
9
15
|
};
|
|
10
16
|
}
|
|
11
17
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rules.dto.js","sourceRoot":"","sources":["../../../src/dto/therapyPlan/rules.dto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"rules.dto.js","sourceRoot":"","sources":["../../../src/dto/therapyPlan/rules.dto.ts"],"names":[],"mappings":";;;AAAA,gEAA4D;AAE5D,MAAa,QAAQ;IAeb,MAAM,CAAC,eAAe;QAC5B,OAAO;YACN,wBAAwB,EAAE,CAAC;YAC3B,6BAA6B,EAAE,EAAE;YACjC,wBAAwB,EAAE;gBACzB,gCAAc,CAAC,KAAK;gBACpB,gCAAc,CAAC,WAAW;gBAC1B,gCAAc,CAAC,aAAa;aAC5B;SACD,CAAC;IACH,CAAC;CACD;AA1BD,4BA0BC"}
|