test-entity-library-asm 1.1.2 → 1.1.4
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/package.json +2 -2
- package/src/entities/Role.ts +1 -1
package/package.json
CHANGED
package/src/entities/Role.ts
CHANGED
|
@@ -30,7 +30,7 @@ export class Role {
|
|
|
30
30
|
comment:
|
|
31
31
|
'Id de la variable que se encuentra en los archivos "locale" para el multilenguaje.\r\n\r\nCabe recordar qué los usuarios también pueden crear roles, estos deben ir normal, sin id para el lenguaje.',
|
|
32
32
|
})
|
|
33
|
-
description: string
|
|
33
|
+
description: string
|
|
34
34
|
|
|
35
35
|
@Column({ default: 1 })
|
|
36
36
|
status: number
|