@darraghor/nest-backend-libs 2.20.7 → 2.20.8
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/authz/authz.module.js +0 -2
- package/dist/authz/authz.module.js.map +1 -1
- package/dist/invitations/invitation.module.js +0 -2
- package/dist/invitations/invitation.module.js.map +1 -1
- package/dist/organisation/organisation.module.js +0 -2
- package/dist/organisation/organisation.module.js.map +1 -1
- package/dist/organisation-memberships/organisation-memberships.module.js +0 -2
- package/dist/organisation-memberships/organisation-memberships.module.js.map +1 -1
- package/dist/organisation-subscriptions/organisation-subscriptions.module.js +0 -2
- package/dist/organisation-subscriptions/organisation-subscriptions.module.js.map +1 -1
- package/dist/payment-sessions/payment-session.module.js +1 -2
- package/dist/payment-sessions/payment-session.module.js.map +1 -1
- package/dist/person/person.module.js +1 -9
- package/dist/person/person.module.js.map +1 -1
- package/dist/root-app/core-app.module.js +1 -0
- package/dist/root-app/core-app.module.js.map +1 -1
- package/dist/runningCommandLine/RunningCommandLine.module.js +1 -2
- package/dist/runningCommandLine/RunningCommandLine.module.js.map +1 -1
- package/dist/smtp-email-client/smtp-email-client.module.js +0 -2
- package/dist/smtp-email-client/smtp-email-client.module.js.map +1 -1
- package/dist/twitter-client/twitter-account.module.js +1 -2
- package/dist/twitter-client/twitter-account.module.js.map +1 -1
- package/package.json +1 -1
|
@@ -12,7 +12,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.AuthzModule = void 0;
|
|
13
13
|
const common_1 = require("@nestjs/common");
|
|
14
14
|
const passport_1 = require("@nestjs/passport");
|
|
15
|
-
const logger_module_1 = require("../logger/logger.module");
|
|
16
15
|
const AuthConfigurationService_1 = require("./AuthConfigurationService");
|
|
17
16
|
const authzstrategy_1 = require("./authzstrategy");
|
|
18
17
|
const AuthConfigurationVariables_1 = __importDefault(require("./AuthConfigurationVariables"));
|
|
@@ -32,7 +31,6 @@ AuthzModule = __decorate([
|
|
|
32
31
|
config_1.ConfigModule.forFeature(AuthConfigurationVariables_1.default),
|
|
33
32
|
typeorm_1.TypeOrmModule.forFeature([person_entity_1.Person]),
|
|
34
33
|
passport_1.PassportModule.register({ defaultStrategy: "jwt" }),
|
|
35
|
-
logger_module_1.LoggerModule,
|
|
36
34
|
authz_client_module_1.AuthzClientModule,
|
|
37
35
|
],
|
|
38
36
|
providers: [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authz.module.js","sourceRoot":"","sources":["../../src/authz/authz.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA8C;AAC9C,+CAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"authz.module.js","sourceRoot":"","sources":["../../src/authz/authz.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA8C;AAC9C,+CAAgD;AAChD,yEAAoE;AACpE,mDAA4C;AAC5C,8FAA2D;AAC3D,2CAA4C;AAC5C,qEAA+D;AAC/D,6CAA8C;AAC9C,oEAAwD;AACxD,4EAAqE;AACrE,yDAAoD;AACpD,yEAAoE;AAmB7D,IAAM,WAAW,GAAjB,MAAM,WAAW;CAAG,CAAA;AAAd,WAAW;IAjBvB,IAAA,eAAM,GAAE;IACR,IAAA,eAAM,EAAC;QACJ,OAAO,EAAE;YACL,qBAAY,CAAC,UAAU,CAAC,oCAAe,CAAC;YACxC,uBAAa,CAAC,UAAU,CAAC,CAAC,sBAAM,CAAC,CAAC;YAClC,yBAAc,CAAC,QAAQ,CAAC,EAAC,eAAe,EAAE,KAAK,EAAC,CAAC;YACjD,uCAAiB;SACpB;QACD,SAAS,EAAE;YACP,2BAAW;YACX,mDAAwB;YACxB,8CAAqB;YACrB,mCAAgB;YAChB,mDAAwB;SAC3B;QACD,OAAO,EAAE,CAAC,yBAAc,EAAE,mDAAwB,CAAC;KACtD,CAAC;GACW,WAAW,CAAG;AAAd,kCAAW"}
|
|
@@ -11,7 +11,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.InvitationModule = void 0;
|
|
13
13
|
const common_1 = require("@nestjs/common");
|
|
14
|
-
const logger_module_1 = require("../logger/logger.module");
|
|
15
14
|
const typeorm_1 = require("@nestjs/typeorm");
|
|
16
15
|
const invitation_entity_1 = require("./entities/invitation.entity");
|
|
17
16
|
const invitation_controller_1 = require("./invitation.controller");
|
|
@@ -28,7 +27,6 @@ InvitationModule = __decorate([
|
|
|
28
27
|
(0, common_1.Module)({
|
|
29
28
|
imports: [
|
|
30
29
|
config_1.ConfigModule.forFeature(InvitationConfigurationVariables_1.default),
|
|
31
|
-
logger_module_1.LoggerModule,
|
|
32
30
|
typeorm_1.TypeOrmModule.forFeature([invitation_entity_1.Invitation, organisation_entity_1.Organisation]),
|
|
33
31
|
smtp_email_client_module_1.SmtpEmailClientModule,
|
|
34
32
|
organisation_module_1.OrganisationModule,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invitation.module.js","sourceRoot":"","sources":["../../src/invitations/invitation.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAAsC;AACtC,
|
|
1
|
+
{"version":3,"file":"invitation.module.js","sourceRoot":"","sources":["../../src/invitations/invitation.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAAsC;AACtC,6CAA8C;AAC9C,oEAAwD;AACxD,mEAA6D;AAC7D,6DAAuD;AACvD,4FAAoF;AACpF,6EAAuE;AACvE,2CAA4C;AAC5C,0GAAiE;AACjE,qFAAiF;AACjF,sFAA0E;AAanE,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;CAAG,CAAA;AAAnB,gBAAgB;IAX5B,IAAA,eAAM,EAAC;QACJ,OAAO,EAAE;YACL,qBAAY,CAAC,UAAU,CAAC,0CAAe,CAAC;YACxC,uBAAa,CAAC,UAAU,CAAC,CAAC,8BAAU,EAAE,kCAAY,CAAC,CAAC;YACpD,gDAAqB;YACrB,wCAAkB;SACrB;QACD,WAAW,EAAE,CAAC,4CAAoB,CAAC;QACnC,SAAS,EAAE,CAAC,sCAAiB,EAAE,gEAA+B,CAAC;QAC/D,OAAO,EAAE,CAAC,sCAAiB,CAAC;KAC/B,CAAC;GACW,gBAAgB,CAAG;AAAnB,4CAAgB"}
|
|
@@ -10,7 +10,6 @@ exports.OrganisationModule = void 0;
|
|
|
10
10
|
const common_1 = require("@nestjs/common");
|
|
11
11
|
const organisation_service_1 = require("./organisation.service");
|
|
12
12
|
const organisation_controller_1 = require("./organisation.controller");
|
|
13
|
-
const logger_module_1 = require("../logger/logger.module");
|
|
14
13
|
const typeorm_1 = require("@nestjs/typeorm");
|
|
15
14
|
const organisation_entity_1 = require("./entities/organisation.entity");
|
|
16
15
|
const member_role_entity_1 = require("./entities/member-role.entity");
|
|
@@ -21,7 +20,6 @@ let OrganisationModule = class OrganisationModule {
|
|
|
21
20
|
OrganisationModule = __decorate([
|
|
22
21
|
(0, common_1.Module)({
|
|
23
22
|
imports: [
|
|
24
|
-
logger_module_1.LoggerModule,
|
|
25
23
|
organisation_memberships_module_1.OrganisationMembershipsModule,
|
|
26
24
|
typeorm_1.TypeOrmModule.forFeature([
|
|
27
25
|
organisation_entity_1.Organisation,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organisation.module.js","sourceRoot":"","sources":["../../src/organisation/organisation.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAsC;AACtC,iEAA2D;AAC3D,uEAAiE;AACjE,
|
|
1
|
+
{"version":3,"file":"organisation.module.js","sourceRoot":"","sources":["../../src/organisation/organisation.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAsC;AACtC,iEAA2D;AAC3D,uEAAiE;AACjE,6CAA8C;AAC9C,wEAA4D;AAC5D,sEAA6D;AAC7D,wHAA2G;AAC3G,iHAA0G;AAenG,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;CAAG,CAAA;AAArB,kBAAkB;IAb9B,IAAA,eAAM,EAAC;QACJ,OAAO,EAAE;YACL,+DAA6B;YAC7B,uBAAa,CAAC,UAAU,CAAC;gBACrB,kCAAY;gBACZ,uDAAsB;gBACtB,mCAAc;aACjB,CAAC;SACL;QACD,WAAW,EAAE,CAAC,gDAAsB,CAAC;QACrC,SAAS,EAAE,CAAC,0CAAmB,CAAC;QAChC,OAAO,EAAE,CAAC,0CAAmB,CAAC;KACjC,CAAC;GACW,kBAAkB,CAAG;AAArB,gDAAkB"}
|
|
@@ -8,7 +8,6 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.OrganisationMembershipsModule = void 0;
|
|
10
10
|
const common_1 = require("@nestjs/common");
|
|
11
|
-
const logger_module_1 = require("../logger/logger.module");
|
|
12
11
|
const typeorm_1 = require("@nestjs/typeorm");
|
|
13
12
|
const organisation_membership_entity_1 = require("./entities/organisation-membership.entity");
|
|
14
13
|
const organisation_memberships_controller_1 = require("./organisation-memberships.controller");
|
|
@@ -20,7 +19,6 @@ let OrganisationMembershipsModule = class OrganisationMembershipsModule {
|
|
|
20
19
|
OrganisationMembershipsModule = __decorate([
|
|
21
20
|
(0, common_1.Module)({
|
|
22
21
|
imports: [
|
|
23
|
-
logger_module_1.LoggerModule,
|
|
24
22
|
typeorm_1.TypeOrmModule.forFeature([
|
|
25
23
|
organisation_entity_1.Organisation,
|
|
26
24
|
organisation_membership_entity_1.OrganisationMembership,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organisation-memberships.module.js","sourceRoot":"","sources":["../../src/organisation-memberships/organisation-memberships.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAsC;AACtC,
|
|
1
|
+
{"version":3,"file":"organisation-memberships.module.js","sourceRoot":"","sources":["../../src/organisation-memberships/organisation-memberships.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAsC;AACtC,6CAA8C;AAC9C,8FAAiF;AACjF,+FAAwF;AACxF,yFAAkF;AAClF,sFAA0E;AAC1E,oFAA2E;AAcpE,IAAM,6BAA6B,GAAnC,MAAM,6BAA6B;CAAG,CAAA;AAAhC,6BAA6B;IAZzC,IAAA,eAAM,EAAC;QACJ,OAAO,EAAE;YACL,uBAAa,CAAC,UAAU,CAAC;gBACrB,kCAAY;gBACZ,uDAAsB;gBACtB,mCAAc;aACjB,CAAC;SACL;QACD,WAAW,EAAE,CAAC,uEAAiC,CAAC;QAChD,SAAS,EAAE,CAAC,iEAA8B,CAAC;QAC3C,OAAO,EAAE,CAAC,iEAA8B,CAAC;KAC5C,CAAC;GACW,6BAA6B,CAAG;AAAhC,sEAA6B"}
|
|
@@ -8,7 +8,6 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.OrganisationSubscriptionsModule = void 0;
|
|
10
10
|
const common_1 = require("@nestjs/common");
|
|
11
|
-
const logger_module_1 = require("../logger/logger.module");
|
|
12
11
|
const typeorm_1 = require("@nestjs/typeorm");
|
|
13
12
|
const organisation_subscriptions_service_1 = require("./organisation-subscriptions.service");
|
|
14
13
|
const organisation_entity_1 = require("../organisation/entities/organisation.entity");
|
|
@@ -21,7 +20,6 @@ let OrganisationSubscriptionsModule = class OrganisationSubscriptionsModule {
|
|
|
21
20
|
OrganisationSubscriptionsModule = __decorate([
|
|
22
21
|
(0, common_1.Module)({
|
|
23
22
|
imports: [
|
|
24
|
-
logger_module_1.LoggerModule,
|
|
25
23
|
typeorm_1.TypeOrmModule.forFeature([
|
|
26
24
|
organisation_entity_1.Organisation,
|
|
27
25
|
organisation_subscription_entity_1.OrganisationSubscriptionRecord,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organisation-subscriptions.module.js","sourceRoot":"","sources":["../../src/organisation-subscriptions/organisation-subscriptions.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAsC;AACtC,
|
|
1
|
+
{"version":3,"file":"organisation-subscriptions.module.js","sourceRoot":"","sources":["../../src/organisation-subscriptions/organisation-subscriptions.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAsC;AACtC,6CAA8C;AAC9C,6FAAqF;AACrF,sFAA0E;AAC1E,mGAA4F;AAC5F,kGAA2F;AAC3F,uFAAgF;AAChF,iFAA0E;AAiBnE,IAAM,+BAA+B,GAArC,MAAM,+BAA+B;CAAG,CAAA;AAAlC,+BAA+B;IAf3C,IAAA,eAAM,EAAC;QACJ,OAAO,EAAE;YACL,uBAAa,CAAC,UAAU,CAAC;gBACrB,kCAAY;gBACZ,iEAA8B;aACjC,CAAC;YACF,6CAAoB;SACvB;QACD,WAAW,EAAE;YACT,2EAAmC;YACnC,yDAA0B;SAC7B;QACD,SAAS,EAAE,CAAC,oEAA+B,CAAC;QAC5C,OAAO,EAAE,CAAC,oEAA+B,CAAC;KAC7C,CAAC;GACW,+BAA+B,CAAG;AAAlC,0EAA+B"}
|
|
@@ -8,7 +8,6 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.PaymentSessionModule = void 0;
|
|
10
10
|
const common_1 = require("@nestjs/common");
|
|
11
|
-
const core_app_module_1 = require("../root-app/core-app.module");
|
|
12
11
|
const typeorm_1 = require("@nestjs/typeorm");
|
|
13
12
|
const payment_session_entity_1 = require("./payment-session.entity");
|
|
14
13
|
const payment_session_service_1 = require("./payment-session.service");
|
|
@@ -17,7 +16,7 @@ let PaymentSessionModule = class PaymentSessionModule {
|
|
|
17
16
|
};
|
|
18
17
|
PaymentSessionModule = __decorate([
|
|
19
18
|
(0, common_1.Module)({
|
|
20
|
-
imports: [typeorm_1.TypeOrmModule.forFeature([payment_session_entity_1.PaymentSessionReference])
|
|
19
|
+
imports: [typeorm_1.TypeOrmModule.forFeature([payment_session_entity_1.PaymentSessionReference])],
|
|
21
20
|
providers: [payment_session_service_1.PaymentSessionService],
|
|
22
21
|
exports: [payment_session_service_1.PaymentSessionService],
|
|
23
22
|
controllers: [payment_session_controller_1.PaymentSessionReferenceController],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payment-session.module.js","sourceRoot":"","sources":["../../src/payment-sessions/payment-session.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAsC;AACtC,
|
|
1
|
+
{"version":3,"file":"payment-session.module.js","sourceRoot":"","sources":["../../src/payment-sessions/payment-session.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAsC;AACtC,6CAA8C;AAC9C,qEAAiE;AACjE,uEAAgE;AAChE,6EAA+E;AAQxE,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;CAAG,CAAA;AAAvB,oBAAoB;IANhC,IAAA,eAAM,EAAC;QACJ,OAAO,EAAE,CAAC,uBAAa,CAAC,UAAU,CAAC,CAAC,gDAAuB,CAAC,CAAC,CAAC;QAC9D,SAAS,EAAE,CAAC,+CAAqB,CAAC;QAClC,OAAO,EAAE,CAAC,+CAAqB,CAAC;QAChC,WAAW,EAAE,CAAC,8DAAiC,CAAC;KACnD,CAAC;GACW,oBAAoB,CAAG;AAAvB,oDAAoB"}
|
|
@@ -11,20 +11,12 @@ const common_1 = require("@nestjs/common");
|
|
|
11
11
|
const person_service_1 = require("./person.service");
|
|
12
12
|
const person_controller_1 = require("./person.controller");
|
|
13
13
|
const person_entity_1 = require("./entities/person.entity");
|
|
14
|
-
const logger_module_1 = require("../logger/logger.module");
|
|
15
14
|
const typeorm_1 = require("@nestjs/typeorm");
|
|
16
|
-
const core_app_module_1 = require("../root-app/core-app.module");
|
|
17
|
-
const authz_1 = require("../authz");
|
|
18
15
|
let PersonModule = class PersonModule {
|
|
19
16
|
};
|
|
20
17
|
PersonModule = __decorate([
|
|
21
18
|
(0, common_1.Module)({
|
|
22
|
-
imports: [
|
|
23
|
-
core_app_module_1.CoreModule,
|
|
24
|
-
authz_1.AuthzModule,
|
|
25
|
-
logger_module_1.LoggerModule,
|
|
26
|
-
typeorm_1.TypeOrmModule.forFeature([person_entity_1.Person]),
|
|
27
|
-
],
|
|
19
|
+
imports: [typeorm_1.TypeOrmModule.forFeature([person_entity_1.Person])],
|
|
28
20
|
controllers: [person_controller_1.PersonController],
|
|
29
21
|
providers: [person_service_1.PersonService],
|
|
30
22
|
exports: [person_service_1.PersonService],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"person.module.js","sourceRoot":"","sources":["../../src/person/person.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAsC;AACtC,qDAA+C;AAC/C,2DAAqD;AACrD,4DAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"person.module.js","sourceRoot":"","sources":["../../src/person/person.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAsC;AACtC,qDAA+C;AAC/C,2DAAqD;AACrD,4DAAgD;AAChD,6CAA8C;AAQvC,IAAM,YAAY,GAAlB,MAAM,YAAY;CAAG,CAAA;AAAf,YAAY;IANxB,IAAA,eAAM,EAAC;QACJ,OAAO,EAAE,CAAC,uBAAa,CAAC,UAAU,CAAC,CAAC,sBAAM,CAAC,CAAC,CAAC;QAC7C,WAAW,EAAE,CAAC,oCAAgB,CAAC;QAC/B,SAAS,EAAE,CAAC,8BAAa,CAAC;QAC1B,OAAO,EAAE,CAAC,8BAAa,CAAC;KAC3B,CAAC;GACW,YAAY,CAAG;AAAf,oCAAY"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"core-app.module.js","sourceRoot":"","sources":["../../src/root-app/core-app.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,sDAAsD;AACtD,+DAA+D;AAC/D,4DAA4D;AAC5D,4BAA0B;AAC1B,oDAA4B;AAC5B,
|
|
1
|
+
{"version":3,"file":"core-app.module.js","sourceRoot":"","sources":["../../src/root-app/core-app.module.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,13 +9,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
exports.RunningCommandLineModule = void 0;
|
|
10
10
|
const common_1 = require("@nestjs/common");
|
|
11
11
|
require("reflect-metadata");
|
|
12
|
-
const core_app_module_1 = require("../root-app/core-app.module");
|
|
13
12
|
const CliCommandService_1 = require("./CliCommandService");
|
|
14
13
|
let RunningCommandLineModule = class RunningCommandLineModule {
|
|
15
14
|
};
|
|
16
15
|
RunningCommandLineModule = __decorate([
|
|
17
16
|
(0, common_1.Module)({
|
|
18
|
-
imports: [
|
|
17
|
+
imports: [],
|
|
19
18
|
providers: [CliCommandService_1.CliCommandService],
|
|
20
19
|
exports: [CliCommandService_1.CliCommandService],
|
|
21
20
|
controllers: [],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RunningCommandLine.module.js","sourceRoot":"","sources":["../../src/runningCommandLine/RunningCommandLine.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAsC;AACtC,4BAA0B;AAC1B,
|
|
1
|
+
{"version":3,"file":"RunningCommandLine.module.js","sourceRoot":"","sources":["../../src/runningCommandLine/RunningCommandLine.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAsC;AACtC,4BAA0B;AAC1B,2DAAsD;AAQ/C,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;CAAG,CAAA;AAA3B,wBAAwB;IANpC,IAAA,eAAM,EAAC;QACJ,OAAO,EAAE,EAAE;QACX,SAAS,EAAE,CAAC,qCAAiB,CAAC;QAC9B,OAAO,EAAE,CAAC,qCAAiB,CAAC;QAC5B,WAAW,EAAE,EAAE;KAClB,CAAC;GACW,wBAAwB,CAAG;AAA3B,4DAAwB"}
|
|
@@ -14,7 +14,6 @@ const bull_1 = require("@nestjs/bull");
|
|
|
14
14
|
const common_1 = require("@nestjs/common");
|
|
15
15
|
const config_1 = require("@nestjs/config");
|
|
16
16
|
const typeorm_1 = require("@nestjs/typeorm");
|
|
17
|
-
const logger_module_1 = require("../logger/logger.module");
|
|
18
17
|
const email_client_service_1 = require("./email-client.service");
|
|
19
18
|
const email_controller_1 = require("./email.controller");
|
|
20
19
|
const email_entity_1 = require("./email.entity");
|
|
@@ -28,7 +27,6 @@ SmtpEmailClientModule = __decorate([
|
|
|
28
27
|
(0, common_1.Module)({
|
|
29
28
|
imports: [
|
|
30
29
|
config_1.ConfigModule.forFeature(EmailConfigurationVariables_1.default),
|
|
31
|
-
logger_module_1.LoggerModule,
|
|
32
30
|
typeorm_1.TypeOrmModule.forFeature([email_entity_1.Email]),
|
|
33
31
|
bull_1.BullModule.registerQueueAsync({
|
|
34
32
|
name: "smtp-emails",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"smtp-email-client.module.js","sourceRoot":"","sources":["../../src/smtp-email-client/smtp-email-client.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uCAAwC;AACxC,2CAAsC;AACtC,2CAA4C;AAC5C,6CAA8C;AAC9C,
|
|
1
|
+
{"version":3,"file":"smtp-email-client.module.js","sourceRoot":"","sources":["../../src/smtp-email-client/smtp-email-client.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uCAAwC;AACxC,2CAAsC;AACtC,2CAA4C;AAC5C,6CAA8C;AAC9C,iEAAuD;AACvD,yDAAyD;AACzD,iDAAqC;AACrC,yEAAoE;AACpE,2EAAsE;AACtE,gGAA4D;AAC5D,6DAAsD;AAmB/C,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;CAAG,CAAA;AAAxB,qBAAqB;IAjBjC,IAAA,eAAM,EAAC;QACJ,OAAO,EAAE;YACL,qBAAY,CAAC,UAAU,CAAC,qCAAe,CAAC;YACxC,uBAAa,CAAC,UAAU,CAAC,CAAC,oBAAK,CAAC,CAAC;YACjC,iBAAU,CAAC,kBAAkB,CAAC;gBAC1B,IAAI,EAAE,aAAa;aACtB,CAAC;SACL;QACD,SAAS,EAAE;YACP,mDAAwB;YACxB,sCAAe;YACf,qDAAyB;YACzB,qCAAgB;SACnB;QACD,WAAW,EAAE,CAAC,wCAAqB,CAAC;QACpC,OAAO,EAAE,CAAC,sCAAe,EAAE,iBAAU,CAAC;KACzC,CAAC;GACW,qBAAqB,CAAG;AAAxB,sDAAqB"}
|
|
@@ -16,13 +16,12 @@ const TwitterClientConfigurationService_1 = require("./TwitterClientConfiguratio
|
|
|
16
16
|
const twitter_client_service_1 = require("./services/twitter-client.service");
|
|
17
17
|
const TwitterConfigurationVariables_1 = __importDefault(require("./TwitterConfigurationVariables"));
|
|
18
18
|
const config_1 = require("@nestjs/config");
|
|
19
|
-
const core_app_module_1 = require("../root-app/core-app.module");
|
|
20
19
|
const TwitterClientProvider_1 = require("./TwitterClientProvider");
|
|
21
20
|
let TwitterAccountModule = class TwitterAccountModule {
|
|
22
21
|
};
|
|
23
22
|
TwitterAccountModule = __decorate([
|
|
24
23
|
(0, common_1.Module)({
|
|
25
|
-
imports: [config_1.ConfigModule.forFeature(TwitterConfigurationVariables_1.default)
|
|
24
|
+
imports: [config_1.ConfigModule.forFeature(TwitterConfigurationVariables_1.default)],
|
|
26
25
|
providers: [
|
|
27
26
|
TwitterClientProvider_1.TwitterClientProvider,
|
|
28
27
|
TwitterClientConfigurationService_1.TwitterClientConfigurationService,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"twitter-account.module.js","sourceRoot":"","sources":["../../src/twitter-client/twitter-account.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAAsC;AACtC,4BAA0B;AAC1B,2FAAsF;AACtF,8EAAuE;AACvE,oGAA8D;AAC9D,2CAA4C;AAC5C,
|
|
1
|
+
{"version":3,"file":"twitter-account.module.js","sourceRoot":"","sources":["../../src/twitter-client/twitter-account.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAAsC;AACtC,4BAA0B;AAC1B,2FAAsF;AACtF,8EAAuE;AACvE,oGAA8D;AAC9D,2CAA4C;AAC5C,mEAA8D;AAYvD,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;CAAG,CAAA;AAAvB,oBAAoB;IAVhC,IAAA,eAAM,EAAC;QACJ,OAAO,EAAE,CAAC,qBAAY,CAAC,UAAU,CAAC,uCAAe,CAAC,CAAC;QACnD,SAAS,EAAE;YACP,6CAAqB;YACrB,qEAAiC;YACjC,6CAAoB;SACvB;QACD,OAAO,EAAE,CAAC,6CAAoB,CAAC;QAC/B,WAAW,EAAE,EAAE;KAClB,CAAC;GACW,oBAAoB,CAAG;AAAvB,oDAAoB"}
|
package/package.json
CHANGED