sigo-entities 1.2.135 → 1.2.136
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -7082,7 +7082,7 @@ declare class STB_DTH_ToaENTITY {
|
|
|
7082
7082
|
velocidad_internet_requerimiento: Number;
|
|
7083
7083
|
planta: STB_DTH_ToaPlanta;
|
|
7084
7084
|
numero_telefono: string;
|
|
7085
|
-
segmento:
|
|
7085
|
+
segmento: SegmentoDBDTO;
|
|
7086
7086
|
sistema_origen: string;
|
|
7087
7087
|
estado_de_soporte_de_planta_101: string;
|
|
7088
7088
|
observacion_respuesta_de_soporte_de_planta_101: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -7082,7 +7082,7 @@ declare class STB_DTH_ToaENTITY {
|
|
|
7082
7082
|
velocidad_internet_requerimiento: Number;
|
|
7083
7083
|
planta: STB_DTH_ToaPlanta;
|
|
7084
7084
|
numero_telefono: string;
|
|
7085
|
-
segmento:
|
|
7085
|
+
segmento: SegmentoDBDTO;
|
|
7086
7086
|
sistema_origen: string;
|
|
7087
7087
|
estado_de_soporte_de_planta_101: string;
|
|
7088
7088
|
observacion_respuesta_de_soporte_de_planta_101: string;
|
package/dist/index.js
CHANGED
|
@@ -37812,7 +37812,7 @@ __decorateClass([
|
|
|
37812
37812
|
(0, import_class_validator582.IsDefined)({ message: "El campo segmento es obligatorio." }),
|
|
37813
37813
|
(0, import_class_validator582.IsObject)(),
|
|
37814
37814
|
(0, import_class_validator582.ValidateNested)(),
|
|
37815
|
-
(0, import_class_transformer581.Type)(() =>
|
|
37815
|
+
(0, import_class_transformer581.Type)(() => SegmentoDBDTO)
|
|
37816
37816
|
], STB_DTH_ToaENTITY.prototype, "segmento", 2);
|
|
37817
37817
|
__decorateClass([
|
|
37818
37818
|
(0, import_class_transformer581.Expose)(),
|
package/dist/index.mjs
CHANGED
|
@@ -37457,7 +37457,7 @@ __decorateClass([
|
|
|
37457
37457
|
IsDefined181({ message: "El campo segmento es obligatorio." }),
|
|
37458
37458
|
IsObject12(),
|
|
37459
37459
|
ValidateNested338(),
|
|
37460
|
-
Type380(() =>
|
|
37460
|
+
Type380(() => SegmentoDBDTO)
|
|
37461
37461
|
], STB_DTH_ToaENTITY.prototype, "segmento", 2);
|
|
37462
37462
|
__decorateClass([
|
|
37463
37463
|
Expose578(),
|