@more-life/types-more-life-react 0.121.0 → 0.123.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/application/applicationEmbedded.dto.d.ts +2 -0
- package/dist/dto/application/applicationEmbedded.dto.js +8 -0
- package/dist/dto/application/applicationEmbedded.dto.js.map +1 -1
- package/dist/dto/block/blockEmbedded.dto.d.ts +2 -0
- package/dist/dto/block/blockEmbedded.dto.js +8 -0
- package/dist/dto/block/blockEmbedded.dto.js.map +1 -1
- package/dist/dto/survey/createSurvey.dto.d.ts +2 -0
- package/dist/dto/survey/createSurvey.dto.js +8 -0
- package/dist/dto/survey/createSurvey.dto.js.map +1 -1
- package/dist/dto/survey/survey.dto.d.ts +2 -0
- package/dist/dto/survey/survey.dto.js +8 -0
- package/dist/dto/survey/survey.dto.js.map +1 -1
- package/dist/dto/survey/updateSurvey.dto.d.ts +2 -0
- package/dist/dto/survey/updateSurvey.dto.js +8 -0
- package/dist/dto/survey/updateSurvey.dto.js.map +1 -1
- package/dist/dto/surveyResponse/createSurveyResponse.dto.d.ts +4 -0
- package/dist/dto/surveyResponse/createSurveyResponse.dto.js +28 -0
- package/dist/dto/surveyResponse/createSurveyResponse.dto.js.map +1 -1
- package/dist/dto/surveyResponse/surveyResponse.dto.d.ts +7 -1
- package/dist/dto/surveyResponse/surveyResponse.dto.js +44 -0
- package/dist/dto/surveyResponse/surveyResponse.dto.js.map +1 -1
- package/dist/dto/surveyResponse/surveyResponseEmbedded.dto.d.ts +1 -0
- package/dist/dto/surveyResponse/surveyResponseEmbedded.dto.js +7 -0
- package/dist/dto/surveyResponse/surveyResponseEmbedded.dto.js.map +1 -1
- package/dist/dto/surveyResponse/updateSurveyResponse.dto.d.ts +10 -0
- package/dist/dto/surveyResponse/updateSurveyResponse.dto.js +59 -1
- package/dist/dto/surveyResponse/updateSurveyResponse.dto.js.map +1 -1
- package/dist/enum/surveyAssessmentType.enum.d.ts +21 -0
- package/dist/enum/surveyAssessmentType.enum.js +26 -0
- package/dist/enum/surveyAssessmentType.enum.js.map +1 -0
- package/dist/index.d.ts +3 -2
- package/dist/index.js +5 -2
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -9,6 +9,7 @@ import { TherapySummaryDto } from '../therapySummary/therapySummary.dto';
|
|
|
9
9
|
import { GeridocPatientDto } from '../geridocPatient/geridocPatient.dto';
|
|
10
10
|
import { TherapyPlanDto } from '../therapyPlan/therapyPlan.dto';
|
|
11
11
|
import { TherapyGoalDto } from "../therapyGoal/therapyGoal.dto";
|
|
12
|
+
import { SurveyResponseDto } from '../surveyResponse/surveyResponse.dto';
|
|
12
13
|
export declare class ApplicationEmbeddedDto {
|
|
13
14
|
patientInfo?: PatientInfoDto;
|
|
14
15
|
extensions?: ExtensionDto[];
|
|
@@ -23,4 +24,5 @@ export declare class ApplicationEmbeddedDto {
|
|
|
23
24
|
geridocPatient?: GeridocPatientDto;
|
|
24
25
|
createdBy?: UserDto;
|
|
25
26
|
updatedBy?: UserDto;
|
|
27
|
+
assessments?: SurveyResponseDto[];
|
|
26
28
|
}
|
|
@@ -24,6 +24,7 @@ const therapySummary_dto_1 = require("../therapySummary/therapySummary.dto");
|
|
|
24
24
|
const geridocPatient_dto_1 = require("../geridocPatient/geridocPatient.dto");
|
|
25
25
|
const therapyPlan_dto_1 = require("../therapyPlan/therapyPlan.dto");
|
|
26
26
|
const therapyGoal_dto_1 = require("../therapyGoal/therapyGoal.dto");
|
|
27
|
+
const surveyResponse_dto_1 = require("../surveyResponse/surveyResponse.dto");
|
|
27
28
|
class ApplicationEmbeddedDto {
|
|
28
29
|
}
|
|
29
30
|
__decorate([
|
|
@@ -121,5 +122,12 @@ __decorate([
|
|
|
121
122
|
(0, class_transformer_1.Expose)(),
|
|
122
123
|
__metadata("design:type", user_dto_1.UserDto)
|
|
123
124
|
], ApplicationEmbeddedDto.prototype, "updatedBy", void 0);
|
|
125
|
+
__decorate([
|
|
126
|
+
(0, nestjs_1.ApiProperty)({ type: () => surveyResponse_dto_1.SurveyResponseDto, isArray: true, required: false }),
|
|
127
|
+
(0, class_transformer_1.Type)(() => surveyResponse_dto_1.SurveyResponseDto),
|
|
128
|
+
(0, class_validator_1.IsOptional)(),
|
|
129
|
+
(0, class_transformer_1.Expose)(),
|
|
130
|
+
__metadata("design:type", Array)
|
|
131
|
+
], ApplicationEmbeddedDto.prototype, "assessments", void 0);
|
|
124
132
|
exports.ApplicationEmbeddedDto = ApplicationEmbeddedDto;
|
|
125
133
|
//# sourceMappingURL=applicationEmbedded.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applicationEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/application/applicationEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAC7C,yDAAiD;AACjD,yCAA2C;AAC3C,sGAAkG;AAClG,gEAA4D;AAC5D,+CAA2C;AAC3C,8DAA0D;AAC1D,2EAAuE;AACvE,+FAA2F;AAC3F,uEAAmE;AACnE,6EAAyE;AACzE,6EAAyE;AACzE,oEAAgE;AAChE,oEAA8D;
|
|
1
|
+
{"version":3,"file":"applicationEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/application/applicationEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAC7C,yDAAiD;AACjD,yCAA2C;AAC3C,sGAAkG;AAClG,gEAA4D;AAC5D,+CAA2C;AAC3C,8DAA0D;AAC1D,2EAAuE;AACvE,+FAA2F;AAC3F,uEAAmE;AACnE,6EAAyE;AACzE,6EAAyE;AACzE,oEAAgE;AAChE,oEAA8D;AAC9D,6EAAyE;AAEzE,MAAa,sBAAsB;CAwFlC;AAvFA;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,gCAAc,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC5D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gCAAc,CAAC;IAC1B,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACK,gCAAc;2DAAC;AAE7B;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,4BAAY,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACzE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAAY,CAAC;IACxB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;0DACmB;AAE5B;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,gCAAc,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC5D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gCAAc,CAAC;IAC1B,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACK,gCAAc;2DAAC;AAE7B;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,4BAAY,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC1D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAAY,CAAC;IACxB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACa,4BAAY;mEAAC;AAEnC;IAAC,IAAA,oBAAW,EAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAChC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,wDAA0B,CAAC;IACtC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACU,wDAA0B;gEAAC;AAE9C;IAAC,IAAA,oBAAW,EAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAChC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kCAAe,CAAC;IAC3B,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACM,kCAAe;4DAAC;AAE/B;IAAC,IAAA,oBAAW,EAAC;QACZ,IAAI,EAAE,GAAG,EAAE,CAAC,kDAAuB;QACnC,OAAO,EAAE,IAAI;QACb,QAAQ,EAAE,KAAK;KACf,CAAC;IACD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kDAAuB,CAAC;IACnC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;qEACyC;AAElD;IAAC,IAAA,oBAAW,EAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAChC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oDAAwB,CAAC;IACpC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACI,oDAAwB;0DAAC;AAEtC;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,sCAAiB,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9E,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sCAAiB,CAAC;IAC7B,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;gEAC8B;AAEvC;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,gCAAc,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC3E,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gCAAc,CAAC;IAC1B,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;4DACuB;AAEhC;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,sCAAiB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sCAAiB,CAAC;IAC7B,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACQ,sCAAiB;8DAAC;AAEnC;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACG,kBAAO;yDAAC;AAEpB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACG,kBAAO;yDAAC;AAEpB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,sCAAiB,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9E,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sCAAiB,CAAC;IAC7B,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;2DACyB;AAvFnC,wDAwFC"}
|
|
@@ -8,6 +8,7 @@ import { PatientSummaryViewDto } from '../patient/patientSummaryView.dto';
|
|
|
8
8
|
import { GeridocAppointmentDto } from "../geridocAppointment/geridocAppointment.dto";
|
|
9
9
|
import { BlockApplicationViewDto } from './blockApplicationView.dto';
|
|
10
10
|
import { BlockEtaViewDto } from './blockEtaView.dto';
|
|
11
|
+
import { SurveyResponseDto } from '../surveyResponse/surveyResponse.dto';
|
|
11
12
|
export declare class BlockEmbeddedDto {
|
|
12
13
|
patientInfo?: PatientInfoDto;
|
|
13
14
|
therapistInfo?: TherapistInfoDto;
|
|
@@ -20,5 +21,6 @@ export declare class BlockEmbeddedDto {
|
|
|
20
21
|
updatedBy?: UserDto;
|
|
21
22
|
blockApplicationView?: BlockApplicationViewDto;
|
|
22
23
|
eta?: BlockEtaViewDto;
|
|
24
|
+
assessments?: SurveyResponseDto[];
|
|
23
25
|
static fromEntity(entity: any): BlockEmbeddedDto;
|
|
24
26
|
}
|
|
@@ -24,6 +24,7 @@ const convertAndValidate_1 = require("../../util/convertAndValidate");
|
|
|
24
24
|
const class_validator_1 = require("class-validator");
|
|
25
25
|
const blockApplicationView_dto_1 = require("./blockApplicationView.dto");
|
|
26
26
|
const blockEtaView_dto_1 = require("./blockEtaView.dto");
|
|
27
|
+
const surveyResponse_dto_1 = require("../surveyResponse/surveyResponse.dto");
|
|
27
28
|
class BlockEmbeddedDto {
|
|
28
29
|
static fromEntity(entity) {
|
|
29
30
|
return (0, convertAndValidate_1.convert)(BlockEmbeddedDto, entity);
|
|
@@ -106,5 +107,12 @@ __decorate([
|
|
|
106
107
|
(0, class_transformer_1.Expose)(),
|
|
107
108
|
__metadata("design:type", blockEtaView_dto_1.BlockEtaViewDto)
|
|
108
109
|
], BlockEmbeddedDto.prototype, "eta", void 0);
|
|
110
|
+
__decorate([
|
|
111
|
+
(0, nestjs_1.ApiProperty)({ type: () => surveyResponse_dto_1.SurveyResponseDto, isArray: true, required: false }),
|
|
112
|
+
(0, class_transformer_1.Type)(() => surveyResponse_dto_1.SurveyResponseDto),
|
|
113
|
+
(0, class_validator_1.IsOptional)(),
|
|
114
|
+
(0, class_transformer_1.Expose)(),
|
|
115
|
+
__metadata("design:type", Array)
|
|
116
|
+
], BlockEmbeddedDto.prototype, "assessments", void 0);
|
|
109
117
|
exports.BlockEmbeddedDto = BlockEmbeddedDto;
|
|
110
118
|
//# sourceMappingURL=blockEmbedded.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"blockEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/block/blockEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,gEAA4D;AAC5D,0EAAsE;AACtE,+CAA2C;AAC3C,+DAA2D;AAC3D,oEAAgE;AAChE,8DAA0D;AAC1D,8EAA0E;AAC1E,yFAAmF;AACnF,sEAAsD;AACtD,qDAA2C;AAC3C,yEAAqE;AACrE,yDAAqD;
|
|
1
|
+
{"version":3,"file":"blockEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/block/blockEmbedded.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,6 +14,7 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const nestjs_1 = require("../../nestjs");
|
|
15
15
|
const convertAndValidate_1 = require("../../util/convertAndValidate");
|
|
16
16
|
const class_transformer_1 = require("class-transformer");
|
|
17
|
+
const surveyAssessmentType_enum_1 = require("../../enum/surveyAssessmentType.enum");
|
|
17
18
|
class CreateSurveyDto {
|
|
18
19
|
static fromPlain(object) {
|
|
19
20
|
return (0, convertAndValidate_1.convertAndValidate)(CreateSurveyDto, object);
|
|
@@ -25,5 +26,12 @@ __decorate([
|
|
|
25
26
|
(0, class_transformer_1.Expose)(),
|
|
26
27
|
__metadata("design:type", Object)
|
|
27
28
|
], CreateSurveyDto.prototype, "data", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, nestjs_1.ApiProperty)({ enum: surveyAssessmentType_enum_1.SurveyAssessmentTypeEnum, required: false }),
|
|
31
|
+
(0, class_validator_1.IsOptional)(),
|
|
32
|
+
(0, class_validator_1.IsEnum)(surveyAssessmentType_enum_1.SurveyAssessmentTypeEnum),
|
|
33
|
+
(0, class_transformer_1.Expose)(),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], CreateSurveyDto.prototype, "assessmentType", void 0);
|
|
28
36
|
exports.CreateSurveyDto = CreateSurveyDto;
|
|
29
37
|
//# sourceMappingURL=createSurvey.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createSurvey.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/createSurvey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"createSurvey.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/createSurvey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,yCAA2C;AAC3C,sEAAmE;AACnE,yDAA2C;AAC3C,oFAAgF;AAEhF,MAAa,eAAe;IAYpB,MAAM,CAAC,SAAS,CAAC,MAAW;QAClC,OAAO,IAAA,uCAAkB,EAAC,eAAe,EAAE,MAAM,CAAC,CAAC;IACpD,CAAC;CACD;AAdA;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;6CACkB;AAE3B;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,oDAAwB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,oDAAwB,CAAC;IAChC,IAAA,0BAAM,GAAE;;uDACiC;AAV3C,0CAeC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { SurveyEmbeddedDto } from './surveyEmbedded.dto';
|
|
2
|
+
import { SurveyAssessmentTypeEnum } from '../../enum/surveyAssessmentType.enum';
|
|
2
3
|
declare const SurveyDto_base: new () => {
|
|
3
4
|
createdAt: string;
|
|
4
5
|
updatedAt: string;
|
|
@@ -9,6 +10,7 @@ export declare class SurveyDto extends SurveyDto_base {
|
|
|
9
10
|
data: Record<string, any>;
|
|
10
11
|
createdById?: string;
|
|
11
12
|
updatedById?: string;
|
|
13
|
+
assessmentType?: SurveyAssessmentTypeEnum;
|
|
12
14
|
static fromEntity(entity: any): SurveyDto;
|
|
13
15
|
}
|
|
14
16
|
export {};
|
|
@@ -16,6 +16,7 @@ const nestjs_1 = require("../../nestjs");
|
|
|
16
16
|
const base_dto_1 = require("../generic/base.dto");
|
|
17
17
|
const surveyEmbedded_dto_1 = require("./surveyEmbedded.dto");
|
|
18
18
|
const convertAndValidate_1 = require("../../util/convertAndValidate");
|
|
19
|
+
const surveyAssessmentType_enum_1 = require("../../enum/surveyAssessmentType.enum");
|
|
19
20
|
class SurveyDto extends (0, base_dto_1.BaseDto)(surveyEmbedded_dto_1.SurveyEmbeddedDto) {
|
|
20
21
|
static fromEntity(entity) {
|
|
21
22
|
return (0, convertAndValidate_1.convert)(SurveyDto, entity);
|
|
@@ -47,5 +48,12 @@ __decorate([
|
|
|
47
48
|
(0, class_transformer_1.Expose)(),
|
|
48
49
|
__metadata("design:type", String)
|
|
49
50
|
], SurveyDto.prototype, "updatedById", void 0);
|
|
51
|
+
__decorate([
|
|
52
|
+
(0, nestjs_1.ApiProperty)({ enum: surveyAssessmentType_enum_1.SurveyAssessmentTypeEnum, required: false }),
|
|
53
|
+
(0, class_validator_1.IsOptional)(),
|
|
54
|
+
(0, class_validator_1.IsEnum)(surveyAssessmentType_enum_1.SurveyAssessmentTypeEnum),
|
|
55
|
+
(0, class_transformer_1.Expose)(),
|
|
56
|
+
__metadata("design:type", String)
|
|
57
|
+
], SurveyDto.prototype, "assessmentType", void 0);
|
|
50
58
|
exports.SurveyDto = SurveyDto;
|
|
51
59
|
//# sourceMappingURL=survey.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"survey.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/survey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"survey.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/survey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAuE;AACvE,yCAA2C;AAC3C,kDAA8C;AAC9C,6DAAyD;AACzD,sEAAwD;AACxD,oFAAgF;AAEhF,MAAa,SAAU,SAAQ,IAAA,kBAAO,EAAC,sCAAiB,CAAC;IA6BjD,MAAM,CAAC,UAAU,CAAC,MAAW;QACnC,OAAO,IAAA,4BAAO,EAAC,SAAS,EAAE,MAAM,CAAC,CAAC;IACnC,CAAC;CACD;AA/BA;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAM,GAAE;;qCACG;AAEZ;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;uCACkB;AAE3B;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;;8CACY;AAErB;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;;8CACY;AAErB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,oDAAwB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,oDAAwB,CAAC;IAChC,IAAA,0BAAM,GAAE;;iDACiC;AA3B3C,8BAgCC"}
|
|
@@ -14,6 +14,7 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const nestjs_1 = require("../../nestjs");
|
|
15
15
|
const convertAndValidate_1 = require("../../util/convertAndValidate");
|
|
16
16
|
const class_transformer_1 = require("class-transformer");
|
|
17
|
+
const surveyAssessmentType_enum_1 = require("../../enum/surveyAssessmentType.enum");
|
|
17
18
|
class UpdateSurveyDto {
|
|
18
19
|
static fromPlain(object) {
|
|
19
20
|
return (0, convertAndValidate_1.convertAndValidate)(UpdateSurveyDto, object);
|
|
@@ -26,5 +27,12 @@ __decorate([
|
|
|
26
27
|
(0, class_transformer_1.Expose)(),
|
|
27
28
|
__metadata("design:type", Object)
|
|
28
29
|
], UpdateSurveyDto.prototype, "data", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, nestjs_1.ApiProperty)({ enum: surveyAssessmentType_enum_1.SurveyAssessmentTypeEnum, required: false }),
|
|
32
|
+
(0, class_validator_1.IsOptional)(),
|
|
33
|
+
(0, class_validator_1.IsEnum)(surveyAssessmentType_enum_1.SurveyAssessmentTypeEnum),
|
|
34
|
+
(0, class_transformer_1.Expose)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], UpdateSurveyDto.prototype, "assessmentType", void 0);
|
|
29
37
|
exports.UpdateSurveyDto = UpdateSurveyDto;
|
|
30
38
|
//# sourceMappingURL=updateSurvey.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateSurvey.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/updateSurvey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"updateSurvey.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/updateSurvey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,yCAA2C;AAC3C,sEAAmE;AACnE,yDAA2C;AAC3C,oFAAgF;AAEhF,MAAa,eAAe;IAapB,MAAM,CAAC,SAAS,CAAC,MAAW;QAClC,OAAO,IAAA,uCAAkB,EAAC,eAAe,EAAE,MAAM,CAAC,CAAC;IACpD,CAAC;CACD;AAfA;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;6CACkB;AAE3B;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,oDAAwB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,oDAAwB,CAAC;IAChC,IAAA,0BAAM,GAAE;;uDACiC;AAX3C,0CAgBC"}
|
|
@@ -31,5 +31,33 @@ __decorate([
|
|
|
31
31
|
(0, class_transformer_1.Expose)(),
|
|
32
32
|
__metadata("design:type", String)
|
|
33
33
|
], CreateSurveyResponseDto.prototype, "patientInfoId", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
36
|
+
(0, class_validator_1.IsOptional)(),
|
|
37
|
+
(0, class_validator_1.IsUUID)(),
|
|
38
|
+
(0, class_transformer_1.Expose)(),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], CreateSurveyResponseDto.prototype, "completedById", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
43
|
+
(0, class_validator_1.IsOptional)(),
|
|
44
|
+
(0, class_validator_1.IsUUID)(),
|
|
45
|
+
(0, class_transformer_1.Expose)(),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], CreateSurveyResponseDto.prototype, "blockId", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
50
|
+
(0, class_validator_1.IsOptional)(),
|
|
51
|
+
(0, class_validator_1.IsUUID)(),
|
|
52
|
+
(0, class_transformer_1.Expose)(),
|
|
53
|
+
__metadata("design:type", String)
|
|
54
|
+
], CreateSurveyResponseDto.prototype, "applicationId", void 0);
|
|
55
|
+
__decorate([
|
|
56
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
57
|
+
(0, class_validator_1.IsOptional)(),
|
|
58
|
+
(0, class_validator_1.IsString)(),
|
|
59
|
+
(0, class_transformer_1.Expose)(),
|
|
60
|
+
__metadata("design:type", String)
|
|
61
|
+
], CreateSurveyResponseDto.prototype, "comments", void 0);
|
|
34
62
|
exports.CreateSurveyResponseDto = CreateSurveyResponseDto;
|
|
35
63
|
//# sourceMappingURL=createSurveyResponse.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createSurveyResponse.dto.js","sourceRoot":"","sources":["../../../src/dto/surveyResponse/createSurveyResponse.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"createSurveyResponse.dto.js","sourceRoot":"","sources":["../../../src/dto/surveyResponse/createSurveyResponse.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,yCAA2C;AAC3C,sEAAmE;AACnE,yDAA2C;AAE3C,MAAa,uBAAuB;IAmC5B,MAAM,CAAC,SAAS,CAAC,MAAW;QAClC,OAAO,IAAA,uCAAkB,EAAC,uBAAuB,EAAE,MAAM,CAAC,CAAC;IAC5D,CAAC;CACD;AArCA;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;;yDACS;AAElB;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;;8DACc;AAEvB;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;;8DACc;AAEvB;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;;wDACQ;AAEjB;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;;8DACc;AAEvB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;yDACS;AAjCnB,0DAsCC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SurveyResponseEmbeddedDto } from './surveyResponseEmbedded.dto';
|
|
2
|
-
import { SurveyValidationError } from './updateSurveyResponse.dto';
|
|
2
|
+
import { ParsedQuestionAnswer, SurveyValidationError } from './updateSurveyResponse.dto';
|
|
3
3
|
declare const SurveyResponseDto_base: new () => {
|
|
4
4
|
createdAt: string;
|
|
5
5
|
updatedAt: string;
|
|
@@ -13,6 +13,12 @@ export declare class SurveyResponseDto extends SurveyResponseDto_base {
|
|
|
13
13
|
surveyValidationErrors: SurveyValidationError[];
|
|
14
14
|
surveyId?: string;
|
|
15
15
|
patientInfoId?: string;
|
|
16
|
+
completedById?: string;
|
|
17
|
+
blockId?: string;
|
|
18
|
+
applicationId?: string;
|
|
19
|
+
comments?: string;
|
|
20
|
+
parsedQnA?: ParsedQuestionAnswer[];
|
|
21
|
+
currentValue?: number;
|
|
16
22
|
static fromEntity(entity: any): SurveyResponseDto;
|
|
17
23
|
}
|
|
18
24
|
export {};
|
|
@@ -16,6 +16,7 @@ const nestjs_1 = require("../../nestjs");
|
|
|
16
16
|
const base_dto_1 = require("../generic/base.dto");
|
|
17
17
|
const surveyResponseEmbedded_dto_1 = require("./surveyResponseEmbedded.dto");
|
|
18
18
|
const convertAndValidate_1 = require("../../util/convertAndValidate");
|
|
19
|
+
const updateSurveyResponse_dto_1 = require("./updateSurveyResponse.dto");
|
|
19
20
|
class SurveyResponseDto extends (0, base_dto_1.BaseDto)(surveyResponseEmbedded_dto_1.SurveyResponseEmbeddedDto) {
|
|
20
21
|
static fromEntity(entity) {
|
|
21
22
|
return (0, convertAndValidate_1.convert)(SurveyResponseDto, entity);
|
|
@@ -65,5 +66,48 @@ __decorate([
|
|
|
65
66
|
(0, class_transformer_1.Expose)(),
|
|
66
67
|
__metadata("design:type", String)
|
|
67
68
|
], SurveyResponseDto.prototype, "patientInfoId", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
71
|
+
(0, class_validator_1.IsOptional)(),
|
|
72
|
+
(0, class_validator_1.IsUUID)(),
|
|
73
|
+
(0, class_transformer_1.Expose)(),
|
|
74
|
+
__metadata("design:type", String)
|
|
75
|
+
], SurveyResponseDto.prototype, "completedById", void 0);
|
|
76
|
+
__decorate([
|
|
77
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
78
|
+
(0, class_validator_1.IsOptional)(),
|
|
79
|
+
(0, class_validator_1.IsUUID)(),
|
|
80
|
+
(0, class_transformer_1.Expose)(),
|
|
81
|
+
__metadata("design:type", String)
|
|
82
|
+
], SurveyResponseDto.prototype, "blockId", void 0);
|
|
83
|
+
__decorate([
|
|
84
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
85
|
+
(0, class_validator_1.IsOptional)(),
|
|
86
|
+
(0, class_validator_1.IsUUID)(),
|
|
87
|
+
(0, class_transformer_1.Expose)(),
|
|
88
|
+
__metadata("design:type", String)
|
|
89
|
+
], SurveyResponseDto.prototype, "applicationId", void 0);
|
|
90
|
+
__decorate([
|
|
91
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
92
|
+
(0, class_validator_1.IsOptional)(),
|
|
93
|
+
(0, class_validator_1.IsString)(),
|
|
94
|
+
(0, class_transformer_1.Expose)(),
|
|
95
|
+
__metadata("design:type", String)
|
|
96
|
+
], SurveyResponseDto.prototype, "comments", void 0);
|
|
97
|
+
__decorate([
|
|
98
|
+
(0, nestjs_1.ApiProperty)({ type: updateSurveyResponse_dto_1.ParsedQuestionAnswer, isArray: true, required: false }),
|
|
99
|
+
(0, class_validator_1.IsArray)(),
|
|
100
|
+
(0, class_validator_1.IsOptional)(),
|
|
101
|
+
(0, class_transformer_1.Type)(() => updateSurveyResponse_dto_1.ParsedQuestionAnswer),
|
|
102
|
+
(0, class_transformer_1.Expose)(),
|
|
103
|
+
__metadata("design:type", Array)
|
|
104
|
+
], SurveyResponseDto.prototype, "parsedQnA", void 0);
|
|
105
|
+
__decorate([
|
|
106
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: false }),
|
|
107
|
+
(0, class_validator_1.IsNumber)(),
|
|
108
|
+
(0, class_validator_1.IsOptional)(),
|
|
109
|
+
(0, class_transformer_1.Expose)(),
|
|
110
|
+
__metadata("design:type", Number)
|
|
111
|
+
], SurveyResponseDto.prototype, "currentValue", void 0);
|
|
68
112
|
exports.SurveyResponseDto = SurveyResponseDto;
|
|
69
113
|
//# sourceMappingURL=surveyResponse.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"surveyResponse.dto.js","sourceRoot":"","sources":["../../../src/dto/surveyResponse/surveyResponse.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"surveyResponse.dto.js","sourceRoot":"","sources":["../../../src/dto/surveyResponse/surveyResponse.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -46,5 +46,12 @@ __decorate([
|
|
|
46
46
|
(0, class_transformer_1.Expose)(),
|
|
47
47
|
__metadata("design:type", user_dto_1.UserDto)
|
|
48
48
|
], SurveyResponseEmbeddedDto.prototype, "updatedBy", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
51
|
+
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
52
|
+
(0, class_validator_1.IsOptional)(),
|
|
53
|
+
(0, class_transformer_1.Expose)(),
|
|
54
|
+
__metadata("design:type", user_dto_1.UserDto)
|
|
55
|
+
], SurveyResponseEmbeddedDto.prototype, "completedBy", void 0);
|
|
49
56
|
exports.SurveyResponseEmbeddedDto = SurveyResponseEmbeddedDto;
|
|
50
57
|
//# sourceMappingURL=surveyResponseEmbedded.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"surveyResponseEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/surveyResponse/surveyResponseEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAC7C,yDAAiD;AACjD,yCAA2C;AAC3C,+CAA2C;AAC3C,gEAA4D;AAC5D,qDAAiD;
|
|
1
|
+
{"version":3,"file":"surveyResponseEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/surveyResponse/surveyResponseEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAC7C,yDAAiD;AACjD,yCAA2C;AAC3C,+CAA2C;AAC3C,gEAA4D;AAC5D,qDAAiD;AAIjD,MAAa,yBAAyB;CA8BrC;AA7BA;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,sBAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACvD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sBAAS,CAAC;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACA,sBAAS;yDAAC;AAEnB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,gCAAc,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC5D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gCAAc,CAAC;IAC1B,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACK,gCAAc;8DAAC;AAE7B;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACG,kBAAO;4DAAC;AAEpB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACG,kBAAO;4DAAC;AAEpB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACK,kBAAO;8DAAC;AA7BvB,8DA8BC"}
|
|
@@ -3,10 +3,20 @@ export interface SurveyValidationError {
|
|
|
3
3
|
title: string;
|
|
4
4
|
message: string;
|
|
5
5
|
}
|
|
6
|
+
export declare class ParsedQuestionAnswer {
|
|
7
|
+
question: string;
|
|
8
|
+
answer?: any;
|
|
9
|
+
}
|
|
6
10
|
export declare class UpdateSurveyResponseDto {
|
|
7
11
|
data?: Record<string, any>;
|
|
8
12
|
percentageCompleted?: number;
|
|
9
13
|
isValid?: boolean;
|
|
10
14
|
surveyValidationErrors?: SurveyValidationError[];
|
|
15
|
+
completedById?: string;
|
|
16
|
+
blockId?: string;
|
|
17
|
+
applicationId?: string;
|
|
18
|
+
comments?: string;
|
|
19
|
+
parsedQnA?: ParsedQuestionAnswer[];
|
|
20
|
+
currentValue?: number;
|
|
11
21
|
static fromPlain(object: any): UpdateSurveyResponseDto;
|
|
12
22
|
}
|
|
@@ -9,11 +9,26 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.UpdateSurveyResponseDto = void 0;
|
|
12
|
+
exports.UpdateSurveyResponseDto = exports.ParsedQuestionAnswer = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const nestjs_1 = require("../../nestjs");
|
|
15
15
|
const convertAndValidate_1 = require("../../util/convertAndValidate");
|
|
16
16
|
const class_transformer_1 = require("class-transformer");
|
|
17
|
+
class ParsedQuestionAnswer {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
21
|
+
(0, class_validator_1.IsString)(),
|
|
22
|
+
(0, class_transformer_1.Expose)(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], ParsedQuestionAnswer.prototype, "question", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, nestjs_1.ApiProperty)({ required: false }),
|
|
27
|
+
(0, class_validator_1.IsOptional)(),
|
|
28
|
+
(0, class_transformer_1.Expose)(),
|
|
29
|
+
__metadata("design:type", Object)
|
|
30
|
+
], ParsedQuestionAnswer.prototype, "answer", void 0);
|
|
31
|
+
exports.ParsedQuestionAnswer = ParsedQuestionAnswer;
|
|
17
32
|
class UpdateSurveyResponseDto {
|
|
18
33
|
static fromPlain(object) {
|
|
19
34
|
return (0, convertAndValidate_1.convertAndValidate)(UpdateSurveyResponseDto, object);
|
|
@@ -47,5 +62,48 @@ __decorate([
|
|
|
47
62
|
(0, class_transformer_1.Expose)(),
|
|
48
63
|
__metadata("design:type", Array)
|
|
49
64
|
], UpdateSurveyResponseDto.prototype, "surveyValidationErrors", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
67
|
+
(0, class_validator_1.IsOptional)(),
|
|
68
|
+
(0, class_validator_1.IsUUID)(),
|
|
69
|
+
(0, class_transformer_1.Expose)(),
|
|
70
|
+
__metadata("design:type", String)
|
|
71
|
+
], UpdateSurveyResponseDto.prototype, "completedById", void 0);
|
|
72
|
+
__decorate([
|
|
73
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
74
|
+
(0, class_validator_1.IsOptional)(),
|
|
75
|
+
(0, class_validator_1.IsUUID)(),
|
|
76
|
+
(0, class_transformer_1.Expose)(),
|
|
77
|
+
__metadata("design:type", String)
|
|
78
|
+
], UpdateSurveyResponseDto.prototype, "blockId", void 0);
|
|
79
|
+
__decorate([
|
|
80
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
81
|
+
(0, class_validator_1.IsOptional)(),
|
|
82
|
+
(0, class_validator_1.IsUUID)(),
|
|
83
|
+
(0, class_transformer_1.Expose)(),
|
|
84
|
+
__metadata("design:type", String)
|
|
85
|
+
], UpdateSurveyResponseDto.prototype, "applicationId", void 0);
|
|
86
|
+
__decorate([
|
|
87
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
88
|
+
(0, class_validator_1.IsOptional)(),
|
|
89
|
+
(0, class_validator_1.IsString)(),
|
|
90
|
+
(0, class_transformer_1.Expose)(),
|
|
91
|
+
__metadata("design:type", String)
|
|
92
|
+
], UpdateSurveyResponseDto.prototype, "comments", void 0);
|
|
93
|
+
__decorate([
|
|
94
|
+
(0, nestjs_1.ApiProperty)({ type: ParsedQuestionAnswer, isArray: true, required: false }),
|
|
95
|
+
(0, class_validator_1.IsOptional)(),
|
|
96
|
+
(0, class_validator_1.IsArray)(),
|
|
97
|
+
(0, class_transformer_1.Type)(() => ParsedQuestionAnswer),
|
|
98
|
+
(0, class_transformer_1.Expose)(),
|
|
99
|
+
__metadata("design:type", Array)
|
|
100
|
+
], UpdateSurveyResponseDto.prototype, "parsedQnA", void 0);
|
|
101
|
+
__decorate([
|
|
102
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: false }),
|
|
103
|
+
(0, class_validator_1.IsOptional)(),
|
|
104
|
+
(0, class_validator_1.IsNumber)(),
|
|
105
|
+
(0, class_transformer_1.Expose)(),
|
|
106
|
+
__metadata("design:type", Number)
|
|
107
|
+
], UpdateSurveyResponseDto.prototype, "currentValue", void 0);
|
|
50
108
|
exports.UpdateSurveyResponseDto = UpdateSurveyResponseDto;
|
|
51
109
|
//# sourceMappingURL=updateSurveyResponse.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateSurveyResponse.dto.js","sourceRoot":"","sources":["../../../src/dto/surveyResponse/updateSurveyResponse.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"updateSurveyResponse.dto.js","sourceRoot":"","sources":["../../../src/dto/surveyResponse/updateSurveyResponse.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare enum SurveyAssessmentTypeEnum {
|
|
2
|
+
BBS = "BBS",
|
|
3
|
+
DEMMI = "DEMMI",
|
|
4
|
+
MMSE = "MMSE",
|
|
5
|
+
SKT = "SKT",
|
|
6
|
+
CLOCK_DRAWING_TEST = "CLOCK_DRAWING_TEST",
|
|
7
|
+
BMI = "BMI",
|
|
8
|
+
WHO5 = "WHO5",
|
|
9
|
+
LACHS = "LACHS",
|
|
10
|
+
BARTHEL = "BARTHEL",
|
|
11
|
+
SINGER = "SINGER",
|
|
12
|
+
HANDKRAFTMESSUNG = "HANDKRAFTMESSUNG",
|
|
13
|
+
TUG = "TUG",
|
|
14
|
+
MNA = "MNA",
|
|
15
|
+
GDS = "GDS",
|
|
16
|
+
DEMTECT = "DEMTECT",
|
|
17
|
+
FES = "FES",
|
|
18
|
+
FES_EXPANDED = "FES_EXPANDED",
|
|
19
|
+
ORIDL = "ORIDL",
|
|
20
|
+
FOUR_DS = "4DS"
|
|
21
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SurveyAssessmentTypeEnum = void 0;
|
|
4
|
+
var SurveyAssessmentTypeEnum;
|
|
5
|
+
(function (SurveyAssessmentTypeEnum) {
|
|
6
|
+
SurveyAssessmentTypeEnum["BBS"] = "BBS";
|
|
7
|
+
SurveyAssessmentTypeEnum["DEMMI"] = "DEMMI";
|
|
8
|
+
SurveyAssessmentTypeEnum["MMSE"] = "MMSE";
|
|
9
|
+
SurveyAssessmentTypeEnum["SKT"] = "SKT";
|
|
10
|
+
SurveyAssessmentTypeEnum["CLOCK_DRAWING_TEST"] = "CLOCK_DRAWING_TEST";
|
|
11
|
+
SurveyAssessmentTypeEnum["BMI"] = "BMI";
|
|
12
|
+
SurveyAssessmentTypeEnum["WHO5"] = "WHO5";
|
|
13
|
+
SurveyAssessmentTypeEnum["LACHS"] = "LACHS";
|
|
14
|
+
SurveyAssessmentTypeEnum["BARTHEL"] = "BARTHEL";
|
|
15
|
+
SurveyAssessmentTypeEnum["SINGER"] = "SINGER";
|
|
16
|
+
SurveyAssessmentTypeEnum["HANDKRAFTMESSUNG"] = "HANDKRAFTMESSUNG";
|
|
17
|
+
SurveyAssessmentTypeEnum["TUG"] = "TUG";
|
|
18
|
+
SurveyAssessmentTypeEnum["MNA"] = "MNA";
|
|
19
|
+
SurveyAssessmentTypeEnum["GDS"] = "GDS";
|
|
20
|
+
SurveyAssessmentTypeEnum["DEMTECT"] = "DEMTECT";
|
|
21
|
+
SurveyAssessmentTypeEnum["FES"] = "FES";
|
|
22
|
+
SurveyAssessmentTypeEnum["FES_EXPANDED"] = "FES_EXPANDED";
|
|
23
|
+
SurveyAssessmentTypeEnum["ORIDL"] = "ORIDL";
|
|
24
|
+
SurveyAssessmentTypeEnum["FOUR_DS"] = "4DS";
|
|
25
|
+
})(SurveyAssessmentTypeEnum = exports.SurveyAssessmentTypeEnum || (exports.SurveyAssessmentTypeEnum = {}));
|
|
26
|
+
//# sourceMappingURL=surveyAssessmentType.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"surveyAssessmentType.enum.js","sourceRoot":"","sources":["../../src/enum/surveyAssessmentType.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,wBAoBX;AApBD,WAAY,wBAAwB;IACnC,uCAAW,CAAA;IACX,2CAAe,CAAA;IACf,yCAAa,CAAA;IACb,uCAAW,CAAA;IACX,qEAAyC,CAAA;IACzC,uCAAW,CAAA;IACX,yCAAa,CAAA;IACb,2CAAe,CAAA;IACf,+CAAmB,CAAA;IACnB,6CAAiB,CAAA;IACjB,iEAAqC,CAAA;IACrC,uCAAW,CAAA;IACX,uCAAW,CAAA;IACX,uCAAW,CAAA;IACX,+CAAmB,CAAA;IACnB,uCAAW,CAAA;IACX,yDAA6B,CAAA;IAC7B,2CAAe,CAAA;IACf,2CAAe,CAAA;AAChB,CAAC,EApBW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAoBnC"}
|