@ballistix.digital/types-pbc-react 0.22.0 → 0.24.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/attachment/changelog/attachmentChangelog.dto.d.ts +2 -0
- package/dist/dto/attachment/changelog/attachmentChangelog.dto.js +10 -0
- package/dist/dto/attachment/changelog/attachmentChangelog.dto.js.map +1 -1
- package/dist/dto/audit/changelog/auditChangelog.dto.d.ts +1 -0
- package/dist/dto/audit/changelog/auditChangelog.dto.js +5 -0
- package/dist/dto/audit/changelog/auditChangelog.dto.js.map +1 -1
- package/dist/dto/auditChangelogSummaryView/auditChangelogSummaryView.dto.d.ts +17 -0
- package/dist/dto/auditChangelogSummaryView/auditChangelogSummaryView.dto.js +70 -0
- package/dist/dto/auditChangelogSummaryView/auditChangelogSummaryView.dto.js.map +1 -0
- package/dist/dto/auditChangelogSummaryView/auditChangelogSummaryViewEmbedded.dto.d.ts +4 -0
- package/dist/dto/auditChangelogSummaryView/auditChangelogSummaryViewEmbedded.dto.js +25 -0
- package/dist/dto/auditChangelogSummaryView/auditChangelogSummaryViewEmbedded.dto.js.map +1 -0
- package/dist/dto/auditChangelogSummaryView/auditChangelogSummaryViewPage.dto.d.ts +13 -0
- package/dist/dto/auditChangelogSummaryView/auditChangelogSummaryViewPage.dto.js +28 -0
- package/dist/dto/auditChangelogSummaryView/auditChangelogSummaryViewPage.dto.js.map +1 -0
- package/dist/dto/comment/changelog/commentChangelog.dto.d.ts +1 -0
- package/dist/dto/comment/changelog/commentChangelog.dto.js +5 -0
- package/dist/dto/comment/changelog/commentChangelog.dto.js.map +1 -1
- package/dist/dto/cycle/changelog/cycleChangelog.dto.d.ts +1 -0
- package/dist/dto/cycle/changelog/cycleChangelog.dto.js +5 -0
- package/dist/dto/cycle/changelog/cycleChangelog.dto.js.map +1 -1
- package/dist/dto/question/changelog/questionChangelog.dto.d.ts +1 -0
- package/dist/dto/question/changelog/questionChangelog.dto.js +5 -0
- package/dist/dto/question/changelog/questionChangelog.dto.js.map +1 -1
- package/dist/dto/question/question.dto.d.ts +0 -2
- package/dist/dto/question/question.dto.js +0 -10
- package/dist/dto/question/question.dto.js.map +1 -1
- package/dist/dto/questionChangelogSummaryView/questionChangelogSummaryView.dto.d.ts +5 -1
- package/dist/dto/questionChangelogSummaryView/questionChangelogSummaryView.dto.js +12 -2
- package/dist/dto/questionChangelogSummaryView/questionChangelogSummaryView.dto.js.map +1 -1
- package/dist/dto/response/changelog/responseChangelog.dto.d.ts +1 -0
- package/dist/dto/response/changelog/responseChangelog.dto.js +5 -0
- package/dist/dto/response/changelog/responseChangelog.dto.js.map +1 -1
- package/dist/dto/survey/changelog/surveyChangelog.dto.d.ts +1 -0
- package/dist/dto/survey/changelog/surveyChangelog.dto.js +5 -0
- package/dist/dto/survey/changelog/surveyChangelog.dto.js.map +1 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +10 -4
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -6,6 +6,8 @@ declare const AttachmentChangelogDto_base: import("../../generic/base.dto").Base
|
|
|
6
6
|
export declare class AttachmentChangelogDto extends AttachmentChangelogDto_base {
|
|
7
7
|
id: string;
|
|
8
8
|
operation: ChangelogOperationEnum;
|
|
9
|
+
isStatusModified: boolean;
|
|
10
|
+
isUploadStatusModified: boolean;
|
|
9
11
|
attachmentId: string;
|
|
10
12
|
name: string;
|
|
11
13
|
presignedUrl: string;
|
|
@@ -30,6 +30,16 @@ __decorate([
|
|
|
30
30
|
(0, class_transformer_1.Expose)(),
|
|
31
31
|
__metadata("design:type", String)
|
|
32
32
|
], AttachmentChangelogDto.prototype, "operation", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
35
|
+
(0, class_transformer_1.Expose)(),
|
|
36
|
+
__metadata("design:type", Boolean)
|
|
37
|
+
], AttachmentChangelogDto.prototype, "isStatusModified", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
40
|
+
(0, class_transformer_1.Expose)(),
|
|
41
|
+
__metadata("design:type", Boolean)
|
|
42
|
+
], AttachmentChangelogDto.prototype, "isUploadStatusModified", void 0);
|
|
33
43
|
__decorate([
|
|
34
44
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
35
45
|
(0, class_transformer_1.Expose)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attachmentChangelog.dto.js","sourceRoot":"","sources":["../../../../src/dto/attachment/changelog/attachmentChangelog.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,4CAA8C;AAC9C,qDAAiD;AACjD,2FAAuF;AACvF,+EAA2E;AAC3E,uFAAmF;AACnF,iFAA4E;AAE5E,MAAa,sBAAuB,SAAQ,IAAA,kBAAO,EAAC,gEAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"attachmentChangelog.dto.js","sourceRoot":"","sources":["../../../../src/dto/attachment/changelog/attachmentChangelog.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,4CAA8C;AAC9C,qDAAiD;AACjD,2FAAuF;AACvF,+EAA2E;AAC3E,uFAAmF;AACnF,iFAA4E;AAE5E,MAAa,sBAAuB,SAAQ,IAAA,kBAAO,EAAC,gEAA8B,CAAC;CA4DlF;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,+CAAsB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;yDAC0B;AAInC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;gEACkB;AAI3B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;sEACwB;AAIjC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;4DACa;AAItB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;oDACK;AAId;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;4DACY;AAIrB;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;;wDACS;AAIlB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;2DACY;AAIrB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,4CAAoB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC3D,IAAA,0BAAM,GAAE;;sDACqB;AAI9B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,wDAA0B,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACjE,IAAA,0BAAM,GAAE;;4DACiC;AAI1C;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;yDACU;AAInB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;uDACO;AAIhB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;0DACU"}
|
|
@@ -6,6 +6,7 @@ declare const AuditChangelogDto_base: import("../../generic/base.dto").BaseDtoTy
|
|
|
6
6
|
export declare class AuditChangelogDto extends AuditChangelogDto_base {
|
|
7
7
|
id: string;
|
|
8
8
|
operation: ChangelogOperationEnum;
|
|
9
|
+
isStatusModified: boolean;
|
|
9
10
|
auditId: string;
|
|
10
11
|
project: string;
|
|
11
12
|
projectStatus?: string;
|
|
@@ -30,6 +30,11 @@ __decorate([
|
|
|
30
30
|
(0, class_transformer_1.Expose)(),
|
|
31
31
|
__metadata("design:type", String)
|
|
32
32
|
], AuditChangelogDto.prototype, "operation", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
35
|
+
(0, class_transformer_1.Expose)(),
|
|
36
|
+
__metadata("design:type", Boolean)
|
|
37
|
+
], AuditChangelogDto.prototype, "isStatusModified", void 0);
|
|
33
38
|
__decorate([
|
|
34
39
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
35
40
|
(0, class_transformer_1.Expose)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auditChangelog.dto.js","sourceRoot":"","sources":["../../../../src/dto/audit/changelog/auditChangelog.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,yDAA2C;AAC3C,4CAA8C;AAC9C,qEAAiE;AACjE,iEAA6D;AAC7D,6EAAyE;AACzE,iFAA4E;AAE5E,MAAa,iBAAkB,SAAQ,IAAA,kBAAO,EAAC,sDAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"auditChangelog.dto.js","sourceRoot":"","sources":["../../../../src/dto/audit/changelog/auditChangelog.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,yDAA2C;AAC3C,4CAA8C;AAC9C,qEAAiE;AACjE,iEAA6D;AAC7D,6EAAyE;AACzE,iFAA4E;AAE5E,MAAa,iBAAkB,SAAQ,IAAA,kBAAO,EAAC,sDAAyB,CAAC;CAoDxE;AApDD,8CAoDC;AAjDA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;6CACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,+CAAsB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;oDAC0B;AAInC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;2DACkB;AAI3B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;kDACQ;AAIjB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;kDACQ;AAIjB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;wDACc;AAIvB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;+CACK;AAId;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;wDACc;AAIvB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,kCAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACtD,IAAA,0BAAM,GAAE;;iDACgB;AAIzB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,8BAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,0BAAM,GAAE;;+CACY;AAIrB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;qDACW;AAIpB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC9D,IAAA,0BAAM,GAAE;;sDACY;AAIrB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;qDACY"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AuditChangelogSummaryViewEmbeddedDto } from './auditChangelogSummaryViewEmbedded.dto';
|
|
2
|
+
declare const AuditChangelogSummaryViewDto_base: new () => {
|
|
3
|
+
_embedded?: AuditChangelogSummaryViewEmbeddedDto;
|
|
4
|
+
};
|
|
5
|
+
export declare class AuditChangelogSummaryViewDto extends AuditChangelogSummaryViewDto_base {
|
|
6
|
+
id: string;
|
|
7
|
+
auditId: string;
|
|
8
|
+
nrOfNewComments: number;
|
|
9
|
+
nrOfSubmittedResponses: number;
|
|
10
|
+
nrOfAcceptedQuestions: number;
|
|
11
|
+
nrOfRejectedQuestions: number;
|
|
12
|
+
nrOfNewAttachments: number;
|
|
13
|
+
users: string[];
|
|
14
|
+
date: string;
|
|
15
|
+
updatedAt: string;
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,70 @@
|
|
|
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.AuditChangelogSummaryViewDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const nestjs_1 = require("../../nestjs");
|
|
15
|
+
const auditChangelogSummaryViewEmbedded_dto_1 = require("./auditChangelogSummaryViewEmbedded.dto");
|
|
16
|
+
const embedded_dto_1 = require("../generic/embedded/embedded.dto");
|
|
17
|
+
class AuditChangelogSummaryViewDto extends (0, embedded_dto_1.EmbeddedDto)(auditChangelogSummaryViewEmbedded_dto_1.AuditChangelogSummaryViewEmbeddedDto) {
|
|
18
|
+
}
|
|
19
|
+
exports.AuditChangelogSummaryViewDto = AuditChangelogSummaryViewDto;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
22
|
+
(0, class_transformer_1.Expose)(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], AuditChangelogSummaryViewDto.prototype, "id", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
27
|
+
(0, class_transformer_1.Expose)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], AuditChangelogSummaryViewDto.prototype, "auditId", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
32
|
+
(0, class_transformer_1.Expose)(),
|
|
33
|
+
__metadata("design:type", Number)
|
|
34
|
+
], AuditChangelogSummaryViewDto.prototype, "nrOfNewComments", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
37
|
+
(0, class_transformer_1.Expose)(),
|
|
38
|
+
__metadata("design:type", Number)
|
|
39
|
+
], AuditChangelogSummaryViewDto.prototype, "nrOfSubmittedResponses", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
42
|
+
(0, class_transformer_1.Expose)(),
|
|
43
|
+
__metadata("design:type", Number)
|
|
44
|
+
], AuditChangelogSummaryViewDto.prototype, "nrOfAcceptedQuestions", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
47
|
+
(0, class_transformer_1.Expose)(),
|
|
48
|
+
__metadata("design:type", Number)
|
|
49
|
+
], AuditChangelogSummaryViewDto.prototype, "nrOfRejectedQuestions", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
52
|
+
(0, class_transformer_1.Expose)(),
|
|
53
|
+
__metadata("design:type", Number)
|
|
54
|
+
], AuditChangelogSummaryViewDto.prototype, "nrOfNewAttachments", void 0);
|
|
55
|
+
__decorate([
|
|
56
|
+
(0, nestjs_1.ApiProperty)({ type: [String], required: true }),
|
|
57
|
+
(0, class_transformer_1.Expose)(),
|
|
58
|
+
__metadata("design:type", Array)
|
|
59
|
+
], AuditChangelogSummaryViewDto.prototype, "users", void 0);
|
|
60
|
+
__decorate([
|
|
61
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
62
|
+
(0, class_transformer_1.Expose)(),
|
|
63
|
+
__metadata("design:type", String)
|
|
64
|
+
], AuditChangelogSummaryViewDto.prototype, "date", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
67
|
+
(0, class_transformer_1.Expose)(),
|
|
68
|
+
__metadata("design:type", String)
|
|
69
|
+
], AuditChangelogSummaryViewDto.prototype, "updatedAt", void 0);
|
|
70
|
+
//# sourceMappingURL=auditChangelogSummaryView.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auditChangelogSummaryView.dto.js","sourceRoot":"","sources":["../../../src/dto/auditChangelogSummaryView/auditChangelogSummaryView.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAC3C,mGAA+F;AAC/F,mEAA6D;AAE7D,MAAa,4BAA6B,SAAQ,IAAA,0BAAW,EAAC,4EAAoC,CAAC;CAwClG;AAxCD,oEAwCC;AArCA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;wDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;6DACQ;AAIjB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;qEACe;AAIxB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;4EACsB;AAI/B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;2EACqB;AAI9B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;2EACqB;AAI9B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;wEACkB;AAI3B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,CAAC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC/C,IAAA,0BAAM,GAAE;;2DACO;AAIhB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;0DACI;AAIb;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;+DACS"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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.AuditChangelogSummaryViewEmbeddedDto = void 0;
|
|
13
|
+
const nestjs_1 = require("../../nestjs");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const audit_dto_1 = require("../audit/audit.dto");
|
|
16
|
+
class AuditChangelogSummaryViewEmbeddedDto {
|
|
17
|
+
}
|
|
18
|
+
exports.AuditChangelogSummaryViewEmbeddedDto = AuditChangelogSummaryViewEmbeddedDto;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: () => audit_dto_1.AuditDto, required: false }),
|
|
21
|
+
(0, class_transformer_1.Type)(() => audit_dto_1.AuditDto),
|
|
22
|
+
(0, class_transformer_1.Expose)(),
|
|
23
|
+
__metadata("design:type", audit_dto_1.AuditDto)
|
|
24
|
+
], AuditChangelogSummaryViewEmbeddedDto.prototype, "audit", void 0);
|
|
25
|
+
//# sourceMappingURL=auditChangelogSummaryViewEmbedded.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auditChangelogSummaryViewEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/auditChangelogSummaryView/auditChangelogSummaryViewEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,kDAA8C;AAE9C,MAAa,oCAAoC;CAKhD;AALD,oFAKC;AADA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,oBAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACtD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oBAAQ,CAAC;IACpB,IAAA,0BAAM,GAAE;8BACD,oBAAQ;mEAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { AuditChangelogSummaryViewDto } from './auditChangelogSummaryView.dto';
|
|
2
|
+
declare class EmbeddedAuditChangelogSummary {
|
|
3
|
+
auditChangelogSummaryViews?: AuditChangelogSummaryViewDto[];
|
|
4
|
+
}
|
|
5
|
+
declare const AuditChangelogSummaryViewPageDto_base: {
|
|
6
|
+
new (): {
|
|
7
|
+
_page: import("../..").PageInfoDto;
|
|
8
|
+
_embedded: EmbeddedAuditChangelogSummary;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare class AuditChangelogSummaryViewPageDto extends AuditChangelogSummaryViewPageDto_base {
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
@@ -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.AuditChangelogSummaryViewPageDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const nestjs_1 = require("../../nestjs");
|
|
15
|
+
const page_dto_1 = require("../generic/page.dto");
|
|
16
|
+
const auditChangelogSummaryView_dto_1 = require("./auditChangelogSummaryView.dto");
|
|
17
|
+
class EmbeddedAuditChangelogSummary {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: () => [auditChangelogSummaryView_dto_1.AuditChangelogSummaryViewDto], required: false }),
|
|
21
|
+
(0, class_transformer_1.Type)(() => auditChangelogSummaryView_dto_1.AuditChangelogSummaryViewDto),
|
|
22
|
+
(0, class_transformer_1.Expose)({ name: 'items' }),
|
|
23
|
+
__metadata("design:type", Array)
|
|
24
|
+
], EmbeddedAuditChangelogSummary.prototype, "auditChangelogSummaryViews", void 0);
|
|
25
|
+
class AuditChangelogSummaryViewPageDto extends (0, page_dto_1.PageDto)(EmbeddedAuditChangelogSummary) {
|
|
26
|
+
}
|
|
27
|
+
exports.AuditChangelogSummaryViewPageDto = AuditChangelogSummaryViewPageDto;
|
|
28
|
+
//# sourceMappingURL=auditChangelogSummaryViewPage.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auditChangelogSummaryViewPage.dto.js","sourceRoot":"","sources":["../../../src/dto/auditChangelogSummaryView/auditChangelogSummaryViewPage.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAC3C,kDAA8C;AAC9C,mFAA+E;AAE/E,MAAM,6BAA6B;CAKlC;AADA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,4DAA4B,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC5E,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4DAA4B,CAAC;IACxC,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;iFACkC;AAG7D,MAAa,gCAAiC,SAAQ,IAAA,kBAAO,EAAC,6BAA6B,CAAC;CAAG;AAA/F,4EAA+F"}
|
|
@@ -5,6 +5,7 @@ declare const CommentChangelogDto_base: import("../../generic/base.dto").BaseDto
|
|
|
5
5
|
export declare class CommentChangelogDto extends CommentChangelogDto_base {
|
|
6
6
|
id: string;
|
|
7
7
|
operation: ChangelogOperationEnum;
|
|
8
|
+
isStatusModified: boolean;
|
|
8
9
|
commentId: string;
|
|
9
10
|
content: string;
|
|
10
11
|
status: CommentStatusEnum;
|
|
@@ -29,6 +29,11 @@ __decorate([
|
|
|
29
29
|
(0, class_transformer_1.Expose)(),
|
|
30
30
|
__metadata("design:type", String)
|
|
31
31
|
], CommentChangelogDto.prototype, "operation", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
34
|
+
(0, class_transformer_1.Expose)(),
|
|
35
|
+
__metadata("design:type", Boolean)
|
|
36
|
+
], CommentChangelogDto.prototype, "isStatusModified", void 0);
|
|
32
37
|
__decorate([
|
|
33
38
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
34
39
|
(0, class_transformer_1.Expose)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commentChangelog.dto.js","sourceRoot":"","sources":["../../../../src/dto/comment/changelog/commentChangelog.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,yDAA2C;AAC3C,4CAA8C;AAC9C,yEAAqE;AACrE,iFAA6E;AAC7E,iFAA4E;AAE5E,MAAa,mBAAoB,SAAQ,IAAA,kBAAO,EAAC,0DAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"commentChangelog.dto.js","sourceRoot":"","sources":["../../../../src/dto/comment/changelog/commentChangelog.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,yDAA2C;AAC3C,4CAA8C;AAC9C,yEAAqE;AACrE,iFAA6E;AAC7E,iFAA4E;AAE5E,MAAa,mBAAoB,SAAQ,IAAA,kBAAO,EAAC,0DAA2B,CAAC;CA4B5E;AA5BD,kDA4BC;AAzBA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;+CACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,+CAAsB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;sDAC0B;AAInC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;6DACkB;AAI3B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;sDACU;AAInB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;oDACQ;AAIjB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,sCAAiB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACxD,IAAA,0BAAM,GAAE;;mDACkB;AAI3B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;uDACW"}
|
|
@@ -5,6 +5,7 @@ declare const CycleChangelogDto_base: import("../../generic/base.dto").BaseDtoTy
|
|
|
5
5
|
export declare class CycleChangelogDto extends CycleChangelogDto_base {
|
|
6
6
|
id: string;
|
|
7
7
|
operation: ChangelogOperationEnum;
|
|
8
|
+
isStatusModified: boolean;
|
|
8
9
|
cycleId: string;
|
|
9
10
|
sequenceNumber: number;
|
|
10
11
|
title: string;
|
|
@@ -29,6 +29,11 @@ __decorate([
|
|
|
29
29
|
(0, class_transformer_1.Expose)(),
|
|
30
30
|
__metadata("design:type", String)
|
|
31
31
|
], CycleChangelogDto.prototype, "operation", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
34
|
+
(0, class_transformer_1.Expose)(),
|
|
35
|
+
__metadata("design:type", Boolean)
|
|
36
|
+
], CycleChangelogDto.prototype, "isStatusModified", void 0);
|
|
32
37
|
__decorate([
|
|
33
38
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
34
39
|
(0, class_transformer_1.Expose)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cycleChangelog.dto.js","sourceRoot":"","sources":["../../../../src/dto/cycle/changelog/cycleChangelog.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,yDAA2C;AAC3C,4CAA8C;AAC9C,qEAAiE;AACjE,6EAAyE;AACzE,iFAA4E;AAE5E,MAAa,iBAAkB,SAAQ,IAAA,kBAAO,EAAC,sDAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"cycleChangelog.dto.js","sourceRoot":"","sources":["../../../../src/dto/cycle/changelog/cycleChangelog.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,yDAA2C;AAC3C,4CAA8C;AAC9C,qEAAiE;AACjE,6EAAyE;AACzE,iFAA4E;AAE5E,MAAa,iBAAkB,SAAQ,IAAA,kBAAO,EAAC,sDAAyB,CAAC;CAgCxE;AAhCD,8CAgCC;AA7BA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;6CACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,+CAAsB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;oDAC0B;AAInC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;2DACkB;AAI3B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;kDACQ;AAIjB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;yDACe;AAIxB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;gDACM;AAIf;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,kCAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACtD,IAAA,0BAAM,GAAE;;iDACgB;AAIzB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;mDACS"}
|
|
@@ -7,6 +7,7 @@ declare const QuestionChangelogDto_base: import("../../generic/base.dto").BaseDt
|
|
|
7
7
|
export declare class QuestionChangelogDto extends QuestionChangelogDto_base {
|
|
8
8
|
id: string;
|
|
9
9
|
operation: ChangelogOperationEnum;
|
|
10
|
+
isStatusModified: boolean;
|
|
10
11
|
questionId: string;
|
|
11
12
|
sequenceNumber: number;
|
|
12
13
|
title: string;
|
|
@@ -31,6 +31,11 @@ __decorate([
|
|
|
31
31
|
(0, class_transformer_1.Expose)(),
|
|
32
32
|
__metadata("design:type", String)
|
|
33
33
|
], QuestionChangelogDto.prototype, "operation", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
36
|
+
(0, class_transformer_1.Expose)(),
|
|
37
|
+
__metadata("design:type", Boolean)
|
|
38
|
+
], QuestionChangelogDto.prototype, "isStatusModified", void 0);
|
|
34
39
|
__decorate([
|
|
35
40
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
36
41
|
(0, class_transformer_1.Expose)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"questionChangelog.dto.js","sourceRoot":"","sources":["../../../../src/dto/question/changelog/questionChangelog.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,yDAA2C;AAC3C,4CAA8C;AAC9C,2EAAuE;AACvE,uEAAmE;AACnE,+EAA2E;AAC3E,mFAA+E;AAC/E,iFAA4E;AAE5E,MAAa,oBAAqB,SAAQ,IAAA,kBAAO,EAAC,4DAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"questionChangelog.dto.js","sourceRoot":"","sources":["../../../../src/dto/question/changelog/questionChangelog.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,yDAA2C;AAC3C,4CAA8C;AAC9C,2EAAuE;AACvE,uEAAmE;AACnE,+EAA2E;AAC3E,mFAA+E;AAC/E,iFAA4E;AAE5E,MAAa,oBAAqB,SAAQ,IAAA,kBAAO,EAAC,4DAA4B,CAAC;CAwD9E;AAxDD,oDAwDC;AArDA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;gDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,+CAAsB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;uDAC0B;AAInC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;8DACkB;AAI3B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;wDACW;AAIpB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;4DACe;AAIxB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;mDACM;AAIf;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;yDACY;AAIrB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,wCAAkB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACzD,IAAA,0BAAM,GAAE;;oDACmB;AAI5B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,oCAAgB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACvD,IAAA,0BAAM,GAAE;;kDACe;AAIxB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,4CAAoB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC3D,IAAA,0BAAM,GAAE;;sDACuB;AAIhC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;0DACa;AAItB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/C,IAAA,0BAAM,GAAE;;6DACiB;AAI1B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;sDACS;AAIlB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;qDACQ"}
|
|
@@ -55,16 +55,6 @@ __decorate([
|
|
|
55
55
|
(0, class_transformer_1.Expose)(),
|
|
56
56
|
__metadata("design:type", String)
|
|
57
57
|
], QuestionDto.prototype, "category", void 0);
|
|
58
|
-
__decorate([
|
|
59
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
60
|
-
(0, class_transformer_1.Expose)(),
|
|
61
|
-
__metadata("design:type", String)
|
|
62
|
-
], QuestionDto.prototype, "textResponse", void 0);
|
|
63
|
-
__decorate([
|
|
64
|
-
(0, nestjs_1.ApiProperty)({ type: Boolean, required: false }),
|
|
65
|
-
(0, class_transformer_1.Expose)(),
|
|
66
|
-
__metadata("design:type", Boolean)
|
|
67
|
-
], QuestionDto.prototype, "booleanResponse", void 0);
|
|
68
58
|
__decorate([
|
|
69
59
|
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
70
60
|
(0, class_transformer_1.Expose)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"question.dto.js","sourceRoot":"","sources":["../../../src/dto/question/question.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8C;AAC9C,yDAA2C;AAC3C,yCAA2C;AAC3C,iEAA6D;AAC7D,wEAAoE;AACpE,oEAAgE;AAChE,4EAAwE;AAExE,MAAa,WAAY,SAAQ,IAAA,kBAAO,EAAC,0CAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"question.dto.js","sourceRoot":"","sources":["../../../src/dto/question/question.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8C;AAC9C,yDAA2C;AAC3C,yCAA2C;AAC3C,iEAA6D;AAC7D,wEAAoE;AACpE,oEAAgE;AAChE,4EAAwE;AAExE,MAAa,WAAY,SAAQ,IAAA,kBAAO,EAAC,0CAAmB,CAAC;CAoC5D;AApCD,kCAoCC;AAjCA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;uCACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;mDACe;AAIxB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;0CACM;AAIf;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;gDACY;AAIrB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,wCAAkB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACzD,IAAA,0BAAM,GAAE;;2CACmB;AAI5B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,oCAAgB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACvD,IAAA,0BAAM,GAAE;;yCACe;AAIxB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,4CAAoB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC3D,IAAA,0BAAM,GAAE;;6CACuB;AAIhC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;6CACS;AAIlB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;4CACQ"}
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import { ChangelogOperationEnum } from '../../enum/changelogOperationEnum';
|
|
2
2
|
import { QuestionChangelogSummaryViewEmbeddedDto } from './questionChangelogSummaryViewEmbedded.dto';
|
|
3
|
-
declare const QuestionChangelogSummaryViewDto_base:
|
|
3
|
+
declare const QuestionChangelogSummaryViewDto_base: new () => {
|
|
4
|
+
_embedded?: QuestionChangelogSummaryViewEmbeddedDto;
|
|
5
|
+
};
|
|
4
6
|
export declare class QuestionChangelogSummaryViewDto extends QuestionChangelogSummaryViewDto_base {
|
|
5
7
|
id: string;
|
|
6
8
|
operation: ChangelogOperationEnum;
|
|
7
9
|
questionId: string;
|
|
8
10
|
entity: string;
|
|
9
11
|
entityId: string;
|
|
12
|
+
createdAt: string;
|
|
13
|
+
createdById: string;
|
|
10
14
|
}
|
|
11
15
|
export {};
|
|
@@ -10,12 +10,12 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.QuestionChangelogSummaryViewDto = void 0;
|
|
13
|
-
const base_dto_1 = require("../generic/base.dto");
|
|
14
13
|
const class_transformer_1 = require("class-transformer");
|
|
15
14
|
const nestjs_1 = require("../../nestjs");
|
|
16
15
|
const changelogOperationEnum_1 = require("../../enum/changelogOperationEnum");
|
|
17
16
|
const questionChangelogSummaryViewEmbedded_dto_1 = require("./questionChangelogSummaryViewEmbedded.dto");
|
|
18
|
-
|
|
17
|
+
const embedded_dto_1 = require("../generic/embedded/embedded.dto");
|
|
18
|
+
class QuestionChangelogSummaryViewDto extends (0, embedded_dto_1.EmbeddedDto)(questionChangelogSummaryViewEmbedded_dto_1.QuestionChangelogSummaryViewEmbeddedDto) {
|
|
19
19
|
}
|
|
20
20
|
exports.QuestionChangelogSummaryViewDto = QuestionChangelogSummaryViewDto;
|
|
21
21
|
__decorate([
|
|
@@ -43,4 +43,14 @@ __decorate([
|
|
|
43
43
|
(0, class_transformer_1.Expose)(),
|
|
44
44
|
__metadata("design:type", String)
|
|
45
45
|
], QuestionChangelogSummaryViewDto.prototype, "entityId", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
48
|
+
(0, class_transformer_1.Expose)(),
|
|
49
|
+
__metadata("design:type", String)
|
|
50
|
+
], QuestionChangelogSummaryViewDto.prototype, "createdAt", void 0);
|
|
51
|
+
__decorate([
|
|
52
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
53
|
+
(0, class_transformer_1.Expose)(),
|
|
54
|
+
__metadata("design:type", String)
|
|
55
|
+
], QuestionChangelogSummaryViewDto.prototype, "createdById", void 0);
|
|
46
56
|
//# sourceMappingURL=questionChangelogSummaryView.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"questionChangelogSummaryView.dto.js","sourceRoot":"","sources":["../../../src/dto/questionChangelogSummaryView/questionChangelogSummaryView.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"questionChangelogSummaryView.dto.js","sourceRoot":"","sources":["../../../src/dto/questionChangelogSummaryView/questionChangelogSummaryView.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAC3C,8EAA2E;AAC3E,yGAAqG;AACrG,mEAA+D;AAE/D,MAAa,+BAAgC,SAAQ,IAAA,0BAAW,EAAC,kFAAuC,CAAC;CA4BxG;AA5BD,0EA4BC;AAzBA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;2DACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,+CAAsB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;kEAC0B;AAInC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;mEACW;AAIpB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;+DACO;AAIhB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;iEACS;AAIlB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;kEACU;AAInB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;oEACY"}
|
|
@@ -5,6 +5,7 @@ declare const ResponseChangelogDto_base: import("../../generic/base.dto").BaseDt
|
|
|
5
5
|
export declare class ResponseChangelogDto extends ResponseChangelogDto_base {
|
|
6
6
|
id: string;
|
|
7
7
|
operation: ChangelogOperationEnum;
|
|
8
|
+
isStatusModified: boolean;
|
|
8
9
|
responseId: string;
|
|
9
10
|
textResponse?: string;
|
|
10
11
|
booleanResponse?: boolean;
|
|
@@ -29,6 +29,11 @@ __decorate([
|
|
|
29
29
|
(0, class_transformer_1.Expose)(),
|
|
30
30
|
__metadata("design:type", String)
|
|
31
31
|
], ResponseChangelogDto.prototype, "operation", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
34
|
+
(0, class_transformer_1.Expose)(),
|
|
35
|
+
__metadata("design:type", Boolean)
|
|
36
|
+
], ResponseChangelogDto.prototype, "isStatusModified", void 0);
|
|
32
37
|
__decorate([
|
|
33
38
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
34
39
|
(0, class_transformer_1.Expose)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"responseChangelog.dto.js","sourceRoot":"","sources":["../../../../src/dto/response/changelog/responseChangelog.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,yDAA2C;AAC3C,4CAA8C;AAC9C,2EAAuE;AACvE,mFAA+E;AAC/E,iFAA4E;AAE5E,MAAa,oBAAqB,SAAQ,IAAA,kBAAO,EAAC,4DAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"responseChangelog.dto.js","sourceRoot":"","sources":["../../../../src/dto/response/changelog/responseChangelog.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,yDAA2C;AAC3C,4CAA8C;AAC9C,2EAAuE;AACvE,mFAA+E;AAC/E,iFAA4E;AAE5E,MAAa,oBAAqB,SAAQ,IAAA,kBAAO,EAAC,4DAA4B,CAAC;CAgC9E;AAhCD,oDAgCC;AA7BA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;gDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,+CAAsB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;uDAC0B;AAInC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;8DACkB;AAI3B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;wDACW;AAIpB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;0DACa;AAItB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/C,IAAA,0BAAM,GAAE;;6DACiB;AAI1B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,wCAAkB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACzD,IAAA,0BAAM,GAAE;;oDACmB;AAI5B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;wDACW"}
|
|
@@ -6,6 +6,7 @@ declare const SurveyChangelogDto_base: import("../../generic/base.dto").BaseDtoT
|
|
|
6
6
|
export declare class SurveyChangelogDto extends SurveyChangelogDto_base {
|
|
7
7
|
id: string;
|
|
8
8
|
operation: ChangelogOperationEnum;
|
|
9
|
+
isStatusModified: boolean;
|
|
9
10
|
surveyId: string;
|
|
10
11
|
status: SurveyStatusEnum;
|
|
11
12
|
deadline?: string;
|
|
@@ -30,6 +30,11 @@ __decorate([
|
|
|
30
30
|
(0, class_transformer_1.Expose)(),
|
|
31
31
|
__metadata("design:type", String)
|
|
32
32
|
], SurveyChangelogDto.prototype, "operation", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
35
|
+
(0, class_transformer_1.Expose)(),
|
|
36
|
+
__metadata("design:type", Boolean)
|
|
37
|
+
], SurveyChangelogDto.prototype, "isStatusModified", void 0);
|
|
33
38
|
__decorate([
|
|
34
39
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
35
40
|
(0, class_transformer_1.Expose)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"surveyChangelog.dto.js","sourceRoot":"","sources":["../../../../src/dto/survey/changelog/surveyChangelog.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,yDAA2C;AAC3C,4CAA8C;AAC9C,iFAA6E;AAC7E,uEAAmE;AACnE,+EAA2E;AAC3E,iFAA4E;AAE5E,MAAa,kBAAmB,SAAQ,IAAA,kBAAO,EAAC,wDAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"surveyChangelog.dto.js","sourceRoot":"","sources":["../../../../src/dto/survey/changelog/surveyChangelog.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,yDAA2C;AAC3C,4CAA8C;AAC9C,iFAA6E;AAC7E,uEAAmE;AACnE,+EAA2E;AAC3E,iFAA4E;AAE5E,MAAa,kBAAmB,SAAQ,IAAA,kBAAO,EAAC,wDAA0B,CAAC;CA4C1E;AA5CD,gDA4CC;AAzCA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;8CACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,+CAAsB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;qDAC0B;AAInC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;4DACkB;AAI3B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;oDACS;AAIlB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,8CAAqB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC5D,IAAA,0BAAM,GAAE;;kDACiB;AAI1B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;oDACS;AAIlB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,8CAAqB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;uDAC2B;AAIpC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;wDACa;AAItB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC9D,IAAA,0BAAM,GAAE;;mDACQ;AAIjB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;iDACM;AAIf;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;sDACY"}
|
package/dist/index.d.ts
CHANGED
|
@@ -167,4 +167,7 @@ import { CycleAccessRightChangelogDto } from './dto/cycleAccessRight/changelog/c
|
|
|
167
167
|
import { CycleAccessRightChangelogEmbeddedDto } from './dto/cycleAccessRight/changelog/cycleAccessRightChangelogEmbedded.dto';
|
|
168
168
|
import { CycleAccessRightChangelogPageDto } from './dto/cycleAccessRight/changelog/cycleAccessRightChangelogPage.dto';
|
|
169
169
|
import { AttachmentCalculatedViewDto } from './dto/attachment/calculated/attachmentCalculatedView.dto';
|
|
170
|
-
|
|
170
|
+
import { AuditChangelogSummaryViewDto } from './dto/auditChangelogSummaryView/auditChangelogSummaryView.dto';
|
|
171
|
+
import { AuditChangelogSummaryViewEmbeddedDto } from './dto/auditChangelogSummaryView/auditChangelogSummaryViewEmbedded.dto';
|
|
172
|
+
import { AuditChangelogSummaryViewPageDto } from './dto/auditChangelogSummaryView/auditChangelogSummaryViewPage.dto';
|
|
173
|
+
export { ExceptionDto, BaseDto, BaseViewDto, CollectionFilterDto, FilterDto, PageDto, PageInfoDto, BulkDto, EmbeddedDto, CronJobDto, CronJobPageDto, CronJobOptionsDto, ComponentDto, ComponentHealthDto, HealthDto, SurveyDto, SurveyEmbeddedDto, CreateSurveyDto, UpdateSurveyDto, SurveyPageDto, BulkUpdateSurveyDto, SurveyChangelogDto, SurveyChangelogEmbeddedDto, SurveyChangelogPageDto, NotificationTaskDto, NotificationTaskEmbeddedDto, NotificationTaskPageDto, AuditDto, AuditEmbeddedDto, AuditPageDto, BulkUpdateAuditDto, CreateAuditDto, UpdateAuditDto, AuditAccessRightDto, AuditAccessRightEmbeddedDto, CreateAuditAccessRightDto, UpdateAuditAccessRightDto, AuditAccessRightPageDto, BulkUpdateAuditAccessRightDto, AuditAccessRightChangelogDto, AuditAccessRightChangelogEmbeddedDto, AuditAccessRightChangelogPageDto, AuditChangelogDto, AuditChangelogEmbeddedDto, AuditChangelogPageDto, AuditChangelogSummaryViewDto, AuditChangelogSummaryViewEmbeddedDto, AuditChangelogSummaryViewPageDto, AuditTeamDto, AuditTeamEmbeddedDto, CreateAuditTeamDto, UpdateAuditTeamDto, AuditTeamPageDto, BulkUpdateAuditTeamDto, AuditTeamChangelogDto, AuditTeamChangelogEmbeddedDto, AuditTeamChangelogPageDto, AttachmentDto, AttachmentEmbeddedDto, AttachmentPageDto, CreateAttachmentDto, UpdateAttachmentDto, BulkUpdateAttachmentDto, AttachmentCalculatedViewDto, AttachmentChangelogDto, AttachmentChangelogEmbeddedDto, AttachmentChangelogPageDto, BulkUpdateCommentDto, CommentDto, CommentEmbeddedDto, CommentPageDto, CreateCommentDto, UpdateCommentDto, CommentChangelogDto, CommentChangelogEmbeddedDto, CommentChangelogPageDto, BulkUpdateCustomerDto, CreateCustomerDto, CustomerDto, CustomerEmbeddedDto, CustomerPageDto, UpdateCustomerDto, CustomerChangelogDto, CustomerChangelogEmbeddedDto, CustomerChangelogPageDto, BulkUpdateCycleDto, CreateCycleDto, CycleDto, CycleCalculatedViewDto, CycleEmbeddedDto, CyclePageDto, UpdateCycleDto, CycleAccessRightDto, CycleAccessRightEmbeddedDto, CreateCycleAccessRightDto, UpdateCycleAccessRightDto, CycleAccessRightPageDto, BulkUpdateCycleAccessRightDto, CycleAccessRightChangelogDto, CycleAccessRightChangelogEmbeddedDto, CycleAccessRightChangelogPageDto, CycleChangelogDto, CycleChangelogEmbeddedDto, CycleChangelogPageDto, BulkUpdateQuestionDto, CreateQuestionDto, QuestionDto, QuestionCalculatedViewDto, QuestionEmbeddedDto, QuestionPageDto, UpdateQuestionDto, QuestionAccessRightDto, QuestionAccessRightEmbeddedDto, CreateQuestionAccessRightDto, UpdateQuestionAccessRightDto, QuestionAccessRightPageDto, BulkUpdateQuestionAccessRightDto, QuestionAccessRightChangelogDto, QuestionAccessRightChangelogEmbeddedDto, QuestionAccessRightChangelogPageDto, QuestionChangelogDto, QuestionChangelogEmbeddedDto, QuestionChangelogPageDto, QuestionChangelogSummaryViewDto, QuestionChangelogSummaryViewEmbeddedDto, QuestionChangelogSummaryViewPageDto, BulkUpdateResponseDto, ResponseDto, ResponseEmbeddedDto, ResponsePageDto, UpdateResponseDto, ResponseChangelogDto, ResponseChangelogEmbeddedDto, ResponseChangelogPageDto, 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, ValidationException, convertAndValidate, IsBiggerThan, IsEmptyAttribute, IsRequiredFields, IsRequiredFieldValue, IsSmallerThan, Default, TransformEmbedded, TransformFloat, TransformInteger, TransformTotal, DtoType, BaseDtoType, BaseViewDtoType, };
|
package/dist/index.js
CHANGED
|
@@ -3,10 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.TransformTotal = exports.TransformInteger = exports.TransformFloat = exports.TransformEmbedded = exports.Default = exports.IsSmallerThan = exports.IsRequiredFieldValue = exports.IsRequiredFields = exports.IsEmptyAttribute = exports.IsBiggerThan = exports.convertAndValidate = exports.ValidationException = exports.CycleStatusEnum = exports.AuditStatusEnum = exports.ChangelogOperationEnum = exports.AuditTypeEnum = exports.CommentStatusEnum = exports.ResponseStatusEnum = void 0;
|
|
6
|
+
exports.AuditTeamEmbeddedDto = exports.AuditTeamDto = exports.AuditChangelogSummaryViewPageDto = exports.AuditChangelogSummaryViewEmbeddedDto = exports.AuditChangelogSummaryViewDto = exports.AuditChangelogPageDto = exports.AuditChangelogEmbeddedDto = exports.AuditChangelogDto = exports.AuditAccessRightChangelogPageDto = exports.AuditAccessRightChangelogEmbeddedDto = exports.AuditAccessRightChangelogDto = exports.BulkUpdateAuditAccessRightDto = exports.AuditAccessRightPageDto = exports.UpdateAuditAccessRightDto = exports.CreateAuditAccessRightDto = exports.AuditAccessRightEmbeddedDto = exports.AuditAccessRightDto = exports.UpdateAuditDto = exports.CreateAuditDto = exports.BulkUpdateAuditDto = exports.AuditPageDto = exports.AuditEmbeddedDto = exports.AuditDto = exports.NotificationTaskPageDto = exports.NotificationTaskEmbeddedDto = exports.NotificationTaskDto = exports.SurveyChangelogPageDto = exports.SurveyChangelogEmbeddedDto = exports.SurveyChangelogDto = exports.BulkUpdateSurveyDto = exports.SurveyPageDto = exports.UpdateSurveyDto = exports.CreateSurveyDto = exports.SurveyEmbeddedDto = exports.SurveyDto = exports.HealthDto = exports.ComponentHealthDto = exports.ComponentDto = exports.CronJobOptionsDto = exports.CronJobPageDto = exports.CronJobDto = exports.EmbeddedDto = exports.BulkDto = exports.PageInfoDto = exports.PageDto = exports.FilterDto = exports.CollectionFilterDto = exports.BaseViewDto = exports.BaseDto = exports.ExceptionDto = void 0;
|
|
7
|
+
exports.CycleAccessRightChangelogEmbeddedDto = exports.CycleAccessRightChangelogDto = exports.BulkUpdateCycleAccessRightDto = exports.CycleAccessRightPageDto = exports.UpdateCycleAccessRightDto = exports.CreateCycleAccessRightDto = exports.CycleAccessRightEmbeddedDto = exports.CycleAccessRightDto = exports.UpdateCycleDto = exports.CyclePageDto = exports.CycleEmbeddedDto = exports.CycleCalculatedViewDto = exports.CycleDto = exports.CreateCycleDto = exports.BulkUpdateCycleDto = exports.CustomerChangelogPageDto = exports.CustomerChangelogEmbeddedDto = exports.CustomerChangelogDto = exports.UpdateCustomerDto = exports.CustomerPageDto = exports.CustomerEmbeddedDto = exports.CustomerDto = exports.CreateCustomerDto = exports.BulkUpdateCustomerDto = exports.CommentChangelogPageDto = exports.CommentChangelogEmbeddedDto = exports.CommentChangelogDto = exports.UpdateCommentDto = exports.CreateCommentDto = exports.CommentPageDto = exports.CommentEmbeddedDto = exports.CommentDto = exports.BulkUpdateCommentDto = exports.AttachmentChangelogPageDto = exports.AttachmentChangelogEmbeddedDto = exports.AttachmentChangelogDto = exports.AttachmentCalculatedViewDto = exports.BulkUpdateAttachmentDto = exports.UpdateAttachmentDto = exports.CreateAttachmentDto = exports.AttachmentPageDto = exports.AttachmentEmbeddedDto = exports.AttachmentDto = exports.AuditTeamChangelogPageDto = exports.AuditTeamChangelogEmbeddedDto = exports.AuditTeamChangelogDto = exports.BulkUpdateAuditTeamDto = exports.AuditTeamPageDto = exports.UpdateAuditTeamDto = exports.CreateAuditTeamDto = void 0;
|
|
8
|
+
exports.SurveyStatusEnum = exports.SurveyErrorStatusEnum = exports.NotificationTaskTypeEnum = exports.NotificationTaskStatusEnum = exports.AttachmentUploadStatusEnum = exports.AttachmentStatusEnum = exports.UserRoleEnum = exports.UserChangelogPageDto = exports.UserChangelogEmbeddedDto = exports.UserChangelogDto = exports.BulkUpdateUserDto = exports.UserPageDto = exports.UpdateUserDto = exports.CreateUserDto = exports.UserEmbeddedDto = exports.UserDto = exports.ResponseChangelogPageDto = exports.ResponseChangelogEmbeddedDto = exports.ResponseChangelogDto = exports.UpdateResponseDto = exports.ResponsePageDto = exports.ResponseEmbeddedDto = exports.ResponseDto = exports.BulkUpdateResponseDto = exports.QuestionChangelogSummaryViewPageDto = exports.QuestionChangelogSummaryViewEmbeddedDto = exports.QuestionChangelogSummaryViewDto = exports.QuestionChangelogPageDto = exports.QuestionChangelogEmbeddedDto = exports.QuestionChangelogDto = exports.QuestionAccessRightChangelogPageDto = exports.QuestionAccessRightChangelogEmbeddedDto = exports.QuestionAccessRightChangelogDto = exports.BulkUpdateQuestionAccessRightDto = exports.QuestionAccessRightPageDto = exports.UpdateQuestionAccessRightDto = exports.CreateQuestionAccessRightDto = exports.QuestionAccessRightEmbeddedDto = exports.QuestionAccessRightDto = exports.UpdateQuestionDto = exports.QuestionPageDto = exports.QuestionEmbeddedDto = exports.QuestionCalculatedViewDto = exports.QuestionDto = exports.CreateQuestionDto = exports.BulkUpdateQuestionDto = exports.CycleChangelogPageDto = exports.CycleChangelogEmbeddedDto = exports.CycleChangelogDto = exports.CycleAccessRightChangelogPageDto = void 0;
|
|
9
|
+
exports.TransformTotal = exports.TransformInteger = exports.TransformFloat = exports.TransformEmbedded = exports.Default = exports.IsSmallerThan = exports.IsRequiredFieldValue = exports.IsRequiredFields = exports.IsEmptyAttribute = exports.IsBiggerThan = exports.convertAndValidate = exports.ValidationException = exports.CycleStatusEnum = exports.AuditStatusEnum = exports.ChangelogOperationEnum = exports.AuditTypeEnum = exports.CommentStatusEnum = exports.ResponseStatusEnum = exports.QuestionTypeEnum = exports.QuestionCategoryEnum = exports.QuestionStatusEnum = void 0;
|
|
10
10
|
const exception_dto_1 = require("./dto/exception/exception.dto");
|
|
11
11
|
Object.defineProperty(exports, "ExceptionDto", { enumerable: true, get: function () { return exception_dto_1.ExceptionDto; } });
|
|
12
12
|
const baseView_dto_1 = require("./dto/generic/baseView.dto");
|
|
@@ -343,4 +343,10 @@ const cycleAccessRightChangelogPage_dto_1 = require("./dto/cycleAccessRight/chan
|
|
|
343
343
|
Object.defineProperty(exports, "CycleAccessRightChangelogPageDto", { enumerable: true, get: function () { return cycleAccessRightChangelogPage_dto_1.CycleAccessRightChangelogPageDto; } });
|
|
344
344
|
const attachmentCalculatedView_dto_1 = require("./dto/attachment/calculated/attachmentCalculatedView.dto");
|
|
345
345
|
Object.defineProperty(exports, "AttachmentCalculatedViewDto", { enumerable: true, get: function () { return attachmentCalculatedView_dto_1.AttachmentCalculatedViewDto; } });
|
|
346
|
+
const auditChangelogSummaryView_dto_1 = require("./dto/auditChangelogSummaryView/auditChangelogSummaryView.dto");
|
|
347
|
+
Object.defineProperty(exports, "AuditChangelogSummaryViewDto", { enumerable: true, get: function () { return auditChangelogSummaryView_dto_1.AuditChangelogSummaryViewDto; } });
|
|
348
|
+
const auditChangelogSummaryViewEmbedded_dto_1 = require("./dto/auditChangelogSummaryView/auditChangelogSummaryViewEmbedded.dto");
|
|
349
|
+
Object.defineProperty(exports, "AuditChangelogSummaryViewEmbeddedDto", { enumerable: true, get: function () { return auditChangelogSummaryViewEmbedded_dto_1.AuditChangelogSummaryViewEmbeddedDto; } });
|
|
350
|
+
const auditChangelogSummaryViewPage_dto_1 = require("./dto/auditChangelogSummaryView/auditChangelogSummaryViewPage.dto");
|
|
351
|
+
Object.defineProperty(exports, "AuditChangelogSummaryViewPageDto", { enumerable: true, get: function () { return auditChangelogSummaryViewPage_dto_1.AuditChangelogSummaryViewPageDto; } });
|
|
346
352
|
//# sourceMappingURL=index.js.map
|