@nest-omni/core 1.0.15 → 1.0.19

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.
Files changed (184) hide show
  1. package/{dist/common → common}/abstract.entity.d.ts +1 -1
  2. package/{dist/common → common}/abstract.entity.js +4 -4
  3. package/{dist/common → common}/dto/abstract.dto.d.ts +3 -3
  4. package/{dist/health-checker → health-checker}/health-checker.controller.d.ts +1 -1
  5. package/{dist/health-checker → health-checker}/health-checker.controller.js +1 -1
  6. package/{dist/health-checker → health-checker}/health-checker.module.js +1 -1
  7. package/package.json +2 -8
  8. package/{dist/setup → setup}/bootstrap.setup.js +4 -1
  9. package/{dist/shared → shared}/serviceRegistryModule.js +12 -8
  10. package/{dist/shared → shared}/services/api-config.service.d.ts +1 -1
  11. package/{dist/shared → shared}/services/api-config.service.js +4 -1
  12. package/tsconfig.tsbuildinfo +1 -0
  13. package/README.md +0 -16
  14. package/dist/tsconfig.tsbuildinfo +0 -1
  15. /package/{dist/common → common}/abstract-client.service.d.ts +0 -0
  16. /package/{dist/common → common}/abstract-client.service.js +0 -0
  17. /package/{dist/common → common}/boilerplate.polyfill.d.ts +0 -0
  18. /package/{dist/common → common}/boilerplate.polyfill.js +0 -0
  19. /package/{dist/common → common}/dto/abstract.dto.js +0 -0
  20. /package/{dist/common → common}/dto/bulk-id.dto.d.ts +0 -0
  21. /package/{dist/common → common}/dto/bulk-id.dto.js +0 -0
  22. /package/{dist/common → common}/dto/create-translation.dto.d.ts +0 -0
  23. /package/{dist/common → common}/dto/create-translation.dto.js +0 -0
  24. /package/{dist/common → common}/dto/index.d.ts +0 -0
  25. /package/{dist/common → common}/dto/index.js +0 -0
  26. /package/{dist/common → common}/dto/page-meta.dto.d.ts +0 -0
  27. /package/{dist/common → common}/dto/page-meta.dto.js +0 -0
  28. /package/{dist/common → common}/dto/page-options.dto.d.ts +0 -0
  29. /package/{dist/common → common}/dto/page-options.dto.js +0 -0
  30. /package/{dist/common → common}/dto/page.dto.d.ts +0 -0
  31. /package/{dist/common → common}/dto/page.dto.js +0 -0
  32. /package/{dist/common → common}/index.d.ts +0 -0
  33. /package/{dist/common → common}/index.js +0 -0
  34. /package/{dist/common → common}/snake-naming.strategy.d.ts +0 -0
  35. /package/{dist/common → common}/snake-naming.strategy.js +0 -0
  36. /package/{dist/common → common}/types.d.ts +0 -0
  37. /package/{dist/common → common}/types.js +0 -0
  38. /package/{dist/common → common}/utils.d.ts +0 -0
  39. /package/{dist/common → common}/utils.js +0 -0
  40. /package/{dist/constants → constants}/index.d.ts +0 -0
  41. /package/{dist/constants → constants}/index.js +0 -0
  42. /package/{dist/constants → constants}/language-code.d.ts +0 -0
  43. /package/{dist/constants → constants}/language-code.js +0 -0
  44. /package/{dist/constants → constants}/order.d.ts +0 -0
  45. /package/{dist/constants → constants}/order.js +0 -0
  46. /package/{dist/decorators → decorators}/api-page-ok-response.decorator.d.ts +0 -0
  47. /package/{dist/decorators → decorators}/api-page-ok-response.decorator.js +0 -0
  48. /package/{dist/decorators → decorators}/auth-user.decorator.d.ts +0 -0
  49. /package/{dist/decorators → decorators}/auth-user.decorator.js +0 -0
  50. /package/{dist/decorators → decorators}/controller.decorator.d.ts +0 -0
  51. /package/{dist/decorators → decorators}/controller.decorator.js +0 -0
  52. /package/{dist/decorators → decorators}/field.decorators.d.ts +0 -0
  53. /package/{dist/decorators → decorators}/field.decorators.js +0 -0
  54. /package/{dist/decorators → decorators}/http.decorators.d.ts +0 -0
  55. /package/{dist/decorators → decorators}/http.decorators.js +0 -0
  56. /package/{dist/decorators → decorators}/index.d.ts +0 -0
  57. /package/{dist/decorators → decorators}/index.js +0 -0
  58. /package/{dist/decorators → decorators}/omni-auth.decorator.d.ts +0 -0
  59. /package/{dist/decorators → decorators}/omni-auth.decorator.js +0 -0
  60. /package/{dist/decorators → decorators}/operation.decorator.d.ts +0 -0
  61. /package/{dist/decorators → decorators}/operation.decorator.js +0 -0
  62. /package/{dist/decorators → decorators}/property.decorators.d.ts +0 -0
  63. /package/{dist/decorators → decorators}/property.decorators.js +0 -0
  64. /package/{dist/decorators → decorators}/public-route.decorator.d.ts +0 -0
  65. /package/{dist/decorators → decorators}/public-route.decorator.js +0 -0
  66. /package/{dist/decorators → decorators}/swagger.schema.d.ts +0 -0
  67. /package/{dist/decorators → decorators}/swagger.schema.js +0 -0
  68. /package/{dist/decorators → decorators}/timestamp-column.decorator.d.ts +0 -0
  69. /package/{dist/decorators → decorators}/timestamp-column.decorator.js +0 -0
  70. /package/{dist/decorators → decorators}/transform.decorators.d.ts +0 -0
  71. /package/{dist/decorators → decorators}/transform.decorators.js +0 -0
  72. /package/{dist/decorators → decorators}/translate.decorator.d.ts +0 -0
  73. /package/{dist/decorators → decorators}/translate.decorator.js +0 -0
  74. /package/{dist/decorators → decorators}/use-dto.decorator.d.ts +0 -0
  75. /package/{dist/decorators → decorators}/use-dto.decorator.js +0 -0
  76. /package/{dist/decorators → decorators}/user-check.decorator.d.ts +0 -0
  77. /package/{dist/decorators → decorators}/user-check.decorator.js +0 -0
  78. /package/{dist/decorators → decorators}/user.decorator.d.ts +0 -0
  79. /package/{dist/decorators → decorators}/user.decorator.js +0 -0
  80. /package/{dist/decorators → decorators}/user_auth.decorator.d.ts +0 -0
  81. /package/{dist/decorators → decorators}/user_auth.decorator.js +0 -0
  82. /package/{dist/decorators → decorators}/validator.decorators.d.ts +0 -0
  83. /package/{dist/decorators → decorators}/validator.decorators.js +0 -0
  84. /package/{dist/exceptions → exceptions}/file-not-image.exception.d.ts +0 -0
  85. /package/{dist/exceptions → exceptions}/file-not-image.exception.js +0 -0
  86. /package/{dist/exceptions → exceptions}/index.d.ts +0 -0
  87. /package/{dist/exceptions → exceptions}/index.js +0 -0
  88. /package/{dist/exceptions → exceptions}/page-type.exception.d.ts +0 -0
  89. /package/{dist/exceptions → exceptions}/page-type.exception.js +0 -0
  90. /package/{dist/exceptions → exceptions}/user-not-found.exception.d.ts +0 -0
  91. /package/{dist/exceptions → exceptions}/user-not-found.exception.js +0 -0
  92. /package/{dist/filters → filters}/bad-request.filter.d.ts +0 -0
  93. /package/{dist/filters → filters}/bad-request.filter.js +0 -0
  94. /package/{dist/filters → filters}/constraint-errors.d.ts +0 -0
  95. /package/{dist/filters → filters}/constraint-errors.js +0 -0
  96. /package/{dist/filters → filters}/index.d.ts +0 -0
  97. /package/{dist/filters → filters}/index.js +0 -0
  98. /package/{dist/filters → filters}/query-failed.filter.d.ts +0 -0
  99. /package/{dist/filters → filters}/query-failed.filter.js +0 -0
  100. /package/{dist/health-checker → health-checker}/health-checker.module.d.ts +0 -0
  101. /package/{dist/health-checker → health-checker}/health-indicators/service.indicator.d.ts +0 -0
  102. /package/{dist/health-checker → health-checker}/health-indicators/service.indicator.js +0 -0
  103. /package/{dist/helpers → helpers}/common.helper.d.ts +0 -0
  104. /package/{dist/helpers → helpers}/common.helper.js +0 -0
  105. /package/{dist/helpers → helpers}/date.helper.d.ts +0 -0
  106. /package/{dist/helpers → helpers}/date.helper.js +0 -0
  107. /package/{dist/helpers → helpers}/index.d.ts +0 -0
  108. /package/{dist/helpers → helpers}/index.js +0 -0
  109. /package/{dist/i18n → i18n}/en_US/validation.json +0 -0
  110. /package/{dist/i18n → i18n}/zh_CN/validation.json +0 -0
  111. /package/{dist/index.d.ts → index.d.ts} +0 -0
  112. /package/{dist/index.js → index.js} +0 -0
  113. /package/{dist/interceptors → interceptors}/auth-user.interceptor.d.ts +0 -0
  114. /package/{dist/interceptors → interceptors}/auth-user.interceptor.js +0 -0
  115. /package/{dist/interceptors → interceptors}/index.d.ts +0 -0
  116. /package/{dist/interceptors → interceptors}/index.js +0 -0
  117. /package/{dist/interceptors → interceptors}/language-interceptor.service.d.ts +0 -0
  118. /package/{dist/interceptors → interceptors}/language-interceptor.service.js +0 -0
  119. /package/{dist/interceptors → interceptors}/translation-interceptor.service.d.ts +0 -0
  120. /package/{dist/interceptors → interceptors}/translation-interceptor.service.js +0 -0
  121. /package/{dist/interfaces → interfaces}/IApiFile.d.ts +0 -0
  122. /package/{dist/interfaces → interfaces}/IApiFile.js +0 -0
  123. /package/{dist/interfaces → interfaces}/IFile.d.ts +0 -0
  124. /package/{dist/interfaces → interfaces}/IFile.js +0 -0
  125. /package/{dist/interfaces → interfaces}/ITranslationDecoratorInterface.d.ts +0 -0
  126. /package/{dist/interfaces → interfaces}/ITranslationDecoratorInterface.js +0 -0
  127. /package/{dist/interfaces → interfaces}/index.d.ts +0 -0
  128. /package/{dist/interfaces → interfaces}/index.js +0 -0
  129. /package/{dist/interfaces → interfaces}/response.d.ts +0 -0
  130. /package/{dist/interfaces → interfaces}/response.js +0 -0
  131. /package/{dist/middlewares → middlewares}/index.d.ts +0 -0
  132. /package/{dist/middlewares → middlewares}/index.js +0 -0
  133. /package/{dist/middlewares → middlewares}/omni-auth.middleware.d.ts +0 -0
  134. /package/{dist/middlewares → middlewares}/omni-auth.middleware.js +0 -0
  135. /package/{dist/middlewares → middlewares}/powerby.middleware.d.ts +0 -0
  136. /package/{dist/middlewares → middlewares}/powerby.middleware.js +0 -0
  137. /package/{dist/middlewares → middlewares}/request-id.middleware.d.ts +0 -0
  138. /package/{dist/middlewares → middlewares}/request-id.middleware.js +0 -0
  139. /package/{dist/providers → providers}/context.provider.d.ts +0 -0
  140. /package/{dist/providers → providers}/context.provider.js +0 -0
  141. /package/{dist/providers → providers}/generator.provider.d.ts +0 -0
  142. /package/{dist/providers → providers}/generator.provider.js +0 -0
  143. /package/{dist/providers → providers}/index.d.ts +0 -0
  144. /package/{dist/providers → providers}/index.js +0 -0
  145. /package/{dist/setup → setup}/bootstrap.setup.d.ts +0 -0
  146. /package/{dist/setup → setup}/index.d.ts +0 -0
  147. /package/{dist/setup → setup}/index.js +0 -0
  148. /package/{dist/shared → shared}/index.d.ts +0 -0
  149. /package/{dist/shared → shared}/index.js +0 -0
  150. /package/{dist/shared → shared}/serviceRegistryModule.d.ts +0 -0
  151. /package/{dist/shared → shared}/services/aws-s3.service.d.ts +0 -0
  152. /package/{dist/shared → shared}/services/aws-s3.service.js +0 -0
  153. /package/{dist/shared → shared}/services/generator.service.d.ts +0 -0
  154. /package/{dist/shared → shared}/services/generator.service.js +0 -0
  155. /package/{dist/shared → shared}/services/index.d.ts +0 -0
  156. /package/{dist/shared → shared}/services/index.js +0 -0
  157. /package/{dist/shared → shared}/services/translation.service.d.ts +0 -0
  158. /package/{dist/shared → shared}/services/translation.service.js +0 -0
  159. /package/{dist/shared → shared}/services/validator.service.d.ts +0 -0
  160. /package/{dist/shared → shared}/services/validator.service.js +0 -0
  161. /package/{dist/validator-json → validator-json}/decorators.d.ts +0 -0
  162. /package/{dist/validator-json → validator-json}/decorators.js +0 -0
  163. /package/{dist/validator-json → validator-json}/default.d.ts +0 -0
  164. /package/{dist/validator-json → validator-json}/default.js +0 -0
  165. /package/{dist/validator-json → validator-json}/defaultConverters.d.ts +0 -0
  166. /package/{dist/validator-json → validator-json}/defaultConverters.js +0 -0
  167. /package/{dist/validator-json → validator-json}/index.d.ts +0 -0
  168. /package/{dist/validator-json → validator-json}/index.js +0 -0
  169. /package/{dist/validator-json → validator-json}/options.d.ts +0 -0
  170. /package/{dist/validator-json → validator-json}/options.js +0 -0
  171. /package/{dist/validators → validators}/file-mimetype.validator.d.ts +0 -0
  172. /package/{dist/validators → validators}/file-mimetype.validator.js +0 -0
  173. /package/{dist/validators → validators}/index.d.ts +0 -0
  174. /package/{dist/validators → validators}/index.js +0 -0
  175. /package/{dist/validators → validators}/is-exists.validator.d.ts +0 -0
  176. /package/{dist/validators → validators}/is-exists.validator.js +0 -0
  177. /package/{dist/validators → validators}/is-unique.validator.d.ts +0 -0
  178. /package/{dist/validators → validators}/is-unique.validator.js +0 -0
  179. /package/{dist/validators → validators}/phone-country-code.validator.d.ts +0 -0
  180. /package/{dist/validators → validators}/phone-country-code.validator.js +0 -0
  181. /package/{dist/validators → validators}/same-as.validator.d.ts +0 -0
  182. /package/{dist/validators → validators}/same-as.validator.js +0 -0
  183. /package/{dist/validators → validators}/skip-empty.validator.d.ts +0 -0
  184. /package/{dist/validators → validators}/skip-empty.validator.js +0 -0
@@ -12,6 +12,6 @@ export declare class AbstractEntity<DTO extends AbstractDto = AbstractDto, O = n
12
12
  export declare class AbstractTranslationEntity<DTO extends AbstractTranslationDto = AbstractTranslationDto, O = never> extends AbstractEntity<DTO, O> {
13
13
  languageCode: LanguageCode;
14
14
  }
15
- export declare class AbstractStringPrimaryEntity<DTO extends AbstractDto = AbstractDto, O = never> extends AbstractBaseEntity<DTO, O> {
15
+ export declare class AbstractUuidPrimaryEntity<DTO extends AbstractDto = AbstractDto, O = never> extends AbstractBaseEntity<DTO, O> {
16
16
  id: string;
17
17
  }
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.AbstractStringPrimaryEntity = exports.AbstractTranslationEntity = exports.AbstractEntity = exports.AbstractBaseEntity = void 0;
12
+ exports.AbstractUuidPrimaryEntity = exports.AbstractTranslationEntity = exports.AbstractEntity = exports.AbstractBaseEntity = void 0;
13
13
  const typeorm_1 = require("typeorm");
14
14
  const decorators_1 = require("../decorators");
15
15
  const constants_1 = require("../constants");
@@ -50,9 +50,9 @@ __decorate([
50
50
  (0, typeorm_1.Column)({ type: 'enum', enum: constants_1.LanguageCode }),
51
51
  __metadata("design:type", String)
52
52
  ], AbstractTranslationEntity.prototype, "languageCode", void 0);
53
- class AbstractStringPrimaryEntity extends AbstractBaseEntity {
53
+ class AbstractUuidPrimaryEntity extends AbstractBaseEntity {
54
54
  }
55
- exports.AbstractStringPrimaryEntity = AbstractStringPrimaryEntity;
55
+ exports.AbstractUuidPrimaryEntity = AbstractUuidPrimaryEntity;
56
56
  __decorate([
57
57
  (0, typeorm_1.PrimaryGeneratedColumn)('uuid'),
58
58
  (0, decorators_1.StringFieldOptional)({
@@ -61,4 +61,4 @@ __decorate([
61
61
  example: '23247899-c237-4ab1-9639-3322029d2e1c',
62
62
  }),
63
63
  __metadata("design:type", String)
64
- ], AbstractStringPrimaryEntity.prototype, "id", void 0);
64
+ ], AbstractUuidPrimaryEntity.prototype, "id", void 0);
@@ -1,13 +1,13 @@
1
- import { AbstractEntity, AbstractStringPrimaryEntity } from '../abstract.entity';
1
+ import { AbstractEntity, AbstractUuidPrimaryEntity } from '../abstract.entity';
2
2
  export declare class AbstractDto {
3
3
  id: number | string;
4
4
  createdAt: Date;
5
5
  updatedAt: Date;
6
6
  translations?: AbstractTranslationDto[];
7
- constructor(entity: AbstractEntity | AbstractStringPrimaryEntity, options?: {
7
+ constructor(entity: AbstractEntity | AbstractUuidPrimaryEntity, options?: {
8
8
  excludeFields?: boolean;
9
9
  });
10
10
  }
11
11
  export declare class AbstractTranslationDto extends AbstractDto {
12
- constructor(entity: AbstractEntity | AbstractStringPrimaryEntity);
12
+ constructor(entity: AbstractEntity | AbstractUuidPrimaryEntity);
13
13
  }
@@ -1,7 +1,7 @@
1
1
  import type { HealthCheckResult } from '@nestjs/terminus';
2
2
  import { HealthCheckService, TypeOrmHealthIndicator } from '@nestjs/terminus';
3
3
  import { ServiceHealthIndicator } from './health-indicators/service.indicator';
4
- import { RedisHealthIndicator } from '@liaoliaots/nestjs-redis-health';
4
+ import { RedisHealthIndicator } from '@mvmdev/nestjs-redis-health';
5
5
  import { ApiConfigService } from '../shared/services';
6
6
  export declare class HealthCheckerController {
7
7
  private configService;
@@ -24,7 +24,7 @@ const common_1 = require("@nestjs/common");
24
24
  const terminus_1 = require("@nestjs/terminus");
25
25
  const service_indicator_1 = require("./health-indicators/service.indicator");
26
26
  const swagger_1 = require("@nestjs/swagger");
27
- const nestjs_redis_health_1 = require("@liaoliaots/nestjs-redis-health");
27
+ const nestjs_redis_health_1 = require("@mvmdev/nestjs-redis-health");
28
28
  const services_1 = require("../shared/services");
29
29
  let HealthCheckerController = class HealthCheckerController {
30
30
  constructor(configService, healthCheckService, ormIndicator, serviceIndicator, redisIndicator) {
@@ -9,7 +9,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.HealthCheckerModule = void 0;
10
10
  const common_1 = require("@nestjs/common");
11
11
  const terminus_1 = require("@nestjs/terminus");
12
- const nestjs_redis_health_1 = require("@liaoliaots/nestjs-redis-health");
12
+ const nestjs_redis_health_1 = require("@mvmdev/nestjs-redis-health");
13
13
  const health_checker_controller_1 = require("./health-checker.controller");
14
14
  const service_indicator_1 = require("./health-indicators/service.indicator");
15
15
  const services_1 = require("../shared/services");
package/package.json CHANGED
@@ -1,25 +1,19 @@
1
1
  {
2
2
  "name": "@nest-omni/core",
3
- "version": "1.0.15",
3
+ "version": "1.0.19",
4
4
  "description": "framework",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "scripts": {
8
8
  "build": "tsc -p tsconfig.json",
9
9
  "test": "jest --passWithNoTests",
10
- "lint": "eslint 'src/**/*.ts' --fix",
11
- "prepublish:npm": "npm run build",
12
- "publish:npm": "npm publish --access public",
13
- "prepare": "npm run build"
10
+ "lint": "eslint 'src/**/*.ts' --fix"
14
11
  },
15
12
  "author": "Jinpy",
16
13
  "license": "Apache-2.0",
17
14
  "devDependencies": {
18
15
  "typescript": "^5.4.5"
19
16
  },
20
- "files": [
21
- "dist"
22
- ],
23
17
  "peerDependencies": {
24
18
  "@dataui/crud": "^5.3.0",
25
19
  "@dataui/crud-typeorm": "^5.3.0",
@@ -15,6 +15,7 @@ const typeorm_transactional_1 = require("typeorm-transactional");
15
15
  const skywalking_backend_js_1 = require("skywalking-backend-js");
16
16
  const nestjs_pino_1 = require("nestjs-pino");
17
17
  const session = require("express-session");
18
+ const bodyParse = require("body-parser");
18
19
  const path_1 = require("path");
19
20
  const __1 = require("../");
20
21
  const common_1 = require("@nestjs/common");
@@ -64,7 +65,9 @@ function bootstrapSetup(AppModule, SetupSwagger) {
64
65
  app.enable('trust proxy');
65
66
  const reflector = app.get(core_1.Reflector);
66
67
  app.useGlobalFilters(new __1.HttpExceptionFilter(), new __1.QueryFailedFilter(reflector));
67
- app.use(new nestjs_cls_1.ClsMiddleware({}).use, (0, __1.RequestIdMiddleware)(), (0, __1.PowerByMiddleware)(), (0, __1.OmniAuthMiddleware)());
68
+ app.use(bodyParse.json({
69
+ limit: '50mb',
70
+ }), new nestjs_cls_1.ClsMiddleware({}).use, (0, __1.RequestIdMiddleware)(), (0, __1.PowerByMiddleware)(), (0, __1.OmniAuthMiddleware)());
68
71
  app.useStaticAssets('public', { prefix: '/' });
69
72
  app.useGlobalInterceptors(new auth_user_interceptor_1.AuthUserInterceptor(), new __1.TranslationInterceptor(), new nestjs_pino_1.LoggerErrorInterceptor(), new nestjs_sentry_1.SentryInterceptor({
70
73
  filters: [
@@ -35,7 +35,6 @@ const fs_1 = require("fs");
35
35
  const providers = [
36
36
  services_1.ApiConfigService,
37
37
  services_1.ValidatorService,
38
- services_1.AwsS3Service,
39
38
  services_1.GeneratorService,
40
39
  services_1.TranslationService,
41
40
  ];
@@ -61,13 +60,6 @@ const modules = [
61
60
  inject: [services_1.ApiConfigService],
62
61
  useFactory: (config) => config.pinoConfig,
63
62
  }),
64
- typeorm_2.TypeOrmModule.forRootAsync({
65
- inject: [services_1.ApiConfigService],
66
- useFactory: (config) => config.typeormConfig,
67
- dataSourceFactory: (options) => __awaiter(void 0, void 0, void 0, function* () {
68
- return (0, typeorm_transactional_1.addTransactionalDataSource)(new typeorm_1.DataSource(options));
69
- }),
70
- }),
71
63
  nestjs_i18n_1.I18nModule.forRootAsync({
72
64
  inject: [services_1.ApiConfigService],
73
65
  useFactory: (config) => ({
@@ -82,6 +74,18 @@ const modules = [
82
74
  }),
83
75
  health_checker_module_1.HealthCheckerModule,
84
76
  ];
77
+ if (services_1.ApiConfigService.toBoolean(process.env.S3_ENABLED, false)) {
78
+ providers.push(services_1.AwsS3Service);
79
+ }
80
+ if (services_1.ApiConfigService.toBoolean(process.env.DB_ENABLED, true)) {
81
+ modules.push(typeorm_2.TypeOrmModule.forRootAsync({
82
+ inject: [services_1.ApiConfigService],
83
+ useFactory: (config) => config.typeormConfig,
84
+ dataSourceFactory: (options) => __awaiter(void 0, void 0, void 0, function* () {
85
+ return (0, typeorm_transactional_1.addTransactionalDataSource)(new typeorm_1.DataSource(options));
86
+ }),
87
+ }));
88
+ }
85
89
  if (services_1.ApiConfigService.toBoolean(process.env.BULL_ENABLED)) {
86
90
  modules.push(bull_1.BullModule.forRootAsync({
87
91
  inject: [services_1.ApiConfigService],
@@ -18,7 +18,7 @@ export declare class ApiConfigService {
18
18
  get isTest(): boolean;
19
19
  getNumber(key: string): number;
20
20
  getBoolean(key: string): boolean;
21
- static toBoolean(value: string): boolean;
21
+ static toBoolean(value: string, defaultValue?: any): boolean;
22
22
  getString(key: string): string;
23
23
  get nodeEnv(): string;
24
24
  get fallbackLanguage(): string;
@@ -65,11 +65,14 @@ let ApiConfigService = ApiConfigService_1 = class ApiConfigService {
65
65
  const value = this.get(key);
66
66
  return ApiConfigService_1.toBoolean(value);
67
67
  }
68
- static toBoolean(value) {
68
+ static toBoolean(value, defaultValue = null) {
69
69
  try {
70
70
  return Boolean(JSON.parse(value));
71
71
  }
72
72
  catch (_a) {
73
+ if (!(0, lodash_1.isNil)(defaultValue)) {
74
+ return defaultValue;
75
+ }
73
76
  throw new Error(value + ' is not a boolean');
74
77
  }
75
78
  }