@venturialstd/project 0.0.3 → 0.0.6
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/package.json +5 -1
- package/dist/entities/organization-project.entity.d.ts +0 -16
- package/dist/entities/organization-project.entity.d.ts.map +0 -1
- package/dist/entities/organization-project.entity.js +0 -108
- package/dist/entities/organization-project.entity.js.map +0 -1
- package/dist/services/organization-project.service.d.ts +0 -16
- package/dist/services/organization-project.service.d.ts.map +0 -1
- package/dist/services/organization-project.service.js +0 -76
- package/dist/services/organization-project.service.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@venturialstd/project",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "Project Management Module for Venturial - Project Entity Only",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@dataui/crud": "^5.3.4",
|
|
21
21
|
"@dataui/crud-typeorm": "^5.3.4",
|
|
22
|
+
"@nestjs/cache-manager": "^2.2.2",
|
|
22
23
|
"@nestjs/common": "^11.0.11",
|
|
23
24
|
"@nestjs/config": "^4.0.0",
|
|
24
25
|
"@nestjs/core": "^11.0.5",
|
|
@@ -26,6 +27,7 @@
|
|
|
26
27
|
"@nestjs/typeorm": "^10.0.0",
|
|
27
28
|
"@types/node": "^20.0.0",
|
|
28
29
|
"@venturialstd/core": "^1.6.6",
|
|
30
|
+
"cache-manager": "^5.7.6",
|
|
29
31
|
"class-transformer": "^0.5.1",
|
|
30
32
|
"class-validator": "^0.14.1",
|
|
31
33
|
"rxjs": "^7.8.2",
|
|
@@ -37,11 +39,13 @@
|
|
|
37
39
|
"peerDependencies": {
|
|
38
40
|
"@dataui/crud": "^5.3.4",
|
|
39
41
|
"@dataui/crud-typeorm": "^5.3.4",
|
|
42
|
+
"@nestjs/cache-manager": "^2.2.2",
|
|
40
43
|
"@nestjs/common": "^11.0.11",
|
|
41
44
|
"@nestjs/core": "^11.0.5",
|
|
42
45
|
"@nestjs/swagger": "^11.0.3",
|
|
43
46
|
"@nestjs/typeorm": "^10.0.0",
|
|
44
47
|
"@venturialstd/core": "^1.0.16",
|
|
48
|
+
"cache-manager": "^5.7.6",
|
|
45
49
|
"class-transformer": "^0.5.1",
|
|
46
50
|
"class-validator": "^0.14.1",
|
|
47
51
|
"rxjs": "^7.8.2",
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare class OrganizationProject {
|
|
2
|
-
id: string;
|
|
3
|
-
organizationId: string;
|
|
4
|
-
name: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
key?: string;
|
|
7
|
-
status?: string;
|
|
8
|
-
startDate?: Date;
|
|
9
|
-
endDate?: Date;
|
|
10
|
-
ownerId?: string;
|
|
11
|
-
tags?: string[];
|
|
12
|
-
isArchived: boolean;
|
|
13
|
-
createdAt: Date;
|
|
14
|
-
updatedAt: Date;
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=organization-project.entity.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"organization-project.entity.d.ts","sourceRoot":"","sources":["../../src/entities/organization-project.entity.ts"],"names":[],"mappings":"AASA,qBACa,mBAAmB;IAE9B,EAAE,EAAE,MAAM,CAAC;IAKX,cAAc,EAAE,MAAM,CAAC;IAKvB,IAAI,EAAE,MAAM,CAAC;IAKb,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,GAAG,CAAC,EAAE,MAAM,CAAC;IAKb,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,CAAC,EAAE,IAAI,CAAC;IAGjB,OAAO,CAAC,EAAE,IAAI,CAAC;IAKf,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAGhB,UAAU,EAAE,OAAO,CAAC;IAQpB,SAAS,EAAE,IAAI,CAAC;IAQhB,SAAS,EAAE,IAAI,CAAC;CACjB"}
|
|
@@ -1,108 +0,0 @@
|
|
|
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.OrganizationProject = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
const typeorm_1 = require("typeorm");
|
|
15
|
-
let OrganizationProject = class OrganizationProject {
|
|
16
|
-
id;
|
|
17
|
-
organizationId;
|
|
18
|
-
name;
|
|
19
|
-
description;
|
|
20
|
-
key;
|
|
21
|
-
status;
|
|
22
|
-
startDate;
|
|
23
|
-
endDate;
|
|
24
|
-
ownerId;
|
|
25
|
-
tags;
|
|
26
|
-
isArchived;
|
|
27
|
-
createdAt;
|
|
28
|
-
updatedAt;
|
|
29
|
-
};
|
|
30
|
-
exports.OrganizationProject = OrganizationProject;
|
|
31
|
-
__decorate([
|
|
32
|
-
(0, typeorm_1.PrimaryGeneratedColumn)('uuid'),
|
|
33
|
-
__metadata("design:type", String)
|
|
34
|
-
], OrganizationProject.prototype, "id", void 0);
|
|
35
|
-
__decorate([
|
|
36
|
-
(0, class_validator_1.IsUUID)(),
|
|
37
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
38
|
-
(0, typeorm_1.Column)(),
|
|
39
|
-
__metadata("design:type", String)
|
|
40
|
-
], OrganizationProject.prototype, "organizationId", void 0);
|
|
41
|
-
__decorate([
|
|
42
|
-
(0, class_validator_1.IsString)(),
|
|
43
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
44
|
-
(0, typeorm_1.Column)(),
|
|
45
|
-
__metadata("design:type", String)
|
|
46
|
-
], OrganizationProject.prototype, "name", void 0);
|
|
47
|
-
__decorate([
|
|
48
|
-
(0, class_validator_1.IsString)(),
|
|
49
|
-
(0, class_validator_1.IsOptional)(),
|
|
50
|
-
(0, typeorm_1.Column)({ type: 'text', nullable: true }),
|
|
51
|
-
__metadata("design:type", String)
|
|
52
|
-
], OrganizationProject.prototype, "description", void 0);
|
|
53
|
-
__decorate([
|
|
54
|
-
(0, class_validator_1.IsString)(),
|
|
55
|
-
(0, class_validator_1.IsOptional)(),
|
|
56
|
-
(0, typeorm_1.Column)({ nullable: true }),
|
|
57
|
-
__metadata("design:type", String)
|
|
58
|
-
], OrganizationProject.prototype, "key", void 0);
|
|
59
|
-
__decorate([
|
|
60
|
-
(0, class_validator_1.IsString)(),
|
|
61
|
-
(0, class_validator_1.IsOptional)(),
|
|
62
|
-
(0, typeorm_1.Column)({ nullable: true }),
|
|
63
|
-
__metadata("design:type", String)
|
|
64
|
-
], OrganizationProject.prototype, "status", void 0);
|
|
65
|
-
__decorate([
|
|
66
|
-
(0, typeorm_1.Column)({ type: 'date', nullable: true }),
|
|
67
|
-
__metadata("design:type", Date)
|
|
68
|
-
], OrganizationProject.prototype, "startDate", void 0);
|
|
69
|
-
__decorate([
|
|
70
|
-
(0, typeorm_1.Column)({ type: 'date', nullable: true }),
|
|
71
|
-
__metadata("design:type", Date)
|
|
72
|
-
], OrganizationProject.prototype, "endDate", void 0);
|
|
73
|
-
__decorate([
|
|
74
|
-
(0, class_validator_1.IsUUID)(),
|
|
75
|
-
(0, class_validator_1.IsOptional)(),
|
|
76
|
-
(0, typeorm_1.Column)({ nullable: true }),
|
|
77
|
-
__metadata("design:type", String)
|
|
78
|
-
], OrganizationProject.prototype, "ownerId", void 0);
|
|
79
|
-
__decorate([
|
|
80
|
-
(0, typeorm_1.Column)({ type: 'simple-array', nullable: true }),
|
|
81
|
-
__metadata("design:type", Array)
|
|
82
|
-
], OrganizationProject.prototype, "tags", void 0);
|
|
83
|
-
__decorate([
|
|
84
|
-
(0, typeorm_1.Column)({ default: false }),
|
|
85
|
-
__metadata("design:type", Boolean)
|
|
86
|
-
], OrganizationProject.prototype, "isArchived", void 0);
|
|
87
|
-
__decorate([
|
|
88
|
-
(0, typeorm_1.CreateDateColumn)({
|
|
89
|
-
name: 'createdAt',
|
|
90
|
-
nullable: false,
|
|
91
|
-
type: 'timestamptz',
|
|
92
|
-
default: () => 'CURRENT_TIMESTAMP',
|
|
93
|
-
}),
|
|
94
|
-
__metadata("design:type", Date)
|
|
95
|
-
], OrganizationProject.prototype, "createdAt", void 0);
|
|
96
|
-
__decorate([
|
|
97
|
-
(0, typeorm_1.UpdateDateColumn)({
|
|
98
|
-
name: 'updatedAt',
|
|
99
|
-
nullable: false,
|
|
100
|
-
type: 'timestamptz',
|
|
101
|
-
default: () => 'CURRENT_TIMESTAMP',
|
|
102
|
-
}),
|
|
103
|
-
__metadata("design:type", Date)
|
|
104
|
-
], OrganizationProject.prototype, "updatedAt", void 0);
|
|
105
|
-
exports.OrganizationProject = OrganizationProject = __decorate([
|
|
106
|
-
(0, typeorm_1.Entity)('project')
|
|
107
|
-
], OrganizationProject);
|
|
108
|
-
//# sourceMappingURL=organization-project.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"organization-project.entity.js","sourceRoot":"","sources":["../../src/entities/organization-project.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2E;AAC3E,qCAMiB;AAGV,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAE9B,EAAE,CAAS;IAKX,cAAc,CAAS;IAKvB,IAAI,CAAS;IAKb,WAAW,CAAU;IAKrB,GAAG,CAAU;IAKb,MAAM,CAAU;IAGhB,SAAS,CAAQ;IAGjB,OAAO,CAAQ;IAKf,OAAO,CAAU;IAGjB,IAAI,CAAY;IAGhB,UAAU,CAAU;IAQpB,SAAS,CAAO;IAQhB,SAAS,CAAO;CACjB,CAAA;AA7DY,kDAAmB;AAE9B;IADC,IAAA,gCAAsB,EAAC,MAAM,CAAC;;+CACpB;AAKX;IAHC,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,gBAAM,GAAE;;2DACc;AAKvB;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,gBAAM,GAAE;;iDACI;AAKb;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wDACpB;AAKrB;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDACd;AAKb;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDACX;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAC7B,IAAI;sDAAC;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAC/B,IAAI;oDAAC;AAKf;IAHC,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDACV;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACjC;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;;uDACP;AAQpB;IANC,IAAA,0BAAgB,EAAC;QAChB,IAAI,EAAE,WAAW;QACjB,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,aAAa;QACnB,OAAO,EAAE,GAAG,EAAE,CAAC,mBAAmB;KACnC,CAAC;8BACS,IAAI;sDAAC;AAQhB;IANC,IAAA,0BAAgB,EAAC;QAChB,IAAI,EAAE,WAAW;QACjB,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,aAAa;QACnB,OAAO,EAAE,GAAG,EAAE,CAAC,mBAAmB;KACnC,CAAC;8BACS,IAAI;sDAAC;8BA5DL,mBAAmB;IAD/B,IAAA,gBAAM,EAAC,SAAS,CAAC;GACL,mBAAmB,CA6D/B"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TypeOrmCrudService } from '@dataui/crud-typeorm';
|
|
2
|
-
import { Repository } from 'typeorm';
|
|
3
|
-
import { CreateProjectDto, UpdateProjectDto } from '../dtos';
|
|
4
|
-
import { OrganizationProject } from '../entities/organization-project.entity';
|
|
5
|
-
export declare class OrganizationProjectService extends TypeOrmCrudService<OrganizationProject> {
|
|
6
|
-
repo: Repository<OrganizationProject>;
|
|
7
|
-
constructor(repo: Repository<OrganizationProject>);
|
|
8
|
-
createProjectForOrganization(createProjectDto: CreateProjectDto): Promise<OrganizationProject>;
|
|
9
|
-
updateProject(id: string, updateProjectDto: UpdateProjectDto): Promise<OrganizationProject | null>;
|
|
10
|
-
getProjectsByOrganization(organizationId: string, includeArchived?: boolean): Promise<OrganizationProject[]>;
|
|
11
|
-
getProjectById(id: string): Promise<OrganizationProject | null>;
|
|
12
|
-
getActiveProjectsByOrganization(organizationId: string): Promise<OrganizationProject[]>;
|
|
13
|
-
archiveProject(id: string): Promise<OrganizationProject | null>;
|
|
14
|
-
deleteProject(id: string): Promise<void>;
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=organization-project.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"organization-project.service.d.ts","sourceRoot":"","sources":["../../src/services/organization-project.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAG1D,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAE9E,qBACa,0BAA2B,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAG5E,IAAI,EAAE,UAAU,CAAC,mBAAmB,CAAC;gBAArC,IAAI,EAAE,UAAU,CAAC,mBAAmB,CAAC;IAKxC,4BAA4B,CAChC,gBAAgB,EAAE,gBAAgB,GACjC,OAAO,CAAC,mBAAmB,CAAC;IAKzB,aAAa,CACjB,EAAE,EAAE,MAAM,EACV,gBAAgB,EAAE,gBAAgB,GACjC,OAAO,CAAC,mBAAmB,GAAG,IAAI,CAAC;IAKhC,yBAAyB,CAC7B,cAAc,EAAE,MAAM,EACtB,eAAe,UAAQ,GACtB,OAAO,CAAC,mBAAmB,EAAE,CAAC;IAc3B,cAAc,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,GAAG,IAAI,CAAC;IAM/D,+BAA+B,CAAC,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,EAAE,CAAC;IAavF,cAAc,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,GAAG,IAAI,CAAC;IAK/D,aAAa,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;CAG/C"}
|
|
@@ -1,76 +0,0 @@
|
|
|
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
|
-
var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
12
|
-
return function (target, key) { decorator(target, key, paramIndex); }
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.OrganizationProjectService = void 0;
|
|
16
|
-
const crud_typeorm_1 = require("@dataui/crud-typeorm");
|
|
17
|
-
const common_1 = require("@nestjs/common");
|
|
18
|
-
const typeorm_1 = require("@nestjs/typeorm");
|
|
19
|
-
const typeorm_2 = require("typeorm");
|
|
20
|
-
const organization_project_entity_1 = require("../entities/organization-project.entity");
|
|
21
|
-
let OrganizationProjectService = class OrganizationProjectService extends crud_typeorm_1.TypeOrmCrudService {
|
|
22
|
-
repo;
|
|
23
|
-
constructor(repo) {
|
|
24
|
-
super(repo);
|
|
25
|
-
this.repo = repo;
|
|
26
|
-
}
|
|
27
|
-
async createProjectForOrganization(createProjectDto) {
|
|
28
|
-
const project = this.repo.create(createProjectDto);
|
|
29
|
-
return await this.repo.save(project);
|
|
30
|
-
}
|
|
31
|
-
async updateProject(id, updateProjectDto) {
|
|
32
|
-
await this.repo.update(id, updateProjectDto);
|
|
33
|
-
return await this.repo.findOne({ where: { id } });
|
|
34
|
-
}
|
|
35
|
-
async getProjectsByOrganization(organizationId, includeArchived = false) {
|
|
36
|
-
const query = this.repo
|
|
37
|
-
.createQueryBuilder('project')
|
|
38
|
-
.where('project.organizationId = :organizationId', { organizationId });
|
|
39
|
-
if (!includeArchived) {
|
|
40
|
-
query.andWhere('project.isArchived = :isArchived', { isArchived: false });
|
|
41
|
-
}
|
|
42
|
-
query.orderBy('project.createdAt', 'DESC');
|
|
43
|
-
return await query.getMany();
|
|
44
|
-
}
|
|
45
|
-
async getProjectById(id) {
|
|
46
|
-
return await this.repo.findOne({
|
|
47
|
-
where: { id },
|
|
48
|
-
});
|
|
49
|
-
}
|
|
50
|
-
async getActiveProjectsByOrganization(organizationId) {
|
|
51
|
-
return await this.repo.find({
|
|
52
|
-
where: {
|
|
53
|
-
organizationId,
|
|
54
|
-
status: 'active',
|
|
55
|
-
isArchived: false,
|
|
56
|
-
},
|
|
57
|
-
order: {
|
|
58
|
-
createdAt: 'DESC',
|
|
59
|
-
},
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
async archiveProject(id) {
|
|
63
|
-
await this.repo.update(id, { isArchived: true });
|
|
64
|
-
return await this.repo.findOne({ where: { id } });
|
|
65
|
-
}
|
|
66
|
-
async deleteProject(id) {
|
|
67
|
-
await this.repo.delete(id);
|
|
68
|
-
}
|
|
69
|
-
};
|
|
70
|
-
exports.OrganizationProjectService = OrganizationProjectService;
|
|
71
|
-
exports.OrganizationProjectService = OrganizationProjectService = __decorate([
|
|
72
|
-
(0, common_1.Injectable)(),
|
|
73
|
-
__param(0, (0, typeorm_1.InjectRepository)(organization_project_entity_1.OrganizationProject)),
|
|
74
|
-
__metadata("design:paramtypes", [typeorm_2.Repository])
|
|
75
|
-
], OrganizationProjectService);
|
|
76
|
-
//# sourceMappingURL=organization-project.service.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"organization-project.service.js","sourceRoot":"","sources":["../../src/services/organization-project.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,uDAA0D;AAC1D,2CAA4C;AAC5C,6CAAmD;AACnD,qCAAqC;AAGrC,yFAA8E;AAGvE,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,iCAAuC;IAG5E;IAFT,YAES,IAAqC;QAE5C,KAAK,CAAC,IAAI,CAAC,CAAC;QAFL,SAAI,GAAJ,IAAI,CAAiC;IAG9C,CAAC;IAED,KAAK,CAAC,4BAA4B,CAChC,gBAAkC;QAElC,MAAM,OAAO,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC;QACnD,OAAO,MAAM,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACvC,CAAC;IAED,KAAK,CAAC,aAAa,CACjB,EAAU,EACV,gBAAkC;QAElC,MAAM,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,gBAAgB,CAAC,CAAC;QAC7C,OAAO,MAAM,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACpD,CAAC;IAED,KAAK,CAAC,yBAAyB,CAC7B,cAAsB,EACtB,eAAe,GAAG,KAAK;QAEvB,MAAM,KAAK,GAAG,IAAI,CAAC,IAAI;aACpB,kBAAkB,CAAC,SAAS,CAAC;aAC7B,KAAK,CAAC,0CAA0C,EAAE,EAAE,cAAc,EAAE,CAAC,CAAC;QAEzE,IAAI,CAAC,eAAe,EAAE,CAAC;YACrB,KAAK,CAAC,QAAQ,CAAC,kCAAkC,EAAE,EAAE,UAAU,EAAE,KAAK,EAAE,CAAC,CAAC;QAC5E,CAAC;QAED,KAAK,CAAC,OAAO,CAAC,mBAAmB,EAAE,MAAM,CAAC,CAAC;QAE3C,OAAO,MAAM,KAAK,CAAC,OAAO,EAAE,CAAC;IAC/B,CAAC;IAED,KAAK,CAAC,cAAc,CAAC,EAAU;QAC7B,OAAO,MAAM,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC;YAC7B,KAAK,EAAE,EAAE,EAAE,EAAE;SACd,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,+BAA+B,CAAC,cAAsB;QAC1D,OAAO,MAAM,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;YAC1B,KAAK,EAAE;gBACL,cAAc;gBACd,MAAM,EAAE,QAAQ;gBAChB,UAAU,EAAE,KAAK;aAClB;YACD,KAAK,EAAE;gBACL,SAAS,EAAE,MAAM;aAClB;SACF,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,cAAc,CAAC,EAAU;QAC7B,MAAM,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,CAAC,CAAC;QACjD,OAAO,MAAM,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACpD,CAAC;IAED,KAAK,CAAC,aAAa,CAAC,EAAU;QAC5B,MAAM,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IAC7B,CAAC;CACF,CAAA;AAnEY,gEAA0B;qCAA1B,0BAA0B;IADtC,IAAA,mBAAU,GAAE;IAGR,WAAA,IAAA,0BAAgB,EAAC,iDAAmB,CAAC,CAAA;qCACzB,oBAAU;GAHd,0BAA0B,CAmEtC"}
|