test-entity-library-asm 3.6.2 → 3.6.3
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.
|
@@ -42,7 +42,7 @@ var RequestInvoiceCategory = /** @class */ (function () {
|
|
|
42
42
|
RequestInvoiceCategory = __decorate([
|
|
43
43
|
(0, typeorm_1.Entity)({
|
|
44
44
|
comment: "Facturas que se agregan para imprimir en los pedidos.",
|
|
45
|
-
name: "
|
|
45
|
+
name: "request_invoice_category",
|
|
46
46
|
})
|
|
47
47
|
], RequestInvoiceCategory);
|
|
48
48
|
return RequestInvoiceCategory;
|
package/package.json
CHANGED