@ballistix.digital/types-pbc-react 0.3.0 → 0.5.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/attachment.dto.d.ts +1 -1
- package/dist/dto/attachment/attachment.dto.js +1 -1
- package/dist/dto/customer/customerEmbedded.dto.d.ts +0 -2
- package/dist/dto/customer/customerEmbedded.dto.js +0 -7
- package/dist/dto/customer/customerEmbedded.dto.js.map +1 -1
- package/dist/dto/question/createQuestion.dto.d.ts +0 -2
- package/dist/dto/question/createQuestion.dto.js +0 -14
- package/dist/dto/question/createQuestion.dto.js.map +1 -1
- package/dist/dto/question/questionEmbedded.dto.d.ts +2 -2
- package/dist/dto/question/questionEmbedded.dto.js +5 -5
- package/dist/dto/question/questionEmbedded.dto.js.map +1 -1
- package/dist/dto/question/updateQuestion.dto.d.ts +0 -2
- package/dist/dto/question/updateQuestion.dto.js +0 -14
- package/dist/dto/question/updateQuestion.dto.js.map +1 -1
- package/dist/dto/response/bulkUpdateResponse.dto.d.ts +10 -0
- package/dist/dto/response/bulkUpdateResponse.dto.js +9 -0
- package/dist/dto/response/bulkUpdateResponse.dto.js.map +1 -0
- package/dist/dto/response/createResponse.dto.d.ts +5 -0
- package/dist/dto/{customerTeam/createCustomerTeam.dto.js → response/createResponse.dto.js} +15 -7
- package/dist/dto/response/createResponse.dto.js.map +1 -0
- package/dist/dto/response/response.dto.d.ts +9 -0
- package/dist/dto/{customerTeam/customerTeam.dto.js → response/response.dto.js} +14 -9
- package/dist/dto/response/response.dto.js.map +1 -0
- package/dist/dto/response/responseEmbedded.dto.d.ts +9 -0
- package/dist/dto/{userCustomerTeam/userCustomerTeamEmbedded.dto.js → response/responseEmbedded.dto.js} +15 -14
- package/dist/dto/response/responseEmbedded.dto.js.map +1 -0
- package/dist/dto/response/responsePage.dto.d.ts +13 -0
- package/dist/dto/{customerTeam/customerTeamPage.dto.js → response/responsePage.dto.js} +9 -9
- package/dist/dto/response/responsePage.dto.js.map +1 -0
- package/dist/dto/response/updateResponse.dto.d.ts +4 -0
- package/dist/dto/{customerTeam/updateCustomerTeam.dto.js → response/updateResponse.dto.js} +12 -5
- package/dist/dto/response/updateResponse.dto.js.map +1 -0
- package/dist/dto/user/userEmbedded.dto.d.ts +0 -2
- package/dist/dto/user/userEmbedded.dto.js +0 -7
- package/dist/dto/user/userEmbedded.dto.js.map +1 -1
- package/dist/index.d.ts +7 -16
- package/dist/index.js +15 -33
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/dto/customerTeam/bulkUpdateCustomerTeam.dto.d.ts +0 -10
- package/dist/dto/customerTeam/bulkUpdateCustomerTeam.dto.js +0 -9
- package/dist/dto/customerTeam/bulkUpdateCustomerTeam.dto.js.map +0 -1
- package/dist/dto/customerTeam/createCustomerTeam.dto.d.ts +0 -4
- package/dist/dto/customerTeam/createCustomerTeam.dto.js.map +0 -1
- package/dist/dto/customerTeam/customerTeam.dto.d.ts +0 -8
- package/dist/dto/customerTeam/customerTeam.dto.js.map +0 -1
- package/dist/dto/customerTeam/customerTeamEmbedded.dto.d.ts +0 -9
- package/dist/dto/customerTeam/customerTeamEmbedded.dto.js +0 -45
- package/dist/dto/customerTeam/customerTeamEmbedded.dto.js.map +0 -1
- package/dist/dto/customerTeam/customerTeamPage.dto.d.ts +0 -13
- package/dist/dto/customerTeam/customerTeamPage.dto.js.map +0 -1
- package/dist/dto/customerTeam/updateCustomerTeam.dto.d.ts +0 -3
- package/dist/dto/customerTeam/updateCustomerTeam.dto.js.map +0 -1
- package/dist/dto/notificationTask/bulkUpdateNotificationTaskDto.d.ts +0 -10
- package/dist/dto/notificationTask/bulkUpdateNotificationTaskDto.js +0 -9
- package/dist/dto/notificationTask/bulkUpdateNotificationTaskDto.js.map +0 -1
- package/dist/dto/notificationTask/createNotificationTaskDto.d.ts +0 -8
- package/dist/dto/notificationTask/createNotificationTaskDto.js +0 -53
- package/dist/dto/notificationTask/createNotificationTaskDto.js.map +0 -1
- package/dist/dto/notificationTask/updateNotificationTaskDto.d.ts +0 -9
- package/dist/dto/notificationTask/updateNotificationTaskDto.js +0 -57
- package/dist/dto/notificationTask/updateNotificationTaskDto.js.map +0 -1
- package/dist/dto/userCustomerTeam/bulkUpdateUserCustomerTeam.dto.d.ts +0 -10
- package/dist/dto/userCustomerTeam/bulkUpdateUserCustomerTeam.dto.js +0 -9
- package/dist/dto/userCustomerTeam/bulkUpdateUserCustomerTeam.dto.js.map +0 -1
- package/dist/dto/userCustomerTeam/createUserCustomerTeam.dto.d.ts +0 -4
- package/dist/dto/userCustomerTeam/createUserCustomerTeam.dto.js +0 -31
- package/dist/dto/userCustomerTeam/createUserCustomerTeam.dto.js.map +0 -1
- package/dist/dto/userCustomerTeam/updateUserCustomerTeam.dto.d.ts +0 -4
- package/dist/dto/userCustomerTeam/updateUserCustomerTeam.dto.js +0 -33
- package/dist/dto/userCustomerTeam/updateUserCustomerTeam.dto.js.map +0 -1
- package/dist/dto/userCustomerTeam/userCustomerTeam.dto.d.ts +0 -8
- package/dist/dto/userCustomerTeam/userCustomerTeam.dto.js +0 -35
- package/dist/dto/userCustomerTeam/userCustomerTeam.dto.js.map +0 -1
- package/dist/dto/userCustomerTeam/userCustomerTeamEmbedded.dto.d.ts +0 -8
- package/dist/dto/userCustomerTeam/userCustomerTeamEmbedded.dto.js.map +0 -1
- package/dist/dto/userCustomerTeam/userCustomerTeamPage.dto.d.ts +0 -13
- package/dist/dto/userCustomerTeam/userCustomerTeamPage.dto.js +0 -28
- package/dist/dto/userCustomerTeam/userCustomerTeamPage.dto.js.map +0 -1
|
@@ -79,5 +79,5 @@ __decorate([
|
|
|
79
79
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
80
80
|
(0, class_transformer_1.Expose)(),
|
|
81
81
|
__metadata("design:type", String)
|
|
82
|
-
], AttachmentDto.prototype, "
|
|
82
|
+
], AttachmentDto.prototype, "responseId", void 0);
|
|
83
83
|
//# sourceMappingURL=attachment.dto.js.map
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { UserDto } from '../user/user.dto';
|
|
2
2
|
import { AuditDto } from "../audit/audit.dto";
|
|
3
|
-
import { CustomerTeamDto } from "../customerTeam/customerTeam.dto";
|
|
4
3
|
export declare class CustomerEmbeddedDto {
|
|
5
4
|
audits: AuditDto[];
|
|
6
|
-
customerTeams?: CustomerTeamDto[];
|
|
7
5
|
createdBy?: UserDto;
|
|
8
6
|
updatedBy?: UserDto;
|
|
9
7
|
}
|
|
@@ -14,7 +14,6 @@ const nestjs_1 = require("../../nestjs");
|
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
15
|
const user_dto_1 = require("../user/user.dto");
|
|
16
16
|
const audit_dto_1 = require("../audit/audit.dto");
|
|
17
|
-
const customerTeam_dto_1 = require("../customerTeam/customerTeam.dto");
|
|
18
17
|
class CustomerEmbeddedDto {
|
|
19
18
|
}
|
|
20
19
|
exports.CustomerEmbeddedDto = CustomerEmbeddedDto;
|
|
@@ -24,12 +23,6 @@ __decorate([
|
|
|
24
23
|
(0, class_transformer_1.Expose)(),
|
|
25
24
|
__metadata("design:type", Array)
|
|
26
25
|
], CustomerEmbeddedDto.prototype, "audits", void 0);
|
|
27
|
-
__decorate([
|
|
28
|
-
(0, nestjs_1.ApiProperty)({ type: () => [customerTeam_dto_1.CustomerTeamDto], required: false }),
|
|
29
|
-
(0, class_transformer_1.Type)(() => customerTeam_dto_1.CustomerTeamDto),
|
|
30
|
-
(0, class_transformer_1.Expose)(),
|
|
31
|
-
__metadata("design:type", Array)
|
|
32
|
-
], CustomerEmbeddedDto.prototype, "customerTeams", void 0);
|
|
33
26
|
__decorate([
|
|
34
27
|
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
35
28
|
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customerEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/customer/customerEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,kDAA4C;
|
|
1
|
+
{"version":3,"file":"customerEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/customer/customerEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,kDAA4C;AAE5C,MAAa,mBAAmB;CAe/B;AAfD,kDAeC;AAXA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,oBAAQ,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACxD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oBAAQ,CAAC;IACpB,IAAA,0BAAM,GAAE;;mDACU;AAKnB;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;sDAAC;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;sDAAC"}
|
|
@@ -49,20 +49,6 @@ __decorate([
|
|
|
49
49
|
(0, class_transformer_1.Expose)(),
|
|
50
50
|
__metadata("design:type", String)
|
|
51
51
|
], CreateQuestionDto.prototype, "category", void 0);
|
|
52
|
-
__decorate([
|
|
53
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
54
|
-
(0, class_validator_1.IsString)(),
|
|
55
|
-
(0, class_validator_1.IsOptional)(),
|
|
56
|
-
(0, class_transformer_1.Expose)(),
|
|
57
|
-
__metadata("design:type", String)
|
|
58
|
-
], CreateQuestionDto.prototype, "textResponse", void 0);
|
|
59
|
-
__decorate([
|
|
60
|
-
(0, nestjs_1.ApiProperty)({ type: Boolean, required: false }),
|
|
61
|
-
(0, class_validator_1.IsBoolean)(),
|
|
62
|
-
(0, class_validator_1.IsOptional)(),
|
|
63
|
-
(0, class_transformer_1.Expose)(),
|
|
64
|
-
__metadata("design:type", Boolean)
|
|
65
|
-
], CreateQuestionDto.prototype, "booleanResponse", void 0);
|
|
66
52
|
__decorate([
|
|
67
53
|
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
68
54
|
(0, class_validator_1.IsBoolean)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createQuestion.dto.js","sourceRoot":"","sources":["../../../src/dto/question/createQuestion.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,qDAA8E;AAC9E,yDAA2C;AAC3C,wEAAoE;AACpE,oEAAgE;AAChE,4EAAwE;AAExE,MAAa,iBAAiB;
|
|
1
|
+
{"version":3,"file":"createQuestion.dto.js","sourceRoot":"","sources":["../../../src/dto/question/createQuestion.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,qDAA8E;AAC9E,yDAA2C;AAC3C,wEAAoE;AACpE,oEAAgE;AAChE,4EAAwE;AAExE,MAAa,iBAAiB;CAqC7B;AArCD,8CAqCC;AAjCA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;gDACM;AAOf;IALC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,wCAAkB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC1D,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,EAAE,IAAI,EAAE,oCAAgB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACxD,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,EAAE,IAAI,EAAE,4CAAoB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC5D,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,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;yDACgB;AAKzB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;kDACQ"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { UserDto } from '../user/user.dto';
|
|
2
|
-
import { AttachmentDto } from '../attachment/attachment.dto';
|
|
3
2
|
import { CycleDto } from '../cycle/cycle.dto';
|
|
3
|
+
import { ResponseDto } from "../response/response.dto";
|
|
4
4
|
export declare class QuestionEmbeddedDto {
|
|
5
5
|
cycle?: CycleDto;
|
|
6
|
-
|
|
6
|
+
response?: ResponseDto;
|
|
7
7
|
createdBy?: UserDto;
|
|
8
8
|
updatedBy?: UserDto;
|
|
9
9
|
}
|
|
@@ -13,8 +13,8 @@ exports.QuestionEmbeddedDto = void 0;
|
|
|
13
13
|
const nestjs_1 = require("../../nestjs");
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
15
|
const user_dto_1 = require("../user/user.dto");
|
|
16
|
-
const attachment_dto_1 = require("../attachment/attachment.dto");
|
|
17
16
|
const cycle_dto_1 = require("../cycle/cycle.dto");
|
|
17
|
+
const response_dto_1 = require("../response/response.dto");
|
|
18
18
|
class QuestionEmbeddedDto {
|
|
19
19
|
}
|
|
20
20
|
exports.QuestionEmbeddedDto = QuestionEmbeddedDto;
|
|
@@ -25,11 +25,11 @@ __decorate([
|
|
|
25
25
|
__metadata("design:type", cycle_dto_1.CycleDto)
|
|
26
26
|
], QuestionEmbeddedDto.prototype, "cycle", void 0);
|
|
27
27
|
__decorate([
|
|
28
|
-
(0, nestjs_1.ApiProperty)({ type: () =>
|
|
29
|
-
(0, class_transformer_1.Type)(() =>
|
|
28
|
+
(0, nestjs_1.ApiProperty)({ type: () => response_dto_1.ResponseDto, required: false }),
|
|
29
|
+
(0, class_transformer_1.Type)(() => response_dto_1.ResponseDto),
|
|
30
30
|
(0, class_transformer_1.Expose)(),
|
|
31
|
-
__metadata("design:type",
|
|
32
|
-
], QuestionEmbeddedDto.prototype, "
|
|
31
|
+
__metadata("design:type", response_dto_1.ResponseDto)
|
|
32
|
+
], QuestionEmbeddedDto.prototype, "response", void 0);
|
|
33
33
|
__decorate([
|
|
34
34
|
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
35
35
|
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"questionEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/question/questionEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;
|
|
1
|
+
{"version":3,"file":"questionEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/question/questionEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAE3C,kDAA8C;AAC9C,2DAAqD;AAErD,MAAa,mBAAmB;CAoB/B;AApBD,kDAoBC;AAhBA;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;kDAAC;AAKjB;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;qDAAC;AAKvB;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;sDAAC;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;sDAAC"}
|
|
@@ -50,20 +50,6 @@ __decorate([
|
|
|
50
50
|
(0, class_transformer_1.Expose)(),
|
|
51
51
|
__metadata("design:type", String)
|
|
52
52
|
], UpdateQuestionDto.prototype, "category", void 0);
|
|
53
|
-
__decorate([
|
|
54
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
55
|
-
(0, class_validator_1.IsString)(),
|
|
56
|
-
(0, class_validator_1.IsOptional)(),
|
|
57
|
-
(0, class_transformer_1.Expose)(),
|
|
58
|
-
__metadata("design:type", String)
|
|
59
|
-
], UpdateQuestionDto.prototype, "textResponse", void 0);
|
|
60
|
-
__decorate([
|
|
61
|
-
(0, nestjs_1.ApiProperty)({ type: Boolean, required: false }),
|
|
62
|
-
(0, class_validator_1.IsBoolean)(),
|
|
63
|
-
(0, class_validator_1.IsOptional)(),
|
|
64
|
-
(0, class_transformer_1.Expose)(),
|
|
65
|
-
__metadata("design:type", Boolean)
|
|
66
|
-
], UpdateQuestionDto.prototype, "booleanResponse", void 0);
|
|
67
53
|
__decorate([
|
|
68
54
|
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
69
55
|
(0, class_validator_1.IsBoolean)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateQuestion.dto.js","sourceRoot":"","sources":["../../../src/dto/question/updateQuestion.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,qDAA8E;AAC9E,yDAA2C;AAC3C,wEAAoE;AACpE,oEAAgE;AAChE,4EAAwE;AAExE,MAAa,iBAAiB;
|
|
1
|
+
{"version":3,"file":"updateQuestion.dto.js","sourceRoot":"","sources":["../../../src/dto/question/updateQuestion.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,qDAA8E;AAC9E,yDAA2C;AAC3C,wEAAoE;AACpE,oEAAgE;AAChE,4EAAwE;AAExE,MAAa,iBAAiB;CAiC7B;AAjCD,8CAiCC;AA5BA;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;gDACM;AAOf;IALC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,wCAAkB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC1D,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,EAAE,IAAI,EAAE,oCAAgB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACxD,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,EAAE,IAAI,EAAE,4CAAoB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC5D,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,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;yDACgB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BulkUpdateResponseDto = void 0;
|
|
4
|
+
const bulk_dto_1 = require("../generic/bulk.dto");
|
|
5
|
+
const updateResponse_dto_1 = require("./updateResponse.dto");
|
|
6
|
+
class BulkUpdateResponseDto extends (0, bulk_dto_1.BulkDto)(updateResponse_dto_1.UpdateResponseDto) {
|
|
7
|
+
}
|
|
8
|
+
exports.BulkUpdateResponseDto = BulkUpdateResponseDto;
|
|
9
|
+
//# sourceMappingURL=bulkUpdateResponse.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulkUpdateResponse.dto.js","sourceRoot":"","sources":["../../../src/dto/response/bulkUpdateResponse.dto.ts"],"names":[],"mappings":";;;AAAA,kDAA8C;AAC9C,6DAAyD;AAEzD,MAAa,qBAAsB,SAAQ,IAAA,kBAAO,EAAC,sCAAiB,CAAC;CAAG;AAAxE,sDAAwE"}
|
|
@@ -9,23 +9,31 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.CreateResponseDto = void 0;
|
|
13
13
|
const nestjs_1 = require("../../nestjs");
|
|
14
14
|
const class_validator_1 = require("class-validator");
|
|
15
15
|
const class_transformer_1 = require("class-transformer");
|
|
16
|
-
class
|
|
16
|
+
class CreateResponseDto {
|
|
17
17
|
}
|
|
18
|
-
exports.
|
|
18
|
+
exports.CreateResponseDto = CreateResponseDto;
|
|
19
19
|
__decorate([
|
|
20
|
-
(0, nestjs_1.ApiProperty)({ type: String, required:
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
21
21
|
(0, class_validator_1.IsString)(),
|
|
22
|
+
(0, class_validator_1.IsOptional)(),
|
|
22
23
|
(0, class_transformer_1.Expose)(),
|
|
23
24
|
__metadata("design:type", String)
|
|
24
|
-
],
|
|
25
|
+
], CreateResponseDto.prototype, "textResponse", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, nestjs_1.ApiProperty)({ type: Boolean, required: false }),
|
|
28
|
+
(0, class_validator_1.IsBoolean)(),
|
|
29
|
+
(0, class_validator_1.IsOptional)(),
|
|
30
|
+
(0, class_transformer_1.Expose)(),
|
|
31
|
+
__metadata("design:type", Boolean)
|
|
32
|
+
], CreateResponseDto.prototype, "booleanResponse", void 0);
|
|
25
33
|
__decorate([
|
|
26
34
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
27
35
|
(0, class_validator_1.IsUUID)(),
|
|
28
36
|
(0, class_transformer_1.Expose)(),
|
|
29
37
|
__metadata("design:type", String)
|
|
30
|
-
],
|
|
31
|
-
//# sourceMappingURL=
|
|
38
|
+
], CreateResponseDto.prototype, "questionId", void 0);
|
|
39
|
+
//# sourceMappingURL=createResponse.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createResponse.dto.js","sourceRoot":"","sources":["../../../src/dto/response/createResponse.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,qDAA0E;AAC1E,yDAA2C;AAE3C,MAAa,iBAAiB;CAiB7B;AAjBD,8CAiBC;AAZA;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;uDACa;AAMtB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/C,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;0DACiB;AAK1B;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;qDACW"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ResponseEmbeddedDto } from './responseEmbedded.dto';
|
|
2
|
+
declare const ResponseDto_base: import("../generic/base.dto").BaseDtoType<ResponseEmbeddedDto>;
|
|
3
|
+
export declare class ResponseDto extends ResponseDto_base {
|
|
4
|
+
id: string;
|
|
5
|
+
textResponse?: string;
|
|
6
|
+
booleanResponse?: boolean;
|
|
7
|
+
questionId: string;
|
|
8
|
+
}
|
|
9
|
+
export {};
|
|
@@ -9,27 +9,32 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.ResponseDto = void 0;
|
|
13
13
|
const base_dto_1 = require("../generic/base.dto");
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
15
|
const nestjs_1 = require("../../nestjs");
|
|
16
|
-
const
|
|
17
|
-
class
|
|
16
|
+
const responseEmbedded_dto_1 = require("./responseEmbedded.dto");
|
|
17
|
+
class ResponseDto extends (0, base_dto_1.BaseDto)(responseEmbedded_dto_1.ResponseEmbeddedDto) {
|
|
18
18
|
}
|
|
19
|
-
exports.
|
|
19
|
+
exports.ResponseDto = ResponseDto;
|
|
20
20
|
__decorate([
|
|
21
21
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
22
22
|
(0, class_transformer_1.Expose)(),
|
|
23
23
|
__metadata("design:type", String)
|
|
24
|
-
],
|
|
24
|
+
], ResponseDto.prototype, "id", void 0);
|
|
25
25
|
__decorate([
|
|
26
|
-
(0, nestjs_1.ApiProperty)({ type: String, required:
|
|
26
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
27
27
|
(0, class_transformer_1.Expose)(),
|
|
28
28
|
__metadata("design:type", String)
|
|
29
|
-
],
|
|
29
|
+
], ResponseDto.prototype, "textResponse", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, nestjs_1.ApiProperty)({ type: Boolean, required: false }),
|
|
32
|
+
(0, class_transformer_1.Expose)(),
|
|
33
|
+
__metadata("design:type", Boolean)
|
|
34
|
+
], ResponseDto.prototype, "booleanResponse", void 0);
|
|
30
35
|
__decorate([
|
|
31
36
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
32
37
|
(0, class_transformer_1.Expose)(),
|
|
33
38
|
__metadata("design:type", String)
|
|
34
|
-
],
|
|
35
|
-
//# sourceMappingURL=
|
|
39
|
+
], ResponseDto.prototype, "questionId", void 0);
|
|
40
|
+
//# sourceMappingURL=response.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"response.dto.js","sourceRoot":"","sources":["../../../src/dto/response/response.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8C;AAC9C,yDAA2C;AAC3C,yCAA2C;AAC3C,iEAA6D;AAE7D,MAAa,WAAY,SAAQ,IAAA,kBAAO,EAAC,0CAAmB,CAAC;CAgB5D;AAhBD,kCAgBC;AAbA;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,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;iDACa;AAItB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/C,IAAA,0BAAM,GAAE;;oDACiB;AAI1B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;+CACW"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { UserDto } from '../user/user.dto';
|
|
2
|
+
import { AttachmentDto } from '../attachment/attachment.dto';
|
|
3
|
+
import { QuestionDto } from '../question/question.dto';
|
|
4
|
+
export declare class ResponseEmbeddedDto {
|
|
5
|
+
question?: QuestionDto;
|
|
6
|
+
attachments: AttachmentDto[];
|
|
7
|
+
createdBy?: UserDto;
|
|
8
|
+
updatedBy?: UserDto;
|
|
9
|
+
}
|
|
@@ -9,36 +9,37 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.ResponseEmbeddedDto = void 0;
|
|
13
13
|
const nestjs_1 = require("../../nestjs");
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
15
|
const user_dto_1 = require("../user/user.dto");
|
|
16
|
-
const
|
|
17
|
-
|
|
16
|
+
const attachment_dto_1 = require("../attachment/attachment.dto");
|
|
17
|
+
const question_dto_1 = require("../question/question.dto");
|
|
18
|
+
class ResponseEmbeddedDto {
|
|
18
19
|
}
|
|
19
|
-
exports.
|
|
20
|
+
exports.ResponseEmbeddedDto = ResponseEmbeddedDto;
|
|
20
21
|
__decorate([
|
|
21
|
-
(0, nestjs_1.ApiProperty)({ type: () =>
|
|
22
|
-
(0, class_transformer_1.Type)(() =>
|
|
22
|
+
(0, nestjs_1.ApiProperty)({ type: () => question_dto_1.QuestionDto, required: false }),
|
|
23
|
+
(0, class_transformer_1.Type)(() => question_dto_1.QuestionDto),
|
|
23
24
|
(0, class_transformer_1.Expose)(),
|
|
24
|
-
__metadata("design:type",
|
|
25
|
-
],
|
|
25
|
+
__metadata("design:type", question_dto_1.QuestionDto)
|
|
26
|
+
], ResponseEmbeddedDto.prototype, "question", void 0);
|
|
26
27
|
__decorate([
|
|
27
|
-
(0, nestjs_1.ApiProperty)({ type: () =>
|
|
28
|
-
(0, class_transformer_1.Type)(() =>
|
|
28
|
+
(0, nestjs_1.ApiProperty)({ type: () => [attachment_dto_1.AttachmentDto], required: false }),
|
|
29
|
+
(0, class_transformer_1.Type)(() => attachment_dto_1.AttachmentDto),
|
|
29
30
|
(0, class_transformer_1.Expose)(),
|
|
30
31
|
__metadata("design:type", Array)
|
|
31
|
-
],
|
|
32
|
+
], ResponseEmbeddedDto.prototype, "attachments", void 0);
|
|
32
33
|
__decorate([
|
|
33
34
|
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
34
35
|
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
35
36
|
(0, class_transformer_1.Expose)(),
|
|
36
37
|
__metadata("design:type", user_dto_1.UserDto)
|
|
37
|
-
],
|
|
38
|
+
], ResponseEmbeddedDto.prototype, "createdBy", void 0);
|
|
38
39
|
__decorate([
|
|
39
40
|
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
40
41
|
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
41
42
|
(0, class_transformer_1.Expose)(),
|
|
42
43
|
__metadata("design:type", user_dto_1.UserDto)
|
|
43
|
-
],
|
|
44
|
-
//# sourceMappingURL=
|
|
44
|
+
], ResponseEmbeddedDto.prototype, "updatedBy", void 0);
|
|
45
|
+
//# sourceMappingURL=responseEmbedded.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responseEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/response/responseEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,iEAA6D;AAC7D,2DAAuD;AAEvD,MAAa,mBAAmB;CAoB/B;AApBD,kDAoBC;AAhBA;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;qDAAC;AAKvB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,8BAAa,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC7D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8BAAa,CAAC;IACzB,IAAA,0BAAM,GAAE;;wDACoB;AAK7B;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;sDAAC;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;sDAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ResponseDto } from './response.dto';
|
|
2
|
+
declare class EmbeddedResponse {
|
|
3
|
+
responses?: ResponseDto[];
|
|
4
|
+
}
|
|
5
|
+
declare const ResponsePageDto_base: {
|
|
6
|
+
new (): {
|
|
7
|
+
_page: import("../..").PageInfoDto;
|
|
8
|
+
_embedded: EmbeddedResponse;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare class ResponsePageDto extends ResponsePageDto_base {
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
@@ -9,20 +9,20 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.ResponsePageDto = void 0;
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
14
|
const nestjs_1 = require("../../nestjs");
|
|
15
15
|
const page_dto_1 = require("../generic/page.dto");
|
|
16
|
-
const
|
|
17
|
-
class
|
|
16
|
+
const response_dto_1 = require("./response.dto");
|
|
17
|
+
class EmbeddedResponse {
|
|
18
18
|
}
|
|
19
19
|
__decorate([
|
|
20
|
-
(0, nestjs_1.ApiProperty)({ type: () => [
|
|
21
|
-
(0, class_transformer_1.Type)(() =>
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: () => [response_dto_1.ResponseDto], required: false }),
|
|
21
|
+
(0, class_transformer_1.Type)(() => response_dto_1.ResponseDto),
|
|
22
22
|
(0, class_transformer_1.Expose)({ name: 'items' }),
|
|
23
23
|
__metadata("design:type", Array)
|
|
24
|
-
],
|
|
25
|
-
class
|
|
24
|
+
], EmbeddedResponse.prototype, "responses", void 0);
|
|
25
|
+
class ResponsePageDto extends (0, page_dto_1.PageDto)(EmbeddedResponse) {
|
|
26
26
|
}
|
|
27
|
-
exports.
|
|
28
|
-
//# sourceMappingURL=
|
|
27
|
+
exports.ResponsePageDto = ResponsePageDto;
|
|
28
|
+
//# sourceMappingURL=responsePage.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responsePage.dto.js","sourceRoot":"","sources":["../../../src/dto/response/responsePage.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAC3C,kDAA8C;AAC9C,iDAA6C;AAE7C,MAAM,gBAAgB;CAKrB;AADA;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,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;mDACA;AAG3B,MAAa,eAAgB,SAAQ,IAAA,kBAAO,EAAC,gBAAgB,CAAC;CAAG;AAAjE,0CAAiE"}
|
|
@@ -9,18 +9,25 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.UpdateResponseDto = void 0;
|
|
13
13
|
const nestjs_1 = require("../../nestjs");
|
|
14
14
|
const class_validator_1 = require("class-validator");
|
|
15
15
|
const class_transformer_1 = require("class-transformer");
|
|
16
|
-
class
|
|
16
|
+
class UpdateResponseDto {
|
|
17
17
|
}
|
|
18
|
-
exports.
|
|
18
|
+
exports.UpdateResponseDto = UpdateResponseDto;
|
|
19
19
|
__decorate([
|
|
20
20
|
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
21
21
|
(0, class_validator_1.IsString)(),
|
|
22
22
|
(0, class_validator_1.IsOptional)(),
|
|
23
23
|
(0, class_transformer_1.Expose)(),
|
|
24
24
|
__metadata("design:type", String)
|
|
25
|
-
],
|
|
26
|
-
|
|
25
|
+
], UpdateResponseDto.prototype, "textResponse", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, nestjs_1.ApiProperty)({ type: Boolean, required: false }),
|
|
28
|
+
(0, class_validator_1.IsBoolean)(),
|
|
29
|
+
(0, class_validator_1.IsOptional)(),
|
|
30
|
+
(0, class_transformer_1.Expose)(),
|
|
31
|
+
__metadata("design:type", Boolean)
|
|
32
|
+
], UpdateResponseDto.prototype, "booleanResponse", void 0);
|
|
33
|
+
//# sourceMappingURL=updateResponse.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateResponse.dto.js","sourceRoot":"","sources":["../../../src/dto/response/updateResponse.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,qDAAwE;AACxE,yDAA2C;AAE3C,MAAa,iBAAiB;CAY7B;AAZD,8CAYC;AAPA;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;uDACa;AAMtB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/C,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;0DACiB"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { UserDto } from './user.dto';
|
|
2
|
-
import { UserCustomerTeamDto } from '../userCustomerTeam/userCustomerTeam.dto';
|
|
3
2
|
import { AuditTeamDto } from '../auditTeam/auditTeam.dto';
|
|
4
3
|
export declare class UserEmbeddedDto {
|
|
5
4
|
auditTeam: AuditTeamDto;
|
|
6
|
-
userCustomerTeams: UserCustomerTeamDto[];
|
|
7
5
|
createdBy?: UserDto;
|
|
8
6
|
updatedBy?: UserDto;
|
|
9
7
|
}
|
|
@@ -13,7 +13,6 @@ exports.UserEmbeddedDto = void 0;
|
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
14
|
const nestjs_1 = require("../../nestjs");
|
|
15
15
|
const user_dto_1 = require("./user.dto");
|
|
16
|
-
const userCustomerTeam_dto_1 = require("../userCustomerTeam/userCustomerTeam.dto");
|
|
17
16
|
const auditTeam_dto_1 = require("../auditTeam/auditTeam.dto");
|
|
18
17
|
class UserEmbeddedDto {
|
|
19
18
|
}
|
|
@@ -24,12 +23,6 @@ __decorate([
|
|
|
24
23
|
(0, class_transformer_1.Expose)(),
|
|
25
24
|
__metadata("design:type", auditTeam_dto_1.AuditTeamDto)
|
|
26
25
|
], UserEmbeddedDto.prototype, "auditTeam", void 0);
|
|
27
|
-
__decorate([
|
|
28
|
-
(0, nestjs_1.ApiProperty)({ type: () => [userCustomerTeam_dto_1.UserCustomerTeamDto], required: false }),
|
|
29
|
-
(0, class_transformer_1.Type)(() => userCustomerTeam_dto_1.UserCustomerTeamDto),
|
|
30
|
-
(0, class_transformer_1.Expose)(),
|
|
31
|
-
__metadata("design:type", Array)
|
|
32
|
-
], UserEmbeddedDto.prototype, "userCustomerTeams", void 0);
|
|
33
26
|
__decorate([
|
|
34
27
|
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
35
28
|
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/user/userEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAC3C,yCAAqC;AACrC,
|
|
1
|
+
{"version":3,"file":"userEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/user/userEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAC3C,yCAAqC;AACrC,8DAA0D;AAE1D,MAAa,eAAe;CAe3B;AAfD,0CAeC;AAXA;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;8BACE,4BAAY;kDAAC;AAKxB;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;kDAAC;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;kDAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -41,9 +41,6 @@ import { BulkUpdateSurveyDto } from './dto/survey/bulkUpdateSurvey.dto';
|
|
|
41
41
|
import { NotificationTaskEmbeddedDto } from './dto/notificationTask/notificationTaskEmbeddedDto';
|
|
42
42
|
import { NotificationTaskPageDto } from './dto/notificationTask/notificationTaskPageDto';
|
|
43
43
|
import { NotificationTaskDto } from './dto/notificationTask/notificationTaskDto';
|
|
44
|
-
import { UpdateNotificationTaskDto } from './dto/notificationTask/updateNotificationTaskDto';
|
|
45
|
-
import { CreateNotificationTaskDto } from './dto/notificationTask/createNotificationTaskDto';
|
|
46
|
-
import { BulkUpdateNotificationTaskDto } from './dto/notificationTask/bulkUpdateNotificationTaskDto';
|
|
47
44
|
import { AuditTeamDto } from './dto/auditTeam/auditTeam.dto';
|
|
48
45
|
import { CreateAuditTeamDto } from './dto/auditTeam/createAuditTeam.dto';
|
|
49
46
|
import { UpdateAuditTeamDto } from './dto/auditTeam/updateAuditTeam.dto';
|
|
@@ -80,12 +77,6 @@ import { CustomerPageDto } from './dto/customer/customerPage.dto';
|
|
|
80
77
|
import { CreateCustomerDto } from './dto/customer/createCustomer.dto';
|
|
81
78
|
import { UpdateCustomerDto } from './dto/customer/updateCustomer.dto';
|
|
82
79
|
import { BulkUpdateCustomerDto } from './dto/customer/bulkUpdateCustomer.dto';
|
|
83
|
-
import { CustomerTeamDto } from './dto/customerTeam/customerTeam.dto';
|
|
84
|
-
import { CustomerTeamEmbeddedDto } from './dto/customerTeam/customerTeamEmbedded.dto';
|
|
85
|
-
import { CustomerTeamPageDto } from './dto/customerTeam/customerTeamPage.dto';
|
|
86
|
-
import { CreateCustomerTeamDto } from './dto/customerTeam/createCustomerTeam.dto';
|
|
87
|
-
import { UpdateCustomerTeamDto } from './dto/customerTeam/updateCustomerTeam.dto';
|
|
88
|
-
import { BulkUpdateCustomerTeamDto } from './dto/customerTeam/bulkUpdateCustomerTeam.dto';
|
|
89
80
|
import { CycleDto } from './dto/cycle/cycle.dto';
|
|
90
81
|
import { CycleEmbeddedDto } from './dto/cycle/cycleEmbedded.dto';
|
|
91
82
|
import { CyclePageDto } from './dto/cycle/cyclePage.dto';
|
|
@@ -98,12 +89,6 @@ import { QuestionPageDto } from './dto/question/questionPage.dto';
|
|
|
98
89
|
import { CreateQuestionDto } from './dto/question/createQuestion.dto';
|
|
99
90
|
import { UpdateQuestionDto } from './dto/question/updateQuestion.dto';
|
|
100
91
|
import { BulkUpdateQuestionDto } from './dto/question/bulkUpdateQuestion.dto';
|
|
101
|
-
import { UserCustomerTeamDto } from './dto/userCustomerTeam/userCustomerTeam.dto';
|
|
102
|
-
import { UserCustomerTeamEmbeddedDto } from './dto/userCustomerTeam/userCustomerTeamEmbedded.dto';
|
|
103
|
-
import { UserCustomerTeamPageDto } from './dto/userCustomerTeam/userCustomerTeamPage.dto';
|
|
104
|
-
import { CreateUserCustomerTeamDto } from './dto/userCustomerTeam/createUserCustomerTeam.dto';
|
|
105
|
-
import { UpdateUserCustomerTeamDto } from './dto/userCustomerTeam/updateUserCustomerTeam.dto';
|
|
106
|
-
import { BulkUpdateUserCustomerTeamDto } from './dto/userCustomerTeam/bulkUpdateUserCustomerTeam.dto';
|
|
107
92
|
import { AuditStatusEnum } from './enum/auditStatus.enum';
|
|
108
93
|
import { AuditTypeEnum } from './enum/auditType.enum';
|
|
109
94
|
import { SurveyErrorStatusEnum } from './enum/surveyErrorStatus.enum';
|
|
@@ -113,4 +98,10 @@ import { QuestionTypeEnum } from './enum/questionType.enum';
|
|
|
113
98
|
import { CommentStatusEnum } from './enum/commentStatus.enum';
|
|
114
99
|
import { SurveyStatusEnum } from './enum/surveyStatus.enum';
|
|
115
100
|
import { CycleStatusEnum } from './enum/cycleStatus.enum';
|
|
116
|
-
|
|
101
|
+
import { ResponseDto } from './dto/response/response.dto';
|
|
102
|
+
import { ResponseEmbeddedDto } from './dto/response/responseEmbedded.dto';
|
|
103
|
+
import { ResponsePageDto } from './dto/response/responsePage.dto';
|
|
104
|
+
import { CreateResponseDto } from './dto/response/createResponse.dto';
|
|
105
|
+
import { UpdateResponseDto } from './dto/response/updateResponse.dto';
|
|
106
|
+
import { BulkUpdateResponseDto } from './dto/response/bulkUpdateResponse.dto';
|
|
107
|
+
export { ExceptionDto, BaseDto, BaseViewDto, CollectionFilterDto, FilterDto, PageDto, PageInfoDto, BulkDto, EmbeddedDto, CronJobDto, CronJobPageDto, CronJobOptionsDto, ComponentDto, ComponentHealthDto, HealthDto, SurveyDto, SurveyEmbeddedDto, CreateSurveyDto, UpdateSurveyDto, SurveyPageDto, BulkUpdateSurveyDto, NotificationTaskDto, NotificationTaskEmbeddedDto, NotificationTaskPageDto, AuditDto, AuditEmbeddedDto, AuditPageDto, BulkUpdateAuditDto, CreateAuditDto, UpdateAuditDto, AuditTeamDto, AuditTeamEmbeddedDto, CreateAuditTeamDto, UpdateAuditTeamDto, AuditTeamPageDto, BulkUpdateAuditTeamDto, AttachmentDto, AttachmentEmbeddedDto, AttachmentPageDto, CreateAttachmentDto, UpdateAttachmentDto, BulkUpdateAttachmentDto, BulkUpdateCommentDto, CommentDto, CommentEmbeddedDto, CommentPageDto, CreateCommentDto, UpdateCommentDto, BulkUpdateCustomerDto, CreateCustomerDto, CustomerDto, CustomerEmbeddedDto, CustomerPageDto, UpdateCustomerDto, BulkUpdateCycleDto, CreateCycleDto, CycleDto, CycleEmbeddedDto, CyclePageDto, UpdateCycleDto, BulkUpdateQuestionDto, CreateQuestionDto, QuestionDto, QuestionEmbeddedDto, QuestionPageDto, UpdateQuestionDto, BulkUpdateResponseDto, CreateResponseDto, ResponseDto, ResponseEmbeddedDto, ResponsePageDto, UpdateResponseDto, UserDto, UserEmbeddedDto, CreateUserDto, UpdateUserDto, UserPageDto, BulkUpdateUserDto, UserRoleEnum, AttachmentStatusEnum, AttachmentUploadStatusEnum, AttachmentTypeEnum, NotificationTaskStatusEnum, NotificationTaskTypeEnum, SurveyErrorStatusEnum, SurveyStatusEnum, QuestionStatusEnum, QuestionCategoryEnum, QuestionTypeEnum, CommentStatusEnum, AuditTypeEnum, AuditStatusEnum, CycleStatusEnum, ValidationException, convertAndValidate, IsBiggerThan, IsEmptyAttribute, IsRequiredFields, IsRequiredFieldValue, IsSmallerThan, Default, TransformEmbedded, TransformFloat, TransformInteger, TransformTotal, DtoType, BaseDtoType, BaseViewDtoType, };
|