@hed-hog/contact 0.0.48 → 0.0.52
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/address-type/address-type.module.js +2 -2
- package/dist/address-type/address-type.module.js.map +1 -1
- package/dist/contact-type/contact-type.module.js +2 -2
- package/dist/contact-type/contact-type.module.js.map +1 -1
- package/dist/contact.module.js +2 -2
- package/dist/contact.module.js.map +1 -1
- package/dist/document-type/document-type.module.js +2 -2
- package/dist/document-type/document-type.module.js.map +1 -1
- package/dist/person/person.module.js +2 -2
- package/dist/person/person.module.js.map +1 -1
- package/dist/person-relation-type/person-relation-type.module.js +2 -2
- package/dist/person-relation-type/person-relation-type.module.js.map +1 -1
- package/package.json +3 -3
- package/src/address-type/address-type.module.ts +2 -2
- package/src/contact-type/contact-type.module.ts +2 -2
- package/src/contact.module.ts +2 -2
- package/src/document-type/document-type.module.ts +2 -2
- package/src/person/person.module.ts +2 -2
- package/src/person-relation-type/person-relation-type.module.ts +2 -2
|
@@ -7,9 +7,9 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
};
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.PersonAddressTypeModule = void 0;
|
|
10
|
-
const admin_1 = require("@hed-hog/admin");
|
|
11
10
|
const api_pagination_1 = require("@hed-hog/api-pagination");
|
|
12
11
|
const api_prisma_1 = require("@hed-hog/api-prisma");
|
|
12
|
+
const core_1 = require("@hed-hog/core");
|
|
13
13
|
const common_1 = require("@nestjs/common");
|
|
14
14
|
const address_type_controller_1 = require("./address-type.controller");
|
|
15
15
|
const address_type_service_1 = require("./address-type.service");
|
|
@@ -19,7 +19,7 @@ exports.PersonAddressTypeModule = PersonAddressTypeModule;
|
|
|
19
19
|
exports.PersonAddressTypeModule = PersonAddressTypeModule = __decorate([
|
|
20
20
|
(0, common_1.Module)({
|
|
21
21
|
imports: [
|
|
22
|
-
(0, common_1.forwardRef)(() =>
|
|
22
|
+
(0, common_1.forwardRef)(() => core_1.CoreModule),
|
|
23
23
|
(0, common_1.forwardRef)(() => api_prisma_1.PrismaModule),
|
|
24
24
|
(0, common_1.forwardRef)(() => api_pagination_1.PaginationModule)
|
|
25
25
|
],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"address-type.module.js","sourceRoot":"","sources":["../../src/address-type/address-type.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"address-type.module.js","sourceRoot":"","sources":["../../src/address-type/address-type.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,4DAA2D;AAC3D,oDAAmD;AACnD,wCAA2C;AAC3C,2CAAoD;AACpD,uEAAwE;AACxE,iEAAkE;AAY3D,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;CAAG,CAAA;AAA1B,0DAAuB;kCAAvB,uBAAuB;IAVnC,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,iBAAU,CAAC;YAC5B,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,yBAAY,CAAC;YAC9B,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,iCAAgB,CAAC;SACnC;QACD,WAAW,EAAE,CAAC,qDAA2B,CAAC;QAC1C,SAAS,EAAE,CAAC,+CAAwB,CAAC;QACrC,OAAO,EAAE,CAAC,+CAAwB,CAAC;KACpC,CAAC;GACW,uBAAuB,CAAG"}
|
|
@@ -7,9 +7,9 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
};
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.PersonContactTypeModule = void 0;
|
|
10
|
-
const admin_1 = require("@hed-hog/admin");
|
|
11
10
|
const api_pagination_1 = require("@hed-hog/api-pagination");
|
|
12
11
|
const api_prisma_1 = require("@hed-hog/api-prisma");
|
|
12
|
+
const core_1 = require("@hed-hog/core");
|
|
13
13
|
const common_1 = require("@nestjs/common");
|
|
14
14
|
const contact_type_controller_1 = require("./contact-type.controller");
|
|
15
15
|
const contact_type_service_1 = require("./contact-type.service");
|
|
@@ -19,7 +19,7 @@ exports.PersonContactTypeModule = PersonContactTypeModule;
|
|
|
19
19
|
exports.PersonContactTypeModule = PersonContactTypeModule = __decorate([
|
|
20
20
|
(0, common_1.Module)({
|
|
21
21
|
imports: [
|
|
22
|
-
(0, common_1.forwardRef)(() =>
|
|
22
|
+
(0, common_1.forwardRef)(() => core_1.CoreModule),
|
|
23
23
|
(0, common_1.forwardRef)(() => api_prisma_1.PrismaModule),
|
|
24
24
|
(0, common_1.forwardRef)(() => api_pagination_1.PaginationModule)
|
|
25
25
|
],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact-type.module.js","sourceRoot":"","sources":["../../src/contact-type/contact-type.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"contact-type.module.js","sourceRoot":"","sources":["../../src/contact-type/contact-type.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,4DAA2D;AAC3D,oDAAmD;AACnD,wCAA2C;AAC3C,2CAAoD;AACpD,uEAAwE;AACxE,iEAAkE;AAY3D,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;CAAG,CAAA;AAA1B,0DAAuB;kCAAvB,uBAAuB;IAVnC,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,iBAAU,CAAC;YAC5B,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,yBAAY,CAAC;YAC9B,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,iCAAgB,CAAC;SACnC;QACD,WAAW,EAAE,CAAC,qDAA2B,CAAC;QAC1C,SAAS,EAAE,CAAC,+CAAwB,CAAC;QACrC,OAAO,EAAE,CAAC,+CAAwB,CAAC;KACpC,CAAC;GACW,uBAAuB,CAAG"}
|
package/dist/contact.module.js
CHANGED
|
@@ -7,11 +7,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
};
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.ContactModule = void 0;
|
|
10
|
-
const admin_1 = require("@hed-hog/admin");
|
|
11
10
|
const api_locale_1 = require("@hed-hog/api-locale");
|
|
12
11
|
const api_mail_1 = require("@hed-hog/api-mail");
|
|
13
12
|
const api_pagination_1 = require("@hed-hog/api-pagination");
|
|
14
13
|
const api_prisma_1 = require("@hed-hog/api-prisma");
|
|
14
|
+
const core_1 = require("@hed-hog/core");
|
|
15
15
|
const common_1 = require("@nestjs/common");
|
|
16
16
|
const config_1 = require("@nestjs/config");
|
|
17
17
|
const jwt_1 = require("@nestjs/jwt");
|
|
@@ -39,7 +39,7 @@ exports.ContactModule = ContactModule = __decorate([
|
|
|
39
39
|
};
|
|
40
40
|
},
|
|
41
41
|
})),
|
|
42
|
-
(0, common_1.forwardRef)(() =>
|
|
42
|
+
(0, common_1.forwardRef)(() => core_1.CoreModule),
|
|
43
43
|
(0, common_1.forwardRef)(() => api_locale_1.LocaleModule),
|
|
44
44
|
(0, common_1.forwardRef)(() => api_prisma_1.PrismaModule),
|
|
45
45
|
(0, common_1.forwardRef)(() => api_pagination_1.PaginationModule),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact.module.js","sourceRoot":"","sources":["../src/contact.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"contact.module.js","sourceRoot":"","sources":["../src/contact.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,oDAAmD;AACnD,gDAA+C;AAC/C,4DAA2D;AAC3D,oDAAmD;AACnD,wCAA2C;AAC3C,2CAAoD;AACpD,2CAA8C;AAC9C,qCAAwC;AACxC,4EAA6E;AAC7E,4EAA6E;AAC7E,uDAAmD;AACnD,+EAAgF;AAChF,oGAA8F;AAC9F,0DAAsD;AAkC/C,IAAM,aAAa,GAAnB,MAAM,aAAa;CAAI,CAAA;AAAjB,sCAAa;wBAAb,aAAa;IAhCzB,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,IAAA,mBAAU,EAAC,GAAG,EAAE,CACd,eAAS,CAAC,aAAa,CAAC;gBACtB,MAAM,EAAE,IAAI;gBACZ,UAAU,EAAE,GAAG,EAAE;oBACf,OAAO;wBACL,MAAM,EAAE,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC;wBACtC,MAAM,EAAE,IAAI;wBACZ,WAAW,EAAE;4BACX,SAAS,EAAE,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC,IAAI,KAAY;yBAC9D;qBACF,CAAC;gBACJ,CAAC;aACF,CAAC,CACH;YACD,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,iBAAU,CAAC;YAC5B,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,yBAAY,CAAC;YAC9B,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,yBAAY,CAAC;YAC9B,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,iCAAgB,CAAC;YAClC,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,4BAAY,CAAC;YAC9B,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,6CAAuB,CAAC;YACzC,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,6CAAuB,CAAC;YACzC,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,+CAAwB,CAAC;YAC1C,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,sDAAwB,CAAC;YAC1C,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,qBAAU,CAAC;YAC5B,qBAAY,CAAC,OAAO,EAAE;SACvB;QACD,WAAW,EAAE,EAAE;QACf,SAAS,EAAE,CAAC,gCAAc,CAAC;QAC3B,OAAO,EAAE,CAAC,gCAAc,CAAC;KAC1B,CAAC;GACW,aAAa,CAAI"}
|
|
@@ -7,9 +7,9 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
};
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.PersonDocumentTypeModule = void 0;
|
|
10
|
-
const admin_1 = require("@hed-hog/admin");
|
|
11
10
|
const api_pagination_1 = require("@hed-hog/api-pagination");
|
|
12
11
|
const api_prisma_1 = require("@hed-hog/api-prisma");
|
|
12
|
+
const core_1 = require("@hed-hog/core");
|
|
13
13
|
const common_1 = require("@nestjs/common");
|
|
14
14
|
const document_type_controller_1 = require("./document-type.controller");
|
|
15
15
|
const document_type_service_1 = require("./document-type.service");
|
|
@@ -19,7 +19,7 @@ exports.PersonDocumentTypeModule = PersonDocumentTypeModule;
|
|
|
19
19
|
exports.PersonDocumentTypeModule = PersonDocumentTypeModule = __decorate([
|
|
20
20
|
(0, common_1.Module)({
|
|
21
21
|
imports: [
|
|
22
|
-
(0, common_1.forwardRef)(() =>
|
|
22
|
+
(0, common_1.forwardRef)(() => core_1.CoreModule),
|
|
23
23
|
(0, common_1.forwardRef)(() => api_prisma_1.PrismaModule),
|
|
24
24
|
(0, common_1.forwardRef)(() => api_pagination_1.PaginationModule)
|
|
25
25
|
],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-type.module.js","sourceRoot":"","sources":["../../src/document-type/document-type.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"document-type.module.js","sourceRoot":"","sources":["../../src/document-type/document-type.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,4DAA2D;AAC3D,oDAAmD;AACnD,wCAA2C;AAC3C,2CAAoD;AACpD,yEAA0E;AAC1E,mEAAoE;AAY7D,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;CAAG,CAAA;AAA3B,4DAAwB;mCAAxB,wBAAwB;IAVpC,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,iBAAU,CAAC;YAC5B,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,yBAAY,CAAC;YAC9B,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,iCAAgB,CAAC;SACnC;QACD,WAAW,EAAE,CAAC,uDAA4B,CAAC;QAC3C,SAAS,EAAE,CAAC,iDAAyB,CAAC;QACtC,OAAO,EAAE,CAAC,iDAAyB,CAAC;KACrC,CAAC;GACW,wBAAwB,CAAG"}
|
|
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
};
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.PersonModule = void 0;
|
|
10
|
-
const
|
|
10
|
+
const core_1 = require("@hed-hog/core");
|
|
11
11
|
const api_pagination_1 = require("@hed-hog/api-pagination");
|
|
12
12
|
const api_prisma_1 = require("@hed-hog/api-prisma");
|
|
13
13
|
const common_1 = require("@nestjs/common");
|
|
@@ -33,7 +33,7 @@ exports.PersonModule = PersonModule;
|
|
|
33
33
|
exports.PersonModule = PersonModule = __decorate([
|
|
34
34
|
(0, common_1.Module)({
|
|
35
35
|
imports: [
|
|
36
|
-
(0, common_1.forwardRef)(() =>
|
|
36
|
+
(0, common_1.forwardRef)(() => core_1.CoreModule),
|
|
37
37
|
(0, common_1.forwardRef)(() => api_prisma_1.PrismaModule),
|
|
38
38
|
(0, common_1.forwardRef)(() => api_pagination_1.PaginationModule),
|
|
39
39
|
],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"person.module.js","sourceRoot":"","sources":["../../src/person/person.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"person.module.js","sourceRoot":"","sources":["../../src/person/person.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,wCAA2C;AAC3C,4DAA2D;AAC3D,oDAAmD;AACnD,2CAAoD;AACpD,qEAAuE;AACvE,+DAAiE;AACjE,qEAAuE;AACvE,+DAAiE;AACjE,wEAA0E;AAC1E,kEAAoE;AACpE,0FAAqF;AACrF,oFAA+E;AAC/E,mGAA8F;AAC9F,6FAAwF;AACxF,6FAAwF;AACxF,uFAAkF;AAClF,6FAAwF;AACxF,uFAAkF;AAClF,2DAAuD;AACvD,qDAAiD;AA6B1C,IAAM,YAAY,GAAlB,MAAM,YAAY;CAAG,CAAA;AAAf,oCAAY;uBAAZ,YAAY;IA5BxB,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,iBAAU,CAAC;YAC5B,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,yBAAY,CAAC;YAC9B,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,iCAAgB,CAAC;SACnC;QACD,WAAW,EAAE;YACX,qDAAwB;YACxB,4CAAuB;YACvB,4CAAuB;YACvB,8CAAwB;YACxB,qDAAwB;YACxB,yDAA0B;YAC1B,mDAAuB;YACvB,oCAAgB;SACjB;QACD,SAAS,EAAE;YACT,+CAAqB;YACrB,sCAAoB;YACpB,sCAAoB;YACpB,wCAAqB;YACrB,+CAAqB;YACrB,mDAAuB;YACvB,6CAAoB;YACpB,8BAAa;SACd;QACD,OAAO,EAAE,CAAC,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,8BAAa,CAAC,CAAC;KAC3C,CAAC;GACW,YAAY,CAAG"}
|
|
@@ -7,10 +7,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
};
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.PersonRelationTypeModule = void 0;
|
|
10
|
-
const admin_1 = require("@hed-hog/admin");
|
|
11
10
|
const api_locale_1 = require("@hed-hog/api-locale");
|
|
12
11
|
const api_pagination_1 = require("@hed-hog/api-pagination");
|
|
13
12
|
const api_prisma_1 = require("@hed-hog/api-prisma");
|
|
13
|
+
const core_1 = require("@hed-hog/core");
|
|
14
14
|
const common_1 = require("@nestjs/common");
|
|
15
15
|
const person_relation_type_controller_1 = require("./person-relation-type.controller");
|
|
16
16
|
const person_relation_type_service_1 = require("./person-relation-type.service");
|
|
@@ -20,7 +20,7 @@ exports.PersonRelationTypeModule = PersonRelationTypeModule;
|
|
|
20
20
|
exports.PersonRelationTypeModule = PersonRelationTypeModule = __decorate([
|
|
21
21
|
(0, common_1.Module)({
|
|
22
22
|
imports: [
|
|
23
|
-
(0, common_1.forwardRef)(() =>
|
|
23
|
+
(0, common_1.forwardRef)(() => core_1.CoreModule),
|
|
24
24
|
(0, common_1.forwardRef)(() => api_prisma_1.PrismaModule),
|
|
25
25
|
(0, common_1.forwardRef)(() => api_pagination_1.PaginationModule),
|
|
26
26
|
(0, common_1.forwardRef)(() => api_locale_1.LocaleModule),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"person-relation-type.module.js","sourceRoot":"","sources":["../../src/person-relation-type/person-relation-type.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"person-relation-type.module.js","sourceRoot":"","sources":["../../src/person-relation-type/person-relation-type.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,oDAAmD;AACnD,4DAA2D;AAC3D,oDAAmD;AACnD,wCAA2C;AAC3C,2CAAoD;AACpD,uFAAiF;AACjF,iFAA2E;AAapE,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;CAAG,CAAA;AAA3B,4DAAwB;mCAAxB,wBAAwB;IAXpC,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,iBAAU,CAAC;YAC5B,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,yBAAY,CAAC;YAC9B,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,iCAAgB,CAAC;YAClC,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,yBAAY,CAAC;SAC/B;QACD,WAAW,EAAE,CAAC,8DAA4B,CAAC;QAC3C,SAAS,EAAE,CAAC,wDAAyB,CAAC;QACtC,OAAO,EAAE,CAAC,wDAAyB,CAAC;KACrC,CAAC;GACW,wBAAwB,CAAG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hed-hog/contact",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.52",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"@hed-hog/api-locale": "0.0.10",
|
|
14
14
|
"@hed-hog/api": "0.0.3",
|
|
15
15
|
"@hed-hog/api-mail": "0.0.7",
|
|
16
|
-
"@hed-hog/
|
|
17
|
-
"@hed-hog/
|
|
16
|
+
"@hed-hog/core": "0.0.4",
|
|
17
|
+
"@hed-hog/api-pagination": "0.0.3"
|
|
18
18
|
},
|
|
19
19
|
"exports": {
|
|
20
20
|
".": {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { AdminModule } from '@hed-hog/admin';
|
|
2
1
|
import { PaginationModule } from '@hed-hog/api-pagination';
|
|
3
2
|
import { PrismaModule } from '@hed-hog/api-prisma';
|
|
3
|
+
import { CoreModule } from '@hed-hog/core';
|
|
4
4
|
import { forwardRef, Module } from '@nestjs/common';
|
|
5
5
|
import { PersonAddressTypeController } from './address-type.controller';
|
|
6
6
|
import { PersonAddressTypeService } from './address-type.service';
|
|
7
7
|
|
|
8
8
|
@Module({
|
|
9
9
|
imports: [
|
|
10
|
-
forwardRef(() =>
|
|
10
|
+
forwardRef(() => CoreModule),
|
|
11
11
|
forwardRef(() => PrismaModule),
|
|
12
12
|
forwardRef(() => PaginationModule)
|
|
13
13
|
],
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { AdminModule } from '@hed-hog/admin';
|
|
2
1
|
import { PaginationModule } from '@hed-hog/api-pagination';
|
|
3
2
|
import { PrismaModule } from '@hed-hog/api-prisma';
|
|
3
|
+
import { CoreModule } from '@hed-hog/core';
|
|
4
4
|
import { forwardRef, Module } from '@nestjs/common';
|
|
5
5
|
import { PersonContactTypeController } from './contact-type.controller';
|
|
6
6
|
import { PersonContactTypeService } from './contact-type.service';
|
|
7
7
|
|
|
8
8
|
@Module({
|
|
9
9
|
imports: [
|
|
10
|
-
forwardRef(() =>
|
|
10
|
+
forwardRef(() => CoreModule),
|
|
11
11
|
forwardRef(() => PrismaModule),
|
|
12
12
|
forwardRef(() => PaginationModule)
|
|
13
13
|
],
|
package/src/contact.module.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AdminModule } from '@hed-hog/admin';
|
|
2
1
|
import { LocaleModule } from '@hed-hog/api-locale';
|
|
3
2
|
import { MailModule } from '@hed-hog/api-mail';
|
|
4
3
|
import { PaginationModule } from '@hed-hog/api-pagination';
|
|
5
4
|
import { PrismaModule } from '@hed-hog/api-prisma';
|
|
5
|
+
import { CoreModule } from '@hed-hog/core';
|
|
6
6
|
import { forwardRef, Module } from '@nestjs/common';
|
|
7
7
|
import { ConfigModule } from '@nestjs/config';
|
|
8
8
|
import { JwtModule } from '@nestjs/jwt';
|
|
@@ -29,7 +29,7 @@ import { PersonModule } from './person/person.module';
|
|
|
29
29
|
},
|
|
30
30
|
}),
|
|
31
31
|
),
|
|
32
|
-
forwardRef(() =>
|
|
32
|
+
forwardRef(() => CoreModule),
|
|
33
33
|
forwardRef(() => LocaleModule),
|
|
34
34
|
forwardRef(() => PrismaModule),
|
|
35
35
|
forwardRef(() => PaginationModule),
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { AdminModule } from '@hed-hog/admin';
|
|
2
1
|
import { PaginationModule } from '@hed-hog/api-pagination';
|
|
3
2
|
import { PrismaModule } from '@hed-hog/api-prisma';
|
|
3
|
+
import { CoreModule } from '@hed-hog/core';
|
|
4
4
|
import { forwardRef, Module } from '@nestjs/common';
|
|
5
5
|
import { PersonDocumentTypeController } from './document-type.controller';
|
|
6
6
|
import { PersonDocumentTypeService } from './document-type.service';
|
|
7
7
|
|
|
8
8
|
@Module({
|
|
9
9
|
imports: [
|
|
10
|
-
forwardRef(() =>
|
|
10
|
+
forwardRef(() => CoreModule),
|
|
11
11
|
forwardRef(() => PrismaModule),
|
|
12
12
|
forwardRef(() => PaginationModule)
|
|
13
13
|
],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CoreModule } from "@hed-hog/core";
|
|
2
2
|
import { PaginationModule } from "@hed-hog/api-pagination";
|
|
3
3
|
import { PrismaModule } from "@hed-hog/api-prisma";
|
|
4
4
|
import { forwardRef, Module } from "@nestjs/common";
|
|
@@ -20,7 +20,7 @@ import { PersonController } from "./person.controller";
|
|
|
20
20
|
import { PersonService } from "./person.service";
|
|
21
21
|
@Module({
|
|
22
22
|
imports: [
|
|
23
|
-
forwardRef(() =>
|
|
23
|
+
forwardRef(() => CoreModule),
|
|
24
24
|
forwardRef(() => PrismaModule),
|
|
25
25
|
forwardRef(() => PaginationModule),
|
|
26
26
|
],
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { AdminModule } from '@hed-hog/admin';
|
|
2
1
|
import { LocaleModule } from '@hed-hog/api-locale';
|
|
3
2
|
import { PaginationModule } from '@hed-hog/api-pagination';
|
|
4
3
|
import { PrismaModule } from '@hed-hog/api-prisma';
|
|
4
|
+
import { CoreModule } from '@hed-hog/core';
|
|
5
5
|
import { Module, forwardRef } from '@nestjs/common';
|
|
6
6
|
import { PersonRelationTypeController } from './person-relation-type.controller';
|
|
7
7
|
import { PersonRelationTypeService } from './person-relation-type.service';
|
|
8
8
|
|
|
9
9
|
@Module({
|
|
10
10
|
imports: [
|
|
11
|
-
forwardRef(() =>
|
|
11
|
+
forwardRef(() => CoreModule),
|
|
12
12
|
forwardRef(() => PrismaModule),
|
|
13
13
|
forwardRef(() => PaginationModule),
|
|
14
14
|
forwardRef(() => LocaleModule),
|