@more-life/types-more-life-react 0.106.0 → 0.107.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/therapyGoal/bulkUpdateTherapyGoal.dto.js +3 -0
- package/dist/dto/therapyGoal/bulkUpdateTherapyGoal.dto.js.map +1 -1
- package/dist/dto/therapyGoal/createTherapyGoal.dto.js +6 -1
- package/dist/dto/therapyGoal/createTherapyGoal.dto.js.map +1 -1
- package/dist/dto/therapyGoal/updateTherapyGoal.dto.js +1 -0
- package/dist/dto/therapyGoal/updateTherapyGoal.dto.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -34,6 +34,9 @@ __decorate([
|
|
|
34
34
|
type: BulkUpdateTherapyGoalItemDto,
|
|
35
35
|
required: true,
|
|
36
36
|
}),
|
|
37
|
+
(0, class_validator_1.IsArray)(),
|
|
38
|
+
(0, class_validator_1.ArrayNotEmpty)(),
|
|
39
|
+
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
37
40
|
(0, class_transformer_1.Type)(() => BulkUpdateTherapyGoalItemDto),
|
|
38
41
|
(0, class_transformer_1.Expose)(),
|
|
39
42
|
__metadata("design:type", Array)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulkUpdateTherapyGoal.dto.js","sourceRoot":"","sources":["../../../src/dto/therapyGoal/bulkUpdateTherapyGoal.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAC3C,mEAA+D;AAC/D,sEAAmE;AACnE,
|
|
1
|
+
{"version":3,"file":"bulkUpdateTherapyGoal.dto.js","sourceRoot":"","sources":["../../../src/dto/therapyGoal/bulkUpdateTherapyGoal.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAC3C,mEAA+D;AAC/D,sEAAmE;AACnE,qDAKyB;AAEzB,MAAM,4BAA6B,SAAQ,4CAAoB;CAK9D;AAJA;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;wDACG;AAGb,MAAa,wBAAwB;IAa7B,MAAM,CAAC,SAAS,CAAC,MAAW;QAClC,OAAO,IAAA,uCAAkB,EAAC,wBAAwB,EAAE,MAAM,CAAC,CAAC;IAC7D,CAAC;CACD;AAfA;IAAC,IAAA,oBAAW,EAAC;QACZ,OAAO,EAAE,IAAI;QACb,IAAI,EAAE,4BAA4B;QAClC,QAAQ,EAAE,IAAI;KACd,CAAC;IACD,IAAA,yBAAO,GAAE;IACT,IAAA,+BAAa,GAAE;IACf,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAA4B,CAAC;IACxC,IAAA,0BAAM,GAAE;;uDAC8B;AAXxC,4DAgBC"}
|
|
@@ -22,7 +22,11 @@ class CreateTherapyGoalDto {
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
__decorate([
|
|
25
|
-
(0, nestjs_1.ApiProperty)({
|
|
25
|
+
(0, nestjs_1.ApiProperty)({
|
|
26
|
+
enum: therapyGoalType_enum_1.TherapyGoalTypeEnum,
|
|
27
|
+
required: false,
|
|
28
|
+
default: therapyGoalType_enum_1.TherapyGoalTypeEnum.PARTICIPATION,
|
|
29
|
+
}),
|
|
26
30
|
(0, class_validator_1.IsOptional)(),
|
|
27
31
|
(0, class_validator_1.IsIn)(Object.values(therapyGoalType_enum_1.TherapyGoalTypeEnum)),
|
|
28
32
|
(0, class_transformer_1.Expose)(),
|
|
@@ -31,6 +35,7 @@ __decorate([
|
|
|
31
35
|
__decorate([
|
|
32
36
|
(0, nestjs_1.ApiProperty)({ isArray: true, type: therapyGoal_dto_1.TherapyGoalTargetDto, required: true }),
|
|
33
37
|
(0, class_validator_1.IsArray)(),
|
|
38
|
+
(0, class_validator_1.ArrayNotEmpty)(),
|
|
34
39
|
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
35
40
|
(0, class_transformer_1.Type)(() => therapyGoal_dto_1.TherapyGoalTargetDto),
|
|
36
41
|
(0, class_transformer_1.Expose)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createTherapyGoal.dto.js","sourceRoot":"","sources":["../../../src/dto/therapyGoal/createTherapyGoal.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,
|
|
1
|
+
{"version":3,"file":"createTherapyGoal.dto.js","sourceRoot":"","sources":["../../../src/dto/therapyGoal/createTherapyGoal.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,qDASyB;AACzB,sEAAmE;AACnE,0EAAsE;AACtE,uDAAyD;AAEzD,MAAa,oBAAoB;IAiDzB,MAAM,CAAC,SAAS,CAAC,MAAW;QAClC,OAAO,IAAA,uCAAkB,EAAC,oBAAoB,EAAE,MAAM,CAAC,CAAC;IACzD,CAAC;CACD;AAnDA;IAAC,IAAA,oBAAW,EAAC;QACZ,IAAI,EAAE,0CAAmB;QACzB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,0CAAmB,CAAC,aAAa;KAC1C,CAAC;IACD,IAAA,4BAAU,GAAE;IACZ,IAAA,sBAAI,EAAC,MAAM,CAAC,MAAM,CAAC,0CAAmB,CAAC,CAAC;IACxC,IAAA,0BAAM,GAAE;;kDACkB;AAE3B;IAAC,IAAA,oBAAW,EAAC,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,sCAAoB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1E,IAAA,yBAAO,GAAE;IACT,IAAA,+BAAa,GAAE;IACf,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sCAAoB,CAAC;IAChC,IAAA,0BAAM,GAAE;;kDACqB;AAE9B;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;IACT,IAAA,wBAAM,EAAC,GAAG,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAC3B,IAAA,0BAAM,GAAE;;2DACgB;AAEzB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACnE,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;IACd,IAAA,0BAAM,GAAE;;yDACY;AAErB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACnE,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;IACd,IAAA,0BAAM,GAAE;;wDACW;AAEpB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,0BAAM,GAAE;;4DACe;AAExB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;2DACc;AA/CxB,oDAoDC"}
|
|
@@ -32,6 +32,7 @@ __decorate([
|
|
|
32
32
|
(0, nestjs_1.ApiProperty)({ isArray: true, type: therapyGoal_dto_1.TherapyGoalTargetDto, required: false }),
|
|
33
33
|
(0, class_validator_1.IsOptional)(),
|
|
34
34
|
(0, class_validator_1.IsArray)(),
|
|
35
|
+
(0, class_validator_1.ArrayNotEmpty)(),
|
|
35
36
|
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
36
37
|
(0, class_transformer_1.Type)(() => therapyGoal_dto_1.TherapyGoalTargetDto),
|
|
37
38
|
(0, class_transformer_1.Expose)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateTherapyGoal.dto.js","sourceRoot":"","sources":["../../../src/dto/therapyGoal/updateTherapyGoal.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,
|
|
1
|
+
{"version":3,"file":"updateTherapyGoal.dto.js","sourceRoot":"","sources":["../../../src/dto/therapyGoal/updateTherapyGoal.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,qDAUyB;AACzB,sEAAmE;AACnE,0EAAsE;AACtE,uDAAyD;AAEzD,MAAa,oBAAoB;IAqDzB,MAAM,CAAC,SAAS,CAAC,MAAW;QAClC,OAAO,IAAA,uCAAkB,EAAC,oBAAoB,EAAE,MAAM,CAAC,CAAC;IACzD,CAAC;CACD;AAvDA;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,0CAAmB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC3D,IAAA,4BAAU,GAAE;IACZ,IAAA,sBAAI,EAAC,MAAM,CAAC,MAAM,CAAC,0CAAmB,CAAC,CAAC;IACxC,IAAA,0BAAM,GAAE;;kDACkB;AAE3B;IAAC,IAAA,oBAAW,EAAC,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,sCAAoB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC3E,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;IACT,IAAA,+BAAa,GAAE;IACf,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sCAAoB,CAAC;IAChC,IAAA,0BAAM,GAAE;;kDACqB;AAE9B;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;IACT,IAAA,wBAAM,EAAC,GAAG,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAC3B,IAAA,0BAAM,GAAE;;2DACgB;AAEzB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACnE,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;IACd,IAAA,0BAAM,GAAE;;yDACY;AAErB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACnE,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;IACd,IAAA,0BAAM,GAAE;;wDACW;AAEpB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,0BAAM,GAAE;;4DACe;AAExB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/C,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,0BAAM,GAAE;;uDACW;AAEpB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;2DACc;AAnDxB,oDAwDC"}
|