sigo-entities 1.2.58 → 1.2.59
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/index.js +4 -4
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26,8 +26,8 @@ var __decorateClass = (decorators, target, key, kind) => {
|
|
|
26
26
|
};
|
|
27
27
|
|
|
28
28
|
// src/index.ts
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var src_exports = {};
|
|
30
|
+
__export(src_exports, {
|
|
31
31
|
ADM_RM_ZonasActividadENTITY: () => ADM_RM_ZonasActividadENTITY,
|
|
32
32
|
ActaFinalCubicacionDTO: () => ActaFinalCubicacionDTO,
|
|
33
33
|
ActaFinalCubicacionSharedDTO: () => ActaFinalCubicacionSharedDTO,
|
|
@@ -577,7 +577,7 @@ __export(index_exports, {
|
|
|
577
577
|
validateAndFormatData: () => validateAndFormatData,
|
|
578
578
|
validateArrayBody: () => validateArrayBody
|
|
579
579
|
});
|
|
580
|
-
module.exports = __toCommonJS(
|
|
580
|
+
module.exports = __toCommonJS(src_exports);
|
|
581
581
|
var import_reflect_metadata13 = require("reflect-metadata");
|
|
582
582
|
|
|
583
583
|
// src/administracion/mail structure/shared/dto/destinatario-dto.ts
|
|
@@ -10390,7 +10390,7 @@ __decorateClass([
|
|
|
10390
10390
|
var import_class_transformer179 = require("class-transformer");
|
|
10391
10391
|
var import_class_validator180 = require("class-validator");
|
|
10392
10392
|
var FacturaGeneradaDTO = class {
|
|
10393
|
-
fecha = /* @__PURE__ */ new Date();
|
|
10393
|
+
fecha = /* @__PURE__ */ new Date(0);
|
|
10394
10394
|
Usuario = "";
|
|
10395
10395
|
Anio = 0;
|
|
10396
10396
|
Mes = 0;
|
package/dist/index.mjs
CHANGED
|
@@ -9822,7 +9822,7 @@ __decorateClass([
|
|
|
9822
9822
|
import { Expose as Expose177, Type as Type121 } from "class-transformer";
|
|
9823
9823
|
import { IsArray as IsArray58, IsDate as IsDate45, IsNotEmpty as IsNotEmpty141, IsNumber as IsNumber126, IsString as IsString141, Length as Length118, Min as Min96, ValidateNested as ValidateNested111 } from "class-validator";
|
|
9824
9824
|
var FacturaGeneradaDTO = class {
|
|
9825
|
-
fecha = /* @__PURE__ */ new Date();
|
|
9825
|
+
fecha = /* @__PURE__ */ new Date(0);
|
|
9826
9826
|
Usuario = "";
|
|
9827
9827
|
Anio = 0;
|
|
9828
9828
|
Mes = 0;
|