@ballistix.digital/types-pb-tool-react 0.8.0 → 0.9.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/attachmentEmbedded.dto.d.ts +3 -0
- package/dist/dto/attachment/attachmentEmbedded.dto.js +13 -0
- package/dist/dto/attachment/attachmentEmbedded.dto.js.map +1 -1
- package/dist/dto/attachment/createAttachment.dto.d.ts +2 -2
- package/dist/dto/attachment/createAttachment.dto.js.map +1 -1
- package/dist/dto/note/createNote.dto.d.ts +4 -0
- package/dist/dto/note/createNote.dto.js +33 -0
- package/dist/dto/note/createNote.dto.js.map +1 -1
- package/dist/dto/note/note.dto.d.ts +6 -2
- package/dist/dto/note/note.dto.js +18 -2
- package/dist/dto/note/note.dto.js.map +1 -1
- package/dist/dto/note/noteEmbedded.dto.d.ts +5 -0
- package/dist/dto/note/noteEmbedded.dto.js +31 -0
- package/dist/dto/note/noteEmbedded.dto.js.map +1 -1
- package/dist/dto/note/updateNote.dto.d.ts +4 -0
- package/dist/dto/note/updateNote.dto.js +35 -0
- package/dist/dto/note/updateNote.dto.js.map +1 -1
- package/dist/dto/response/createResponse.dto.d.ts +1 -1
- package/dist/dto/response/createResponse.dto.js +5 -3
- package/dist/dto/response/createResponse.dto.js.map +1 -1
- package/dist/dto/response/response.dto.d.ts +1 -0
- package/dist/dto/response/response.dto.js +5 -0
- package/dist/dto/response/response.dto.js.map +1 -1
- package/dist/dto/survey/createSurvey.dto.d.ts +1 -0
- package/dist/dto/survey/createSurvey.dto.js +6 -0
- package/dist/dto/survey/createSurvey.dto.js.map +1 -1
- package/dist/dto/survey/survey.dto.d.ts +2 -0
- package/dist/dto/survey/survey.dto.js +10 -0
- package/dist/dto/survey/survey.dto.js.map +1 -1
- package/dist/dto/survey/surveyEmbedded.dto.d.ts +3 -3
- package/dist/dto/survey/surveyEmbedded.dto.js +6 -6
- package/dist/dto/survey/surveyEmbedded.dto.js.map +1 -1
- package/dist/dto/survey/updateSurvey.dto.d.ts +1 -0
- package/dist/dto/survey/updateSurvey.dto.js +7 -0
- package/dist/dto/survey/updateSurvey.dto.js.map +1 -1
- package/dist/dto/taxReturn/taxReturn.dto.d.ts +1 -0
- package/dist/dto/taxReturn/taxReturn.dto.js +5 -0
- package/dist/dto/taxReturn/taxReturn.dto.js.map +1 -1
- package/dist/dto/taxReturn/updateTaxReturn.dto.d.ts +3 -0
- package/dist/dto/{dossier/dossierPage.dto.js → taxReturn/updateTaxReturn.dto.js} +12 -14
- package/dist/dto/taxReturn/updateTaxReturn.dto.js.map +1 -0
- package/dist/dto/user/user.dto.d.ts +0 -4
- package/dist/dto/user/user.dto.js +0 -20
- package/dist/dto/user/user.dto.js.map +1 -1
- package/dist/dto/user/userEmbedded.dto.d.ts +2 -0
- package/dist/dto/user/userEmbedded.dto.js +7 -0
- package/dist/dto/user/userEmbedded.dto.js.map +1 -1
- package/dist/enum/noteStatus.enum.d.ts +5 -0
- package/dist/enum/noteStatus.enum.js +10 -0
- package/dist/enum/noteStatus.enum.js.map +1 -0
- package/dist/index.d.ts +3 -6
- package/dist/index.js +6 -12
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/dto/dossier/createDossier.dto.d.ts +0 -2
- package/dist/dto/dossier/createDossier.dto.js +0 -7
- package/dist/dto/dossier/createDossier.dto.js.map +0 -1
- package/dist/dto/dossier/dossier.dto.d.ts +0 -20
- package/dist/dto/dossier/dossier.dto.js +0 -86
- package/dist/dto/dossier/dossier.dto.js.map +0 -1
- package/dist/dto/dossier/dossierEmbedded.dto.d.ts +0 -14
- package/dist/dto/dossier/dossierEmbedded.dto.js +0 -70
- package/dist/dto/dossier/dossierEmbedded.dto.js.map +0 -1
- package/dist/dto/dossier/dossierPage.dto.d.ts +0 -13
- package/dist/dto/dossier/dossierPage.dto.js.map +0 -1
- package/dist/dto/dossier/updateDossier.dto.d.ts +0 -2
- package/dist/dto/dossier/updateDossier.dto.js +0 -7
- package/dist/dto/dossier/updateDossier.dto.js.map +0 -1
|
@@ -13,6 +13,7 @@ exports.AttachmentEmbeddedDto = void 0;
|
|
|
13
13
|
const taxReturn_dto_1 = require("../taxReturn/taxReturn.dto");
|
|
14
14
|
const nestjs_1 = require("../../nestjs");
|
|
15
15
|
const class_transformer_1 = require("class-transformer");
|
|
16
|
+
const user_dto_1 = require("../user/user.dto");
|
|
16
17
|
class AttachmentEmbeddedDto {
|
|
17
18
|
}
|
|
18
19
|
exports.AttachmentEmbeddedDto = AttachmentEmbeddedDto;
|
|
@@ -22,4 +23,16 @@ __decorate([
|
|
|
22
23
|
(0, class_transformer_1.Expose)(),
|
|
23
24
|
__metadata("design:type", taxReturn_dto_1.TaxReturnDto)
|
|
24
25
|
], AttachmentEmbeddedDto.prototype, "taxReturn", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
28
|
+
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
29
|
+
(0, class_transformer_1.Expose)(),
|
|
30
|
+
__metadata("design:type", user_dto_1.UserDto)
|
|
31
|
+
], AttachmentEmbeddedDto.prototype, "createdBy", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
34
|
+
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
35
|
+
(0, class_transformer_1.Expose)(),
|
|
36
|
+
__metadata("design:type", user_dto_1.UserDto)
|
|
37
|
+
], AttachmentEmbeddedDto.prototype, "updatedBy", void 0);
|
|
25
38
|
//# sourceMappingURL=attachmentEmbedded.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attachmentEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/attachment/attachmentEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8DAA0D;AAC1D,yCAA2C;AAC3C,yDAAiD;
|
|
1
|
+
{"version":3,"file":"attachmentEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/attachment/attachmentEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8DAA0D;AAC1D,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAE3C,MAAa,qBAAqB;CAejC;AAfD,sDAeC;AAXA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,4BAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACzD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAAY,CAAC;IACxB,IAAA,0BAAM,GAAE;8BACG,4BAAY;wDAAC;AAKzB;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;wDAAC;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;wDAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/attachment/createAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAoD;AAEpD,wEAAoE;AACpE,4EAAwE;AACxE,
|
|
1
|
+
{"version":3,"file":"createAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/attachment/createAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAoD;AAEpD,wEAAoE;AACpE,4EAAwE;AACxE,qDAAqE;AACrE,mCAAgC;AAChC,yCAA4D;AAE5D,MAAa,mBAAmB;CAiC/B;AAjCD,kDAiCC;AA7BA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;iDACI;AAMb;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;wDACY;AAKrB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,wCAAkB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACzD,IAAA,sBAAI,EAAC,IAAA,eAAM,EAAC,wCAAkB,CAAC,CAAC;IAChC,IAAA,0BAAM,GAAE;;iDACgB;AAKzB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,EAAC,CAAC,CAAC;IACT,IAAA,0BAAM,GAAE;;wDACW;AAIpB;IAFC,IAAA,wBAAe,GAAE;IACjB,IAAA,2BAAO,GAAE;;mDACoB;AAI9B;IAFC,IAAA,wBAAe,GAAE;IACjB,IAAA,2BAAO,GAAE;;qDACQ;AAIlB;IAFC,IAAA,wBAAe,GAAE;IACjB,IAAA,2BAAO,GAAE;;sDACS"}
|
|
@@ -1,7 +1,40 @@
|
|
|
1
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
|
+
};
|
|
2
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
12
|
exports.CreateNoteDto = void 0;
|
|
13
|
+
const nestjs_1 = require("../../nestjs");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const noteStatus_enum_1 = require("../../enum/noteStatus.enum");
|
|
16
|
+
const class_validator_1 = require("class-validator");
|
|
17
|
+
const lodash_1 = require("lodash");
|
|
4
18
|
class CreateNoteDto {
|
|
5
19
|
}
|
|
6
20
|
exports.CreateNoteDto = CreateNoteDto;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, nestjs_1.ApiProperty)({ enum: noteStatus_enum_1.NoteStatusEnum, required: true }),
|
|
23
|
+
(0, class_validator_1.IsIn)((0, lodash_1.values)(noteStatus_enum_1.NoteStatusEnum)),
|
|
24
|
+
(0, class_transformer_1.Expose)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], CreateNoteDto.prototype, "status", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
29
|
+
(0, class_validator_1.IsOptional)(),
|
|
30
|
+
(0, class_validator_1.IsString)(),
|
|
31
|
+
(0, class_transformer_1.Expose)(),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], CreateNoteDto.prototype, "description", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
36
|
+
(0, class_validator_1.IsUUID)(4),
|
|
37
|
+
(0, class_transformer_1.Expose)(),
|
|
38
|
+
__metadata("design:type", String)
|
|
39
|
+
], CreateNoteDto.prototype, "taxReturnId", void 0);
|
|
7
40
|
//# sourceMappingURL=createNote.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createNote.dto.js","sourceRoot":"","sources":["../../../src/dto/note/createNote.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"createNote.dto.js","sourceRoot":"","sources":["../../../src/dto/note/createNote.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAA2C;AAC3C,gEAA4D;AAC5D,qDAAqE;AACrE,mCAAgC;AAEhC,MAAa,aAAa;CAgBzB;AAhBD,sCAgBC;AAZA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,gCAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACrD,IAAA,sBAAI,EAAC,IAAA,eAAM,EAAC,gCAAc,CAAC,CAAC;IAC5B,IAAA,0BAAM,GAAE;;6CACc;AAMvB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;kDACY;AAKrB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,EAAC,CAAC,CAAC;IACT,IAAA,0BAAM,GAAE;;kDACW"}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { NoteEmbeddedDto } from './noteEmbedded.dto';
|
|
2
|
+
import { NoteStatusEnum } from '../../enum/noteStatus.enum';
|
|
3
|
+
declare const NoteDto_base: import("../generic/base.dto").BaseDtoType<NoteEmbeddedDto>;
|
|
3
4
|
export declare class NoteDto extends NoteDto_base {
|
|
4
5
|
id: string;
|
|
6
|
+
status: NoteStatusEnum;
|
|
7
|
+
description: string;
|
|
8
|
+
taxReturnId: string;
|
|
5
9
|
}
|
|
6
10
|
export {};
|
|
@@ -13,8 +13,9 @@ exports.NoteDto = void 0;
|
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
14
|
const nestjs_1 = require("../../nestjs");
|
|
15
15
|
const base_dto_1 = require("../generic/base.dto");
|
|
16
|
-
const
|
|
17
|
-
|
|
16
|
+
const noteEmbedded_dto_1 = require("./noteEmbedded.dto");
|
|
17
|
+
const noteStatus_enum_1 = require("../../enum/noteStatus.enum");
|
|
18
|
+
class NoteDto extends (0, base_dto_1.BaseDto)(noteEmbedded_dto_1.NoteEmbeddedDto) {
|
|
18
19
|
}
|
|
19
20
|
exports.NoteDto = NoteDto;
|
|
20
21
|
__decorate([
|
|
@@ -22,4 +23,19 @@ __decorate([
|
|
|
22
23
|
(0, class_transformer_1.Expose)(),
|
|
23
24
|
__metadata("design:type", String)
|
|
24
25
|
], NoteDto.prototype, "id", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, nestjs_1.ApiProperty)({ enum: noteStatus_enum_1.NoteStatusEnum, required: true }),
|
|
28
|
+
(0, class_transformer_1.Expose)(),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], NoteDto.prototype, "status", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
33
|
+
(0, class_transformer_1.Expose)(),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], NoteDto.prototype, "description", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
38
|
+
(0, class_transformer_1.Expose)(),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], NoteDto.prototype, "taxReturnId", void 0);
|
|
25
41
|
//# sourceMappingURL=note.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"note.dto.js","sourceRoot":"","sources":["../../../src/dto/note/note.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAE3C,kDAA8C;AAC9C
|
|
1
|
+
{"version":3,"file":"note.dto.js","sourceRoot":"","sources":["../../../src/dto/note/note.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAE3C,kDAA8C;AAC9C,yDAAqD;AACrD,gEAA4D;AAE5D,MAAa,OAAQ,SAAQ,IAAA,kBAAO,EAAC,kCAAe,CAAC;CAgBpD;AAhBD,0BAgBC;AAbA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;mCACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,gCAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACrD,IAAA,0BAAM,GAAE;;uCACc;AAIvB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;4CACW;AAIpB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;4CACW"}
|
|
@@ -1,7 +1,38 @@
|
|
|
1
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
|
+
};
|
|
2
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
12
|
exports.NoteEmbeddedDto = void 0;
|
|
13
|
+
const taxReturn_dto_1 = require("../taxReturn/taxReturn.dto");
|
|
14
|
+
const nestjs_1 = require("../../nestjs");
|
|
15
|
+
const class_transformer_1 = require("class-transformer");
|
|
16
|
+
const user_dto_1 = require("../user/user.dto");
|
|
4
17
|
class NoteEmbeddedDto {
|
|
5
18
|
}
|
|
6
19
|
exports.NoteEmbeddedDto = NoteEmbeddedDto;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, nestjs_1.ApiProperty)({ type: () => taxReturn_dto_1.TaxReturnDto, required: false }),
|
|
22
|
+
(0, class_transformer_1.Type)(() => taxReturn_dto_1.TaxReturnDto),
|
|
23
|
+
(0, class_transformer_1.Expose)(),
|
|
24
|
+
__metadata("design:type", taxReturn_dto_1.TaxReturnDto)
|
|
25
|
+
], NoteEmbeddedDto.prototype, "taxReturn", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
28
|
+
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
29
|
+
(0, class_transformer_1.Expose)(),
|
|
30
|
+
__metadata("design:type", user_dto_1.UserDto)
|
|
31
|
+
], NoteEmbeddedDto.prototype, "createdBy", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
34
|
+
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
35
|
+
(0, class_transformer_1.Expose)(),
|
|
36
|
+
__metadata("design:type", user_dto_1.UserDto)
|
|
37
|
+
], NoteEmbeddedDto.prototype, "updatedBy", void 0);
|
|
7
38
|
//# sourceMappingURL=noteEmbedded.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"noteEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/note/noteEmbedded.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"noteEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/note/noteEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8DAA0D;AAC1D,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAE3C,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;8BACG,4BAAY;kDAAC;AAKzB;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"}
|
|
@@ -1,7 +1,42 @@
|
|
|
1
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
|
+
};
|
|
2
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
12
|
exports.UpdateNoteDto = void 0;
|
|
13
|
+
const nestjs_1 = require("../../nestjs");
|
|
14
|
+
const noteStatus_enum_1 = require("../../enum/noteStatus.enum");
|
|
15
|
+
const class_validator_1 = require("class-validator");
|
|
16
|
+
const lodash_1 = require("lodash");
|
|
17
|
+
const class_transformer_1 = require("class-transformer");
|
|
4
18
|
class UpdateNoteDto {
|
|
5
19
|
}
|
|
6
20
|
exports.UpdateNoteDto = UpdateNoteDto;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, nestjs_1.ApiProperty)({ enum: noteStatus_enum_1.NoteStatusEnum, required: false }),
|
|
23
|
+
(0, class_validator_1.IsOptional)(),
|
|
24
|
+
(0, class_validator_1.IsIn)((0, lodash_1.values)(noteStatus_enum_1.NoteStatusEnum)),
|
|
25
|
+
(0, class_transformer_1.Expose)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], UpdateNoteDto.prototype, "status", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
30
|
+
(0, class_validator_1.IsOptional)(),
|
|
31
|
+
(0, class_validator_1.IsString)(),
|
|
32
|
+
(0, class_transformer_1.Expose)(),
|
|
33
|
+
__metadata("design:type", String)
|
|
34
|
+
], UpdateNoteDto.prototype, "description", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false, format: 'uuid' }),
|
|
37
|
+
(0, class_validator_1.IsOptional)(),
|
|
38
|
+
(0, class_validator_1.IsUUID)(4),
|
|
39
|
+
(0, class_transformer_1.Expose)(),
|
|
40
|
+
__metadata("design:type", String)
|
|
41
|
+
], UpdateNoteDto.prototype, "taxReturnId", void 0);
|
|
7
42
|
//# sourceMappingURL=updateNote.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateNote.dto.js","sourceRoot":"","sources":["../../../src/dto/note/updateNote.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"updateNote.dto.js","sourceRoot":"","sources":["../../../src/dto/note/updateNote.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,gEAA4D;AAC5D,qDAAqE;AACrE,mCAAgC;AAChC,yDAA2C;AAE3C,MAAa,aAAa;CAkBzB;AAlBD,sCAkBC;AAbA;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,gCAAc,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACtD,IAAA,4BAAU,GAAE;IACZ,IAAA,sBAAI,EAAC,IAAA,eAAM,EAAC,gCAAc,CAAC,CAAC;IAC5B,IAAA,0BAAM,GAAE;;6CACe;AAMxB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;kDACY;AAMrB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC9D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,CAAC,CAAC;IACT,IAAA,0BAAM,GAAE;;kDACY"}
|
|
@@ -14,6 +14,9 @@ const nestjs_1 = require("../../nestjs");
|
|
|
14
14
|
const class_validator_1 = require("class-validator");
|
|
15
15
|
const class_transformer_1 = require("class-transformer");
|
|
16
16
|
class CreateResponseDto {
|
|
17
|
+
constructor() {
|
|
18
|
+
this.percentageCompleted = 0;
|
|
19
|
+
}
|
|
17
20
|
}
|
|
18
21
|
exports.CreateResponseDto = CreateResponseDto;
|
|
19
22
|
__decorate([
|
|
@@ -23,9 +26,8 @@ __decorate([
|
|
|
23
26
|
__metadata("design:type", Object)
|
|
24
27
|
], CreateResponseDto.prototype, "data", void 0);
|
|
25
28
|
__decorate([
|
|
26
|
-
(0, nestjs_1.
|
|
27
|
-
(0,
|
|
28
|
-
(0, class_transformer_1.Expose)(),
|
|
29
|
+
(0, nestjs_1.ApiHideProperty)(),
|
|
30
|
+
(0, class_transformer_1.Exclude)(),
|
|
29
31
|
__metadata("design:type", Number)
|
|
30
32
|
], CreateResponseDto.prototype, "percentageCompleted", void 0);
|
|
31
33
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createResponse.dto.js","sourceRoot":"","sources":["../../../src/dto/response/createResponse.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"createResponse.dto.js","sourceRoot":"","sources":["../../../src/dto/response/createResponse.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA4D;AAC5D,qDAAmD;AACnD,yDAAoD;AAEpD,MAAa,iBAAiB;IAA9B;QAQC,wBAAmB,GAAY,CAAC,CAAC;IAWlC,CAAC;CAAA;AAnBD,8CAmBC;AAfA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;+CACwC;AAIjD;IAFC,IAAA,wBAAe,GAAE;IACjB,IAAA,2BAAO,GAAE;;8DACuB;AAKjC;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,EAAC,GAAG,CAAC;IACX,IAAA,0BAAM,GAAE;;mDACS;AAKlB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,EAAC,GAAG,CAAC;IACX,IAAA,0BAAM,GAAE;;sDACY"}
|
|
@@ -2,6 +2,7 @@ import { ResponseEmbeddedDto } from './responseEmbedded.dto';
|
|
|
2
2
|
declare const ResponseDto_base: import("../generic/base.dto").BaseDtoType<ResponseEmbeddedDto>;
|
|
3
3
|
export declare class ResponseDto extends ResponseDto_base {
|
|
4
4
|
id: string;
|
|
5
|
+
data: Record<string, string | number | boolean>;
|
|
5
6
|
percentageCompleted: number;
|
|
6
7
|
surveyId: string;
|
|
7
8
|
taxReturnId: string;
|
|
@@ -22,6 +22,11 @@ __decorate([
|
|
|
22
22
|
(0, class_transformer_1.Expose)(),
|
|
23
23
|
__metadata("design:type", String)
|
|
24
24
|
], ResponseDto.prototype, "id", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, nestjs_1.ApiProperty)({ type: Object, required: true }),
|
|
27
|
+
(0, class_transformer_1.Expose)(),
|
|
28
|
+
__metadata("design:type", Object)
|
|
29
|
+
], ResponseDto.prototype, "data", void 0);
|
|
25
30
|
__decorate([
|
|
26
31
|
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
27
32
|
(0, class_transformer_1.Expose)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"response.dto.js","sourceRoot":"","sources":["../../../src/dto/response/response.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAE3C,kDAA8C;AAC9C,iEAA6D;AAE7D,MAAa,WAAY,SAAQ,IAAA,kBAAO,EAAC,0CAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"response.dto.js","sourceRoot":"","sources":["../../../src/dto/response/response.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAE3C,kDAA8C;AAC9C,iEAA6D;AAE7D,MAAa,WAAY,SAAQ,IAAA,kBAAO,EAAC,0CAAmB,CAAC;CAoB5D;AApBD,kCAoBC;AAjBA;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;;yCACuC;AAIhD;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;wDACoB;AAI7B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,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;;gDACY"}
|
|
@@ -22,4 +22,10 @@ __decorate([
|
|
|
22
22
|
(0, class_transformer_1.Expose)(),
|
|
23
23
|
__metadata("design:type", Object)
|
|
24
24
|
], CreateSurveyDto.prototype, "data", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
27
|
+
(0, class_validator_1.IsUUID)(4),
|
|
28
|
+
(0, class_transformer_1.Expose)(),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], CreateSurveyDto.prototype, "incomeYearId", void 0);
|
|
25
31
|
//# sourceMappingURL=createSurvey.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createSurvey.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/createSurvey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"createSurvey.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/createSurvey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,qDAA+D;AAC/D,yDAA2C;AAE3C,MAAa,eAAe;CAW3B;AAXD,0CAWC;AANA;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAE7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;6CACwC;AAKjD;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,EAAC,CAAC,CAAC;IACT,IAAA,0BAAM,GAAE;;qDACa"}
|
|
@@ -2,5 +2,7 @@ import { SurveyEmbeddedDto } from './surveyEmbedded.dto';
|
|
|
2
2
|
declare const SurveyDto_base: import("../generic/base.dto").BaseDtoType<SurveyEmbeddedDto>;
|
|
3
3
|
export declare class SurveyDto extends SurveyDto_base {
|
|
4
4
|
id: string;
|
|
5
|
+
data: Record<string, string | number | boolean>;
|
|
6
|
+
incomeYearId: string;
|
|
5
7
|
}
|
|
6
8
|
export {};
|
|
@@ -22,4 +22,14 @@ __decorate([
|
|
|
22
22
|
(0, class_transformer_1.Expose)(),
|
|
23
23
|
__metadata("design:type", String)
|
|
24
24
|
], SurveyDto.prototype, "id", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, nestjs_1.ApiProperty)({ type: Object, required: true }),
|
|
27
|
+
(0, class_transformer_1.Expose)(),
|
|
28
|
+
__metadata("design:type", Object)
|
|
29
|
+
], SurveyDto.prototype, "data", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
32
|
+
(0, class_transformer_1.Expose)(),
|
|
33
|
+
__metadata("design:type", String)
|
|
34
|
+
], SurveyDto.prototype, "incomeYearId", void 0);
|
|
25
35
|
//# sourceMappingURL=survey.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"survey.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/survey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8C;AAC9C,6DAAyD;AACzD,yDAA2C;AAC3C,yCAA2C;AAE3C,MAAa,SAAU,SAAQ,IAAA,kBAAO,EAAC,sCAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"survey.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/survey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8C;AAC9C,6DAAyD;AACzD,yDAA2C;AAC3C,yCAA2C;AAE3C,MAAa,SAAU,SAAQ,IAAA,kBAAO,EAAC,sCAAiB,CAAC;CAYxD;AAZD,8BAYC;AATA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;qCACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;uCACwC;AAIjD;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;+CACa"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { UserDto } from '../user/user.dto';
|
|
2
|
-
import { DossierDto } from '../dossier/dossier.dto';
|
|
3
2
|
import { ResponseDto } from '../response/response.dto';
|
|
3
|
+
import { IncomeYearDto } from '../incomeYear/incomeYear.dto';
|
|
4
4
|
export declare class SurveyEmbeddedDto {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
responses?: ResponseDto[];
|
|
6
|
+
incomeYear?: IncomeYearDto;
|
|
7
7
|
createdBy?: UserDto;
|
|
8
8
|
updatedBy?: UserDto;
|
|
9
9
|
}
|
|
@@ -13,8 +13,8 @@ exports.SurveyEmbeddedDto = 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 dossier_dto_1 = require("../dossier/dossier.dto");
|
|
17
16
|
const response_dto_1 = require("../response/response.dto");
|
|
17
|
+
const incomeYear_dto_1 = require("../incomeYear/incomeYear.dto");
|
|
18
18
|
class SurveyEmbeddedDto {
|
|
19
19
|
}
|
|
20
20
|
exports.SurveyEmbeddedDto = SurveyEmbeddedDto;
|
|
@@ -23,13 +23,13 @@ __decorate([
|
|
|
23
23
|
(0, class_transformer_1.Type)(() => response_dto_1.ResponseDto),
|
|
24
24
|
(0, class_transformer_1.Expose)(),
|
|
25
25
|
__metadata("design:type", Array)
|
|
26
|
-
], SurveyEmbeddedDto.prototype, "
|
|
26
|
+
], SurveyEmbeddedDto.prototype, "responses", void 0);
|
|
27
27
|
__decorate([
|
|
28
|
-
(0, nestjs_1.ApiProperty)({ type: () =>
|
|
29
|
-
(0, class_transformer_1.Type)(() =>
|
|
28
|
+
(0, nestjs_1.ApiProperty)({ type: () => incomeYear_dto_1.IncomeYearDto, required: false }),
|
|
29
|
+
(0, class_transformer_1.Type)(() => incomeYear_dto_1.IncomeYearDto),
|
|
30
30
|
(0, class_transformer_1.Expose)(),
|
|
31
|
-
__metadata("design:type",
|
|
32
|
-
], SurveyEmbeddedDto.prototype, "
|
|
31
|
+
__metadata("design:type", incomeYear_dto_1.IncomeYearDto)
|
|
32
|
+
], SurveyEmbeddedDto.prototype, "incomeYear", 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":"surveyEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/surveyEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AAEjD,+CAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"surveyEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/surveyEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AAEjD,+CAA2C;AAC3C,2DAAuD;AACvD,iEAA6D;AAE7D,MAAa,iBAAiB;CAoB7B;AApBD,8CAoBC;AAhBA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,0BAAW,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC3D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0BAAW,CAAC;IACvB,IAAA,0BAAM,GAAE;;oDACiB;AAK1B;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,8BAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC3D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8BAAa,CAAC;IACzB,IAAA,0BAAM,GAAE;8BACI,8BAAa;qDAAC;AAK3B;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;oDAAC;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;oDAAC"}
|
|
@@ -23,4 +23,11 @@ __decorate([
|
|
|
23
23
|
(0, class_transformer_1.Expose)(),
|
|
24
24
|
__metadata("design:type", Object)
|
|
25
25
|
], UpdateSurveyDto.prototype, "data", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
28
|
+
(0, class_validator_1.IsOptional)(),
|
|
29
|
+
(0, class_validator_1.IsUUID)(4),
|
|
30
|
+
(0, class_transformer_1.Expose)(),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], UpdateSurveyDto.prototype, "incomeYearId", void 0);
|
|
26
33
|
//# sourceMappingURL=updateSurvey.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateSurvey.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/updateSurvey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"updateSurvey.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/updateSurvey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAC3C,qDAA+D;AAE/D,MAAa,eAAe;CAa3B;AAbD,0CAaC;AAPA;IALC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAE9C,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;6CACwC;AAMjD;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,CAAC,CAAC;IACT,IAAA,0BAAM,GAAE;;qDACa"}
|
|
@@ -153,6 +153,11 @@ __decorate([
|
|
|
153
153
|
(0, class_transformer_1.Expose)(),
|
|
154
154
|
__metadata("design:type", String)
|
|
155
155
|
], TaxReturnDto.prototype, "partnerRelationId", void 0);
|
|
156
|
+
__decorate([
|
|
157
|
+
(0, nestjs_1.ApiProperty)({ type: Boolean, required: true }),
|
|
158
|
+
(0, class_transformer_1.Expose)(),
|
|
159
|
+
__metadata("design:type", Boolean)
|
|
160
|
+
], TaxReturnDto.prototype, "isArchived", void 0);
|
|
156
161
|
__decorate([
|
|
157
162
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
158
163
|
(0, class_transformer_1.Expose)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"taxReturn.dto.js","sourceRoot":"","sources":["../../../src/dto/taxReturn/taxReturn.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAE3C,kDAA8C;AAC9C,mEAA+D;AAC/D,4DAAwD;AAExD,MAAa,YAAa,SAAQ,IAAA,kBAAO,EAAC,4CAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"taxReturn.dto.js","sourceRoot":"","sources":["../../../src/dto/taxReturn/taxReturn.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,20 +9,18 @@ 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.
|
|
13
|
-
const class_transformer_1 = require("class-transformer");
|
|
12
|
+
exports.UpdateTaxReturnDto = void 0;
|
|
14
13
|
const nestjs_1 = require("../../nestjs");
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
class
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const class_validator_1 = require("class-validator");
|
|
16
|
+
class UpdateTaxReturnDto {
|
|
18
17
|
}
|
|
18
|
+
exports.UpdateTaxReturnDto = UpdateTaxReturnDto;
|
|
19
19
|
__decorate([
|
|
20
|
-
(0, nestjs_1.ApiProperty)({ type:
|
|
21
|
-
(0,
|
|
22
|
-
(0,
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
exports.DossierPageDto = DossierPageDto;
|
|
28
|
-
//# sourceMappingURL=dossierPage.dto.js.map
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: Boolean, required: false }),
|
|
21
|
+
(0, class_validator_1.IsBoolean)(),
|
|
22
|
+
(0, class_validator_1.IsOptional)(),
|
|
23
|
+
(0, class_transformer_1.Expose)(),
|
|
24
|
+
__metadata("design:type", Boolean)
|
|
25
|
+
], UpdateTaxReturnDto.prototype, "isArchived", void 0);
|
|
26
|
+
//# sourceMappingURL=updateTaxReturn.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateTaxReturn.dto.js","sourceRoot":"","sources":["../../../src/dto/taxReturn/updateTaxReturn.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAA2C;AAC3C,qDAAwD;AAExD,MAAa,kBAAkB;CAM9B;AAND,gDAMC;AADA;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;;sDACY"}
|
|
@@ -3,11 +3,7 @@ import { RoleEnum } from '../../enum/role.enum';
|
|
|
3
3
|
declare const UserDto_base: import("../generic/base.dto").BaseDtoType<UserEmbeddedDto>;
|
|
4
4
|
export declare class UserDto extends UserDto_base {
|
|
5
5
|
id: string;
|
|
6
|
-
firstname: string;
|
|
7
|
-
lastname: string;
|
|
8
6
|
email: string;
|
|
9
7
|
role: RoleEnum;
|
|
10
|
-
birthdate: string;
|
|
11
|
-
nationalRegisterNumber: string;
|
|
12
8
|
}
|
|
13
9
|
export {};
|
|
@@ -23,16 +23,6 @@ __decorate([
|
|
|
23
23
|
(0, class_transformer_1.Expose)(),
|
|
24
24
|
__metadata("design:type", String)
|
|
25
25
|
], UserDto.prototype, "id", void 0);
|
|
26
|
-
__decorate([
|
|
27
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
28
|
-
(0, class_transformer_1.Expose)(),
|
|
29
|
-
__metadata("design:type", String)
|
|
30
|
-
], UserDto.prototype, "firstname", void 0);
|
|
31
|
-
__decorate([
|
|
32
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
33
|
-
(0, class_transformer_1.Expose)(),
|
|
34
|
-
__metadata("design:type", String)
|
|
35
|
-
], UserDto.prototype, "lastname", void 0);
|
|
36
26
|
__decorate([
|
|
37
27
|
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
38
28
|
(0, class_transformer_1.Expose)(),
|
|
@@ -43,14 +33,4 @@ __decorate([
|
|
|
43
33
|
(0, class_transformer_1.Expose)(),
|
|
44
34
|
__metadata("design:type", String)
|
|
45
35
|
], UserDto.prototype, "role", void 0);
|
|
46
|
-
__decorate([
|
|
47
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'date-time' }),
|
|
48
|
-
(0, class_transformer_1.Expose)(),
|
|
49
|
-
__metadata("design:type", String)
|
|
50
|
-
], UserDto.prototype, "birthdate", 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
|
-
], UserDto.prototype, "nationalRegisterNumber", void 0);
|
|
56
36
|
//# sourceMappingURL=user.dto.js.map
|