@ballistix.digital/types-truyens-react 0.11.0 → 0.14.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/kleos/kleosCaseSummary.dto.d.ts +4 -0
- package/dist/dto/kleos/kleosCaseSummary.dto.js +28 -0
- package/dist/dto/kleos/kleosCaseSummary.dto.js.map +1 -0
- package/dist/dto/kleos/kleosIdentitySummary.dto.d.ts +9 -0
- package/dist/dto/kleos/kleosIdentitySummary.dto.js +52 -0
- package/dist/dto/kleos/kleosIdentitySummary.dto.js.map +1 -0
- package/dist/dto/legalPerson/legalPersonEmbedded.dto.d.ts +4 -0
- package/dist/dto/legalPerson/legalPersonEmbedded.dto.js +14 -0
- package/dist/dto/legalPerson/legalPersonEmbedded.dto.js.map +1 -1
- package/dist/dto/legalPersonManager/bulkUpdateLegalPersonManager.dto.d.ts +10 -0
- package/dist/dto/legalPersonManager/bulkUpdateLegalPersonManager.dto.js +9 -0
- package/dist/dto/legalPersonManager/bulkUpdateLegalPersonManager.dto.js.map +1 -0
- package/dist/dto/legalPersonManager/createLegalPersonManager.dto.d.ts +4 -0
- package/dist/dto/{projectAccessRight/createManyProjectAccessRight.dto.js → legalPersonManager/createLegalPersonManager.dto.js} +12 -14
- package/dist/dto/legalPersonManager/createLegalPersonManager.dto.js.map +1 -0
- package/dist/dto/legalPersonManager/legalPersonManager.dto.d.ts +8 -0
- package/dist/dto/{projectAccessRight/projectAccessRight.dto.js → legalPersonManager/legalPersonManager.dto.js} +11 -16
- package/dist/dto/legalPersonManager/legalPersonManager.dto.js.map +1 -0
- package/dist/dto/legalPersonManager/legalPersonManagerEmbedded.dto.d.ts +9 -0
- package/dist/dto/{projectAccessRight/projectAccessRightEmbedded.dto.js → legalPersonManager/legalPersonManagerEmbedded.dto.js} +16 -15
- package/dist/dto/legalPersonManager/legalPersonManagerEmbedded.dto.js.map +1 -0
- package/dist/dto/legalPersonManager/legalPersonManagerPage.dto.d.ts +13 -0
- package/dist/dto/{projectAccessRight/projectAccessRightPage.dto.js → legalPersonManager/legalPersonManagerPage.dto.js} +9 -9
- package/dist/dto/legalPersonManager/legalPersonManagerPage.dto.js.map +1 -0
- package/dist/dto/legalPersonManager/updateLegalPersonManager.dto.d.ts +4 -0
- package/dist/dto/{projectAccessRight/createProjectAccessRight.dto.js → legalPersonManager/updateLegalPersonManager.dto.js} +12 -11
- package/dist/dto/legalPersonManager/updateLegalPersonManager.dto.js.map +1 -0
- package/dist/dto/naturalPerson/naturalPersonEmbedded.dto.d.ts +4 -0
- package/dist/dto/naturalPerson/naturalPersonEmbedded.dto.js +14 -0
- package/dist/dto/naturalPerson/naturalPersonEmbedded.dto.js.map +1 -1
- 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/enum/clientType.enum.d.ts +4 -0
- package/dist/enum/clientType.enum.js +9 -0
- package/dist/enum/clientType.enum.js.map +1 -0
- package/dist/enum/notificationTaskType.enum.d.ts +1 -0
- package/dist/enum/notificationTaskType.enum.js +1 -0
- package/dist/enum/notificationTaskType.enum.js.map +1 -1
- package/dist/index.d.ts +10 -6
- package/dist/index.js +20 -12
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/dto/projectAccessRight/createManyProjectAccessRight.dto.d.ts +0 -4
- package/dist/dto/projectAccessRight/createManyProjectAccessRight.dto.js.map +0 -1
- package/dist/dto/projectAccessRight/createProjectAccessRight.dto.d.ts +0 -4
- package/dist/dto/projectAccessRight/createProjectAccessRight.dto.js.map +0 -1
- package/dist/dto/projectAccessRight/projectAccessRight.dto.d.ts +0 -9
- package/dist/dto/projectAccessRight/projectAccessRight.dto.js.map +0 -1
- package/dist/dto/projectAccessRight/projectAccessRightEmbedded.dto.d.ts +0 -8
- package/dist/dto/projectAccessRight/projectAccessRightEmbedded.dto.js.map +0 -1
- package/dist/dto/projectAccessRight/projectAccessRightPage.dto.d.ts +0 -13
- package/dist/dto/projectAccessRight/projectAccessRightPage.dto.js.map +0 -1
|
@@ -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.KleosCaseSummaryDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const nestjs_1 = require("../../nestjs");
|
|
15
|
+
class KleosCaseSummaryDto {
|
|
16
|
+
}
|
|
17
|
+
exports.KleosCaseSummaryDto = KleosCaseSummaryDto;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
20
|
+
(0, class_transformer_1.Expose)(),
|
|
21
|
+
__metadata("design:type", Number)
|
|
22
|
+
], KleosCaseSummaryDto.prototype, "id", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false, nullable: true }),
|
|
25
|
+
(0, class_transformer_1.Expose)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], KleosCaseSummaryDto.prototype, "name", void 0);
|
|
28
|
+
//# sourceMappingURL=kleosCaseSummary.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kleosCaseSummary.dto.js","sourceRoot":"","sources":["../../../src/dto/kleos/kleosCaseSummary.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAE3C,MAAa,mBAAmB;CAQ/B;AARD,kDAQC;AALA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;+CACE;AAIX;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9D,IAAA,0BAAM,GAAE;;iDACW"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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.KleosIdentitySummaryDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const nestjs_1 = require("../../nestjs");
|
|
15
|
+
const clientType_enum_1 = require("../../enum/clientType.enum");
|
|
16
|
+
class KleosIdentitySummaryDto {
|
|
17
|
+
}
|
|
18
|
+
exports.KleosIdentitySummaryDto = KleosIdentitySummaryDto;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
21
|
+
(0, class_transformer_1.Expose)(),
|
|
22
|
+
__metadata("design:type", Number)
|
|
23
|
+
], KleosIdentitySummaryDto.prototype, "id", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false, nullable: true }),
|
|
26
|
+
(0, class_transformer_1.Expose)(),
|
|
27
|
+
__metadata("design:type", String)
|
|
28
|
+
], KleosIdentitySummaryDto.prototype, "firstName", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false, nullable: true }),
|
|
31
|
+
(0, class_transformer_1.Expose)(),
|
|
32
|
+
(0, class_transformer_1.Transform)(({ obj }) => obj.lastName),
|
|
33
|
+
__metadata("design:type", String)
|
|
34
|
+
], KleosIdentitySummaryDto.prototype, "name", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false, nullable: true }),
|
|
37
|
+
(0, class_transformer_1.Expose)(),
|
|
38
|
+
(0, class_transformer_1.Transform)(({ obj }) => obj.uniqueNationalNum),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], KleosIdentitySummaryDto.prototype, "nationalNumber", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false, nullable: true }),
|
|
43
|
+
(0, class_transformer_1.Expose)(),
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], KleosIdentitySummaryDto.prototype, "vatNumber", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, nestjs_1.ApiProperty)({ enum: clientType_enum_1.ClientTypeEnum, required: true }),
|
|
48
|
+
(0, class_transformer_1.Expose)(),
|
|
49
|
+
(0, class_transformer_1.Transform)(({ obj }) => obj.type === 'L' ? clientType_enum_1.ClientTypeEnum.LEGAL : clientType_enum_1.ClientTypeEnum.NATURAL),
|
|
50
|
+
__metadata("design:type", String)
|
|
51
|
+
], KleosIdentitySummaryDto.prototype, "type", void 0);
|
|
52
|
+
//# sourceMappingURL=kleosIdentitySummary.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kleosIdentitySummary.dto.js","sourceRoot":"","sources":["../../../src/dto/kleos/kleosIdentitySummary.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAsD;AACtD,yCAA2C;AAC3C,gEAA4D;AAE5D,MAAa,uBAAuB;CA6BnC;AA7BD,0DA6BC;AA1BA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;mDACE;AAIX;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9D,IAAA,0BAAM,GAAE;;0DACgB;AAKzB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9D,IAAA,0BAAM,GAAE;IACR,IAAA,6BAAS,EAAC,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,GAAG,CAAC,QAAQ,CAAC;;qDACjB;AAKpB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9D,IAAA,0BAAM,GAAE;IACR,IAAA,6BAAS,EAAC,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,GAAG,CAAC,iBAAiB,CAAC;;+DAChB;AAI9B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9D,IAAA,0BAAM,GAAE;;0DACgB;AAOzB;IALC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,gCAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACrD,IAAA,0BAAM,GAAE;IACR,IAAA,6BAAS,EAAC,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CACtB,GAAG,CAAC,IAAI,KAAK,GAAG,CAAC,CAAC,CAAC,gCAAc,CAAC,KAAK,CAAC,CAAC,CAAC,gCAAc,CAAC,OAAO,CAChE;;qDACoB"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { UserDto } from '../user/user.dto';
|
|
2
2
|
import { ProjectDto } from '../project/project.dto';
|
|
3
3
|
import { TenantDto } from '../tenant/tenant.dto';
|
|
4
|
+
import { LegalPersonManagerDto } from '../legalPersonManager/legalPersonManager.dto';
|
|
5
|
+
import { NaturalPersonDto } from '../naturalPerson/naturalPerson.dto';
|
|
4
6
|
export declare class LegalPersonEmbeddedDto {
|
|
5
7
|
tenant: TenantDto;
|
|
6
8
|
projects?: ProjectDto[];
|
|
9
|
+
finalBeneficiary?: NaturalPersonDto;
|
|
10
|
+
managers?: LegalPersonManagerDto[];
|
|
7
11
|
createdBy?: UserDto;
|
|
8
12
|
updatedBy?: UserDto;
|
|
9
13
|
}
|
|
@@ -15,6 +15,8 @@ const nestjs_1 = require("../../nestjs");
|
|
|
15
15
|
const user_dto_1 = require("../user/user.dto");
|
|
16
16
|
const project_dto_1 = require("../project/project.dto");
|
|
17
17
|
const tenant_dto_1 = require("../tenant/tenant.dto");
|
|
18
|
+
const legalPersonManager_dto_1 = require("../legalPersonManager/legalPersonManager.dto");
|
|
19
|
+
const naturalPerson_dto_1 = require("../naturalPerson/naturalPerson.dto");
|
|
18
20
|
class LegalPersonEmbeddedDto {
|
|
19
21
|
}
|
|
20
22
|
exports.LegalPersonEmbeddedDto = LegalPersonEmbeddedDto;
|
|
@@ -30,6 +32,18 @@ __decorate([
|
|
|
30
32
|
(0, class_transformer_1.Expose)(),
|
|
31
33
|
__metadata("design:type", Array)
|
|
32
34
|
], LegalPersonEmbeddedDto.prototype, "projects", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, nestjs_1.ApiProperty)({ type: () => naturalPerson_dto_1.NaturalPersonDto, required: false }),
|
|
37
|
+
(0, class_transformer_1.Type)(() => naturalPerson_dto_1.NaturalPersonDto),
|
|
38
|
+
(0, class_transformer_1.Expose)(),
|
|
39
|
+
__metadata("design:type", naturalPerson_dto_1.NaturalPersonDto)
|
|
40
|
+
], LegalPersonEmbeddedDto.prototype, "finalBeneficiary", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, nestjs_1.ApiProperty)({ type: () => [legalPersonManager_dto_1.LegalPersonManagerDto], required: false }),
|
|
43
|
+
(0, class_transformer_1.Type)(() => legalPersonManager_dto_1.LegalPersonManagerDto),
|
|
44
|
+
(0, class_transformer_1.Expose)(),
|
|
45
|
+
__metadata("design:type", Array)
|
|
46
|
+
], LegalPersonEmbeddedDto.prototype, "managers", void 0);
|
|
33
47
|
__decorate([
|
|
34
48
|
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
35
49
|
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"legalPersonEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/legalPerson/legalPersonEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAE3C,+CAA2C;AAC3C,wDAAoD;AACpD,qDAAiD;
|
|
1
|
+
{"version":3,"file":"legalPersonEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/legalPerson/legalPersonEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAE3C,+CAA2C;AAC3C,wDAAoD;AACpD,qDAAiD;AACjD,yFAAqF;AACrF,0EAAsE;AAEtE,MAAa,sBAAsB;CA8BlC;AA9BD,wDA8BC;AA1BA;IAHE,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,sBAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACxD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sBAAS,CAAC;IACrB,IAAA,0BAAM,GAAE;8BACD,sBAAS;sDAAC;AAKlB;IAHE,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,wBAAU,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC3D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IACtB,IAAA,0BAAM,GAAE;;wDACe;AAKxB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,oCAAgB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oCAAgB,CAAC;IAC5B,IAAA,0BAAM,GAAE;8BACU,oCAAgB;gEAAC;AAKpC;IAHE,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,8CAAqB,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACtE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8CAAqB,CAAC;IACjC,IAAA,0BAAM,GAAE;;wDAC0B;AAKnC;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;yDAAC;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;yDAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BulkUpdateLegalPersonManagerDto = void 0;
|
|
4
|
+
const bulk_dto_1 = require("../generic/bulk.dto");
|
|
5
|
+
const updateLegalPersonManager_dto_1 = require("./updateLegalPersonManager.dto");
|
|
6
|
+
class BulkUpdateLegalPersonManagerDto extends (0, bulk_dto_1.BulkDto)(updateLegalPersonManager_dto_1.UpdateLegalPersonManagerDto) {
|
|
7
|
+
}
|
|
8
|
+
exports.BulkUpdateLegalPersonManagerDto = BulkUpdateLegalPersonManagerDto;
|
|
9
|
+
//# sourceMappingURL=bulkUpdateLegalPersonManager.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulkUpdateLegalPersonManager.dto.js","sourceRoot":"","sources":["../../../src/dto/legalPersonManager/bulkUpdateLegalPersonManager.dto.ts"],"names":[],"mappings":";;;AAAA,kDAA8C;AAC9C,iFAA6E;AAE7E,MAAa,+BAAgC,SAAQ,IAAA,kBAAO,EAAC,0DAA2B,CAAC;CAAG;AAA5F,0EAA4F"}
|
|
@@ -9,25 +9,23 @@ 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.CreateLegalPersonManagerDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
13
14
|
const nestjs_1 = require("../../nestjs");
|
|
14
15
|
const class_validator_1 = require("class-validator");
|
|
15
|
-
|
|
16
|
-
class CreateManyProjectAccessRightDto {
|
|
16
|
+
class CreateLegalPersonManagerDto {
|
|
17
17
|
}
|
|
18
|
-
exports.
|
|
18
|
+
exports.CreateLegalPersonManagerDto = CreateLegalPersonManagerDto;
|
|
19
19
|
__decorate([
|
|
20
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
21
|
-
(0, class_validator_1.
|
|
22
|
-
(0, class_validator_1.IsString)({ each: true }),
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid', nullable: false }),
|
|
21
|
+
(0, class_validator_1.IsUUID)(4),
|
|
23
22
|
(0, class_transformer_1.Expose)(),
|
|
24
|
-
__metadata("design:type",
|
|
25
|
-
],
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], CreateLegalPersonManagerDto.prototype, "legalPersonId", void 0);
|
|
26
25
|
__decorate([
|
|
27
|
-
(0, nestjs_1.ApiProperty)({ type: String, required:
|
|
28
|
-
(0, class_validator_1.
|
|
29
|
-
(0, class_validator_1.IsString)(),
|
|
26
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid', nullable: false }),
|
|
27
|
+
(0, class_validator_1.IsUUID)(4),
|
|
30
28
|
(0, class_transformer_1.Expose)(),
|
|
31
29
|
__metadata("design:type", String)
|
|
32
|
-
],
|
|
33
|
-
//# sourceMappingURL=
|
|
30
|
+
], CreateLegalPersonManagerDto.prototype, "naturalPersonId", void 0);
|
|
31
|
+
//# sourceMappingURL=createLegalPersonManager.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createLegalPersonManager.dto.js","sourceRoot":"","sources":["../../../src/dto/legalPersonManager/createLegalPersonManager.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAC3C,qDAAyC;AAEzC,MAAa,2BAA2B;CAUvC;AAVD,kEAUC;AANA;IAHE,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9E,IAAA,wBAAM,EAAC,CAAC,CAAC;IACV,IAAA,0BAAM,GAAE;;kEACa;AAKtB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9E,IAAA,wBAAM,EAAC,CAAC,CAAC;IACT,IAAA,0BAAM,GAAE;;oEACe"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { LegalPersonManagerEmbeddedDto } from './legalPersonManagerEmbedded.dto';
|
|
2
|
+
declare const LegalPersonManagerDto_base: import("../generic/base.dto").BaseDtoType<LegalPersonManagerEmbeddedDto>;
|
|
3
|
+
export declare class LegalPersonManagerDto extends LegalPersonManagerDto_base {
|
|
4
|
+
id: string;
|
|
5
|
+
legalPersonId: string;
|
|
6
|
+
naturalPersonId: string;
|
|
7
|
+
}
|
|
8
|
+
export {};
|
|
@@ -9,32 +9,27 @@ 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.LegalPersonManagerDto = 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
|
-
class
|
|
16
|
+
const legalPersonManagerEmbedded_dto_1 = require("./legalPersonManagerEmbedded.dto");
|
|
17
|
+
class LegalPersonManagerDto extends (0, base_dto_1.BaseDto)(legalPersonManagerEmbedded_dto_1.LegalPersonManagerEmbeddedDto) {
|
|
18
18
|
}
|
|
19
|
-
exports.
|
|
19
|
+
exports.LegalPersonManagerDto = LegalPersonManagerDto;
|
|
20
20
|
__decorate([
|
|
21
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
21
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid', nullable: false }),
|
|
22
22
|
(0, class_transformer_1.Expose)(),
|
|
23
23
|
__metadata("design:type", String)
|
|
24
|
-
],
|
|
24
|
+
], LegalPersonManagerDto.prototype, "id", void 0);
|
|
25
25
|
__decorate([
|
|
26
|
-
(0, nestjs_1.ApiProperty)({ type:
|
|
27
|
-
(0, class_transformer_1.Expose)(),
|
|
28
|
-
__metadata("design:type", Boolean)
|
|
29
|
-
], ProjectAccessRightDto.prototype, "isMainUser", void 0);
|
|
30
|
-
__decorate([
|
|
31
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
26
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid', nullable: false }),
|
|
32
27
|
(0, class_transformer_1.Expose)(),
|
|
33
28
|
__metadata("design:type", String)
|
|
34
|
-
],
|
|
29
|
+
], LegalPersonManagerDto.prototype, "legalPersonId", void 0);
|
|
35
30
|
__decorate([
|
|
36
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
31
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid', nullable: false }),
|
|
37
32
|
(0, class_transformer_1.Expose)(),
|
|
38
33
|
__metadata("design:type", String)
|
|
39
|
-
],
|
|
40
|
-
//# sourceMappingURL=
|
|
34
|
+
], LegalPersonManagerDto.prototype, "naturalPersonId", void 0);
|
|
35
|
+
//# sourceMappingURL=legalPersonManager.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"legalPersonManager.dto.js","sourceRoot":"","sources":["../../../src/dto/legalPersonManager/legalPersonManager.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAE3C,kDAA8C;AAC9C,qFAAiF;AAEjF,MAAa,qBAAsB,SAAQ,IAAA,kBAAO,EAAC,8DAA6B,CAAC;CAYhF;AAZD,sDAYC;AATA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9E,IAAA,0BAAM,GAAE;;iDACG;AAIZ;IAFE,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/E,IAAA,0BAAM,GAAE;;4DACa;AAItB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9E,IAAA,0BAAM,GAAE;;8DACe"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { UserDto } from '../user/user.dto';
|
|
2
|
+
import { LegalPersonDto } from '../legalPerson/legalPerson.dto';
|
|
3
|
+
import { NaturalPersonDto } from '../naturalPerson/naturalPerson.dto';
|
|
4
|
+
export declare class LegalPersonManagerEmbeddedDto {
|
|
5
|
+
legalPerson?: LegalPersonDto;
|
|
6
|
+
naturalPerson?: NaturalPersonDto;
|
|
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.LegalPersonManagerEmbeddedDto = 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/user.dto");
|
|
16
|
-
const
|
|
17
|
-
|
|
16
|
+
const legalPerson_dto_1 = require("../legalPerson/legalPerson.dto");
|
|
17
|
+
const naturalPerson_dto_1 = require("../naturalPerson/naturalPerson.dto");
|
|
18
|
+
class LegalPersonManagerEmbeddedDto {
|
|
18
19
|
}
|
|
19
|
-
exports.
|
|
20
|
+
exports.LegalPersonManagerEmbeddedDto = LegalPersonManagerEmbeddedDto;
|
|
20
21
|
__decorate([
|
|
21
|
-
(0, nestjs_1.ApiProperty)({ type:
|
|
22
|
-
(0, class_transformer_1.Type)(() =>
|
|
22
|
+
(0, nestjs_1.ApiProperty)({ type: () => legalPerson_dto_1.LegalPersonDto, required: false }),
|
|
23
|
+
(0, class_transformer_1.Type)(() => legalPerson_dto_1.LegalPersonDto),
|
|
23
24
|
(0, class_transformer_1.Expose)(),
|
|
24
|
-
__metadata("design:type",
|
|
25
|
-
],
|
|
25
|
+
__metadata("design:type", legalPerson_dto_1.LegalPersonDto)
|
|
26
|
+
], LegalPersonManagerEmbeddedDto.prototype, "legalPerson", void 0);
|
|
26
27
|
__decorate([
|
|
27
|
-
(0, nestjs_1.ApiProperty)({ type:
|
|
28
|
-
(0, class_transformer_1.Type)(() =>
|
|
28
|
+
(0, nestjs_1.ApiProperty)({ type: () => naturalPerson_dto_1.NaturalPersonDto, required: false }),
|
|
29
|
+
(0, class_transformer_1.Type)(() => naturalPerson_dto_1.NaturalPersonDto),
|
|
29
30
|
(0, class_transformer_1.Expose)(),
|
|
30
|
-
__metadata("design:type",
|
|
31
|
-
],
|
|
31
|
+
__metadata("design:type", naturalPerson_dto_1.NaturalPersonDto)
|
|
32
|
+
], LegalPersonManagerEmbeddedDto.prototype, "naturalPerson", 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
|
+
], LegalPersonManagerEmbeddedDto.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
|
+
], LegalPersonManagerEmbeddedDto.prototype, "updatedBy", void 0);
|
|
45
|
+
//# sourceMappingURL=legalPersonManagerEmbedded.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"legalPersonManagerEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/legalPersonManager/legalPersonManagerEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAE3C,+CAA2C;AAC3C,oEAAgE;AAChE,0EAAsE;AAEtE,MAAa,6BAA6B;CAoBzC;AApBD,sEAoBC;AAhBA;IAHE,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,gCAAc,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC7D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gCAAc,CAAC;IAC1B,IAAA,0BAAM,GAAE;8BACK,gCAAc;kEAAC;AAK7B;IAHE,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,oCAAgB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oCAAgB,CAAC;IAC5B,IAAA,0BAAM,GAAE;8BACO,oCAAgB;oEAAC;AAKjC;IAHE,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACtD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;gEAAC;AAKpB;IAHE,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACtD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;gEAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { LegalPersonManagerDto } from './legalPersonManager.dto';
|
|
2
|
+
declare class EmbeddedLegalPersonManager {
|
|
3
|
+
legalPersonManagers?: LegalPersonManagerDto[];
|
|
4
|
+
}
|
|
5
|
+
declare const LegalPersonManagerPageDto_base: {
|
|
6
|
+
new (): {
|
|
7
|
+
_page: import("../..").PageInfoDto;
|
|
8
|
+
_embedded: EmbeddedLegalPersonManager;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare class LegalPersonManagerPageDto extends LegalPersonManagerPageDto_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.LegalPersonManagerPageDto = 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 legalPersonManager_dto_1 = require("./legalPersonManager.dto");
|
|
17
|
+
class EmbeddedLegalPersonManager {
|
|
18
18
|
}
|
|
19
19
|
__decorate([
|
|
20
|
-
(0, nestjs_1.ApiProperty)({ type: () => [
|
|
21
|
-
(0, class_transformer_1.Type)(() =>
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: () => [legalPersonManager_dto_1.LegalPersonManagerDto], required: false }),
|
|
21
|
+
(0, class_transformer_1.Type)(() => legalPersonManager_dto_1.LegalPersonManagerDto),
|
|
22
22
|
(0, class_transformer_1.Expose)({ name: 'items' }),
|
|
23
23
|
__metadata("design:type", Array)
|
|
24
|
-
],
|
|
25
|
-
class
|
|
24
|
+
], EmbeddedLegalPersonManager.prototype, "legalPersonManagers", void 0);
|
|
25
|
+
class LegalPersonManagerPageDto extends (0, page_dto_1.PageDto)(EmbeddedLegalPersonManager) {
|
|
26
26
|
}
|
|
27
|
-
exports.
|
|
28
|
-
//# sourceMappingURL=
|
|
27
|
+
exports.LegalPersonManagerPageDto = LegalPersonManagerPageDto;
|
|
28
|
+
//# sourceMappingURL=legalPersonManagerPage.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"legalPersonManagerPage.dto.js","sourceRoot":"","sources":["../../../src/dto/legalPersonManager/legalPersonManagerPage.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAE3C,kDAA8C;AAC9C,qEAAiE;AAEjE,MAAM,0BAA0B;CAK/B;AADA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,8CAAqB,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8CAAqB,CAAC;IACjC,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;uEACoB;AAG/C,MAAa,yBAA0B,SAAQ,IAAA,kBAAO,EAAC,0BAA0B,CAAC;CAAG;AAArF,8DAAqF"}
|
|
@@ -9,24 +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.UpdateLegalPersonManagerDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
13
14
|
const nestjs_1 = require("../../nestjs");
|
|
14
15
|
const class_validator_1 = require("class-validator");
|
|
15
|
-
|
|
16
|
-
class CreateProjectAccessRightDto {
|
|
16
|
+
class UpdateLegalPersonManagerDto {
|
|
17
17
|
}
|
|
18
|
-
exports.
|
|
18
|
+
exports.UpdateLegalPersonManagerDto = UpdateLegalPersonManagerDto;
|
|
19
19
|
__decorate([
|
|
20
|
-
(0, nestjs_1.ApiProperty)({ type: String, required:
|
|
21
|
-
(0, class_validator_1.
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false, format: 'uuid', nullable: false }),
|
|
21
|
+
(0, class_validator_1.IsOptional)(),
|
|
22
|
+
(0, class_validator_1.IsUUID)(4),
|
|
22
23
|
(0, class_transformer_1.Expose)(),
|
|
23
24
|
__metadata("design:type", String)
|
|
24
|
-
],
|
|
25
|
+
], UpdateLegalPersonManagerDto.prototype, "legalPersonId", void 0);
|
|
25
26
|
__decorate([
|
|
26
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: false,
|
|
27
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false, format: 'uuid', nullable: false }),
|
|
27
28
|
(0, class_validator_1.IsOptional)(),
|
|
28
|
-
(0, class_validator_1.
|
|
29
|
+
(0, class_validator_1.IsUUID)(4),
|
|
29
30
|
(0, class_transformer_1.Expose)(),
|
|
30
31
|
__metadata("design:type", String)
|
|
31
|
-
],
|
|
32
|
-
//# sourceMappingURL=
|
|
32
|
+
], UpdateLegalPersonManagerDto.prototype, "naturalPersonId", void 0);
|
|
33
|
+
//# sourceMappingURL=updateLegalPersonManager.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateLegalPersonManager.dto.js","sourceRoot":"","sources":["../../../src/dto/legalPersonManager/updateLegalPersonManager.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAC3C,qDAAqD;AAErD,MAAa,2BAA2B;CAYvC;AAZD,kEAYC;AAPA;IAJE,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/E,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,CAAC,CAAC;IACV,IAAA,0BAAM,GAAE;;kEACa;AAMtB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9E,IAAA,4BAAU,GAAE;IACb,IAAA,wBAAM,EAAC,CAAC,CAAC;IACT,IAAA,0BAAM,GAAE;;oEACe"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { UserDto } from '../user/user.dto';
|
|
2
2
|
import { ProjectDto } from '../project/project.dto';
|
|
3
3
|
import { TenantDto } from '../tenant/tenant.dto';
|
|
4
|
+
import { LegalPersonDto } from '../legalPerson/legalPerson.dto';
|
|
5
|
+
import { LegalPersonManagerDto } from '../legalPersonManager/legalPersonManager.dto';
|
|
4
6
|
export declare class NaturalPersonEmbeddedDto {
|
|
5
7
|
tenant: TenantDto;
|
|
6
8
|
projects?: ProjectDto[];
|
|
9
|
+
legalPersons?: LegalPersonDto[];
|
|
10
|
+
legalPersonManagers?: LegalPersonManagerDto[];
|
|
7
11
|
createdBy?: UserDto;
|
|
8
12
|
updatedBy?: UserDto;
|
|
9
13
|
}
|
|
@@ -15,6 +15,8 @@ const nestjs_1 = require("../../nestjs");
|
|
|
15
15
|
const user_dto_1 = require("../user/user.dto");
|
|
16
16
|
const project_dto_1 = require("../project/project.dto");
|
|
17
17
|
const tenant_dto_1 = require("../tenant/tenant.dto");
|
|
18
|
+
const legalPerson_dto_1 = require("../legalPerson/legalPerson.dto");
|
|
19
|
+
const legalPersonManager_dto_1 = require("../legalPersonManager/legalPersonManager.dto");
|
|
18
20
|
class NaturalPersonEmbeddedDto {
|
|
19
21
|
}
|
|
20
22
|
exports.NaturalPersonEmbeddedDto = NaturalPersonEmbeddedDto;
|
|
@@ -30,6 +32,18 @@ __decorate([
|
|
|
30
32
|
(0, class_transformer_1.Expose)(),
|
|
31
33
|
__metadata("design:type", Array)
|
|
32
34
|
], NaturalPersonEmbeddedDto.prototype, "projects", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, nestjs_1.ApiProperty)({ type: () => legalPerson_dto_1.LegalPersonDto, required: false }),
|
|
37
|
+
(0, class_transformer_1.Type)(() => legalPerson_dto_1.LegalPersonDto),
|
|
38
|
+
(0, class_transformer_1.Expose)(),
|
|
39
|
+
__metadata("design:type", Array)
|
|
40
|
+
], NaturalPersonEmbeddedDto.prototype, "legalPersons", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, nestjs_1.ApiProperty)({ type: () => legalPersonManager_dto_1.LegalPersonManagerDto, required: false }),
|
|
43
|
+
(0, class_transformer_1.Type)(() => legalPersonManager_dto_1.LegalPersonManagerDto),
|
|
44
|
+
(0, class_transformer_1.Expose)(),
|
|
45
|
+
__metadata("design:type", Array)
|
|
46
|
+
], NaturalPersonEmbeddedDto.prototype, "legalPersonManagers", void 0);
|
|
33
47
|
__decorate([
|
|
34
48
|
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
35
49
|
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"naturalPersonEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/naturalPerson/naturalPersonEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAE3C,+CAA2C;AAC3C,wDAAoD;AACpD,qDAAiD;
|
|
1
|
+
{"version":3,"file":"naturalPersonEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/naturalPerson/naturalPersonEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAE3C,+CAA2C;AAC3C,wDAAoD;AACpD,qDAAiD;AACjD,oEAAgE;AAChE,yFAAqF;AAErF,MAAa,wBAAwB;CA8BpC;AA9BD,4DA8BC;AA1BA;IAHE,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,sBAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACxD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sBAAS,CAAC;IACrB,IAAA,0BAAM,GAAE;8BACD,sBAAS;wDAAC;AAKlB;IAHE,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,wBAAU,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC3D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IACtB,IAAA,0BAAM,GAAE;;0DACe;AAKxB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,gCAAc,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC5D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gCAAc,CAAC;IAC1B,IAAA,0BAAM,GAAE;;8DACuB;AAKhC;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,8CAAqB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACnE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8CAAqB,CAAC;IACjC,IAAA,0BAAM,GAAE;;qEACqC;AAK9C;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;2DAAC;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;2DAAC"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { UserDto } from './user.dto';
|
|
2
2
|
import { TenantDto } from '../tenant/tenant.dto';
|
|
3
|
-
import { ProjectAccessRightDto } from '../projectAccessRight/projectAccessRight.dto';
|
|
4
3
|
import { ProjectDto } from '../project/project.dto';
|
|
5
4
|
export declare class UserEmbeddedDto {
|
|
6
5
|
tenant: TenantDto;
|
|
7
|
-
projectAccessRights?: ProjectAccessRightDto[];
|
|
8
6
|
projectsAsContactPerson?: ProjectDto[];
|
|
9
7
|
projectsAsDominusLitis?: ProjectDto[];
|
|
10
8
|
createdBy?: UserDto;
|
|
@@ -14,7 +14,6 @@ const class_transformer_1 = require("class-transformer");
|
|
|
14
14
|
const nestjs_1 = require("../../nestjs");
|
|
15
15
|
const user_dto_1 = require("./user.dto");
|
|
16
16
|
const tenant_dto_1 = require("../tenant/tenant.dto");
|
|
17
|
-
const projectAccessRight_dto_1 = require("../projectAccessRight/projectAccessRight.dto");
|
|
18
17
|
const project_dto_1 = require("../project/project.dto");
|
|
19
18
|
class UserEmbeddedDto {
|
|
20
19
|
}
|
|
@@ -25,12 +24,6 @@ __decorate([
|
|
|
25
24
|
(0, class_transformer_1.Expose)(),
|
|
26
25
|
__metadata("design:type", tenant_dto_1.TenantDto)
|
|
27
26
|
], UserEmbeddedDto.prototype, "tenant", void 0);
|
|
28
|
-
__decorate([
|
|
29
|
-
(0, nestjs_1.ApiProperty)({ type: () => [projectAccessRight_dto_1.ProjectAccessRightDto], required: false }),
|
|
30
|
-
(0, class_transformer_1.Type)(() => projectAccessRight_dto_1.ProjectAccessRightDto),
|
|
31
|
-
(0, class_transformer_1.Expose)(),
|
|
32
|
-
__metadata("design:type", Array)
|
|
33
|
-
], UserEmbeddedDto.prototype, "projectAccessRights", void 0);
|
|
34
27
|
__decorate([
|
|
35
28
|
(0, nestjs_1.ApiProperty)({ type: () => [project_dto_1.ProjectDto], required: false }),
|
|
36
29
|
(0, class_transformer_1.Type)(() => project_dto_1.ProjectDto),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/user/userEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAE3C,yCAAqC;AACrC,qDAAiD;AACjD,
|
|
1
|
+
{"version":3,"file":"userEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/user/userEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAE3C,yCAAqC;AACrC,qDAAiD;AACjD,wDAAoD;AAEpD,MAAa,eAAe;CAyB3B;AAzBD,0CAyBC;AArBA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,sBAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACvD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sBAAS,CAAC;IACrB,IAAA,0BAAM,GAAE;8BACD,sBAAS;+CAAC;AAKlB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,wBAAU,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC1D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IACtB,IAAA,0BAAM,GAAE;;gEAC8B;AAKvC;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,wBAAU,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC1D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IACtB,IAAA,0BAAM,GAAE;;+DAC6B;AAKtC;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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ClientTypeEnum = void 0;
|
|
4
|
+
var ClientTypeEnum;
|
|
5
|
+
(function (ClientTypeEnum) {
|
|
6
|
+
ClientTypeEnum["LEGAL"] = "LEGAL";
|
|
7
|
+
ClientTypeEnum["NATURAL"] = "NATURAL";
|
|
8
|
+
})(ClientTypeEnum || (exports.ClientTypeEnum = ClientTypeEnum = {}));
|
|
9
|
+
//# sourceMappingURL=clientType.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clientType.enum.js","sourceRoot":"","sources":["../../src/enum/clientType.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAGX;AAHD,WAAY,cAAc;IACzB,iCAAe,CAAA;IACf,qCAAmB,CAAA;AACpB,CAAC,EAHW,cAAc,8BAAd,cAAc,QAGzB"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare enum NotificationTaskTypeEnum {
|
|
2
|
+
SEND_USER_CREATED_NOTIFICATION = "SEND_USER_CREATED_NOTIFICATION",
|
|
2
3
|
SEND_ONBOARDING_INVITATION = "SEND_ONBOARDING_INVITATION",
|
|
3
4
|
SEND_ONBOARDING_REMINDER = "SEND_ONBOARDING_REMINDER",
|
|
4
5
|
SEND_SECOND_ONBOARDING_REMINDER = "SEND_SECOND_ONBOARDING_REMINDER",
|
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.NotificationTaskTypeEnum = void 0;
|
|
4
4
|
var NotificationTaskTypeEnum;
|
|
5
5
|
(function (NotificationTaskTypeEnum) {
|
|
6
|
+
NotificationTaskTypeEnum["SEND_USER_CREATED_NOTIFICATION"] = "SEND_USER_CREATED_NOTIFICATION";
|
|
6
7
|
NotificationTaskTypeEnum["SEND_ONBOARDING_INVITATION"] = "SEND_ONBOARDING_INVITATION";
|
|
7
8
|
NotificationTaskTypeEnum["SEND_ONBOARDING_REMINDER"] = "SEND_ONBOARDING_REMINDER";
|
|
8
9
|
NotificationTaskTypeEnum["SEND_SECOND_ONBOARDING_REMINDER"] = "SEND_SECOND_ONBOARDING_REMINDER";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notificationTaskType.enum.js","sourceRoot":"","sources":["../../src/enum/notificationTaskType.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"notificationTaskType.enum.js","sourceRoot":"","sources":["../../src/enum/notificationTaskType.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,wBAMX;AAND,WAAY,wBAAwB;IACnC,6FAAiE,CAAA;IACjE,qFAAyD,CAAA;IACzD,iFAAqD,CAAA;IACrD,+FAAmE,CAAA;IACnE,2FAA+D,CAAA;AAChE,CAAC,EANW,wBAAwB,wCAAxB,wBAAwB,QAMnC"}
|