rez_core 3.1.156 → 3.1.158
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/app.module.js +0 -2
- package/dist/app.module.js.map +1 -1
- package/dist/config/config.module.js +1 -2
- package/dist/config/config.module.js.map +1 -1
- package/dist/config/database.config.js +1 -1
- package/dist/config/database.config.js.map +1 -1
- package/dist/core.module.d.ts +4 -0
- package/dist/core.module.js +79 -0
- package/dist/core.module.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +18 -0
- package/dist/index.js.map +1 -0
- package/dist/main.js +17 -10
- package/dist/main.js.map +1 -1
- package/dist/module/auth/auth.module.js +1 -0
- package/dist/module/auth/auth.module.js.map +1 -1
- package/dist/module/enterprise/enterprise.module.js +7 -25
- package/dist/module/enterprise/enterprise.module.js.map +1 -1
- package/dist/module/enterprise/service/brand.service.d.ts +0 -4
- package/dist/module/enterprise/service/brand.service.js +1 -40
- package/dist/module/enterprise/service/brand.service.js.map +1 -1
- package/dist/module/enterprise/service/organization.service.d.ts +4 -6
- package/dist/module/enterprise/service/organization.service.js +5 -9
- package/dist/module/enterprise/service/organization.service.js.map +1 -1
- package/dist/module/filter/controller/filter.controller.js.map +1 -1
- package/dist/module/filter/dto/filter-request.dto.d.ts +1 -0
- package/dist/module/filter/service/filter-evaluator.service.js +1 -0
- package/dist/module/filter/service/filter-evaluator.service.js.map +1 -1
- package/dist/module/integration/service/integration.service.js +3 -1
- package/dist/module/integration/service/integration.service.js.map +1 -1
- package/dist/module/listmaster/repository/list-master-items.repository.js +1 -1
- package/dist/module/listmaster/repository/list-master-items.repository.js.map +1 -1
- package/dist/module/listmaster/service/list-master.service.js +2 -1
- package/dist/module/listmaster/service/list-master.service.js.map +1 -1
- package/dist/module/mapper/controller/field-mapper.controller.js.map +1 -1
- package/dist/module/mapper/dto/field-mapper.dto.d.ts +0 -1
- package/dist/module/mapper/dto/field-mapper.dto.js.map +1 -1
- package/dist/module/meta/controller/media.controller.js +1 -1
- package/dist/module/meta/controller/media.controller.js.map +1 -1
- package/dist/module/meta/entity.module.js +0 -6
- package/dist/module/meta/entity.module.js.map +1 -1
- package/dist/module/meta/service/entity-service-impl.service.js +3 -1
- package/dist/module/meta/service/entity-service-impl.service.js.map +1 -1
- package/dist/module/meta/service/entity-table.service.js.map +1 -1
- package/dist/module/meta/service/entity-validation.service.js.map +1 -1
- package/dist/module/meta/service/resolver.service.d.ts +2 -2
- package/dist/module/meta/service/resolver.service.js +1 -1
- package/dist/module/meta/service/resolver.service.js.map +1 -1
- package/dist/module/module/module.module.js.map +1 -1
- package/dist/module/module/repository/module-access.repository.js +0 -1
- package/dist/module/module/repository/module-access.repository.js.map +1 -1
- package/dist/module/module/service/module-access.service.js +7 -1
- package/dist/module/module/service/module-access.service.js.map +1 -1
- package/dist/module/notification/service/email.service.js +10 -5
- package/dist/module/notification/service/email.service.js.map +1 -1
- package/dist/module/user/service/login.service.d.ts +2 -2
- package/dist/module/user/service/user-session.service.js.map +1 -1
- package/dist/module/user/service/user.service.d.ts +4 -0
- package/dist/module/user/service/user.service.js +104 -0
- package/dist/module/user/service/user.service.js.map +1 -1
- package/dist/module/workflow/repository/activity-log.repository.d.ts +2 -3
- package/dist/module/workflow/repository/activity-log.repository.js +2 -3
- package/dist/module/workflow/repository/activity-log.repository.js.map +1 -1
- package/dist/module/workflow/repository/task.repository.js +2 -0
- package/dist/module/workflow/repository/task.repository.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/module/enterprise/entity/brand.entity.d.ts +0 -0
- package/dist/module/enterprise/entity/brand.entity.js +0 -1
- package/dist/module/enterprise/entity/brand.entity.js.map +0 -1
- package/dist/module/enterprise/entity/school.entity.d.ts +0 -0
- package/dist/module/enterprise/entity/school.entity.js +0 -1
- package/dist/module/enterprise/entity/school.entity.js.map +0 -1
- package/dist/module/enterprise/repository/brand.repository.d.ts +0 -0
- package/dist/module/enterprise/repository/brand.repository.js +0 -1
- package/dist/module/enterprise/repository/brand.repository.js.map +0 -1
- package/dist/module/enterprise/service/brand-profile.service.d.ts +0 -4
- package/dist/module/enterprise/service/brand-profile.service.js +0 -25
- package/dist/module/enterprise/service/brand-profile.service.js.map +0 -1
- package/dist/module/enterprise/service/school.service.d.ts +0 -3
- package/dist/module/enterprise/service/school.service.js +0 -18
- package/dist/module/enterprise/service/school.service.js.map +0 -1
- package/dist/module/meta/entity/brand-profile.entity.d.ts +0 -3
- package/dist/module/meta/entity/brand-profile.entity.js +0 -18
- package/dist/module/meta/entity/brand-profile.entity.js.map +0 -1
- package/dist/module/meta/entity/field-group.entity.d.ts +0 -0
- package/dist/module/meta/entity/field-group.entity.js +0 -1
- package/dist/module/meta/entity/field-group.entity.js.map +0 -1
- package/dist/module/meta/entity/school.entity.d.ts +0 -8
- package/dist/module/meta/entity/school.entity.js +0 -44
- package/dist/module/meta/entity/school.entity.js.map +0 -1
- package/dist/module/meta/entity/schoolAddress.entity.d.ts +0 -9
- package/dist/module/meta/entity/schoolAddress.entity.js +0 -48
- package/dist/module/meta/entity/schoolAddress.entity.js.map +0 -1
- package/dist/module/meta/entity/section-master.entity.d.ts +0 -0
- package/dist/module/meta/entity/section-master.entity.js +0 -1
- package/dist/module/meta/entity/section-master.entity.js.map +0 -1
- package/dist/module/meta/entity/user-app-mapping.entity.d.ts +0 -0
- package/dist/module/meta/entity/user-app-mapping.entity.js +0 -1
- package/dist/module/meta/entity/user-app-mapping.entity.js.map +0 -1
- package/dist/module/school/controller/school.controller.d.ts +0 -0
- package/dist/module/school/controller/school.controller.js +0 -1
- package/dist/module/school/controller/school.controller.js.map +0 -1
- package/dist/module/school/dto/school.dto.d.ts +0 -2
- package/dist/module/school/dto/school.dto.js +0 -6
- package/dist/module/school/dto/school.dto.js.map +0 -1
- package/dist/module/school/entity/school-address.entity.d.ts +0 -12
- package/dist/module/school/entity/school-address.entity.js +0 -58
- package/dist/module/school/entity/school-address.entity.js.map +0 -1
- package/dist/module/school/entity/school-board-affiliations.entity.d.ts +0 -0
- package/dist/module/school/entity/school-board-affiliations.entity.js +0 -1
- package/dist/module/school/entity/school-board-affiliations.entity.js.map +0 -1
- package/dist/module/school/entity/school-certification.entity.d.ts +0 -0
- package/dist/module/school/entity/school-certification.entity.js +0 -1
- package/dist/module/school/entity/school-certification.entity.js.map +0 -1
- package/dist/module/school/entity/school-contact.entity.d.ts +0 -7
- package/dist/module/school/entity/school-contact.entity.js +0 -38
- package/dist/module/school/entity/school-contact.entity.js.map +0 -1
- package/dist/module/school/entity/school-infrastructure.entity.d.ts +0 -0
- package/dist/module/school/entity/school-infrastructure.entity.js +0 -1
- package/dist/module/school/entity/school-infrastructure.entity.js.map +0 -1
- package/dist/module/school/entity/school-lead.entity.d.ts +0 -0
- package/dist/module/school/entity/school-lead.entity.js +0 -1
- package/dist/module/school/entity/school-lead.entity.js.map +0 -1
- package/dist/module/school/entity/school-operational-information.entity.d.ts +0 -0
- package/dist/module/school/entity/school-operational-information.entity.js +0 -1
- package/dist/module/school/entity/school-operational-information.entity.js.map +0 -1
- package/dist/module/school/entity/school-shift-time.entity.d.ts +0 -0
- package/dist/module/school/entity/school-shift-time.entity.js +0 -1
- package/dist/module/school/entity/school-shift-time.entity.js.map +0 -1
- package/dist/module/school/entity/school-shift.entity.d.ts +0 -0
- package/dist/module/school/entity/school-shift.entity.js +0 -1
- package/dist/module/school/entity/school-shift.entity.js.map +0 -1
- package/dist/module/school/entity/school.entity.d.ts +0 -37
- package/dist/module/school/entity/school.entity.js +0 -158
- package/dist/module/school/entity/school.entity.js.map +0 -1
- package/dist/module/school/repository/school-lead.repository.d.ts +0 -0
- package/dist/module/school/repository/school-lead.repository.js +0 -1
- package/dist/module/school/repository/school-lead.repository.js.map +0 -1
- package/dist/module/school/repository/school.repository.d.ts +0 -17
- package/dist/module/school/repository/school.repository.js +0 -101
- package/dist/module/school/repository/school.repository.js.map +0 -1
- package/dist/module/school/school.module.d.ts +0 -2
- package/dist/module/school/school.module.js +0 -38
- package/dist/module/school/school.module.js.map +0 -1
- package/dist/module/school/service/school-lead.service.d.ts +0 -0
- package/dist/module/school/service/school-lead.service.js +0 -1
- package/dist/module/school/service/school-lead.service.js.map +0 -1
- package/dist/module/school/service/school.service.d.ts +0 -11
- package/dist/module/school/service/school.service.js +0 -144
- package/dist/module/school/service/school.service.js.map +0 -1
- package/dist/resources/dev.properties.yaml +0 -30
- package/dist/resources/local.properties.yaml +0 -27
- package/dist/resources/uat.properties.yaml +0 -16
package/package.json
CHANGED
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=brand.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"brand.entity.js","sourceRoot":"","sources":["../../../../src/module/enterprise/entity/brand.entity.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=school.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"school.entity.js","sourceRoot":"","sources":["../../../../src/module/enterprise/entity/school.entity.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=brand.repository.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"brand.repository.js","sourceRoot":"","sources":["../../../../src/module/enterprise/repository/brand.repository.ts"],"names":[],"mappings":""}
|
|
@@ -1,25 +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.BrandProfileService = void 0;
|
|
13
|
-
const common_1 = require("@nestjs/common");
|
|
14
|
-
const entity_service_impl_service_1 = require("../../meta/service/entity-service-impl.service");
|
|
15
|
-
let BrandProfileService = class BrandProfileService extends entity_service_impl_service_1.EntityServiceImpl {
|
|
16
|
-
constructor() {
|
|
17
|
-
super();
|
|
18
|
-
}
|
|
19
|
-
};
|
|
20
|
-
exports.BrandProfileService = BrandProfileService;
|
|
21
|
-
exports.BrandProfileService = BrandProfileService = __decorate([
|
|
22
|
-
(0, common_1.Injectable)(),
|
|
23
|
-
__metadata("design:paramtypes", [])
|
|
24
|
-
], BrandProfileService);
|
|
25
|
-
//# sourceMappingURL=brand-profile.service.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"brand-profile.service.js","sourceRoot":"","sources":["../../../../src/module/enterprise/service/brand-profile.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAAoD;AAEpD,gGAAwF;AAGjF,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,+CAAiB;IACxD;QACE,KAAK,EAAE,CAAC;IACV,CAAC;CACF,CAAA;AAJY,kDAAmB;8BAAnB,mBAAmB;IAD/B,IAAA,mBAAU,GAAE;;GACA,mBAAmB,CAI/B"}
|
|
@@ -1,18 +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
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.SchoolService = void 0;
|
|
10
|
-
const common_1 = require("@nestjs/common");
|
|
11
|
-
const entity_service_impl_service_1 = require("../../meta/service/entity-service-impl.service");
|
|
12
|
-
let SchoolService = class SchoolService extends entity_service_impl_service_1.EntityServiceImpl {
|
|
13
|
-
};
|
|
14
|
-
exports.SchoolService = SchoolService;
|
|
15
|
-
exports.SchoolService = SchoolService = __decorate([
|
|
16
|
-
(0, common_1.Injectable)()
|
|
17
|
-
], SchoolService);
|
|
18
|
-
//# sourceMappingURL=school.service.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"school.service.js","sourceRoot":"","sources":["../../../../src/module/enterprise/service/school.service.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAA4C;AAC5C,gGAAwF;AAGjF,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,+CAAiB;CAAG,CAAA;AAA1C,sCAAa;wBAAb,aAAa;IADzB,IAAA,mBAAU,GAAE;GACA,aAAa,CAA6B"}
|
|
@@ -1,18 +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
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.BrandProfile = void 0;
|
|
10
|
-
const typeorm_1 = require("typeorm");
|
|
11
|
-
const base_entity_entity_1 = require("./base-entity.entity");
|
|
12
|
-
let BrandProfile = class BrandProfile extends base_entity_entity_1.BaseEntity {
|
|
13
|
-
};
|
|
14
|
-
exports.BrandProfile = BrandProfile;
|
|
15
|
-
exports.BrandProfile = BrandProfile = __decorate([
|
|
16
|
-
(0, typeorm_1.Entity)({ name: 'eth_brand_profile' })
|
|
17
|
-
], BrandProfile);
|
|
18
|
-
//# sourceMappingURL=brand-profile.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"brand-profile.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/brand-profile.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,qCAAiC;AACjC,6DAAkD;AAG3C,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,+BAAU;CAAG,CAAA;AAAlC,oCAAY;uBAAZ,YAAY;IADxB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,mBAAmB,EAAE,CAAC;GACzB,YAAY,CAAsB"}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=field-group.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"field-group.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/field-group.entity.ts"],"names":[],"mappings":""}
|
|
@@ -1,44 +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.SchoolEntity = void 0;
|
|
13
|
-
const typeorm_1 = require("typeorm");
|
|
14
|
-
let SchoolEntity = class SchoolEntity {
|
|
15
|
-
};
|
|
16
|
-
exports.SchoolEntity = SchoolEntity;
|
|
17
|
-
__decorate([
|
|
18
|
-
(0, typeorm_1.PrimaryGeneratedColumn)(),
|
|
19
|
-
__metadata("design:type", Number)
|
|
20
|
-
], SchoolEntity.prototype, "id", void 0);
|
|
21
|
-
__decorate([
|
|
22
|
-
(0, typeorm_1.Column)({}),
|
|
23
|
-
__metadata("design:type", String)
|
|
24
|
-
], SchoolEntity.prototype, "code", void 0);
|
|
25
|
-
__decorate([
|
|
26
|
-
(0, typeorm_1.Column)({}),
|
|
27
|
-
__metadata("design:type", String)
|
|
28
|
-
], SchoolEntity.prototype, "name", void 0);
|
|
29
|
-
__decorate([
|
|
30
|
-
(0, typeorm_1.Column)({}),
|
|
31
|
-
__metadata("design:type", String)
|
|
32
|
-
], SchoolEntity.prototype, "logo", void 0);
|
|
33
|
-
__decorate([
|
|
34
|
-
(0, typeorm_1.Column)({ nullable: true }),
|
|
35
|
-
__metadata("design:type", Number)
|
|
36
|
-
], SchoolEntity.prototype, "parent_id", void 0);
|
|
37
|
-
__decorate([
|
|
38
|
-
(0, typeorm_1.Column)({ nullable: true }),
|
|
39
|
-
__metadata("design:type", String)
|
|
40
|
-
], SchoolEntity.prototype, "parent_type", void 0);
|
|
41
|
-
exports.SchoolEntity = SchoolEntity = __decorate([
|
|
42
|
-
(0, typeorm_1.Entity)({ name: 'eth_school_temp' })
|
|
43
|
-
], SchoolEntity);
|
|
44
|
-
//# sourceMappingURL=school.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"school.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/school.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAiE;AAG1D,IAAM,YAAY,GAAlB,MAAM,YAAY;CAkBxB,CAAA;AAlBY,oCAAY;AAEvB;IADC,IAAA,gCAAsB,GAAE;;wCACd;AAGX;IADC,IAAA,gBAAM,EAAC,EAAE,CAAC;;0CACE;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,CAAC;;0CACE;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,CAAC;;0CACE;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACT;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACP;uBAjBT,YAAY;IADxB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;GACvB,YAAY,CAkBxB"}
|
|
@@ -1,48 +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.SchoolAddressEntity = void 0;
|
|
13
|
-
const typeorm_1 = require("typeorm");
|
|
14
|
-
let SchoolAddressEntity = class SchoolAddressEntity {
|
|
15
|
-
};
|
|
16
|
-
exports.SchoolAddressEntity = SchoolAddressEntity;
|
|
17
|
-
__decorate([
|
|
18
|
-
(0, typeorm_1.PrimaryGeneratedColumn)(),
|
|
19
|
-
__metadata("design:type", Number)
|
|
20
|
-
], SchoolAddressEntity.prototype, "id", void 0);
|
|
21
|
-
__decorate([
|
|
22
|
-
(0, typeorm_1.Column)({}),
|
|
23
|
-
__metadata("design:type", String)
|
|
24
|
-
], SchoolAddressEntity.prototype, "code", void 0);
|
|
25
|
-
__decorate([
|
|
26
|
-
(0, typeorm_1.Column)({}),
|
|
27
|
-
__metadata("design:type", String)
|
|
28
|
-
], SchoolAddressEntity.prototype, "city", void 0);
|
|
29
|
-
__decorate([
|
|
30
|
-
(0, typeorm_1.Column)({}),
|
|
31
|
-
__metadata("design:type", String)
|
|
32
|
-
], SchoolAddressEntity.prototype, "state", void 0);
|
|
33
|
-
__decorate([
|
|
34
|
-
(0, typeorm_1.Column)({}),
|
|
35
|
-
__metadata("design:type", Number)
|
|
36
|
-
], SchoolAddressEntity.prototype, "school_id", void 0);
|
|
37
|
-
__decorate([
|
|
38
|
-
(0, typeorm_1.Column)({}),
|
|
39
|
-
__metadata("design:type", String)
|
|
40
|
-
], SchoolAddressEntity.prototype, "parent_type", void 0);
|
|
41
|
-
__decorate([
|
|
42
|
-
(0, typeorm_1.Column)({}),
|
|
43
|
-
__metadata("design:type", Number)
|
|
44
|
-
], SchoolAddressEntity.prototype, "parent_id", void 0);
|
|
45
|
-
exports.SchoolAddressEntity = SchoolAddressEntity = __decorate([
|
|
46
|
-
(0, typeorm_1.Entity)({ name: 'eth_school_address_temp' })
|
|
47
|
-
], SchoolAddressEntity);
|
|
48
|
-
//# sourceMappingURL=schoolAddress.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schoolAddress.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/schoolAddress.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAiE;AAG1D,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;CAqB/B,CAAA;AArBY,kDAAmB;AAE9B;IADC,IAAA,gCAAsB,GAAE;;+CACd;AAGX;IADC,IAAA,gBAAM,EAAC,EAAE,CAAC;;iDACE;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,CAAC;;iDACE;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,CAAC;;kDACG;AAGd;IADC,IAAA,gBAAM,EAAC,EAAE,CAAC;;sDACO;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,CAAC;;wDACS;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,CAAC;;sDACO;8BApBP,mBAAmB;IAD/B,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,yBAAyB,EAAE,CAAC;GAC/B,mBAAmB,CAqB/B"}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=section-master.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"section-master.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/section-master.entity.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=user-app-mapping.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"user-app-mapping.entity.js","sourceRoot":"","sources":["../../../../src/module/meta/entity/user-app-mapping.entity.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=school.controller.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"school.controller.js","sourceRoot":"","sources":["../../../../src/module/school/controller/school.controller.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"school.dto.js","sourceRoot":"","sources":["../../../../src/module/school/dto/school.dto.ts"],"names":[],"mappings":";;AAQA,MAAqB,gBAAgB;CAAG;AAAxC,mCAAwC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseEntity } from 'src/module/meta/entity/base-entity.entity';
|
|
2
|
-
export declare class SchoolAddress extends BaseEntity {
|
|
3
|
-
constructor();
|
|
4
|
-
country: string;
|
|
5
|
-
pin_code: string;
|
|
6
|
-
state: string;
|
|
7
|
-
city: string;
|
|
8
|
-
area: string;
|
|
9
|
-
street: string;
|
|
10
|
-
latitude: number;
|
|
11
|
-
longitude: number;
|
|
12
|
-
}
|
|
@@ -1,58 +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.SchoolAddress = void 0;
|
|
13
|
-
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
14
|
-
const typeorm_1 = require("typeorm");
|
|
15
|
-
let SchoolAddress = class SchoolAddress extends base_entity_entity_1.BaseEntity {
|
|
16
|
-
constructor() {
|
|
17
|
-
super();
|
|
18
|
-
this.entity_type = 'SADR';
|
|
19
|
-
}
|
|
20
|
-
};
|
|
21
|
-
exports.SchoolAddress = SchoolAddress;
|
|
22
|
-
__decorate([
|
|
23
|
-
(0, typeorm_1.Column)({ nullable: true, length: 50 }),
|
|
24
|
-
__metadata("design:type", String)
|
|
25
|
-
], SchoolAddress.prototype, "country", void 0);
|
|
26
|
-
__decorate([
|
|
27
|
-
(0, typeorm_1.Column)({ nullable: true, length: 50 }),
|
|
28
|
-
__metadata("design:type", String)
|
|
29
|
-
], SchoolAddress.prototype, "pin_code", void 0);
|
|
30
|
-
__decorate([
|
|
31
|
-
(0, typeorm_1.Column)({ nullable: true, length: 50 }),
|
|
32
|
-
__metadata("design:type", String)
|
|
33
|
-
], SchoolAddress.prototype, "state", void 0);
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, typeorm_1.Column)({ nullable: true, length: 50 }),
|
|
36
|
-
__metadata("design:type", String)
|
|
37
|
-
], SchoolAddress.prototype, "city", void 0);
|
|
38
|
-
__decorate([
|
|
39
|
-
(0, typeorm_1.Column)({ nullable: true, length: 50 }),
|
|
40
|
-
__metadata("design:type", String)
|
|
41
|
-
], SchoolAddress.prototype, "area", void 0);
|
|
42
|
-
__decorate([
|
|
43
|
-
(0, typeorm_1.Column)({ nullable: true }),
|
|
44
|
-
__metadata("design:type", String)
|
|
45
|
-
], SchoolAddress.prototype, "street", void 0);
|
|
46
|
-
__decorate([
|
|
47
|
-
(0, typeorm_1.Column)({ type: 'decimal', precision: 10, scale: 8, nullable: true }),
|
|
48
|
-
__metadata("design:type", Number)
|
|
49
|
-
], SchoolAddress.prototype, "latitude", void 0);
|
|
50
|
-
__decorate([
|
|
51
|
-
(0, typeorm_1.Column)({ type: 'decimal', precision: 11, scale: 8, nullable: true }),
|
|
52
|
-
__metadata("design:type", Number)
|
|
53
|
-
], SchoolAddress.prototype, "longitude", void 0);
|
|
54
|
-
exports.SchoolAddress = SchoolAddress = __decorate([
|
|
55
|
-
(0, typeorm_1.Entity)({ name: 'eth_address' }),
|
|
56
|
-
__metadata("design:paramtypes", [])
|
|
57
|
-
], SchoolAddress);
|
|
58
|
-
//# sourceMappingURL=school-address.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"school-address.entity.js","sourceRoot":"","sources":["../../../../src/module/school/entity/school-address.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,+BAAU;IAC3C;QACE,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,WAAW,GAAG,MAAM,CAAC;IAC5B,CAAC;CAyBF,CAAA;AA7BY,sCAAa;AAOxB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;8CACvB;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;+CACtB;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;4CACzB;AAGd;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;2CAC1B;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;2CAC1B;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6CACZ;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACpD;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDACnD;wBA5BP,aAAa;IADzB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;;GACnB,aAAa,CA6BzB"}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=school-board-affiliations.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"school-board-affiliations.entity.js","sourceRoot":"","sources":["../../../../src/module/school/entity/school-board-affiliations.entity.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=school-certification.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"school-certification.entity.js","sourceRoot":"","sources":["../../../../src/module/school/entity/school-certification.entity.ts"],"names":[],"mappings":""}
|
|
@@ -1,38 +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.SchoolContact = void 0;
|
|
13
|
-
const base_entity_entity_1 = require("../../meta/entity/base-entity.entity");
|
|
14
|
-
const typeorm_1 = require("typeorm");
|
|
15
|
-
let SchoolContact = class SchoolContact extends base_entity_entity_1.BaseEntity {
|
|
16
|
-
constructor() {
|
|
17
|
-
super();
|
|
18
|
-
this.entity_type = 'SCON';
|
|
19
|
-
}
|
|
20
|
-
};
|
|
21
|
-
exports.SchoolContact = SchoolContact;
|
|
22
|
-
__decorate([
|
|
23
|
-
(0, typeorm_1.Column)({ nullable: true, length: 50 }),
|
|
24
|
-
__metadata("design:type", String)
|
|
25
|
-
], SchoolContact.prototype, "contact_type", void 0);
|
|
26
|
-
__decorate([
|
|
27
|
-
(0, typeorm_1.Column)({ nullable: true, length: 50 }),
|
|
28
|
-
__metadata("design:type", String)
|
|
29
|
-
], SchoolContact.prototype, "mobile", void 0);
|
|
30
|
-
__decorate([
|
|
31
|
-
(0, typeorm_1.Column)({ nullable: true, length: 50 }),
|
|
32
|
-
__metadata("design:type", String)
|
|
33
|
-
], SchoolContact.prototype, "email_id", void 0);
|
|
34
|
-
exports.SchoolContact = SchoolContact = __decorate([
|
|
35
|
-
(0, typeorm_1.Entity)({ name: 'eth_contact' }),
|
|
36
|
-
__metadata("design:paramtypes", [])
|
|
37
|
-
], SchoolContact);
|
|
38
|
-
//# sourceMappingURL=school-contact.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"school-contact.entity.js","sourceRoot":"","sources":["../../../../src/module/school/entity/school-contact.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAuE;AACvE,qCAAyC;AAGlC,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,+BAAU;IAC3C;QACE,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,WAAW,GAAG,MAAM,CAAC;IAC5B,CAAC;CAUF,CAAA;AAdY,sCAAa;AAOxB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;mDAClB;AAGrB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;6CACxB;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;+CACtB;wBAbN,aAAa;IADzB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;;GACnB,aAAa,CAczB"}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=school-infrastructure.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"school-infrastructure.entity.js","sourceRoot":"","sources":["../../../../src/module/school/entity/school-infrastructure.entity.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=school-lead.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"school-lead.entity.js","sourceRoot":"","sources":["../../../../src/module/school/entity/school-lead.entity.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=school-operational-information.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"school-operational-information.entity.js","sourceRoot":"","sources":["../../../../src/module/school/entity/school-operational-information.entity.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=school-shift-time.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"school-shift-time.entity.js","sourceRoot":"","sources":["../../../../src/module/school/entity/school-shift-time.entity.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=school-shift.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"school-shift.entity.js","sourceRoot":"","sources":["../../../../src/module/school/entity/school-shift.entity.ts"],"names":[],"mappings":""}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { BaseEntity } from 'src/module/meta/entity/base-entity.entity';
|
|
2
|
-
export declare class School extends BaseEntity {
|
|
3
|
-
constructor();
|
|
4
|
-
address: string;
|
|
5
|
-
brand_id: string;
|
|
6
|
-
board: string;
|
|
7
|
-
school_role: string;
|
|
8
|
-
total_students: number;
|
|
9
|
-
parent_code: string;
|
|
10
|
-
short_name: string;
|
|
11
|
-
school_type: string;
|
|
12
|
-
school_category: string;
|
|
13
|
-
year_of_establish: string;
|
|
14
|
-
primary_language: string;
|
|
15
|
-
secondary_language: string;
|
|
16
|
-
motto: string;
|
|
17
|
-
tagline: string;
|
|
18
|
-
vision_statement: string;
|
|
19
|
-
mission_statement: string;
|
|
20
|
-
short_logo: number;
|
|
21
|
-
full_logo: number;
|
|
22
|
-
banner: number;
|
|
23
|
-
instagram: string;
|
|
24
|
-
facebook: string;
|
|
25
|
-
linkedin: string;
|
|
26
|
-
youtube: string;
|
|
27
|
-
google: string;
|
|
28
|
-
website: string;
|
|
29
|
-
registration_name: string;
|
|
30
|
-
registration_date: string;
|
|
31
|
-
tax_registration_number: string;
|
|
32
|
-
certificate_name: string;
|
|
33
|
-
certificate_file: string;
|
|
34
|
-
expiry_date: string;
|
|
35
|
-
location: string;
|
|
36
|
-
brand_code: string;
|
|
37
|
-
}
|