sigo-entities 1.2.164 → 1.2.165
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.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -7
- package/dist/index.mjs +0 -7
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -14757,7 +14757,6 @@ var PrecioContratistaMOENTITY = class {
|
|
|
14757
14757
|
Simbolo = "\u20AC";
|
|
14758
14758
|
Decimales = 2;
|
|
14759
14759
|
Empresa = new EmpresaPCMODTO();
|
|
14760
|
-
Bitacora = [];
|
|
14761
14760
|
Estado = new EstadoDTO();
|
|
14762
14761
|
};
|
|
14763
14762
|
__decorateClass([
|
|
@@ -14800,12 +14799,6 @@ __decorateClass([
|
|
|
14800
14799
|
(0, import_class_transformer268.Expose)(),
|
|
14801
14800
|
(0, import_class_validator269.ValidateNested)()
|
|
14802
14801
|
], PrecioContratistaMOENTITY.prototype, "Empresa", 2);
|
|
14803
|
-
__decorateClass([
|
|
14804
|
-
(0, import_class_transformer268.Type)(() => BitacoraDTO),
|
|
14805
|
-
(0, import_class_validator269.IsNotEmpty)({ message: "es requerido" }),
|
|
14806
|
-
(0, import_class_transformer268.Expose)(),
|
|
14807
|
-
(0, import_class_validator269.ValidateNested)({ each: true })
|
|
14808
|
-
], PrecioContratistaMOENTITY.prototype, "Bitacora", 2);
|
|
14809
14802
|
__decorateClass([
|
|
14810
14803
|
(0, import_class_transformer268.Type)(() => EstadoDTO),
|
|
14811
14804
|
(0, import_class_validator269.IsNotEmpty)({ message: "es requerido" }),
|
package/dist/index.mjs
CHANGED
|
@@ -14209,7 +14209,6 @@ var PrecioContratistaMOENTITY = class {
|
|
|
14209
14209
|
Simbolo = "\u20AC";
|
|
14210
14210
|
Decimales = 2;
|
|
14211
14211
|
Empresa = new EmpresaPCMODTO();
|
|
14212
|
-
Bitacora = [];
|
|
14213
14212
|
Estado = new EstadoDTO();
|
|
14214
14213
|
};
|
|
14215
14214
|
__decorateClass([
|
|
@@ -14252,12 +14251,6 @@ __decorateClass([
|
|
|
14252
14251
|
Expose266(),
|
|
14253
14252
|
ValidateNested173()
|
|
14254
14253
|
], PrecioContratistaMOENTITY.prototype, "Empresa", 2);
|
|
14255
|
-
__decorateClass([
|
|
14256
|
-
Type187(() => BitacoraDTO),
|
|
14257
|
-
IsNotEmpty198({ message: "es requerido" }),
|
|
14258
|
-
Expose266(),
|
|
14259
|
-
ValidateNested173({ each: true })
|
|
14260
|
-
], PrecioContratistaMOENTITY.prototype, "Bitacora", 2);
|
|
14261
14254
|
__decorateClass([
|
|
14262
14255
|
Type187(() => EstadoDTO),
|
|
14263
14256
|
IsNotEmpty198({ message: "es requerido" }),
|