sigo-entities 1.2.230 → 1.2.232
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 +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +8 -0
- package/dist/index.mjs +8 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -762,7 +762,8 @@ declare enum SistemaRecurso {
|
|
|
762
762
|
WIN = "WIN",
|
|
763
763
|
WAOO = "WAOO",
|
|
764
764
|
FIBRAMAS = "FIBRAMAS",
|
|
765
|
-
TUVE = "TUVE"
|
|
765
|
+
TUVE = "TUVE",
|
|
766
|
+
SISTEMA_P117 = "SISTEMA_P117"
|
|
766
767
|
}
|
|
767
768
|
|
|
768
769
|
declare enum StateInventory {
|
|
@@ -3904,6 +3905,7 @@ declare class BaremoAlemaniaENTITY {
|
|
|
3904
3905
|
Cancelado: Boolean;
|
|
3905
3906
|
FechasValorizacion: FechasValorizacionBaremoDTO;
|
|
3906
3907
|
CodigoOT: string;
|
|
3908
|
+
Observaciones: string;
|
|
3907
3909
|
}
|
|
3908
3910
|
|
|
3909
3911
|
declare class AreaGOMResumenDTO {
|
package/dist/index.d.ts
CHANGED
|
@@ -762,7 +762,8 @@ declare enum SistemaRecurso {
|
|
|
762
762
|
WIN = "WIN",
|
|
763
763
|
WAOO = "WAOO",
|
|
764
764
|
FIBRAMAS = "FIBRAMAS",
|
|
765
|
-
TUVE = "TUVE"
|
|
765
|
+
TUVE = "TUVE",
|
|
766
|
+
SISTEMA_P117 = "SISTEMA_P117"
|
|
766
767
|
}
|
|
767
768
|
|
|
768
769
|
declare enum StateInventory {
|
|
@@ -3904,6 +3905,7 @@ declare class BaremoAlemaniaENTITY {
|
|
|
3904
3905
|
Cancelado: Boolean;
|
|
3905
3906
|
FechasValorizacion: FechasValorizacionBaremoDTO;
|
|
3906
3907
|
CodigoOT: string;
|
|
3908
|
+
Observaciones: string;
|
|
3907
3909
|
}
|
|
3908
3910
|
|
|
3909
3911
|
declare class AreaGOMResumenDTO {
|
package/dist/index.js
CHANGED
|
@@ -4293,6 +4293,7 @@ var SistemaRecurso = /* @__PURE__ */ ((SistemaRecurso2) => {
|
|
|
4293
4293
|
SistemaRecurso2["WAOO"] = "WAOO";
|
|
4294
4294
|
SistemaRecurso2["FIBRAMAS"] = "FIBRAMAS";
|
|
4295
4295
|
SistemaRecurso2["TUVE"] = "TUVE";
|
|
4296
|
+
SistemaRecurso2["SISTEMA_P117"] = "SISTEMA_P117";
|
|
4296
4297
|
return SistemaRecurso2;
|
|
4297
4298
|
})(SistemaRecurso || {});
|
|
4298
4299
|
|
|
@@ -20683,6 +20684,7 @@ var BaremoAlemaniaENTITY = class {
|
|
|
20683
20684
|
Cancelado = false;
|
|
20684
20685
|
FechasValorizacion = new FechasValorizacionBaremoDTO();
|
|
20685
20686
|
CodigoOT = "";
|
|
20687
|
+
Observaciones = "";
|
|
20686
20688
|
};
|
|
20687
20689
|
__decorateClass([
|
|
20688
20690
|
(0, import_class_validator368.IsOptional)(),
|
|
@@ -20883,6 +20885,12 @@ __decorateClass([
|
|
|
20883
20885
|
(0, import_class_validator368.MinLength)(0, { message: "debe tener al menos 0 caracter" }),
|
|
20884
20886
|
(0, import_class_transformer369.Expose)()
|
|
20885
20887
|
], BaremoAlemaniaENTITY.prototype, "CodigoOT", 2);
|
|
20888
|
+
__decorateClass([
|
|
20889
|
+
(0, import_class_validator368.IsDefined)({ message: "es requerido" }),
|
|
20890
|
+
(0, import_class_validator368.IsString)({ message: "debe ser un texto" }),
|
|
20891
|
+
(0, import_class_validator368.MinLength)(0, { message: "debe tener al menos 0 caracter" }),
|
|
20892
|
+
(0, import_class_transformer369.Expose)()
|
|
20893
|
+
], BaremoAlemaniaENTITY.prototype, "Observaciones", 2);
|
|
20886
20894
|
|
|
20887
20895
|
// src/programados/Reportes/ReporteProduccion/Alemania/Resumen/shared/index.ts
|
|
20888
20896
|
var import_class_validator385 = require("class-validator");
|
package/dist/index.mjs
CHANGED
|
@@ -3653,6 +3653,7 @@ var SistemaRecurso = /* @__PURE__ */ ((SistemaRecurso2) => {
|
|
|
3653
3653
|
SistemaRecurso2["WAOO"] = "WAOO";
|
|
3654
3654
|
SistemaRecurso2["FIBRAMAS"] = "FIBRAMAS";
|
|
3655
3655
|
SistemaRecurso2["TUVE"] = "TUVE";
|
|
3656
|
+
SistemaRecurso2["SISTEMA_P117"] = "SISTEMA_P117";
|
|
3656
3657
|
return SistemaRecurso2;
|
|
3657
3658
|
})(SistemaRecurso || {});
|
|
3658
3659
|
|
|
@@ -20155,6 +20156,7 @@ var BaremoAlemaniaENTITY = class {
|
|
|
20155
20156
|
Cancelado = false;
|
|
20156
20157
|
FechasValorizacion = new FechasValorizacionBaremoDTO();
|
|
20157
20158
|
CodigoOT = "";
|
|
20159
|
+
Observaciones = "";
|
|
20158
20160
|
};
|
|
20159
20161
|
__decorateClass([
|
|
20160
20162
|
IsOptional16(),
|
|
@@ -20355,6 +20357,12 @@ __decorateClass([
|
|
|
20355
20357
|
MinLength40(0, { message: "debe tener al menos 0 caracter" }),
|
|
20356
20358
|
Expose365()
|
|
20357
20359
|
], BaremoAlemaniaENTITY.prototype, "CodigoOT", 2);
|
|
20360
|
+
__decorateClass([
|
|
20361
|
+
IsDefined107({ message: "es requerido" }),
|
|
20362
|
+
IsString269({ message: "debe ser un texto" }),
|
|
20363
|
+
MinLength40(0, { message: "debe tener al menos 0 caracter" }),
|
|
20364
|
+
Expose365()
|
|
20365
|
+
], BaremoAlemaniaENTITY.prototype, "Observaciones", 2);
|
|
20358
20366
|
|
|
20359
20367
|
// src/programados/Reportes/ReporteProduccion/Alemania/Resumen/shared/index.ts
|
|
20360
20368
|
import { IsArray as IsArray143, IsDefined as IsDefined123, IsNumber as IsNumber263, IsString as IsString285, Length as Length204, Min as Min209, ValidateNested as ValidateNested242 } from "class-validator";
|