@ballistix.digital/types-pbc-react 0.50.0 → 0.52.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/audit/auditEmbedded.dto.d.ts +2 -0
- package/dist/dto/audit/auditEmbedded.dto.js +7 -0
- package/dist/dto/audit/auditEmbedded.dto.js.map +1 -1
- package/dist/dto/audit/view/auditCalculatedView.dto.d.ts +1 -11
- package/dist/dto/audit/view/auditCalculatedView.dto.js +3 -53
- package/dist/dto/audit/view/auditCalculatedView.dto.js.map +1 -1
- package/dist/dto/audit/view/auditUpdatedAtView.dto.d.ts +4 -0
- package/dist/dto/audit/view/auditUpdatedAtView.dto.js +28 -0
- package/dist/dto/audit/view/auditUpdatedAtView.dto.js.map +1 -0
- package/dist/dto/auditAttachment/createAuditAttachment.dto.js +2 -2
- package/dist/dto/auditAttachment/createAuditAttachment.dto.js.map +1 -1
- package/dist/dto/cycle/view/cycleCalculatedView.dto.d.ts +0 -3
- package/dist/dto/cycle/view/cycleCalculatedView.dto.js +0 -15
- package/dist/dto/cycle/view/cycleCalculatedView.dto.js.map +1 -1
- package/dist/dto/question/createQuestion.dto.js.map +1 -1
- package/dist/dto/question/question.dto.d.ts +9 -0
- package/dist/dto/question/question.dto.js +41 -0
- package/dist/dto/question/question.dto.js.map +1 -1
- package/dist/dto/question/updateQuestion.dto.js.map +1 -1
- package/dist/dto/question/view/questionCalculatedView.dto.d.ts +0 -10
- package/dist/dto/question/view/questionCalculatedView.dto.js +0 -46
- package/dist/dto/question/view/questionCalculatedView.dto.js.map +1 -1
- package/dist/dto/questionAttachment/createQuestionAttachment.dto.js +2 -2
- package/dist/dto/questionAttachment/createQuestionAttachment.dto.js.map +1 -1
- package/dist/dto/responseAttachment/createResponseAttachmentDto.js +2 -2
- package/dist/dto/responseAttachment/createResponseAttachmentDto.js.map +1 -1
- package/dist/dto/survey/view/surveyCalculatedView.dto.d.ts +0 -3
- package/dist/dto/survey/view/surveyCalculatedView.dto.js +0 -15
- package/dist/dto/survey/view/surveyCalculatedView.dto.js.map +1 -1
- package/dist/enum/questionType.enum.d.ts +2 -1
- package/dist/enum/questionType.enum.js +1 -0
- package/dist/enum/questionType.enum.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -3,12 +3,14 @@ import { SurveyDto } from '../survey/survey.dto';
|
|
|
3
3
|
import { AuditTeamDto } from '../auditTeam/auditTeam.dto';
|
|
4
4
|
import { CustomerDto } from '../customer/customer.dto';
|
|
5
5
|
import { FavoriteDto } from '../favorite/favorite.dto';
|
|
6
|
+
import { AuditUpdatedAtViewDto } from "./view/auditUpdatedAtView.dto";
|
|
6
7
|
import { AuditCalculatedViewDto } from './view/auditCalculatedView.dto';
|
|
7
8
|
export declare class AuditEmbeddedDto {
|
|
8
9
|
surveys?: SurveyDto[];
|
|
9
10
|
auditTeam?: AuditTeamDto;
|
|
10
11
|
customer?: CustomerDto;
|
|
11
12
|
favorites?: FavoriteDto[];
|
|
13
|
+
updatedAtView?: AuditUpdatedAtViewDto;
|
|
12
14
|
calculated?: AuditCalculatedViewDto;
|
|
13
15
|
createdBy?: UserDto;
|
|
14
16
|
updatedBy?: UserDto;
|
|
@@ -17,6 +17,7 @@ const survey_dto_1 = require("../survey/survey.dto");
|
|
|
17
17
|
const auditTeam_dto_1 = require("../auditTeam/auditTeam.dto");
|
|
18
18
|
const customer_dto_1 = require("../customer/customer.dto");
|
|
19
19
|
const favorite_dto_1 = require("../favorite/favorite.dto");
|
|
20
|
+
const auditUpdatedAtView_dto_1 = require("./view/auditUpdatedAtView.dto");
|
|
20
21
|
const auditCalculatedView_dto_1 = require("./view/auditCalculatedView.dto");
|
|
21
22
|
class AuditEmbeddedDto {
|
|
22
23
|
}
|
|
@@ -45,6 +46,12 @@ __decorate([
|
|
|
45
46
|
(0, class_transformer_1.Expose)(),
|
|
46
47
|
__metadata("design:type", Array)
|
|
47
48
|
], AuditEmbeddedDto.prototype, "favorites", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, nestjs_1.ApiProperty)({ type: () => auditUpdatedAtView_dto_1.AuditUpdatedAtViewDto, required: false }),
|
|
51
|
+
(0, class_transformer_1.Type)(() => auditUpdatedAtView_dto_1.AuditUpdatedAtViewDto),
|
|
52
|
+
(0, class_transformer_1.Expose)(),
|
|
53
|
+
__metadata("design:type", auditUpdatedAtView_dto_1.AuditUpdatedAtViewDto)
|
|
54
|
+
], AuditEmbeddedDto.prototype, "updatedAtView", void 0);
|
|
48
55
|
__decorate([
|
|
49
56
|
(0, nestjs_1.ApiProperty)({ type: () => auditCalculatedView_dto_1.AuditCalculatedViewDto, required: false }),
|
|
50
57
|
(0, class_transformer_1.Type)(() => auditCalculatedView_dto_1.AuditCalculatedViewDto),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auditEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/audit/auditEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,qDAAiD;AACjD,8DAA0D;AAC1D,2DAAuD;AACvD,2DAAuD;AACvD,4EAAwE;AAExE,MAAa,gBAAgB;
|
|
1
|
+
{"version":3,"file":"auditEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/audit/auditEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,qDAAiD;AACjD,8DAA0D;AAC1D,2DAAuD;AACvD,2DAAuD;AACvD,0EAAsE;AACtE,4EAAwE;AAExE,MAAa,gBAAgB;CAwC5B;AAxCD,4CAwCC;AApCA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,sBAAS,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACzD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sBAAS,CAAC;IACrB,IAAA,0BAAM,GAAE;;iDACa;AAKtB;IAHC,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,0BAAM,GAAE;8BACG,4BAAY;mDAAA;AAKxB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,0BAAW,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACzD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0BAAW,CAAC;IACvB,IAAA,0BAAM,GAAE;8BACE,0BAAW;kDAAA;AAKtB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,0BAAW,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC3D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0BAAW,CAAC;IACvB,IAAA,0BAAM,GAAE;;mDACiB;AAK1B;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,8CAAqB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACnE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8CAAqB,CAAC;IACjC,IAAA,0BAAM,GAAE;8BACO,8CAAqB;uDAAC;AAKtC;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,gDAAsB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACpE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gDAAsB,CAAC;IAClC,IAAA,0BAAM,GAAE;8BACI,gDAAsB;oDAAC;AAKpC;IAHC,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,0BAAM,GAAE;8BACG,kBAAO;mDAAC;AAKpB;IAHC,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,0BAAM,GAAE;8BACG,kBAAO;mDAAC"}
|
|
@@ -1,14 +1,4 @@
|
|
|
1
1
|
export declare class AuditCalculatedViewDto {
|
|
2
2
|
id: string;
|
|
3
|
-
|
|
4
|
-
nrOfOpenQuestions: number;
|
|
5
|
-
nrOfRejectedQuestions: number;
|
|
6
|
-
nrOfReopenedQuestions: number;
|
|
7
|
-
nrOfPendingResponses: number;
|
|
8
|
-
nrOfSubmittedResponses: number;
|
|
9
|
-
nrOfNotApplicableResponses: number;
|
|
10
|
-
nrOfResponsesDeadlineExceeded: number;
|
|
11
|
-
nrOfResponsesDeadlineNext7Days: number;
|
|
12
|
-
nrOfResponsesDeadlineNext14Days: number;
|
|
13
|
-
nrOfQuestions: number;
|
|
3
|
+
isMyVDL: boolean;
|
|
14
4
|
}
|
|
@@ -21,58 +21,8 @@ __decorate([
|
|
|
21
21
|
__metadata("design:type", String)
|
|
22
22
|
], AuditCalculatedViewDto.prototype, "id", void 0);
|
|
23
23
|
__decorate([
|
|
24
|
-
(0, nestjs_1.ApiProperty)({ type:
|
|
24
|
+
(0, nestjs_1.ApiProperty)({ type: Boolean, required: true }),
|
|
25
25
|
(0, class_transformer_1.Expose)(),
|
|
26
|
-
__metadata("design:type",
|
|
27
|
-
], AuditCalculatedViewDto.prototype, "
|
|
28
|
-
__decorate([
|
|
29
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
30
|
-
(0, class_transformer_1.Expose)(),
|
|
31
|
-
__metadata("design:type", Number)
|
|
32
|
-
], AuditCalculatedViewDto.prototype, "nrOfOpenQuestions", void 0);
|
|
33
|
-
__decorate([
|
|
34
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
35
|
-
(0, class_transformer_1.Expose)(),
|
|
36
|
-
__metadata("design:type", Number)
|
|
37
|
-
], AuditCalculatedViewDto.prototype, "nrOfRejectedQuestions", void 0);
|
|
38
|
-
__decorate([
|
|
39
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
40
|
-
(0, class_transformer_1.Expose)(),
|
|
41
|
-
__metadata("design:type", Number)
|
|
42
|
-
], AuditCalculatedViewDto.prototype, "nrOfReopenedQuestions", void 0);
|
|
43
|
-
__decorate([
|
|
44
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
45
|
-
(0, class_transformer_1.Expose)(),
|
|
46
|
-
__metadata("design:type", Number)
|
|
47
|
-
], AuditCalculatedViewDto.prototype, "nrOfPendingResponses", void 0);
|
|
48
|
-
__decorate([
|
|
49
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
50
|
-
(0, class_transformer_1.Expose)(),
|
|
51
|
-
__metadata("design:type", Number)
|
|
52
|
-
], AuditCalculatedViewDto.prototype, "nrOfSubmittedResponses", void 0);
|
|
53
|
-
__decorate([
|
|
54
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
55
|
-
(0, class_transformer_1.Expose)(),
|
|
56
|
-
__metadata("design:type", Number)
|
|
57
|
-
], AuditCalculatedViewDto.prototype, "nrOfNotApplicableResponses", void 0);
|
|
58
|
-
__decorate([
|
|
59
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
60
|
-
(0, class_transformer_1.Expose)(),
|
|
61
|
-
__metadata("design:type", Number)
|
|
62
|
-
], AuditCalculatedViewDto.prototype, "nrOfResponsesDeadlineExceeded", void 0);
|
|
63
|
-
__decorate([
|
|
64
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
65
|
-
(0, class_transformer_1.Expose)(),
|
|
66
|
-
__metadata("design:type", Number)
|
|
67
|
-
], AuditCalculatedViewDto.prototype, "nrOfResponsesDeadlineNext7Days", void 0);
|
|
68
|
-
__decorate([
|
|
69
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
70
|
-
(0, class_transformer_1.Expose)(),
|
|
71
|
-
__metadata("design:type", Number)
|
|
72
|
-
], AuditCalculatedViewDto.prototype, "nrOfResponsesDeadlineNext14Days", void 0);
|
|
73
|
-
__decorate([
|
|
74
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
75
|
-
(0, class_transformer_1.Expose)(),
|
|
76
|
-
__metadata("design:type", Number)
|
|
77
|
-
], AuditCalculatedViewDto.prototype, "nrOfQuestions", void 0);
|
|
26
|
+
__metadata("design:type", Boolean)
|
|
27
|
+
], AuditCalculatedViewDto.prototype, "isMyVDL", void 0);
|
|
78
28
|
//# sourceMappingURL=auditCalculatedView.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auditCalculatedView.dto.js","sourceRoot":"","sources":["../../../../src/dto/audit/view/auditCalculatedView.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,4CAA8C;AAE9C,MAAa,sBAAsB;
|
|
1
|
+
{"version":3,"file":"auditCalculatedView.dto.js","sourceRoot":"","sources":["../../../../src/dto/audit/view/auditCalculatedView.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,4CAA8C;AAE9C,MAAa,sBAAsB;CAQlC;AARD,wDAQC;AALA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;kDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;uDACS"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.AuditUpdatedAtViewDto = void 0;
|
|
13
|
+
const nestjs_1 = require("../../../nestjs");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
class AuditUpdatedAtViewDto {
|
|
16
|
+
}
|
|
17
|
+
exports.AuditUpdatedAtViewDto = AuditUpdatedAtViewDto;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
20
|
+
(0, class_transformer_1.Expose)(),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], AuditUpdatedAtViewDto.prototype, "id", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
25
|
+
(0, class_transformer_1.Expose)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], AuditUpdatedAtViewDto.prototype, "updatedAt", void 0);
|
|
28
|
+
//# sourceMappingURL=auditUpdatedAtView.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auditUpdatedAtView.dto.js","sourceRoot":"","sources":["../../../../src/dto/audit/view/auditUpdatedAtView.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA8C;AAC9C,yDAA2C;AAE3C,MAAa,qBAAqB;CAQjC;AARD,sDAQC;AALA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;iDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;wDACU"}
|
|
@@ -21,8 +21,8 @@ __decorate([
|
|
|
21
21
|
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
22
22
|
(0, class_validator_1.IsString)(),
|
|
23
23
|
(0, isFileName_validator_1.IsFileName)(),
|
|
24
|
-
(0, class_validator_1.Matches)(/^(?!\.)[^<>:"/\\|?*]+\.(pdf|jpeg|jpg|png|txt|bmp|docx|xlsx|pptx|zip)$/i, {
|
|
25
|
-
message: 'Supported filetypes are pdf, jpeg, jpg, png, txt, bmp, docx, xlsx, pptx
|
|
24
|
+
(0, class_validator_1.Matches)(/^(?!\.)[^<>:"/\\|?*]+\.(pdf|jpeg|jpg|png|txt|bmp|docx|xlsx|pptx|zip|msg|eml)$/i, {
|
|
25
|
+
message: 'Supported filetypes are pdf, jpeg, jpg, png, txt, bmp, docx, xlsx, pptx, zip, msg, eml',
|
|
26
26
|
}),
|
|
27
27
|
(0, class_transformer_1.Expose)(),
|
|
28
28
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createAuditAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/auditAttachment/createAuditAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAwE;AACxE,yCAA2C;AAC3C,0EAA6D;AAE7D,MAAa,wBAAwB;CAoBpC;AApBD,4DAoBC;AAZA;IAPC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,iCAAU,GAAE;IACZ,IAAA,yBAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"createAuditAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/auditAttachment/createAuditAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAwE;AACxE,yCAA2C;AAC3C,0EAA6D;AAE7D,MAAa,wBAAwB;CAoBpC;AApBD,4DAoBC;AAZA;IAPC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,iCAAU,GAAE;IACZ,IAAA,yBAAO,EAAC,gFAAgF,EAAE;QAC1F,OAAO,EAAE,wFAAwF;KACjG,CAAC;IACD,IAAA,0BAAM,GAAE;;sDACK;AAMd;IAJC,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;;6DACY;AAKrB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,EAAC,CAAC,CAAC;IACT,IAAA,0BAAM,GAAE;;yDACQ"}
|
|
@@ -4,9 +4,6 @@ export declare class CycleCalculatedViewDto {
|
|
|
4
4
|
nrOfOpenQuestions: number;
|
|
5
5
|
nrOfRejectedQuestions: number;
|
|
6
6
|
nrOfReopenedQuestions: number;
|
|
7
|
-
nrOfPendingResponses: number;
|
|
8
|
-
nrOfSubmittedResponses: number;
|
|
9
|
-
nrOfNotApplicableResponses: number;
|
|
10
7
|
nrOfResponsesDeadlineExceeded: number;
|
|
11
8
|
nrOfResponsesDeadlineNext7Days: number;
|
|
12
9
|
nrOfResponsesDeadlineNext14Days: number;
|
|
@@ -40,21 +40,6 @@ __decorate([
|
|
|
40
40
|
(0, class_transformer_1.Expose)(),
|
|
41
41
|
__metadata("design:type", Number)
|
|
42
42
|
], CycleCalculatedViewDto.prototype, "nrOfReopenedQuestions", void 0);
|
|
43
|
-
__decorate([
|
|
44
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
45
|
-
(0, class_transformer_1.Expose)(),
|
|
46
|
-
__metadata("design:type", Number)
|
|
47
|
-
], CycleCalculatedViewDto.prototype, "nrOfPendingResponses", void 0);
|
|
48
|
-
__decorate([
|
|
49
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
50
|
-
(0, class_transformer_1.Expose)(),
|
|
51
|
-
__metadata("design:type", Number)
|
|
52
|
-
], CycleCalculatedViewDto.prototype, "nrOfSubmittedResponses", void 0);
|
|
53
|
-
__decorate([
|
|
54
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
55
|
-
(0, class_transformer_1.Expose)(),
|
|
56
|
-
__metadata("design:type", Number)
|
|
57
|
-
], CycleCalculatedViewDto.prototype, "nrOfNotApplicableResponses", void 0);
|
|
58
43
|
__decorate([
|
|
59
44
|
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
60
45
|
(0, class_transformer_1.Expose)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cycleCalculatedView.dto.js","sourceRoot":"","sources":["../../../../src/dto/cycle/view/cycleCalculatedView.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,4CAA8C;AAE9C,MAAa,sBAAsB;
|
|
1
|
+
{"version":3,"file":"cycleCalculatedView.dto.js","sourceRoot":"","sources":["../../../../src/dto/cycle/view/cycleCalculatedView.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,4CAA8C;AAE9C,MAAa,sBAAsB;CA4DlC;AA5DD,wDA4DC;AAzDA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;kDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;qEACsB;AAI/B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;iEACkB;AAI3B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;qEACsB;AAI/B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;qEACsB;AAI/B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;6EAC8B;AAIvC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;8EAC+B;AAIxC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;+EACgC;AAIzC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;6DACc;AAIvB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;iEACmB;AAI5B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;wDACS;AAIlB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;gFACiC;AAI1C;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;qFACsC;AAI/C;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;oFACqC;AAI9C;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;oFACqC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createQuestion.dto.js","sourceRoot":"","sources":["../../../src/dto/question/createQuestion.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"createQuestion.dto.js","sourceRoot":"","sources":["../../../src/dto/question/createQuestion.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAAyC;AACzC,qDAAiF;AACjF,yDAAyC;AACzC,wEAAkE;AAClE,oEAA8D;AAC9D,4EAAsE;AAEtE,MAAa,iBAAiB;CA2C7B;AA3CD,8CA2CC;AAvCG;IAHC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAC,CAAC;IAC3C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;gDACM;AAMf;IAJC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAC,CAAC;IAC5C,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;sDACY;AAOrB;IALC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,wCAAkB,EAAE,QAAQ,EAAE,KAAK,EAAC,CAAC;IACxD,IAAA,0BAAQ,GAAE;IACV,IAAA,sBAAI,EAAC,MAAM,CAAC,MAAM,CAAC,wCAAkB,CAAC,CAAC;IACvC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;iDACmB;AAO5B;IALC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,oCAAgB,EAAE,QAAQ,EAAE,KAAK,EAAC,CAAC;IACtD,IAAA,0BAAQ,GAAE;IACV,IAAA,sBAAI,EAAC,MAAM,CAAC,MAAM,CAAC,oCAAgB,CAAC,CAAC;IACrC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;+CACe;AAOxB;IALC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,4CAAoB,EAAE,QAAQ,EAAE,KAAK,EAAC,CAAC;IAC1D,IAAA,0BAAQ,GAAE;IACV,IAAA,sBAAI,EAAC,MAAM,CAAC,MAAM,CAAC,4CAAoB,CAAC,CAAC;IACzC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;mDACuB;AAMhC;IAJC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAC,CAAC;IAC5C,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;IACd,IAAA,0BAAM,GAAE;;mDACS;AAKlB;IAHC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAC,CAAC;IAC3D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;kDACQ"}
|
|
@@ -2,6 +2,7 @@ import { QuestionEmbeddedDto } from './questionEmbedded.dto';
|
|
|
2
2
|
import { QuestionStatusEnum } from '../../enum/questionStatus.enum';
|
|
3
3
|
import { QuestionTypeEnum } from '../../enum/questionType.enum';
|
|
4
4
|
import { QuestionCategoryEnum } from '../../enum/questionCategory.enum';
|
|
5
|
+
import { CombinedQuestionResponseStatusEnum } from "../../enum/combinedQuestionResponseStatus.enum";
|
|
5
6
|
declare const QuestionDto_base: import("../generic/base.dto").BaseDtoType<QuestionEmbeddedDto>;
|
|
6
7
|
export declare class QuestionDto extends QuestionDto_base {
|
|
7
8
|
id: string;
|
|
@@ -13,5 +14,13 @@ export declare class QuestionDto extends QuestionDto_base {
|
|
|
13
14
|
category: QuestionCategoryEnum;
|
|
14
15
|
deadline?: string;
|
|
15
16
|
cycleId: string;
|
|
17
|
+
nrOfActiveResponseAttachments: number;
|
|
18
|
+
nrOfErrorResponseAttachments: number;
|
|
19
|
+
nrOfArchivedResponseAttachments: number;
|
|
20
|
+
nrOfUploadingResponseAttachments: number;
|
|
21
|
+
nrOfFailedResponseAttachments: number;
|
|
22
|
+
nrOfOpenComments: number;
|
|
23
|
+
nrOfResolvedComments: number;
|
|
24
|
+
combinedQuestionResponseStatus: CombinedQuestionResponseStatusEnum;
|
|
16
25
|
}
|
|
17
26
|
export {};
|
|
@@ -17,6 +17,7 @@ const questionEmbedded_dto_1 = require("./questionEmbedded.dto");
|
|
|
17
17
|
const questionStatus_enum_1 = require("../../enum/questionStatus.enum");
|
|
18
18
|
const questionType_enum_1 = require("../../enum/questionType.enum");
|
|
19
19
|
const questionCategory_enum_1 = require("../../enum/questionCategory.enum");
|
|
20
|
+
const combinedQuestionResponseStatus_enum_1 = require("../../enum/combinedQuestionResponseStatus.enum");
|
|
20
21
|
class QuestionDto extends (0, base_dto_1.BaseDto)(questionEmbedded_dto_1.QuestionEmbeddedDto) {
|
|
21
22
|
}
|
|
22
23
|
exports.QuestionDto = QuestionDto;
|
|
@@ -65,4 +66,44 @@ __decorate([
|
|
|
65
66
|
(0, class_transformer_1.Expose)(),
|
|
66
67
|
__metadata("design:type", String)
|
|
67
68
|
], QuestionDto.prototype, "cycleId", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
71
|
+
(0, class_transformer_1.Expose)(),
|
|
72
|
+
__metadata("design:type", Number)
|
|
73
|
+
], QuestionDto.prototype, "nrOfActiveResponseAttachments", void 0);
|
|
74
|
+
__decorate([
|
|
75
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
76
|
+
(0, class_transformer_1.Expose)(),
|
|
77
|
+
__metadata("design:type", Number)
|
|
78
|
+
], QuestionDto.prototype, "nrOfErrorResponseAttachments", void 0);
|
|
79
|
+
__decorate([
|
|
80
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
81
|
+
(0, class_transformer_1.Expose)(),
|
|
82
|
+
__metadata("design:type", Number)
|
|
83
|
+
], QuestionDto.prototype, "nrOfArchivedResponseAttachments", void 0);
|
|
84
|
+
__decorate([
|
|
85
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
86
|
+
(0, class_transformer_1.Expose)(),
|
|
87
|
+
__metadata("design:type", Number)
|
|
88
|
+
], QuestionDto.prototype, "nrOfUploadingResponseAttachments", void 0);
|
|
89
|
+
__decorate([
|
|
90
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
91
|
+
(0, class_transformer_1.Expose)(),
|
|
92
|
+
__metadata("design:type", Number)
|
|
93
|
+
], QuestionDto.prototype, "nrOfFailedResponseAttachments", void 0);
|
|
94
|
+
__decorate([
|
|
95
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
96
|
+
(0, class_transformer_1.Expose)(),
|
|
97
|
+
__metadata("design:type", Number)
|
|
98
|
+
], QuestionDto.prototype, "nrOfOpenComments", void 0);
|
|
99
|
+
__decorate([
|
|
100
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
101
|
+
(0, class_transformer_1.Expose)(),
|
|
102
|
+
__metadata("design:type", Number)
|
|
103
|
+
], QuestionDto.prototype, "nrOfResolvedComments", void 0);
|
|
104
|
+
__decorate([
|
|
105
|
+
(0, nestjs_1.ApiProperty)({ enum: combinedQuestionResponseStatus_enum_1.CombinedQuestionResponseStatusEnum, required: true }),
|
|
106
|
+
(0, class_transformer_1.Expose)(),
|
|
107
|
+
__metadata("design:type", String)
|
|
108
|
+
], QuestionDto.prototype, "combinedQuestionResponseStatus", void 0);
|
|
68
109
|
//# sourceMappingURL=question.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"question.dto.js","sourceRoot":"","sources":["../../../src/dto/question/question.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"question.dto.js","sourceRoot":"","sources":["../../../src/dto/question/question.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA4C;AAC5C,yDAAyC;AACzC,yCAAyC;AACzC,iEAA2D;AAC3D,wEAAkE;AAClE,oEAA8D;AAC9D,4EAAsE;AACtE,wGAAkG;AAElG,MAAa,WAAY,SAAQ,IAAA,kBAAO,EAAC,0CAAmB,CAAC;CAoE5D;AApED,kCAoEC;AAjEG;IAFC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAC,CAAC;IAC3D,IAAA,0BAAM,GAAE;;uCACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAC,CAAC;IAC3C,IAAA,0BAAM,GAAE;;mDACe;AAIxB;IAFC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAC,CAAC;IAC3C,IAAA,0BAAM,GAAE;;0CACM;AAIf;IAFC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAC,CAAC;IAC5C,IAAA,0BAAM,GAAE;;gDACY;AAIrB;IAFC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,wCAAkB,EAAE,QAAQ,EAAE,IAAI,EAAC,CAAC;IACvD,IAAA,0BAAM,GAAE;;2CACmB;AAI5B;IAFC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,oCAAgB,EAAE,QAAQ,EAAE,IAAI,EAAC,CAAC;IACrD,IAAA,0BAAM,GAAE;;yCACe;AAIxB;IAFC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,4CAAoB,EAAE,QAAQ,EAAE,IAAI,EAAC,CAAC;IACzD,IAAA,0BAAM,GAAE;;6CACuB;AAIhC;IAFC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAC,CAAC;IAC5C,IAAA,0BAAM,GAAE;;6CACS;AAIlB;IAFC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAC,CAAC;IAC3D,IAAA,0BAAM,GAAE;;4CACQ;AAIjB;IAFC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAC,CAAC;IAC3C,IAAA,0BAAM,GAAE;;kEAC6B;AAItC;IAFC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAC,CAAC;IAC3C,IAAA,0BAAM,GAAE;;iEAC4B;AAIrC;IAFC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAC,CAAC;IAC3C,IAAA,0BAAM,GAAE;;oEAC+B;AAIxC;IAFC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAC,CAAC;IAC3C,IAAA,0BAAM,GAAE;;qEACgC;AAIzC;IAFC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAC,CAAC;IAC3C,IAAA,0BAAM,GAAE;;kEAC6B;AAItC;IAFC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAC,CAAC;IAC3C,IAAA,0BAAM,GAAE;;qDACgB;AAIzB;IAFC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAC,CAAC;IAC3C,IAAA,0BAAM,GAAE;;yDACoB;AAI7B;IAFC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,wEAAkC,EAAE,QAAQ,EAAE,IAAI,EAAC,CAAC;IACvE,IAAA,0BAAM,GAAE;;mEAC0D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateQuestion.dto.js","sourceRoot":"","sources":["../../../src/dto/question/updateQuestion.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"updateQuestion.dto.js","sourceRoot":"","sources":["../../../src/dto/question/updateQuestion.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAAyC;AACzC,qDAAmF;AACnF,yDAAyC;AACzC,wEAAkE;AAClE,oEAA8D;AAC9D,4EAAsE;AAEtE,MAAa,iBAAiB;CA6C7B;AA7CD,8CA6CC;AAxCG;IAJC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAC,CAAC;IAC5C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;;yDACa;AAMxB;IAJC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAC,CAAC;IAC5C,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;gDACM;AAMf;IAJC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAC,CAAC;IAC5C,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;sDACY;AAOrB;IALC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,wCAAkB,EAAE,QAAQ,EAAE,KAAK,EAAC,CAAC;IACxD,IAAA,0BAAQ,GAAE;IACV,IAAA,sBAAI,EAAC,MAAM,CAAC,MAAM,CAAC,wCAAkB,CAAC,CAAC;IACvC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;iDACmB;AAO5B;IALC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,oCAAgB,EAAE,QAAQ,EAAE,KAAK,EAAC,CAAC;IACtD,IAAA,0BAAQ,GAAE;IACV,IAAA,sBAAI,EAAC,MAAM,CAAC,MAAM,CAAC,oCAAgB,CAAC,CAAC;IACrC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;+CACe;AAOxB;IALC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,4CAAoB,EAAE,QAAQ,EAAE,KAAK,EAAC,CAAC;IAC1D,IAAA,0BAAQ,GAAE;IACV,IAAA,sBAAI,EAAC,MAAM,CAAC,MAAM,CAAC,4CAAoB,CAAC,CAAC;IACzC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;mDACuB;AAMhC;IAJC,IAAA,oBAAW,EAAC,EAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAC,CAAC;IAC5C,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;IACd,IAAA,0BAAM,GAAE;;mDACS"}
|
|
@@ -1,14 +1,4 @@
|
|
|
1
|
-
import { CombinedQuestionResponseStatusEnum } from '../../../enum/combinedQuestionResponseStatus.enum';
|
|
2
1
|
export declare class QuestionCalculatedViewDto {
|
|
3
2
|
id: string;
|
|
4
|
-
nrOfActiveResponseAttachments: number;
|
|
5
|
-
nrOfErrorResponseAttachments: number;
|
|
6
|
-
nrOfArchivedResponseAttachments: number;
|
|
7
|
-
nrOfUploadingResponseAttachments: number;
|
|
8
|
-
nrOfFailedResponseAttachments: number;
|
|
9
|
-
nrOfOpenComments: number;
|
|
10
|
-
nrOfResolvedComments: number;
|
|
11
|
-
hasResponseAccess: boolean;
|
|
12
3
|
position: number;
|
|
13
|
-
combinedQuestionResponseStatus: CombinedQuestionResponseStatusEnum;
|
|
14
4
|
}
|
|
@@ -12,7 +12,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.QuestionCalculatedViewDto = void 0;
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
14
|
const nestjs_1 = require("../../../nestjs");
|
|
15
|
-
const combinedQuestionResponseStatus_enum_1 = require("../../../enum/combinedQuestionResponseStatus.enum");
|
|
16
15
|
class QuestionCalculatedViewDto {
|
|
17
16
|
}
|
|
18
17
|
exports.QuestionCalculatedViewDto = QuestionCalculatedViewDto;
|
|
@@ -21,54 +20,9 @@ __decorate([
|
|
|
21
20
|
(0, class_transformer_1.Expose)(),
|
|
22
21
|
__metadata("design:type", String)
|
|
23
22
|
], QuestionCalculatedViewDto.prototype, "id", void 0);
|
|
24
|
-
__decorate([
|
|
25
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
26
|
-
(0, class_transformer_1.Expose)(),
|
|
27
|
-
__metadata("design:type", Number)
|
|
28
|
-
], QuestionCalculatedViewDto.prototype, "nrOfActiveResponseAttachments", void 0);
|
|
29
|
-
__decorate([
|
|
30
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
31
|
-
(0, class_transformer_1.Expose)(),
|
|
32
|
-
__metadata("design:type", Number)
|
|
33
|
-
], QuestionCalculatedViewDto.prototype, "nrOfErrorResponseAttachments", void 0);
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
36
|
-
(0, class_transformer_1.Expose)(),
|
|
37
|
-
__metadata("design:type", Number)
|
|
38
|
-
], QuestionCalculatedViewDto.prototype, "nrOfArchivedResponseAttachments", void 0);
|
|
39
|
-
__decorate([
|
|
40
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
41
|
-
(0, class_transformer_1.Expose)(),
|
|
42
|
-
__metadata("design:type", Number)
|
|
43
|
-
], QuestionCalculatedViewDto.prototype, "nrOfUploadingResponseAttachments", void 0);
|
|
44
|
-
__decorate([
|
|
45
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
46
|
-
(0, class_transformer_1.Expose)(),
|
|
47
|
-
__metadata("design:type", Number)
|
|
48
|
-
], QuestionCalculatedViewDto.prototype, "nrOfFailedResponseAttachments", void 0);
|
|
49
|
-
__decorate([
|
|
50
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
51
|
-
(0, class_transformer_1.Expose)(),
|
|
52
|
-
__metadata("design:type", Number)
|
|
53
|
-
], QuestionCalculatedViewDto.prototype, "nrOfOpenComments", void 0);
|
|
54
|
-
__decorate([
|
|
55
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
56
|
-
(0, class_transformer_1.Expose)(),
|
|
57
|
-
__metadata("design:type", Number)
|
|
58
|
-
], QuestionCalculatedViewDto.prototype, "nrOfResolvedComments", void 0);
|
|
59
|
-
__decorate([
|
|
60
|
-
(0, nestjs_1.ApiProperty)({ type: Boolean, required: true }),
|
|
61
|
-
(0, class_transformer_1.Expose)(),
|
|
62
|
-
__metadata("design:type", Boolean)
|
|
63
|
-
], QuestionCalculatedViewDto.prototype, "hasResponseAccess", void 0);
|
|
64
23
|
__decorate([
|
|
65
24
|
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
66
25
|
(0, class_transformer_1.Expose)(),
|
|
67
26
|
__metadata("design:type", Number)
|
|
68
27
|
], QuestionCalculatedViewDto.prototype, "position", void 0);
|
|
69
|
-
__decorate([
|
|
70
|
-
(0, nestjs_1.ApiProperty)({ enum: combinedQuestionResponseStatus_enum_1.CombinedQuestionResponseStatusEnum, required: true }),
|
|
71
|
-
(0, class_transformer_1.Expose)(),
|
|
72
|
-
__metadata("design:type", String)
|
|
73
|
-
], QuestionCalculatedViewDto.prototype, "combinedQuestionResponseStatus", void 0);
|
|
74
28
|
//# sourceMappingURL=questionCalculatedView.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"questionCalculatedView.dto.js","sourceRoot":"","sources":["../../../../src/dto/question/view/questionCalculatedView.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,4CAA8C;
|
|
1
|
+
{"version":3,"file":"questionCalculatedView.dto.js","sourceRoot":"","sources":["../../../../src/dto/question/view/questionCalculatedView.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,4CAA8C;AAE9C,MAAa,yBAAyB;CAQrC;AARD,8DAQC;AALA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;qDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;2DACQ"}
|
|
@@ -21,8 +21,8 @@ __decorate([
|
|
|
21
21
|
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
22
22
|
(0, class_validator_1.IsString)(),
|
|
23
23
|
(0, isFileName_validator_1.IsFileName)(),
|
|
24
|
-
(0, class_validator_1.Matches)(/^(?!\.)[^<>:"/\\|?*]+\.(pdf|jpeg|jpg|png|txt|bmp|docx|xlsx|pptx|zip)$/i, {
|
|
25
|
-
message: 'Supported filetypes are pdf, jpeg, jpg, png, txt, bmp, docx, xlsx, pptx
|
|
24
|
+
(0, class_validator_1.Matches)(/^(?!\.)[^<>:"/\\|?*]+\.(pdf|jpeg|jpg|png|txt|bmp|docx|xlsx|pptx|zip|msg|eml)$/i, {
|
|
25
|
+
message: 'Supported filetypes are pdf, jpeg, jpg, png, txt, bmp, docx, xlsx, pptx, zip, msg, eml',
|
|
26
26
|
}),
|
|
27
27
|
(0, class_transformer_1.Expose)(),
|
|
28
28
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createQuestionAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/questionAttachment/createQuestionAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAwE;AACxE,yCAA2C;AAC3C,0EAA6D;AAE7D,MAAa,2BAA2B;CAoBvC;AApBD,kEAoBC;AAZA;IAPC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,iCAAU,GAAE;IACZ,IAAA,yBAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"createQuestionAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/questionAttachment/createQuestionAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAwE;AACxE,yCAA2C;AAC3C,0EAA6D;AAE7D,MAAa,2BAA2B;CAoBvC;AApBD,kEAoBC;AAZA;IAPC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,iCAAU,GAAE;IACZ,IAAA,yBAAO,EAAC,gFAAgF,EAAE;QAC1F,OAAO,EAAE,wFAAwF;KACjG,CAAC;IACD,IAAA,0BAAM,GAAE;;yDACK;AAMd;IAJC,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;;gEACY;AAKrB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,EAAC,CAAC,CAAC;IACT,IAAA,0BAAM,GAAE;;+DACW"}
|
|
@@ -21,8 +21,8 @@ __decorate([
|
|
|
21
21
|
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
22
22
|
(0, class_validator_1.IsString)(),
|
|
23
23
|
(0, isFileName_validator_1.IsFileName)(),
|
|
24
|
-
(0, class_validator_1.Matches)(/^(?!\.)[^<>:"/\\|?*]+\.(pdf|jpeg|jpg|png|txt|bmp|docx|xlsx|pptx|zip)$/i, {
|
|
25
|
-
message: 'Supported filetypes are pdf, jpeg, jpg, png, txt, bmp, docx, xlsx, pptx
|
|
24
|
+
(0, class_validator_1.Matches)(/^(?!\.)[^<>:"/\\|?*]+\.(pdf|jpeg|jpg|png|txt|bmp|docx|xlsx|pptx|zip|msg|eml)$/i, {
|
|
25
|
+
message: 'Supported filetypes are pdf, jpeg, jpg, png, txt, bmp, docx, xlsx, pptx, zip, msg, eml',
|
|
26
26
|
}),
|
|
27
27
|
(0, class_transformer_1.Expose)(),
|
|
28
28
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createResponseAttachmentDto.js","sourceRoot":"","sources":["../../../src/dto/responseAttachment/createResponseAttachmentDto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAwE;AACxE,yCAA2C;AAC3C,0EAA6D;AAE7D,MAAa,2BAA2B;CAoBvC;AApBD,kEAoBC;AAZA;IAPC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,iCAAU,GAAE;IACZ,IAAA,yBAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"createResponseAttachmentDto.js","sourceRoot":"","sources":["../../../src/dto/responseAttachment/createResponseAttachmentDto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAwE;AACxE,yCAA2C;AAC3C,0EAA6D;AAE7D,MAAa,2BAA2B;CAoBvC;AApBD,kEAoBC;AAZA;IAPC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,iCAAU,GAAE;IACZ,IAAA,yBAAO,EAAC,gFAAgF,EAAE;QAC1F,OAAO,EAAE,wFAAwF;KACjG,CAAC;IACD,IAAA,0BAAM,GAAE;;yDACK;AAMd;IAJC,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;;gEACY;AAKrB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,EAAC,CAAC,CAAC;IACT,IAAA,0BAAM,GAAE;;+DACW"}
|
|
@@ -4,9 +4,6 @@ export declare class SurveyCalculatedViewDto {
|
|
|
4
4
|
nrOfOpenQuestions: number;
|
|
5
5
|
nrOfRejectedQuestions: number;
|
|
6
6
|
nrOfReopenedQuestions: number;
|
|
7
|
-
nrOfPendingResponses: number;
|
|
8
|
-
nrOfSubmittedResponses: number;
|
|
9
|
-
nrOfNotApplicableResponses: number;
|
|
10
7
|
nrOfResponsesDeadlineExceeded: number;
|
|
11
8
|
nrOfResponsesDeadlineNext7Days: number;
|
|
12
9
|
nrOfResponsesDeadlineNext14Days: number;
|
|
@@ -40,21 +40,6 @@ __decorate([
|
|
|
40
40
|
(0, class_transformer_1.Expose)(),
|
|
41
41
|
__metadata("design:type", Number)
|
|
42
42
|
], SurveyCalculatedViewDto.prototype, "nrOfReopenedQuestions", void 0);
|
|
43
|
-
__decorate([
|
|
44
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
45
|
-
(0, class_transformer_1.Expose)(),
|
|
46
|
-
__metadata("design:type", Number)
|
|
47
|
-
], SurveyCalculatedViewDto.prototype, "nrOfPendingResponses", void 0);
|
|
48
|
-
__decorate([
|
|
49
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
50
|
-
(0, class_transformer_1.Expose)(),
|
|
51
|
-
__metadata("design:type", Number)
|
|
52
|
-
], SurveyCalculatedViewDto.prototype, "nrOfSubmittedResponses", void 0);
|
|
53
|
-
__decorate([
|
|
54
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
55
|
-
(0, class_transformer_1.Expose)(),
|
|
56
|
-
__metadata("design:type", Number)
|
|
57
|
-
], SurveyCalculatedViewDto.prototype, "nrOfNotApplicableResponses", void 0);
|
|
58
43
|
__decorate([
|
|
59
44
|
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
60
45
|
(0, class_transformer_1.Expose)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"surveyCalculatedView.dto.js","sourceRoot":"","sources":["../../../../src/dto/survey/view/surveyCalculatedView.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA8C;AAC9C,yDAA2C;AAE3C,MAAa,uBAAuB;
|
|
1
|
+
{"version":3,"file":"surveyCalculatedView.dto.js","sourceRoot":"","sources":["../../../../src/dto/survey/view/surveyCalculatedView.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA8C;AAC9C,yDAA2C;AAE3C,MAAa,uBAAuB;CAwDnC;AAxDD,0DAwDC;AArDA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;mDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;sEACsB;AAI/B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;kEACkB;AAI3B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;sEACsB;AAI/B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;sEACsB;AAI/B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;8EAC8B;AAIvC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;+EAC+B;AAIxC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;gFACgC;AAIzC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;8DACc;AAIvB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;oEACoB;AAI7B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;iFACiC;AAI1C;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;sFACsC;AAI/C;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;qFACqC;AAI9C;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;qFACqC"}
|
|
@@ -6,5 +6,6 @@ var QuestionTypeEnum;
|
|
|
6
6
|
QuestionTypeEnum["BOOLEAN"] = "BOOLEAN";
|
|
7
7
|
QuestionTypeEnum["ATTACHMENT"] = "ATTACHMENT";
|
|
8
8
|
QuestionTypeEnum["TEXT"] = "TEXT";
|
|
9
|
+
QuestionTypeEnum["ATTACHMENT_OR_TEXT"] = "ATTACHMENT_OR_TEXT";
|
|
9
10
|
})(QuestionTypeEnum || (exports.QuestionTypeEnum = QuestionTypeEnum = {}));
|
|
10
11
|
//# sourceMappingURL=questionType.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"questionType.enum.js","sourceRoot":"","sources":["../../src/enum/questionType.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"questionType.enum.js","sourceRoot":"","sources":["../../src/enum/questionType.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAKX;AALD,WAAY,gBAAgB;IACxB,uCAAmB,CAAA;IACnB,6CAAyB,CAAA;IACzB,iCAAa,CAAA;IACb,6DAAyC,CAAA;AAC7C,CAAC,EALW,gBAAgB,gCAAhB,gBAAgB,QAK3B"}
|
package/dist/index.d.ts
CHANGED
|
@@ -179,7 +179,6 @@ import { BulkUpdateFavoriteDto } from './dto/favorite/bulkUpdateFavorite.dto';
|
|
|
179
179
|
import { FavoriteChangelogDto } from './dto/favorite/changelog/favoriteChangelog.dto';
|
|
180
180
|
import { FavoriteChangelogEmbeddedDto } from './dto/favorite/changelog/favoriteChangelogEmbedded.dto';
|
|
181
181
|
import { FavoriteChangelogPageDto } from './dto/favorite/changelog/favoriteChangelogPage.dto';
|
|
182
|
-
import { AuditCalculatedViewDto } from './dto/audit/view/auditCalculatedView.dto';
|
|
183
182
|
import { CustomerAccessRightDto } from './dto/customerAccessRight/customerAccessRight.dto';
|
|
184
183
|
import { CustomerAccessRightEmbeddedDto } from './dto/customerAccessRight/customerAccessRightEmbedded.dto';
|
|
185
184
|
import { CreateCustomerAccessRightDto } from './dto/customerAccessRight/createCustomerAccessRight.dto';
|
|
@@ -241,4 +240,5 @@ import { AuditResponseAttachmentViewPageDto } from "./dto/auditResponseAttachmen
|
|
|
241
240
|
import { CombinedQuestionResponseStatusEnum } from "./enum/combinedQuestionResponseStatus.enum";
|
|
242
241
|
import { TodoStatusEnum } from "./enum/todoStatus.enum";
|
|
243
242
|
import { TodoTypeEnum } from "./enum/todoType.enum";
|
|
243
|
+
import { AuditCalculatedViewDto } from './dto/audit/view/auditCalculatedView.dto';
|
|
244
244
|
export { ExceptionDto, BaseDto, BaseViewDto, CollectionFilterDto, FilterDto, PageDto, PageInfoDto, BulkDto, EmbeddedDto, CronJobDto, CronJobPageDto, CronJobOptionsDto, ComponentDto, ComponentHealthDto, HealthDto, SurveyDto, SurveyEmbeddedDto, CreateSurveyDto, UpdateSurveyDto, SurveyPageDto, BulkUpdateSurveyDto, SurveyCalculatedViewDto, SurveyChangelogDto, SurveyChangelogEmbeddedDto, SurveyChangelogPageDto, PreviousSurveyChangelogEmbeddedDto, PreviousSurveyChangelogViewDto, BulkUpdateFavoriteDto, CreateFavoriteDto, FavoriteDto, FavoriteEmbeddedDto, FavoritePageDto, UpdateFavoriteDto, CreateInvitationDto, InvitationDto, InvitationEmbeddedDto, InvitationPageDto, InvitationChangelogDto, InvitationChangelogEmbeddedDto, InvitationChangelogPageDto, FavoriteChangelogDto, FavoriteChangelogEmbeddedDto, FavoriteChangelogPageDto, MyVDLUserDto, MyVDLUserPageDto, NotificationTaskDto, NotificationTaskEmbeddedDto, NotificationTaskPageDto, AuditDto, AuditEmbeddedDto, AuditPageDto, BulkUpdateAuditDto, CreateAuditDto, UpdateAuditDto, AuditCalculatedViewDto, AuditAccessRightDto, AuditAccessRightEmbeddedDto, CreateAuditAccessRightDto, UpdateAuditAccessRightDto, AuditAccessRightPageDto, BulkUpdateAuditAccessRightDto, AuditAccessRightChangelogDto, AuditAccessRightChangelogEmbeddedDto, AuditAccessRightChangelogPageDto, AuditChangelogDto, AuditChangelogEmbeddedDto, AuditChangelogPageDto, AuditChangelogSummaryViewDto, AuditChangelogSummaryViewEmbeddedDto, AuditChangelogSummaryViewPageDto, PreviousAuditChangelogEmbeddedDto, PreviousAuditChangelogViewDto, AuditResponseAttachmentViewDto, AuditResponseAttachmentViewEmbeddedDto, AuditResponseAttachmentViewPageDto, AuditTeamDto, AuditTeamEmbeddedDto, CreateAuditTeamDto, UpdateAuditTeamDto, AuditTeamPageDto, BulkUpdateAuditTeamDto, AuditTeamChangelogDto, AuditTeamChangelogEmbeddedDto, AuditTeamChangelogPageDto, AuditAttachmentDto, AuditAttachmentEmbeddedDto, AuditAttachmentPageDto, CreateAuditAttachmentDto, UpdateAuditAttachmentDto, BulkUpdateAuditAttachmentDto, AuditAttachmentChangelogDto, AuditAttachmentChangelogEmbeddedDto, AuditAttachmentChangelogPageDto, PreviousAuditAttachmentChangelogEmbeddedDto, PreviousAuditAttachmentChangelogViewDto, ResponseAttachmentDto, ResponseAttachmentEmbeddedDto, ResponseAttachmentPageDto, CreateResponseAttachmentDto, UpdateResponseAttachmentDto, BulkUpdateResponseAttachmentDto, ResponseAttachmentChangelogDto, ResponseAttachmentChangelogEmbeddedDto, ResponseAttachmentChangelogPageDto, PreviousResponseAttachmentChangelogEmbeddedDto, PreviousResponseAttachmentChangelogViewDto, BulkUpdateCommentDto, CommentDto, CommentEmbeddedDto, CommentPageDto, CreateCommentDto, UpdateCommentDto, CommentChangelogDto, CommentChangelogEmbeddedDto, CommentChangelogPageDto, PreviousCommentChangelogEmbeddedDto, PreviousCommentChangelogViewDto, BulkUpdateCustomerDto, CreateCustomerDto, CustomerDto, CustomerEmbeddedDto, CustomerPageDto, UpdateCustomerDto, CustomerAccessRightChangelogDto, CustomerAccessRightChangelogEmbeddedDto, CustomerAccessRightChangelogPageDto, BulkUpdateCustomerAccessRightDto, CreateCustomerAccessRightDto, CustomerAccessRightDto, CustomerAccessRightEmbeddedDto, CustomerAccessRightPageDto, UpdateCustomerAccessRightDto, CustomerChangelogDto, CustomerChangelogEmbeddedDto, CustomerChangelogPageDto, BulkUpdateCycleDto, CreateCycleDto, CycleDto, CycleCalculatedViewDto, CycleEmbeddedDto, CyclePageDto, UpdateCycleDto, CycleAccessRightDto, CycleAccessRightEmbeddedDto, CreateCycleAccessRightDto, UpdateCycleAccessRightDto, CycleAccessRightPageDto, BulkUpdateCycleAccessRightDto, CycleAccessRightChangelogDto, CycleAccessRightChangelogEmbeddedDto, CycleAccessRightChangelogPageDto, CycleChangelogDto, CycleChangelogEmbeddedDto, CycleChangelogPageDto, PreviousCycleChangelogViewDto, PreviousCycleChangelogEmbeddedDto, BulkUpdateQuestionDto, CreateQuestionDto, QuestionDto, QuestionCalculatedViewDto, QuestionEmbeddedDto, QuestionPageDto, UpdateQuestionDto, QuestionAccessRightDto, QuestionAccessRightEmbeddedDto, CreateQuestionAccessRightDto, UpdateQuestionAccessRightDto, QuestionAccessRightPageDto, BulkUpdateQuestionAccessRightDto, QuestionAccessRightChangelogDto, QuestionAccessRightChangelogEmbeddedDto, QuestionAccessRightChangelogPageDto, QuestionChangelogDto, QuestionChangelogEmbeddedDto, QuestionChangelogPageDto, QuestionChangelogSummaryViewDto, QuestionChangelogSummaryViewEmbeddedDto, QuestionChangelogSummaryViewPageDto, PreviousQuestionChangelogEmbeddedDto, PreviousQuestionChangelogViewDto, QuestionAttachmentDto, QuestionAttachmentEmbeddedDto, QuestionAttachmentPageDto, CreateQuestionAttachmentDto, UpdateQuestionAttachmentDto, BulkUpdateQuestionAttachmentDto, QuestionAttachmentChangelogDto, QuestionAttachmentChangelogEmbeddedDto, QuestionAttachmentChangelogPageDto, PreviousQuestionAttachmentChangelogEmbeddedDto, PreviousQuestionAttachmentChangelogViewDto, BulkUpdateResponseDto, ResponseDto, ResponseEmbeddedDto, ResponsePageDto, UpdateResponseDto, ResponseChangelogDto, ResponseChangelogEmbeddedDto, ResponseChangelogPageDto, PreviousResponseChangelogEmbeddedDto, PreviousResponseChangelogViewDto, UserDto, UserEmbeddedDto, CreateUserDto, UpdateUserDto, UserPageDto, BulkUpdateUserDto, UserChangelogDto, UserChangelogEmbeddedDto, UserChangelogPageDto, UserRoleEnum, AttachmentStatusEnum, AttachmentUploadStatusEnum, NotificationTaskStatusEnum, NotificationTaskTypeEnum, SurveyErrorStatusEnum, SurveyStatusEnum, QuestionStatusEnum, QuestionCategoryEnum, QuestionTypeEnum, ResponseStatusEnum, CommentStatusEnum, AuditTypeEnum, ChangelogOperationEnum, AuditStatusEnum, CycleStatusEnum, InvitationStatusEnum, CombinedQuestionResponseStatusEnum, TodoStatusEnum, TodoTypeEnum, ValidationException, convertAndValidate, IsBiggerThan, IsEmptyAttribute, IsRequiredFields, IsRequiredFieldValue, IsSmallerThan, Default, TransformEmbedded, TransformFloat, TransformInteger, TransformTotal, DtoType, BaseDtoType, BaseViewDtoType, };
|
package/dist/index.js
CHANGED
|
@@ -368,8 +368,6 @@ const favoriteChangelogEmbedded_dto_1 = require("./dto/favorite/changelog/favori
|
|
|
368
368
|
Object.defineProperty(exports, "FavoriteChangelogEmbeddedDto", { enumerable: true, get: function () { return favoriteChangelogEmbedded_dto_1.FavoriteChangelogEmbeddedDto; } });
|
|
369
369
|
const favoriteChangelogPage_dto_1 = require("./dto/favorite/changelog/favoriteChangelogPage.dto");
|
|
370
370
|
Object.defineProperty(exports, "FavoriteChangelogPageDto", { enumerable: true, get: function () { return favoriteChangelogPage_dto_1.FavoriteChangelogPageDto; } });
|
|
371
|
-
const auditCalculatedView_dto_1 = require("./dto/audit/view/auditCalculatedView.dto");
|
|
372
|
-
Object.defineProperty(exports, "AuditCalculatedViewDto", { enumerable: true, get: function () { return auditCalculatedView_dto_1.AuditCalculatedViewDto; } });
|
|
373
371
|
const customerAccessRight_dto_1 = require("./dto/customerAccessRight/customerAccessRight.dto");
|
|
374
372
|
Object.defineProperty(exports, "CustomerAccessRightDto", { enumerable: true, get: function () { return customerAccessRight_dto_1.CustomerAccessRightDto; } });
|
|
375
373
|
const customerAccessRightEmbedded_dto_1 = require("./dto/customerAccessRight/customerAccessRightEmbedded.dto");
|
|
@@ -492,4 +490,6 @@ const todoStatus_enum_1 = require("./enum/todoStatus.enum");
|
|
|
492
490
|
Object.defineProperty(exports, "TodoStatusEnum", { enumerable: true, get: function () { return todoStatus_enum_1.TodoStatusEnum; } });
|
|
493
491
|
const todoType_enum_1 = require("./enum/todoType.enum");
|
|
494
492
|
Object.defineProperty(exports, "TodoTypeEnum", { enumerable: true, get: function () { return todoType_enum_1.TodoTypeEnum; } });
|
|
493
|
+
const auditCalculatedView_dto_1 = require("./dto/audit/view/auditCalculatedView.dto");
|
|
494
|
+
Object.defineProperty(exports, "AuditCalculatedViewDto", { enumerable: true, get: function () { return auditCalculatedView_dto_1.AuditCalculatedViewDto; } });
|
|
495
495
|
//# sourceMappingURL=index.js.map
|