sigo-entities 1.2.76 → 1.2.78
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 +4 -8
- package/dist/index.mjs +4 -8
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -26361,7 +26361,10 @@ var KCMActividadDTO = class {
|
|
|
26361
26361
|
Codigo = "";
|
|
26362
26362
|
SubTipo_de_actividad = "";
|
|
26363
26363
|
Abreviado = "";
|
|
26364
|
-
|
|
26364
|
+
// @Expose({ name: "Actividad" })
|
|
26365
|
+
// @IsDefined({ message: "El campo Actividad es obligatorio." })
|
|
26366
|
+
// @IsString()
|
|
26367
|
+
// Actividad: string = "";
|
|
26365
26368
|
};
|
|
26366
26369
|
__decorateClass([
|
|
26367
26370
|
(0, import_class_transformer456.Expose)({ name: "Codigo" }),
|
|
@@ -26378,11 +26381,6 @@ __decorateClass([
|
|
|
26378
26381
|
(0, import_class_validator457.IsDefined)({ message: "El campo Abreviado es obligatorio." }),
|
|
26379
26382
|
(0, import_class_validator457.IsString)()
|
|
26380
26383
|
], KCMActividadDTO.prototype, "Abreviado", 2);
|
|
26381
|
-
__decorateClass([
|
|
26382
|
-
(0, import_class_transformer456.Expose)({ name: "Actividad" }),
|
|
26383
|
-
(0, import_class_validator457.IsDefined)({ message: "El campo Actividad es obligatorio." }),
|
|
26384
|
-
(0, import_class_validator457.IsString)()
|
|
26385
|
-
], KCMActividadDTO.prototype, "Actividad", 2);
|
|
26386
26384
|
|
|
26387
26385
|
// src/logistica/kitconsumo/shared/index.ts
|
|
26388
26386
|
var MaterialesConsumoDTO = class {
|
|
@@ -26445,12 +26443,10 @@ __decorateClass([
|
|
|
26445
26443
|
], KitConsumoMaterialENTITY.prototype, "actividad", 2);
|
|
26446
26444
|
__decorateClass([
|
|
26447
26445
|
(0, import_class_transformer457.Expose)(),
|
|
26448
|
-
(0, import_class_validator458.IsDefined)({ message: "El campo __actividad es obligatorio." }),
|
|
26449
26446
|
(0, import_class_validator458.IsString)()
|
|
26450
26447
|
], KitConsumoMaterialENTITY.prototype, "__actividad", 2);
|
|
26451
26448
|
__decorateClass([
|
|
26452
26449
|
(0, import_class_transformer457.Expose)(),
|
|
26453
|
-
(0, import_class_validator458.IsDefined)({ message: "El campo __negocio es obligatorio." }),
|
|
26454
26450
|
(0, import_class_validator458.IsString)()
|
|
26455
26451
|
], KitConsumoMaterialENTITY.prototype, "__negocio", 2);
|
|
26456
26452
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -25906,7 +25906,10 @@ var KCMActividadDTO = class {
|
|
|
25906
25906
|
Codigo = "";
|
|
25907
25907
|
SubTipo_de_actividad = "";
|
|
25908
25908
|
Abreviado = "";
|
|
25909
|
-
|
|
25909
|
+
// @Expose({ name: "Actividad" })
|
|
25910
|
+
// @IsDefined({ message: "El campo Actividad es obligatorio." })
|
|
25911
|
+
// @IsString()
|
|
25912
|
+
// Actividad: string = "";
|
|
25910
25913
|
};
|
|
25911
25914
|
__decorateClass([
|
|
25912
25915
|
Expose454({ name: "Codigo" }),
|
|
@@ -25923,11 +25926,6 @@ __decorateClass([
|
|
|
25923
25926
|
IsDefined131({ message: "El campo Abreviado es obligatorio." }),
|
|
25924
25927
|
IsString356()
|
|
25925
25928
|
], KCMActividadDTO.prototype, "Abreviado", 2);
|
|
25926
|
-
__decorateClass([
|
|
25927
|
-
Expose454({ name: "Actividad" }),
|
|
25928
|
-
IsDefined131({ message: "El campo Actividad es obligatorio." }),
|
|
25929
|
-
IsString356()
|
|
25930
|
-
], KCMActividadDTO.prototype, "Actividad", 2);
|
|
25931
25929
|
|
|
25932
25930
|
// src/logistica/kitconsumo/shared/index.ts
|
|
25933
25931
|
var MaterialesConsumoDTO = class {
|
|
@@ -25990,12 +25988,10 @@ __decorateClass([
|
|
|
25990
25988
|
], KitConsumoMaterialENTITY.prototype, "actividad", 2);
|
|
25991
25989
|
__decorateClass([
|
|
25992
25990
|
Expose455(),
|
|
25993
|
-
IsDefined132({ message: "El campo __actividad es obligatorio." }),
|
|
25994
25991
|
IsString357()
|
|
25995
25992
|
], KitConsumoMaterialENTITY.prototype, "__actividad", 2);
|
|
25996
25993
|
__decorateClass([
|
|
25997
25994
|
Expose455(),
|
|
25998
|
-
IsDefined132({ message: "El campo __negocio es obligatorio." }),
|
|
25999
25995
|
IsString357()
|
|
26000
25996
|
], KitConsumoMaterialENTITY.prototype, "__negocio", 2);
|
|
26001
25997
|
__decorateClass([
|