sigo-entities 1.2.71 → 1.2.72
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 +16 -0
- package/dist/index.mjs +16 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -35069,66 +35069,79 @@ __decorateClass([
|
|
|
35069
35069
|
], TOAOrdenLiquidacionENTITY.prototype, "_id", 2);
|
|
35070
35070
|
__decorateClass([
|
|
35071
35071
|
(0, import_class_transformer562.Expose)({ name: "T\xE9cnico" }),
|
|
35072
|
+
(0, import_class_transformer562.Type)(() => String),
|
|
35072
35073
|
(0, import_class_validator563.IsDefined)({ message: "El campo T\xE9cnico es obligatorio." }),
|
|
35073
35074
|
(0, import_class_validator563.IsString)()
|
|
35074
35075
|
], TOAOrdenLiquidacionENTITY.prototype, "tecnico", 2);
|
|
35075
35076
|
__decorateClass([
|
|
35076
35077
|
(0, import_class_transformer562.Expose)({ name: "ID Recurso" }),
|
|
35078
|
+
(0, import_class_transformer562.Type)(() => String),
|
|
35077
35079
|
(0, import_class_validator563.IsDefined)({ message: "El campo ID Recurso es obligatorio." }),
|
|
35078
35080
|
(0, import_class_validator563.IsString)()
|
|
35079
35081
|
], TOAOrdenLiquidacionENTITY.prototype, "id_recurso", 2);
|
|
35080
35082
|
__decorateClass([
|
|
35081
35083
|
(0, import_class_transformer562.Expose)({ name: "N\xFAmero OT" }),
|
|
35084
|
+
(0, import_class_transformer562.Type)(() => Number),
|
|
35082
35085
|
(0, import_class_validator563.IsDefined)({ message: "El campo N\xFAmero OT es obligatorio." }),
|
|
35083
35086
|
(0, import_class_validator563.IsNumber)()
|
|
35084
35087
|
], TOAOrdenLiquidacionENTITY.prototype, "numero_ot", 2);
|
|
35085
35088
|
__decorateClass([
|
|
35086
35089
|
(0, import_class_transformer562.Expose)({ name: "Subtipo de Actividad" }),
|
|
35090
|
+
(0, import_class_transformer562.Type)(() => String),
|
|
35087
35091
|
(0, import_class_validator563.IsDefined)({ message: "El campo Subtipo de Actividad es obligatorio." }),
|
|
35088
35092
|
(0, import_class_validator563.IsString)()
|
|
35089
35093
|
], TOAOrdenLiquidacionENTITY.prototype, "subtipo_de_actividad", 2);
|
|
35090
35094
|
__decorateClass([
|
|
35091
35095
|
(0, import_class_transformer562.Expose)({ name: "N\xFAmero de Petici\xF3n" }),
|
|
35096
|
+
(0, import_class_transformer562.Type)(() => String),
|
|
35092
35097
|
(0, import_class_validator563.IsDefined)({ message: "El campo N\xFAmero de Petici\xF3n es obligatorio." }),
|
|
35093
35098
|
(0, import_class_validator563.IsString)()
|
|
35094
35099
|
], TOAOrdenLiquidacionENTITY.prototype, "numero_de_peticion", 2);
|
|
35095
35100
|
__decorateClass([
|
|
35096
35101
|
(0, import_class_transformer562.Expose)({ name: "Localidad" }),
|
|
35102
|
+
(0, import_class_transformer562.Type)(() => String),
|
|
35097
35103
|
(0, import_class_validator563.IsDefined)({ message: "El campo Localidad es obligatorio." }),
|
|
35098
35104
|
(0, import_class_validator563.IsString)()
|
|
35099
35105
|
], TOAOrdenLiquidacionENTITY.prototype, "localidad", 2);
|
|
35100
35106
|
__decorateClass([
|
|
35101
35107
|
(0, import_class_transformer562.Expose)({ name: "Direcci\xF3n" }),
|
|
35108
|
+
(0, import_class_transformer562.Type)(() => String),
|
|
35102
35109
|
(0, import_class_validator563.IsDefined)({ message: "El campo Direcci\xF3n es obligatorio." }),
|
|
35103
35110
|
(0, import_class_validator563.IsString)()
|
|
35104
35111
|
], TOAOrdenLiquidacionENTITY.prototype, "direccion", 2);
|
|
35105
35112
|
__decorateClass([
|
|
35106
35113
|
(0, import_class_transformer562.Expose)({ name: "Zona de Trabajo" }),
|
|
35114
|
+
(0, import_class_transformer562.Type)(() => String),
|
|
35107
35115
|
(0, import_class_validator563.IsDefined)({ message: "El campo Zona de Trabajo es obligatorio." }),
|
|
35108
35116
|
(0, import_class_validator563.IsString)()
|
|
35109
35117
|
], TOAOrdenLiquidacionENTITY.prototype, "zona_de_trabajo", 2);
|
|
35110
35118
|
__decorateClass([
|
|
35111
35119
|
(0, import_class_transformer562.Expose)({ name: "Nombre Cliente" }),
|
|
35120
|
+
(0, import_class_transformer562.Type)(() => String),
|
|
35112
35121
|
(0, import_class_validator563.IsDefined)({ message: "El campo Nombre Cliente es obligatorio." }),
|
|
35113
35122
|
(0, import_class_validator563.IsString)()
|
|
35114
35123
|
], TOAOrdenLiquidacionENTITY.prototype, "nombre_cliente", 2);
|
|
35115
35124
|
__decorateClass([
|
|
35116
35125
|
(0, import_class_transformer562.Expose)({ name: "Estado actividad" }),
|
|
35126
|
+
(0, import_class_transformer562.Type)(() => String),
|
|
35117
35127
|
(0, import_class_validator563.IsDefined)({ message: "El campo Estado actividad es obligatorio." }),
|
|
35118
35128
|
(0, import_class_validator563.IsString)()
|
|
35119
35129
|
], TOAOrdenLiquidacionENTITY.prototype, "estado_actividad", 2);
|
|
35120
35130
|
__decorateClass([
|
|
35121
35131
|
(0, import_class_transformer562.Expose)({ name: "C\xF3digo de Cliente" }),
|
|
35132
|
+
(0, import_class_transformer562.Type)(() => Number),
|
|
35122
35133
|
(0, import_class_validator563.IsDefined)({ message: "El campo C\xF3digo de Cliente es obligatorio." }),
|
|
35123
35134
|
(0, import_class_validator563.IsNumber)()
|
|
35124
35135
|
], TOAOrdenLiquidacionENTITY.prototype, "codigo_de_cliente", 2);
|
|
35125
35136
|
__decorateClass([
|
|
35126
35137
|
(0, import_class_transformer562.Expose)({ name: "Actividad Gpon" }),
|
|
35138
|
+
(0, import_class_transformer562.Type)(() => String),
|
|
35127
35139
|
(0, import_class_validator563.IsDefined)({ message: "El campo Actividad Gpon es obligatorio." }),
|
|
35128
35140
|
(0, import_class_validator563.IsString)()
|
|
35129
35141
|
], TOAOrdenLiquidacionENTITY.prototype, "actividad_gpon", 2);
|
|
35130
35142
|
__decorateClass([
|
|
35131
35143
|
(0, import_class_transformer562.Expose)({ name: "Nombre Distrito" }),
|
|
35144
|
+
(0, import_class_transformer562.Type)(() => String),
|
|
35132
35145
|
(0, import_class_validator563.IsDefined)({ message: "El campo Nombre Distrito es obligatorio." }),
|
|
35133
35146
|
(0, import_class_validator563.IsString)()
|
|
35134
35147
|
], TOAOrdenLiquidacionENTITY.prototype, "nombre_distrito", 2);
|
|
@@ -35147,16 +35160,19 @@ __decorateClass([
|
|
|
35147
35160
|
], TOAOrdenLiquidacionENTITY.prototype, "segmento", 2);
|
|
35148
35161
|
__decorateClass([
|
|
35149
35162
|
(0, import_class_transformer562.Expose)({ name: "Nombre de Provincia" }),
|
|
35163
|
+
(0, import_class_transformer562.Type)(() => String),
|
|
35150
35164
|
(0, import_class_validator563.IsDefined)({ message: "El campo Nombre de Provincia es obligatorio." }),
|
|
35151
35165
|
(0, import_class_validator563.IsString)()
|
|
35152
35166
|
], TOAOrdenLiquidacionENTITY.prototype, "nombre_de_provincia", 2);
|
|
35153
35167
|
__decorateClass([
|
|
35154
35168
|
(0, import_class_transformer562.Expose)({ name: "Departamento" }),
|
|
35169
|
+
(0, import_class_transformer562.Type)(() => String),
|
|
35155
35170
|
(0, import_class_validator563.IsDefined)({ message: "El campo Departamento es obligatorio." }),
|
|
35156
35171
|
(0, import_class_validator563.IsString)()
|
|
35157
35172
|
], TOAOrdenLiquidacionENTITY.prototype, "departamento", 2);
|
|
35158
35173
|
__decorateClass([
|
|
35159
35174
|
(0, import_class_transformer562.Expose)({ name: "Reiterada TDI" }),
|
|
35175
|
+
(0, import_class_transformer562.Type)(() => String),
|
|
35160
35176
|
(0, import_class_validator563.IsDefined)({ message: "El campo Reiterada TDI es obligatorio." }),
|
|
35161
35177
|
(0, import_class_validator563.IsString)()
|
|
35162
35178
|
], TOAOrdenLiquidacionENTITY.prototype, "reiterada_tdi", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -34718,66 +34718,79 @@ __decorateClass([
|
|
|
34718
34718
|
], TOAOrdenLiquidacionENTITY.prototype, "_id", 2);
|
|
34719
34719
|
__decorateClass([
|
|
34720
34720
|
Expose560({ name: "T\xE9cnico" }),
|
|
34721
|
+
Type365(() => String),
|
|
34721
34722
|
IsDefined168({ message: "El campo T\xE9cnico es obligatorio." }),
|
|
34722
34723
|
IsString456()
|
|
34723
34724
|
], TOAOrdenLiquidacionENTITY.prototype, "tecnico", 2);
|
|
34724
34725
|
__decorateClass([
|
|
34725
34726
|
Expose560({ name: "ID Recurso" }),
|
|
34727
|
+
Type365(() => String),
|
|
34726
34728
|
IsDefined168({ message: "El campo ID Recurso es obligatorio." }),
|
|
34727
34729
|
IsString456()
|
|
34728
34730
|
], TOAOrdenLiquidacionENTITY.prototype, "id_recurso", 2);
|
|
34729
34731
|
__decorateClass([
|
|
34730
34732
|
Expose560({ name: "N\xFAmero OT" }),
|
|
34733
|
+
Type365(() => Number),
|
|
34731
34734
|
IsDefined168({ message: "El campo N\xFAmero OT es obligatorio." }),
|
|
34732
34735
|
IsNumber372()
|
|
34733
34736
|
], TOAOrdenLiquidacionENTITY.prototype, "numero_ot", 2);
|
|
34734
34737
|
__decorateClass([
|
|
34735
34738
|
Expose560({ name: "Subtipo de Actividad" }),
|
|
34739
|
+
Type365(() => String),
|
|
34736
34740
|
IsDefined168({ message: "El campo Subtipo de Actividad es obligatorio." }),
|
|
34737
34741
|
IsString456()
|
|
34738
34742
|
], TOAOrdenLiquidacionENTITY.prototype, "subtipo_de_actividad", 2);
|
|
34739
34743
|
__decorateClass([
|
|
34740
34744
|
Expose560({ name: "N\xFAmero de Petici\xF3n" }),
|
|
34745
|
+
Type365(() => String),
|
|
34741
34746
|
IsDefined168({ message: "El campo N\xFAmero de Petici\xF3n es obligatorio." }),
|
|
34742
34747
|
IsString456()
|
|
34743
34748
|
], TOAOrdenLiquidacionENTITY.prototype, "numero_de_peticion", 2);
|
|
34744
34749
|
__decorateClass([
|
|
34745
34750
|
Expose560({ name: "Localidad" }),
|
|
34751
|
+
Type365(() => String),
|
|
34746
34752
|
IsDefined168({ message: "El campo Localidad es obligatorio." }),
|
|
34747
34753
|
IsString456()
|
|
34748
34754
|
], TOAOrdenLiquidacionENTITY.prototype, "localidad", 2);
|
|
34749
34755
|
__decorateClass([
|
|
34750
34756
|
Expose560({ name: "Direcci\xF3n" }),
|
|
34757
|
+
Type365(() => String),
|
|
34751
34758
|
IsDefined168({ message: "El campo Direcci\xF3n es obligatorio." }),
|
|
34752
34759
|
IsString456()
|
|
34753
34760
|
], TOAOrdenLiquidacionENTITY.prototype, "direccion", 2);
|
|
34754
34761
|
__decorateClass([
|
|
34755
34762
|
Expose560({ name: "Zona de Trabajo" }),
|
|
34763
|
+
Type365(() => String),
|
|
34756
34764
|
IsDefined168({ message: "El campo Zona de Trabajo es obligatorio." }),
|
|
34757
34765
|
IsString456()
|
|
34758
34766
|
], TOAOrdenLiquidacionENTITY.prototype, "zona_de_trabajo", 2);
|
|
34759
34767
|
__decorateClass([
|
|
34760
34768
|
Expose560({ name: "Nombre Cliente" }),
|
|
34769
|
+
Type365(() => String),
|
|
34761
34770
|
IsDefined168({ message: "El campo Nombre Cliente es obligatorio." }),
|
|
34762
34771
|
IsString456()
|
|
34763
34772
|
], TOAOrdenLiquidacionENTITY.prototype, "nombre_cliente", 2);
|
|
34764
34773
|
__decorateClass([
|
|
34765
34774
|
Expose560({ name: "Estado actividad" }),
|
|
34775
|
+
Type365(() => String),
|
|
34766
34776
|
IsDefined168({ message: "El campo Estado actividad es obligatorio." }),
|
|
34767
34777
|
IsString456()
|
|
34768
34778
|
], TOAOrdenLiquidacionENTITY.prototype, "estado_actividad", 2);
|
|
34769
34779
|
__decorateClass([
|
|
34770
34780
|
Expose560({ name: "C\xF3digo de Cliente" }),
|
|
34781
|
+
Type365(() => Number),
|
|
34771
34782
|
IsDefined168({ message: "El campo C\xF3digo de Cliente es obligatorio." }),
|
|
34772
34783
|
IsNumber372()
|
|
34773
34784
|
], TOAOrdenLiquidacionENTITY.prototype, "codigo_de_cliente", 2);
|
|
34774
34785
|
__decorateClass([
|
|
34775
34786
|
Expose560({ name: "Actividad Gpon" }),
|
|
34787
|
+
Type365(() => String),
|
|
34776
34788
|
IsDefined168({ message: "El campo Actividad Gpon es obligatorio." }),
|
|
34777
34789
|
IsString456()
|
|
34778
34790
|
], TOAOrdenLiquidacionENTITY.prototype, "actividad_gpon", 2);
|
|
34779
34791
|
__decorateClass([
|
|
34780
34792
|
Expose560({ name: "Nombre Distrito" }),
|
|
34793
|
+
Type365(() => String),
|
|
34781
34794
|
IsDefined168({ message: "El campo Nombre Distrito es obligatorio." }),
|
|
34782
34795
|
IsString456()
|
|
34783
34796
|
], TOAOrdenLiquidacionENTITY.prototype, "nombre_distrito", 2);
|
|
@@ -34796,16 +34809,19 @@ __decorateClass([
|
|
|
34796
34809
|
], TOAOrdenLiquidacionENTITY.prototype, "segmento", 2);
|
|
34797
34810
|
__decorateClass([
|
|
34798
34811
|
Expose560({ name: "Nombre de Provincia" }),
|
|
34812
|
+
Type365(() => String),
|
|
34799
34813
|
IsDefined168({ message: "El campo Nombre de Provincia es obligatorio." }),
|
|
34800
34814
|
IsString456()
|
|
34801
34815
|
], TOAOrdenLiquidacionENTITY.prototype, "nombre_de_provincia", 2);
|
|
34802
34816
|
__decorateClass([
|
|
34803
34817
|
Expose560({ name: "Departamento" }),
|
|
34818
|
+
Type365(() => String),
|
|
34804
34819
|
IsDefined168({ message: "El campo Departamento es obligatorio." }),
|
|
34805
34820
|
IsString456()
|
|
34806
34821
|
], TOAOrdenLiquidacionENTITY.prototype, "departamento", 2);
|
|
34807
34822
|
__decorateClass([
|
|
34808
34823
|
Expose560({ name: "Reiterada TDI" }),
|
|
34824
|
+
Type365(() => String),
|
|
34809
34825
|
IsDefined168({ message: "El campo Reiterada TDI es obligatorio." }),
|
|
34810
34826
|
IsString456()
|
|
34811
34827
|
], TOAOrdenLiquidacionENTITY.prototype, "reiterada_tdi", 2);
|