test-entity-library-asm 2.6.4 → 2.6.5
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.
|
@@ -48,7 +48,7 @@ var PartnerNotification = /** @class */ (function () {
|
|
|
48
48
|
], PartnerNotification.prototype, "description", void 0);
|
|
49
49
|
__decorate([
|
|
50
50
|
(0, typeorm_1.Column)({
|
|
51
|
-
type: '
|
|
51
|
+
type: 'text',
|
|
52
52
|
nullable: true,
|
|
53
53
|
transformer: jsonTransformer_1.jsonTransformer,
|
|
54
54
|
comment: 'Configuración adicional de la notificación, como enlaces, qué hace después de darle click...',
|
package/package.json
CHANGED