rez_core 4.0.120 → 4.0.121
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/config/config.module.js +3 -2
- package/dist/config/config.module.js.map +1 -1
- package/dist/config/database.config.d.ts +1 -1
- package/dist/config/database.config.js +15 -12
- package/dist/config/database.config.js.map +1 -1
- package/dist/main.js +10 -17
- package/dist/main.js.map +1 -1
- package/dist/module/auth/auth.module.js +0 -1
- package/dist/module/auth/auth.module.js.map +1 -1
- package/dist/module/enterprise/enterprise.module.js +25 -7
- package/dist/module/enterprise/enterprise.module.js.map +1 -1
- package/dist/module/enterprise/entity/brand.entity.d.ts +0 -0
- package/dist/module/enterprise/entity/brand.entity.js +1 -0
- package/dist/module/enterprise/entity/brand.entity.js.map +1 -0
- package/dist/module/enterprise/entity/school.entity.d.ts +0 -0
- package/dist/module/enterprise/entity/school.entity.js +1 -0
- package/dist/module/enterprise/entity/school.entity.js.map +1 -0
- package/dist/module/enterprise/repository/brand.repository.d.ts +0 -0
- package/dist/module/enterprise/repository/brand.repository.js +1 -0
- package/dist/module/enterprise/repository/brand.repository.js.map +1 -0
- package/dist/module/enterprise/service/brand-profile.service.d.ts +4 -0
- package/dist/module/enterprise/service/brand-profile.service.js +25 -0
- package/dist/module/enterprise/service/brand-profile.service.js.map +1 -0
- package/dist/module/enterprise/service/brand.service.d.ts +4 -0
- package/dist/module/enterprise/service/brand.service.js +40 -1
- package/dist/module/enterprise/service/brand.service.js.map +1 -1
- package/dist/module/enterprise/service/organization.service.d.ts +6 -4
- package/dist/module/enterprise/service/organization.service.js +9 -5
- package/dist/module/enterprise/service/organization.service.js.map +1 -1
- package/dist/module/enterprise/service/school.service.d.ts +3 -0
- package/dist/module/enterprise/service/school.service.js +18 -0
- package/dist/module/enterprise/service/school.service.js.map +1 -0
- package/dist/module/filter/controller/filter.controller.js.map +1 -1
- package/dist/module/filter/dto/filter-request.dto.d.ts +0 -1
- package/dist/module/filter/service/filter-evaluator.service.js +0 -1
- package/dist/module/filter/service/filter-evaluator.service.js.map +1 -1
- package/dist/module/integration/entity/integration-config.entity.js +3 -3
- package/dist/module/integration/entity/integration-config.entity.js.map +1 -1
- package/dist/module/integration/entity/user-integration.entity.js +3 -3
- package/dist/module/integration/entity/user-integration.entity.js.map +1 -1
- package/dist/module/integration/service/wrapper.service.js +3 -3
- package/dist/module/integration/service/wrapper.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 +1 -2
- package/dist/module/listmaster/service/list-master.service.js.map +1 -1
- package/dist/module/mapper/dto/field-mapper.dto.d.ts +1 -0
- package/dist/module/mapper/dto/field-mapper.dto.js.map +1 -1
- package/dist/module/mapper/entity/field-mapper.entity.js +1 -1
- package/dist/module/mapper/entity/field-mapper.entity.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/brand-profile.entity.d.ts +3 -0
- package/dist/module/meta/entity/brand-profile.entity.js +18 -0
- package/dist/module/meta/entity/brand-profile.entity.js.map +1 -0
- package/dist/module/meta/entity/entity-master.entity.js +1 -1
- package/dist/module/meta/entity/entity-master.entity.js.map +1 -1
- package/dist/module/meta/entity/field-group.entity.d.ts +0 -0
- package/dist/module/meta/entity/field-group.entity.js +1 -0
- package/dist/module/meta/entity/field-group.entity.js.map +1 -0
- package/dist/module/meta/entity/school.entity.d.ts +8 -0
- package/dist/module/meta/entity/school.entity.js +44 -0
- package/dist/module/meta/entity/school.entity.js.map +1 -0
- package/dist/module/meta/entity/schoolAddress.entity.d.ts +9 -0
- package/dist/module/meta/entity/schoolAddress.entity.js +48 -0
- package/dist/module/meta/entity/schoolAddress.entity.js.map +1 -0
- package/dist/module/meta/entity/section-master.entity.d.ts +0 -0
- package/dist/module/meta/entity/section-master.entity.js +1 -0
- package/dist/module/meta/entity/section-master.entity.js.map +1 -0
- package/dist/module/meta/entity/user-app-mapping.entity.d.ts +0 -0
- package/dist/module/meta/entity/user-app-mapping.entity.js +1 -0
- package/dist/module/meta/entity/user-app-mapping.entity.js.map +1 -0
- package/dist/module/meta/entity.module.js +6 -0
- package/dist/module/meta/entity.module.js.map +1 -1
- package/dist/module/meta/service/attribute-master.service.js +1 -1
- package/dist/module/meta/service/attribute-master.service.js.map +1 -1
- package/dist/module/meta/service/entity-service-impl.service.js +1 -3
- 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/module/module.module.js.map +1 -1
- package/dist/module/module/repository/module-access.repository.js +1 -0
- package/dist/module/module/repository/module-access.repository.js.map +1 -1
- package/dist/module/module/service/module-access.service.js +1 -7
- package/dist/module/module/service/module-access.service.js.map +1 -1
- package/dist/module/notification/service/email.service.js +5 -10
- package/dist/module/notification/service/email.service.js.map +1 -1
- package/dist/module/user/service/user-session.service.js.map +1 -1
- package/dist/module/user/service/user.service.d.ts +0 -4
- package/dist/module/user/service/user.service.js +0 -104
- package/dist/module/user/service/user.service.js.map +1 -1
- package/dist/module/workflow/entity/comm-template.entity.js +1 -1
- package/dist/module/workflow/entity/comm-template.entity.js.map +1 -1
- package/dist/module/workflow/repository/activity-log.repository.d.ts +3 -2
- package/dist/module/workflow/repository/activity-log.repository.js +3 -2
- package/dist/module/workflow/repository/activity-log.repository.js.map +1 -1
- package/dist/module/workflow/repository/task.repository.js +0 -2
- package/dist/module/workflow/repository/task.repository.js.map +1 -1
- package/dist/resources/dev.properties.yaml +31 -0
- package/dist/resources/local.properties.yaml +27 -0
- package/dist/resources/uat.properties.yaml +31 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/docs/modules/integration.md +3 -3
- package/package.json +2 -1
- package/src/config/config.module.ts +3 -4
- package/src/config/database.config.ts +32 -8
- package/src/module/integration/entity/integration-config.entity.ts +3 -3
- package/src/module/integration/entity/user-integration.entity.ts +3 -3
- package/src/module/mapper/entity/field-mapper.entity.ts +1 -1
- package/src/module/meta/entity/entity-master.entity.ts +1 -1
- package/src/module/meta/service/attribute-master.service.ts +1 -1
- package/src/module/workflow/entity/comm-template.entity.ts +1 -1
- package/src/resources/dev.properties.yaml +4 -3
- package/dist/core.module.d.ts +0 -4
- package/dist/core.module.js +0 -79
- package/dist/core.module.js.map +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -18
- package/dist/index.js.map +0 -1
- package/dist/table.config.d.ts +0 -40
- package/dist/table.config.js +0 -128
- package/dist/table.config.js.map +0 -1
|
@@ -13,12 +13,12 @@ CREATE TABLE frm_integration_config (
|
|
|
13
13
|
integration_source_id INT NOT NULL, -- Integration source identifier
|
|
14
14
|
level_id INT NOT NULL, -- Level to which this config applies
|
|
15
15
|
level_type VARCHAR(100) NOT NULL, -- 'organization', 'department', 'user', 'project'
|
|
16
|
-
status
|
|
16
|
+
status int DEFAULT 1, -- 1=active, 0=inactive
|
|
17
17
|
priority INT DEFAULT 1, -- Lower number = higher priority
|
|
18
18
|
is_default BOOLEAN DEFAULT FALSE, -- Whether this is the default config for this level+type
|
|
19
19
|
config_json JSON NOT NULL,
|
|
20
|
-
created_at
|
|
21
|
-
updated_at
|
|
20
|
+
created_at timestamp DEFAULT CURRENT_TIMESTAMP,
|
|
21
|
+
updated_at timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
|
22
22
|
INDEX idx_level_status (level_id, level_type, status),
|
|
23
23
|
INDEX idx_type_provider (integration_type, integration_provider)
|
|
24
24
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rez_core",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.121",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "",
|
|
6
6
|
"private": false,
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
"passport-google-oauth20": "^2.0.0",
|
|
60
60
|
"passport-jwt": "^4.0.1",
|
|
61
61
|
"passport-local": "^1.0.0",
|
|
62
|
+
"pg": "^8.16.3",
|
|
62
63
|
"reflect-metadata": "^0.2.2",
|
|
63
64
|
"rxjs": "^7.8.1",
|
|
64
65
|
"twilio": "^5.9.0",
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { Global, Module } from '@nestjs/common';
|
|
2
2
|
import { TypeOrmModule } from '@nestjs/typeorm';
|
|
3
|
-
|
|
4
|
-
import {ConfigModule} from
|
|
5
|
-
import { MySqlConfiguration } from './database.config';
|
|
3
|
+
import { PostgresConfiguration } from './database.config';
|
|
4
|
+
import { ConfigModule } from '@nestjs/config';
|
|
6
5
|
|
|
7
6
|
@Global()
|
|
8
7
|
@Module({
|
|
9
8
|
imports: [
|
|
10
9
|
TypeOrmModule.forRootAsync({
|
|
11
|
-
useClass:
|
|
10
|
+
useClass: PostgresConfiguration,
|
|
12
11
|
}),
|
|
13
12
|
ConfigModule.forRoot({ isGlobal: true }),
|
|
14
13
|
],
|
|
@@ -2,22 +2,46 @@ import { Injectable } from '@nestjs/common';
|
|
|
2
2
|
import { ConfigService } from '@nestjs/config';
|
|
3
3
|
import { TypeOrmModuleOptions, TypeOrmOptionsFactory } from '@nestjs/typeorm';
|
|
4
4
|
|
|
5
|
+
// @Injectable()
|
|
6
|
+
// export class MySqlConfiguration implements TypeOrmOptionsFactory {
|
|
7
|
+
// constructor(private configService: ConfigService) {}
|
|
8
|
+
//
|
|
9
|
+
// createTypeOrmOptions(): TypeOrmModuleOptions {
|
|
10
|
+
// return {
|
|
11
|
+
// type: 'mysql',
|
|
12
|
+
// host: this.configService.get('DB_HOST') || '13.234.25.234',
|
|
13
|
+
// port: parseInt(this.configService.get('DB_PORT') || '3306', 10),
|
|
14
|
+
// username: this.configService.get('DB_USER') || 'root',
|
|
15
|
+
// password: this.configService.get('DB_PASS') || 'Rezolut@123',
|
|
16
|
+
// database: this.configService.get('DB_NAME') || 'core',
|
|
17
|
+
// entities: [__dirname + '/../module/**/*.entity.{ts,js}'],
|
|
18
|
+
// synchronize: false,
|
|
19
|
+
// autoLoadEntities: true,
|
|
20
|
+
// poolSize: 5,
|
|
21
|
+
// };
|
|
22
|
+
// }
|
|
23
|
+
// }
|
|
24
|
+
|
|
5
25
|
@Injectable()
|
|
6
|
-
export class
|
|
26
|
+
export class PostgresConfiguration implements TypeOrmOptionsFactory {
|
|
7
27
|
constructor(private configService: ConfigService) {}
|
|
8
28
|
|
|
9
29
|
createTypeOrmOptions(): TypeOrmModuleOptions {
|
|
10
30
|
return {
|
|
11
|
-
type: '
|
|
12
|
-
host: this.configService.get('DB_HOST') || '
|
|
13
|
-
port: parseInt(this.configService.get('DB_PORT') || '
|
|
14
|
-
username: this.configService.get('DB_USER') || '
|
|
15
|
-
password: this.configService.get('DB_PASS') || '
|
|
31
|
+
type: 'postgres',
|
|
32
|
+
host: this.configService.get('DB_HOST') || '127.0.0.1',
|
|
33
|
+
port: parseInt(this.configService.get('DB_PORT') || '5432', 10),
|
|
34
|
+
username: this.configService.get('DB_USER') || 'postgres',
|
|
35
|
+
password: this.configService.get('DB_PASS') || 'postgres',
|
|
16
36
|
database: this.configService.get('DB_NAME') || 'core',
|
|
37
|
+
schema: this.configService.get('DB_SCHEMA') || 'package',
|
|
17
38
|
entities: [__dirname + '/../module/**/*.entity.{ts,js}'],
|
|
18
|
-
synchronize:
|
|
39
|
+
synchronize: true,
|
|
19
40
|
autoLoadEntities: true,
|
|
20
|
-
|
|
41
|
+
// Configure pg pool size via `extra.max` (pg uses node-postgres pool)
|
|
42
|
+
extra: {
|
|
43
|
+
max: parseInt(this.configService.get('PG_POOL_MAX') || '5', 10),
|
|
44
|
+
},
|
|
21
45
|
};
|
|
22
46
|
}
|
|
23
47
|
}
|
|
@@ -29,7 +29,7 @@ export class IntegrationConfig {
|
|
|
29
29
|
@Column({ name: 'level_type', type: 'varchar', length: 100 })
|
|
30
30
|
level_type: string;
|
|
31
31
|
|
|
32
|
-
@Column({ name: 'status', type: '
|
|
32
|
+
@Column({ name: 'status', type: 'int', default: 1 })
|
|
33
33
|
status: number;
|
|
34
34
|
|
|
35
35
|
@Column({ name: 'priority', type: 'int', default: 1 })
|
|
@@ -101,13 +101,13 @@ export class IntegrationConfig {
|
|
|
101
101
|
|
|
102
102
|
@CreateDateColumn({
|
|
103
103
|
name: 'created_at',
|
|
104
|
-
type: '
|
|
104
|
+
type: 'timestamp',
|
|
105
105
|
})
|
|
106
106
|
created_at: Date;
|
|
107
107
|
|
|
108
108
|
@UpdateDateColumn({
|
|
109
109
|
name: 'updated_at',
|
|
110
|
-
type: '
|
|
110
|
+
type: 'timestamp',
|
|
111
111
|
})
|
|
112
112
|
updated_at: Date;
|
|
113
113
|
}
|
|
@@ -51,7 +51,7 @@ export class UserIntegration {
|
|
|
51
51
|
[key: string]: any;
|
|
52
52
|
};
|
|
53
53
|
|
|
54
|
-
@Column({ name: 'status', type: '
|
|
54
|
+
@Column({ name: 'status', type: 'int', default: 1 })
|
|
55
55
|
status: number;
|
|
56
56
|
|
|
57
57
|
@Column({ name: 'is_active', type: 'boolean', default: true })
|
|
@@ -59,13 +59,13 @@ export class UserIntegration {
|
|
|
59
59
|
|
|
60
60
|
@CreateDateColumn({
|
|
61
61
|
name: 'created_at',
|
|
62
|
-
type: '
|
|
62
|
+
type: 'timestamp',
|
|
63
63
|
})
|
|
64
64
|
created_at: Date;
|
|
65
65
|
|
|
66
66
|
@UpdateDateColumn({
|
|
67
67
|
name: 'updated_at',
|
|
68
|
-
type: '
|
|
68
|
+
type: 'timestamp',
|
|
69
69
|
})
|
|
70
70
|
updated_at: Date;
|
|
71
71
|
}
|
|
@@ -80,6 +80,6 @@ export class EntityMaster extends BaseEntity {
|
|
|
80
80
|
@Column({ name: 'doc_upload_path', nullable: true, length:50 })
|
|
81
81
|
doc_upload_path: string;
|
|
82
82
|
|
|
83
|
-
@Column({name: 'overwrite_path', type: '
|
|
83
|
+
@Column({name: 'overwrite_path', type: 'int', nullable: true})
|
|
84
84
|
overwrite_path: number;
|
|
85
85
|
}
|
|
@@ -22,7 +22,7 @@ export class CommTemplate extends BaseEntity {
|
|
|
22
22
|
format_type: string;
|
|
23
23
|
|
|
24
24
|
// if format_type is 'richtext', this field will be used
|
|
25
|
-
@Column({ type: '
|
|
25
|
+
@Column({ type: 'text', nullable: true })
|
|
26
26
|
rich_text: string;
|
|
27
27
|
|
|
28
28
|
// if format_type is 'markup', this field will be used
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
DB_HOST: '
|
|
1
|
+
DB_HOST: 'localhost'
|
|
2
2
|
# PROFILE: 'dev'
|
|
3
3
|
#DB_HOST: 'localhost'
|
|
4
|
-
DB_PORT: '
|
|
4
|
+
DB_PORT: '5432'
|
|
5
5
|
DB_USER: 'root'
|
|
6
6
|
DB_PASS: 'Rezolut@123'
|
|
7
|
-
DB_NAME: '
|
|
7
|
+
DB_NAME: 'ether'
|
|
8
|
+
DB_SCHEMA: 'package'
|
|
8
9
|
MASTER_KEY: '0QZ2eRJv5oVILYnyBlC+FbSGVQiWKReh'
|
|
9
10
|
MASTER_IV: 'heuUQf5uPVtkotrFAOKUVw=='
|
|
10
11
|
SECRET_KEY: '1hard_to_guess_secret7890a'
|
package/dist/core.module.d.ts
DELETED
package/dist/core.module.js
DELETED
|
@@ -1,79 +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 CoreModule_1;
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.CoreModule = void 0;
|
|
11
|
-
const common_1 = require("@nestjs/common");
|
|
12
|
-
const config_1 = require("@nestjs/config");
|
|
13
|
-
const enterprise_module_1 = require("./module/enterprise/enterprise.module");
|
|
14
|
-
const utils_module_1 = require("./utils/utils.module");
|
|
15
|
-
const user_module_1 = require("./module/user/user.module");
|
|
16
|
-
const entity_module_1 = require("./module/meta/entity.module");
|
|
17
|
-
const module_module_1 = require("./module/module/module.module");
|
|
18
|
-
const notification_module_1 = require("./module/notification/notification.module");
|
|
19
|
-
const layout_module_1 = require("./module/layout/layout.module");
|
|
20
|
-
const listmaster_module_1 = require("./module/listmaster/listmaster.module");
|
|
21
|
-
const filter_module_1 = require("./module/filter/filter.module");
|
|
22
|
-
const auth_module_1 = require("./module/auth/auth.module");
|
|
23
|
-
const lead_module_1 = require("./module/lead/lead.module");
|
|
24
|
-
const layout_preference_module_1 = require("./module/layout_preference/layout_preference.module");
|
|
25
|
-
const workflow_module_1 = require("./module/workflow/workflow.module");
|
|
26
|
-
const workflow_automation_module_1 = require("./module/workflow-automation/workflow-automation.module");
|
|
27
|
-
const mapper_module_1 = require("./module/mapper/mapper.module");
|
|
28
|
-
let CoreModule = CoreModule_1 = class CoreModule {
|
|
29
|
-
static forRootAsync(dbModule, isSso) {
|
|
30
|
-
if (!dbModule) {
|
|
31
|
-
throw new Error('Database module must be provided.');
|
|
32
|
-
}
|
|
33
|
-
const importsArray = [
|
|
34
|
-
config_1.ConfigModule.forRoot({ isGlobal: true }),
|
|
35
|
-
dbModule,
|
|
36
|
-
entity_module_1.EntityModule,
|
|
37
|
-
utils_module_1.UtilsModule,
|
|
38
|
-
notification_module_1.NotificationModule,
|
|
39
|
-
listmaster_module_1.ListMasterModule,
|
|
40
|
-
filter_module_1.FilterModule,
|
|
41
|
-
auth_module_1.AuthModule,
|
|
42
|
-
lead_module_1.LeadModule,
|
|
43
|
-
layout_preference_module_1.LayoutPreferenceModule,
|
|
44
|
-
workflow_module_1.WorkflowModule,
|
|
45
|
-
workflow_automation_module_1.WorkflowAutomationModule,
|
|
46
|
-
mapper_module_1.MapperModule
|
|
47
|
-
];
|
|
48
|
-
const exportsArray = [
|
|
49
|
-
config_1.ConfigModule,
|
|
50
|
-
dbModule,
|
|
51
|
-
entity_module_1.EntityModule,
|
|
52
|
-
auth_module_1.AuthModule,
|
|
53
|
-
utils_module_1.UtilsModule,
|
|
54
|
-
notification_module_1.NotificationModule,
|
|
55
|
-
listmaster_module_1.ListMasterModule,
|
|
56
|
-
filter_module_1.FilterModule,
|
|
57
|
-
lead_module_1.LeadModule,
|
|
58
|
-
layout_preference_module_1.LayoutPreferenceModule,
|
|
59
|
-
workflow_module_1.WorkflowModule,
|
|
60
|
-
workflow_automation_module_1.WorkflowAutomationModule,
|
|
61
|
-
mapper_module_1.MapperModule
|
|
62
|
-
];
|
|
63
|
-
if (isSso) {
|
|
64
|
-
importsArray.push(user_module_1.UserModule, module_module_1.ModuleModule, layout_module_1.LayoutModule, enterprise_module_1.EnterpriseModule);
|
|
65
|
-
exportsArray.push(user_module_1.UserModule, module_module_1.ModuleModule, layout_module_1.LayoutModule, enterprise_module_1.EnterpriseModule);
|
|
66
|
-
}
|
|
67
|
-
return {
|
|
68
|
-
module: CoreModule_1,
|
|
69
|
-
imports: importsArray,
|
|
70
|
-
exports: exportsArray,
|
|
71
|
-
};
|
|
72
|
-
}
|
|
73
|
-
};
|
|
74
|
-
exports.CoreModule = CoreModule;
|
|
75
|
-
exports.CoreModule = CoreModule = CoreModule_1 = __decorate([
|
|
76
|
-
(0, common_1.Global)(),
|
|
77
|
-
(0, common_1.Module)({})
|
|
78
|
-
], CoreModule);
|
|
79
|
-
//# sourceMappingURL=core.module.js.map
|
package/dist/core.module.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"core.module.js","sourceRoot":"","sources":["../src/core.module.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,2CAA+D;AAC/D,2CAA8C;AAE9C,6EAAyE;AACzE,uDAAmD;AACnD,2DAAuD;AACvD,+DAA2D;AAC3D,iEAA6D;AAC7D,mFAA+E;AAC/E,iEAA6D;AAC7D,6EAAyE;AACzE,iEAA6D;AAC7D,2DAAuD;AACvD,2DAAuD;AACvD,kGAA6F;AAC7F,uEAAmE;AACnE,wGAAmG;AACnG,iEAA6D;AAItD,IAAM,UAAU,kBAAhB,MAAM,UAAU;IACrB,MAAM,CAAC,YAAY,CAAC,QAAuB,EAAE,KAAc;QACzD,IAAI,CAAC,QAAQ,EAAE,CAAC;YACd,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;QACvD,CAAC;QAED,MAAM,YAAY,GAAG;YACnB,qBAAY,CAAC,OAAO,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;YACxC,QAAQ;YACR,4BAAY;YACZ,0BAAW;YACX,wCAAkB;YAClB,oCAAgB;YAChB,4BAAY;YACZ,wBAAU;YACV,wBAAU;YACV,iDAAsB;YACtB,gCAAc;YACd,qDAAwB;YACxB,4BAAY;SACb,CAAC;QAEF,MAAM,YAAY,GAAG;YACnB,qBAAY;YACZ,QAAQ;YACR,4BAAY;YACZ,wBAAU;YACV,0BAAW;YACX,wCAAkB;YAClB,oCAAgB;YAChB,4BAAY;YACZ,wBAAU;YACV,iDAAsB;YACtB,gCAAc;YACd,qDAAwB;YACxB,4BAAY;SACb,CAAC;QAEF,IAAI,KAAK,EAAE,CAAC;YACV,YAAY,CAAC,IAAI,CACf,wBAAU,EACV,4BAAY,EACZ,4BAAY,EACZ,oCAAgB,CACjB,CAAC;YACF,YAAY,CAAC,IAAI,CACf,wBAAU,EACV,4BAAY,EACZ,4BAAY,EACZ,oCAAgB,CACjB,CAAC;QACJ,CAAC;QAED,OAAO;YACL,MAAM,EAAE,YAAU;YAClB,OAAO,EAAE,YAAY;YACrB,OAAO,EAAE,YAAY;SACtB,CAAC;IACJ,CAAC;CACF,CAAA;AA3DY,gCAAU;qBAAV,UAAU;IAFtB,IAAA,eAAM,GAAE;IACR,IAAA,eAAM,EAAC,EAAE,CAAC;GACE,UAAU,CA2DtB"}
|
package/dist/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './core.module';
|
package/dist/index.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./core.module"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA6B"}
|
package/dist/table.config.d.ts
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { DashboardPageData } from "./module/dashboard/entity/dashboard_page_data.entity";
|
|
2
|
-
import { EnterpriseData } from "./module/enterprise/entity/enterprise.entity";
|
|
3
|
-
import { OrganizationAppMapping } from "./module/enterprise/entity/organization-app-mapping.entity";
|
|
4
|
-
import { OrganizationData } from "./module/enterprise/entity/organization.entity";
|
|
5
|
-
import { SavedFilterDetail } from "./module/filter/entity/saved-filter-detail.entity";
|
|
6
|
-
import { SavedFilterMaster } from "./module/filter/entity/saved-filter-master.entity";
|
|
7
|
-
import { IntegrationConfig } from "./module/integration/entity/integration-config.entity";
|
|
8
|
-
import { IntegrationEntityMapper } from "./module/integration/entity/integration-entity-mapper.entity";
|
|
9
|
-
import { IntegrationSource } from "./module/integration/entity/integration-source.entity";
|
|
10
|
-
import { UserIntegration } from "./module/integration/entity/user-integration.entity";
|
|
11
|
-
import { HeaderItems } from "./module/layout/entity/header-items.entity";
|
|
12
|
-
import { HeaderSection } from "./module/layout/entity/header-section.entity";
|
|
13
|
-
import { LayoutPreference } from "./module/layout_preference/entity/layout_preference.entity";
|
|
14
|
-
import { ListMasterItems } from "./module/listmaster/entity/list-master-items.entity";
|
|
15
|
-
import { ListMasterData } from "./module/listmaster/entity/list-master.entity";
|
|
16
|
-
import { FieldLovMapper } from "./module/mapper/entity/field-lovs.entity";
|
|
17
|
-
import { FieldMapper } from "./module/mapper/entity/field-mapper.entity";
|
|
18
|
-
import { Mapper } from "./module/mapper/entity/mapper.entity";
|
|
19
|
-
import { AppMaster } from "./module/meta/entity/app-master.entity";
|
|
20
|
-
import { EntityRelation } from "./module/meta/entity/entity-relation.entity";
|
|
21
|
-
import { EntityTableColumn } from "./module/meta/entity/entity-table-column.entity";
|
|
22
|
-
import { EntityTable } from "./module/meta/entity/entity-table.entity";
|
|
23
|
-
import { MediaData } from "./module/meta/entity/media-data.entity";
|
|
24
|
-
import { PreferenceMaster } from "./module/meta/entity/preference.entity";
|
|
25
|
-
import { MenuData } from "./module/module/entity/menu.entity";
|
|
26
|
-
import { ModuleAccess } from "./module/module/entity/module-access.entity";
|
|
27
|
-
import { ModuleAction } from "./module/module/entity/module-action.entity";
|
|
28
|
-
import { ModuleData } from "./module/module/entity/module.entity";
|
|
29
|
-
import { NotificationData } from "./module/notification/entity/notification.entity";
|
|
30
|
-
import { Otp } from "./module/notification/entity/otp.entity";
|
|
31
|
-
import { Role } from "./module/user/entity/role.entity";
|
|
32
|
-
import { UserRoleMapping } from "./module/user/entity/user-role-mapping.entity";
|
|
33
|
-
import { UserSession } from "./module/user/entity/user-session.entity";
|
|
34
|
-
import { UserData } from "./module/user/entity/user.entity";
|
|
35
|
-
import { TemplateAttach } from "./module/workflow/entity/template-attach-mapper.entity";
|
|
36
|
-
import { WorkFlowData } from "./module/workflow/entity/workflow-data.entity";
|
|
37
|
-
import { WorkflowLevelMappingEntity } from "./module/workflow/entity/workflow-level-mapping.entity";
|
|
38
|
-
export declare const frameworkTables: (typeof ListMasterItems | typeof ListMasterData | typeof SavedFilterMaster | typeof SavedFilterDetail | typeof EntityTable | typeof EntityTableColumn | typeof MediaData | typeof PreferenceMaster | typeof EntityRelation | typeof IntegrationConfig | typeof UserIntegration | typeof IntegrationEntityMapper | typeof FieldMapper | typeof FieldLovMapper | typeof IntegrationSource | typeof Mapper | typeof NotificationData | typeof LayoutPreference | typeof DashboardPageData)[];
|
|
39
|
-
export declare const workflowTables: (typeof TemplateAttach | typeof WorkflowLevelMappingEntity | typeof WorkFlowData)[];
|
|
40
|
-
export declare const SSOTables: (typeof UserData | typeof Role | typeof ModuleAccess | typeof OrganizationData | typeof UserRoleMapping | typeof AppMaster | typeof UserSession | typeof OrganizationAppMapping | typeof ModuleData | typeof ModuleAction | typeof MenuData | typeof Otp | typeof HeaderSection | typeof HeaderItems | typeof EnterpriseData)[];
|
package/dist/table.config.js
DELETED
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SSOTables = exports.workflowTables = exports.frameworkTables = void 0;
|
|
4
|
-
const dashboard_page_data_entity_1 = require("./module/dashboard/entity/dashboard_page_data.entity");
|
|
5
|
-
const widget_master_entity_1 = require("./module/dashboard/entity/widget_master.entity");
|
|
6
|
-
const enterprise_entity_1 = require("./module/enterprise/entity/enterprise.entity");
|
|
7
|
-
const organization_app_mapping_entity_1 = require("./module/enterprise/entity/organization-app-mapping.entity");
|
|
8
|
-
const organization_entity_1 = require("./module/enterprise/entity/organization.entity");
|
|
9
|
-
const saved_filter_detail_entity_1 = require("./module/filter/entity/saved-filter-detail.entity");
|
|
10
|
-
const saved_filter_master_entity_1 = require("./module/filter/entity/saved-filter-master.entity");
|
|
11
|
-
const integration_config_entity_1 = require("./module/integration/entity/integration-config.entity");
|
|
12
|
-
const integration_entity_mapper_entity_1 = require("./module/integration/entity/integration-entity-mapper.entity");
|
|
13
|
-
const integration_source_entity_1 = require("./module/integration/entity/integration-source.entity");
|
|
14
|
-
const user_integration_entity_1 = require("./module/integration/entity/user-integration.entity");
|
|
15
|
-
const header_items_entity_1 = require("./module/layout/entity/header-items.entity");
|
|
16
|
-
const header_section_entity_1 = require("./module/layout/entity/header-section.entity");
|
|
17
|
-
const layout_preference_entity_1 = require("./module/layout_preference/entity/layout_preference.entity");
|
|
18
|
-
const list_master_items_entity_1 = require("./module/listmaster/entity/list-master-items.entity");
|
|
19
|
-
const list_master_entity_1 = require("./module/listmaster/entity/list-master.entity");
|
|
20
|
-
const field_lovs_entity_1 = require("./module/mapper/entity/field-lovs.entity");
|
|
21
|
-
const field_mapper_entity_1 = require("./module/mapper/entity/field-mapper.entity");
|
|
22
|
-
const mapper_entity_1 = require("./module/mapper/entity/mapper.entity");
|
|
23
|
-
const app_master_entity_1 = require("./module/meta/entity/app-master.entity");
|
|
24
|
-
const attribute_master_entity_1 = require("./module/meta/entity/attribute-master.entity");
|
|
25
|
-
const entity_master_entity_1 = require("./module/meta/entity/entity-master.entity");
|
|
26
|
-
const entity_relation_data_entity_1 = require("./module/meta/entity/entity-relation-data.entity");
|
|
27
|
-
const entity_relation_entity_1 = require("./module/meta/entity/entity-relation.entity");
|
|
28
|
-
const entity_table_column_entity_1 = require("./module/meta/entity/entity-table-column.entity");
|
|
29
|
-
const entity_table_entity_1 = require("./module/meta/entity/entity-table.entity");
|
|
30
|
-
const media_data_entity_1 = require("./module/meta/entity/media-data.entity");
|
|
31
|
-
const preference_entity_1 = require("./module/meta/entity/preference.entity");
|
|
32
|
-
const view_master_entity_1 = require("./module/meta/entity/view-master.entity");
|
|
33
|
-
const menu_entity_1 = require("./module/module/entity/menu.entity");
|
|
34
|
-
const module_access_entity_1 = require("./module/module/entity/module-access.entity");
|
|
35
|
-
const module_action_entity_1 = require("./module/module/entity/module-action.entity");
|
|
36
|
-
const module_entity_1 = require("./module/module/entity/module.entity");
|
|
37
|
-
const notification_entity_1 = require("./module/notification/entity/notification.entity");
|
|
38
|
-
const otp_entity_1 = require("./module/notification/entity/otp.entity");
|
|
39
|
-
const role_entity_1 = require("./module/user/entity/role.entity");
|
|
40
|
-
const user_role_mapping_entity_1 = require("./module/user/entity/user-role-mapping.entity");
|
|
41
|
-
const user_session_entity_1 = require("./module/user/entity/user-session.entity");
|
|
42
|
-
const user_entity_1 = require("./module/user/entity/user.entity");
|
|
43
|
-
const workflow_automation_action_entity_1 = require("./module/workflow-automation/entity/workflow-automation-action.entity");
|
|
44
|
-
const workflow_automation_entity_1 = require("./module/workflow-automation/entity/workflow-automation.entity");
|
|
45
|
-
const action_category_entity_1 = require("./module/workflow/entity/action-category.entity");
|
|
46
|
-
const action_data_entity_1 = require("./module/workflow/entity/action-data.entity");
|
|
47
|
-
const action_resources_mapping_entity_1 = require("./module/workflow/entity/action-resources-mapping.entity");
|
|
48
|
-
const action_template_mapping_entity_1 = require("./module/workflow/entity/action-template-mapping.entity");
|
|
49
|
-
const action_entity_1 = require("./module/workflow/entity/action.entity");
|
|
50
|
-
const activity_log_entity_1 = require("./module/workflow/entity/activity-log.entity");
|
|
51
|
-
const comm_template_entity_1 = require("./module/workflow/entity/comm-template.entity");
|
|
52
|
-
const entity_modification_entity_1 = require("./module/workflow/entity/entity-modification.entity");
|
|
53
|
-
const form_entity_1 = require("./module/workflow/entity/form.entity");
|
|
54
|
-
const stage_action_mapping_entity_1 = require("./module/workflow/entity/stage-action-mapping.entity");
|
|
55
|
-
const stage_group_entity_1 = require("./module/workflow/entity/stage-group.entity");
|
|
56
|
-
const stage_movement_data_entity_1 = require("./module/workflow/entity/stage-movement-data.entity");
|
|
57
|
-
const stage_entity_1 = require("./module/workflow/entity/stage.entity");
|
|
58
|
-
const task_data_entity_1 = require("./module/workflow/entity/task-data.entity");
|
|
59
|
-
const template_attach_mapper_entity_1 = require("./module/workflow/entity/template-attach-mapper.entity");
|
|
60
|
-
const workflow_data_entity_1 = require("./module/workflow/entity/workflow-data.entity");
|
|
61
|
-
const workflow_level_mapping_entity_1 = require("./module/workflow/entity/workflow-level-mapping.entity");
|
|
62
|
-
const workflow_entity_1 = require("./module/workflow/entity/workflow.entity");
|
|
63
|
-
exports.frameworkTables = [
|
|
64
|
-
activity_log_entity_1.ActivityLog,
|
|
65
|
-
attribute_master_entity_1.AttributeMaster,
|
|
66
|
-
dashboard_page_data_entity_1.DashboardPageData,
|
|
67
|
-
layout_preference_entity_1.LayoutPreference,
|
|
68
|
-
entity_master_entity_1.EntityMaster,
|
|
69
|
-
entity_relation_entity_1.EntityRelation,
|
|
70
|
-
entity_relation_data_entity_1.EntityRelationData,
|
|
71
|
-
entity_table_entity_1.EntityTable,
|
|
72
|
-
entity_table_column_entity_1.EntityTableColumn,
|
|
73
|
-
field_lovs_entity_1.FieldLovMapper,
|
|
74
|
-
field_mapper_entity_1.FieldMapper,
|
|
75
|
-
integration_config_entity_1.IntegrationConfig,
|
|
76
|
-
integration_entity_mapper_entity_1.IntegrationEntityMapper,
|
|
77
|
-
integration_source_entity_1.IntegrationSource,
|
|
78
|
-
list_master_entity_1.ListMasterData,
|
|
79
|
-
list_master_items_entity_1.ListMasterItems,
|
|
80
|
-
mapper_entity_1.Mapper,
|
|
81
|
-
media_data_entity_1.MediaData,
|
|
82
|
-
notification_entity_1.NotificationData,
|
|
83
|
-
preference_entity_1.PreferenceMaster,
|
|
84
|
-
saved_filter_detail_entity_1.SavedFilterDetail,
|
|
85
|
-
saved_filter_master_entity_1.SavedFilterMaster,
|
|
86
|
-
user_integration_entity_1.UserIntegration,
|
|
87
|
-
view_master_entity_1.ViewMaster
|
|
88
|
-
];
|
|
89
|
-
exports.workflowTables = [
|
|
90
|
-
action_entity_1.ActionEntity,
|
|
91
|
-
action_category_entity_1.ActionCategory,
|
|
92
|
-
action_data_entity_1.ActionDataEntity,
|
|
93
|
-
action_resources_mapping_entity_1.ActionResourcesMapping,
|
|
94
|
-
action_template_mapping_entity_1.ActionTemplateMapping,
|
|
95
|
-
comm_template_entity_1.CommTemplate,
|
|
96
|
-
entity_modification_entity_1.EntityModification,
|
|
97
|
-
form_entity_1.FormDataEntity,
|
|
98
|
-
stage_entity_1.Stage,
|
|
99
|
-
stage_action_mapping_entity_1.StageActionMapping,
|
|
100
|
-
stage_group_entity_1.StageGroup,
|
|
101
|
-
stage_movement_data_entity_1.StageMovementData,
|
|
102
|
-
task_data_entity_1.TaskDataEntity,
|
|
103
|
-
template_attach_mapper_entity_1.TemplateAttach,
|
|
104
|
-
widget_master_entity_1.WidgetMaster,
|
|
105
|
-
workflow_entity_1.Workflow,
|
|
106
|
-
workflow_automation_entity_1.WorkflowAutomation,
|
|
107
|
-
workflow_automation_action_entity_1.WorkflowAutomationActionEntity,
|
|
108
|
-
workflow_level_mapping_entity_1.WorkflowLevelMappingEntity,
|
|
109
|
-
workflow_data_entity_1.WorkFlowData
|
|
110
|
-
];
|
|
111
|
-
exports.SSOTables = [
|
|
112
|
-
app_master_entity_1.AppMaster,
|
|
113
|
-
enterprise_entity_1.EnterpriseData,
|
|
114
|
-
role_entity_1.Role,
|
|
115
|
-
user_entity_1.UserData,
|
|
116
|
-
user_session_entity_1.UserSession,
|
|
117
|
-
user_role_mapping_entity_1.UserRoleMapping,
|
|
118
|
-
module_entity_1.ModuleData,
|
|
119
|
-
module_access_entity_1.ModuleAccess,
|
|
120
|
-
module_action_entity_1.ModuleAction,
|
|
121
|
-
menu_entity_1.MenuData,
|
|
122
|
-
organization_entity_1.OrganizationData,
|
|
123
|
-
organization_app_mapping_entity_1.OrganizationAppMapping,
|
|
124
|
-
otp_entity_1.Otp,
|
|
125
|
-
header_items_entity_1.HeaderItems,
|
|
126
|
-
header_section_entity_1.HeaderSection
|
|
127
|
-
];
|
|
128
|
-
//# sourceMappingURL=table.config.js.map
|
package/dist/table.config.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"table.config.js","sourceRoot":"","sources":["../src/table.config.ts"],"names":[],"mappings":";;;AAAA,qGAAyF;AACzF,yFAA8E;AAC9E,oFAA8E;AAC9E,gHAAoG;AACpG,wFAAkF;AAClF,kGAAsF;AACtF,kGAAsF;AACtF,qGAA0F;AAC1F,mHAAuG;AACvG,qGAA0F;AAC1F,iGAAsF;AACtF,oFAAyE;AACzE,wFAA6E;AAC7E,yGAA8F;AAC9F,kGAAsF;AACtF,sFAA+E;AAC/E,gFAA0E;AAC1E,oFAAyE;AACzE,wEAA8D;AAC9D,8EAAmE;AACnE,0FAA+E;AAC/E,oFAAyE;AACzE,kGAAsF;AACtF,wFAA6E;AAC7E,gGAAoF;AACpF,kFAAuE;AACvE,8EAAmE;AACnE,8EAA0E;AAC1E,gFAAqE;AACrE,oEAA8D;AAC9D,sFAA2E;AAC3E,sFAA2E;AAC3E,wEAAkE;AAClE,0FAAoF;AACpF,wEAA8D;AAC9D,kEAAwD;AACxD,4FAAgF;AAChF,kFAAuE;AACvE,kEAA4D;AAC5D,6HAAuH;AACvH,+GAAoG;AACpG,4FAAiF;AACjF,oFAA+E;AAC/E,8GAAkG;AAClG,4GAAgG;AAChG,0EAAsE;AACtE,sFAA2E;AAC3E,wFAA6E;AAC7E,oGAAyF;AACzF,sEAAsE;AACtE,sGAA0F;AAC1F,oFAAyE;AACzE,oGAAwF;AACxF,wEAA8D;AAC9D,gFAA2E;AAC3E,0GAAwF;AACxF,wFAA6E;AAC7E,0GAAoG;AACpG,8EAAoE;AAEvD,QAAA,eAAe,GAAG;IAC3B,iCAAW;IACX,yCAAe;IACf,8CAAiB;IACjB,2CAAgB;IAChB,mCAAY;IACZ,uCAAc;IACd,gDAAkB;IAClB,iCAAW;IACX,8CAAiB;IACjB,kCAAc;IACd,iCAAW;IACX,6CAAiB;IACjB,0DAAuB;IACvB,6CAAiB;IACjB,mCAAc;IACd,0CAAe;IACf,sBAAM;IACN,6BAAS;IACT,sCAAgB;IAChB,oCAAgB;IAChB,8CAAiB;IACjB,8CAAiB;IACjB,yCAAe;IACf,+BAAU;CACb,CAAA;AAEY,QAAA,cAAc,GAAG;IAC1B,4BAAY;IACZ,uCAAc;IACd,qCAAgB;IAChB,wDAAsB;IACtB,sDAAqB;IACrB,mCAAY;IACZ,+CAAkB;IAClB,4BAAc;IACd,oBAAK;IACL,gDAAkB;IAClB,+BAAU;IACV,8CAAiB;IACjB,iCAAc;IACd,8CAAc;IACd,mCAAY;IACZ,0BAAQ;IACR,+CAAkB;IAClB,kEAA8B;IAC9B,0DAA0B;IAC1B,mCAAY;CACf,CAAA;AAEY,QAAA,SAAS,GAAG;IACrB,6BAAS;IACT,kCAAc;IACd,kBAAI;IACJ,sBAAQ;IACR,iCAAW;IACX,0CAAe;IACf,0BAAU;IACV,mCAAY;IACZ,mCAAY;IACZ,sBAAQ;IACR,sCAAgB;IAChB,wDAAsB;IACtB,gBAAG;IACH,iCAAW;IACX,qCAAa;CAChB,CAAA"}
|