@serene-dev/la-nest-library 11.0.19 → 11.0.20
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.
|
@@ -46,15 +46,6 @@ __decorate([
|
|
|
46
46
|
(0, typeorm_1.Column)({ type: 'text' }),
|
|
47
47
|
__metadata("design:type", String)
|
|
48
48
|
], AuthEntity.prototype, "type", void 0);
|
|
49
|
-
__decorate([
|
|
50
|
-
(0, typeorm_1.Column)({
|
|
51
|
-
generatedType: 'STORED',
|
|
52
|
-
asExpression: `
|
|
53
|
-
CONCAT(firstname,' ',lastname) as name
|
|
54
|
-
`,
|
|
55
|
-
}),
|
|
56
|
-
__metadata("design:type", String)
|
|
57
|
-
], AuthEntity.prototype, "name", void 0);
|
|
58
49
|
__decorate([
|
|
59
50
|
(0, typeorm_1.Column)({ type: 'text' }),
|
|
60
51
|
__metadata("design:type", String)
|
|
@@ -63,6 +54,16 @@ __decorate([
|
|
|
63
54
|
(0, typeorm_1.Column)({ type: 'text' }),
|
|
64
55
|
__metadata("design:type", String)
|
|
65
56
|
], AuthEntity.prototype, "lastname", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, typeorm_1.Column)({
|
|
59
|
+
type: 'text',
|
|
60
|
+
generatedType: 'STORED',
|
|
61
|
+
asExpression: `
|
|
62
|
+
CONCAT(firstname,' ',lastname)
|
|
63
|
+
`,
|
|
64
|
+
}),
|
|
65
|
+
__metadata("design:type", String)
|
|
66
|
+
], AuthEntity.prototype, "name", void 0);
|
|
66
67
|
__decorate([
|
|
67
68
|
(0, typeorm_1.Column)({ type: 'text' }),
|
|
68
69
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authentication.entity.js","sourceRoot":"","sources":["../../../../../../libs/la-library/src/modules/authentication/authentication.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAOiB;AACjB,qDAAmD;AACnD,oEAA8D;AAGvD,IAAM,UAAU,GAAhB,MAAM,UAAU;
|
|
1
|
+
{"version":3,"file":"authentication.entity.js","sourceRoot":"","sources":["../../../../../../libs/la-library/src/modules/authentication/authentication.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAOiB;AACjB,qDAAmD;AACnD,oEAA8D;AAGvD,IAAM,UAAU,GAAhB,MAAM,UAAU;CA6CtB,CAAA;AA7CY,gCAAU;AAErB;IADC,IAAA,gCAAsB,EAAC,MAAM,CAAC;;sCACnB;AAGZ;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;wCAC3B;AAId;IAFC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,GAAG,8BAAY,CAAC,eAAe,EAAE,CAAC;IAC9D,IAAA,0BAAgB,GAAE;;6CACA;AAInB;IAFC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,GAAG,8BAAY,CAAC,eAAe,EAAE,CAAC;IAC9D,IAAA,0BAAgB,GAAE;;6CACA;AAGnB;IADC,IAAA,0BAAgB,EAAC,EAAE,GAAG,8BAAY,CAAC,eAAe,EAAE,CAAC;8BAC1C,IAAI;6CAAC;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;;0CAC1B;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;wCACX;AAEY;IAAzB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;6CAAoB;AAEnB;IAAzB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;4CAAmB;AAQ5C;IAPC,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,MAAM;QACZ,aAAa,EAAE,QAAQ;QACvB,YAAY,EAAE;;KAEb;KACF,CAAC;;wCACY;AAGd;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;yCACV;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC;;4CACtB;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;yCAC1B;qBA3CJ,UAAU;IADtB,IAAA,gBAAM,EAAC,sBAAU,CAAC,cAAc,CAAC;GACrB,UAAU,CA6CtB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serene-dev/la-nest-library",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.20",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"class-transformer": "^0.5.1",
|
|
64
64
|
"class-validator": "^0.14.0",
|
|
65
65
|
"cors": "^2.8.5",
|
|
66
|
+
"mysql2": "^3.6.1",
|
|
66
67
|
"helmet": "^7.0.0",
|
|
67
68
|
"mysql": "^2.18.1",
|
|
68
69
|
"nodemailer": "^6.9.7",
|