sigo-entities 1.2.103 → 1.2.104
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 +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -6027,7 +6027,7 @@ declare class DataScraperClaroVTRENTITY {
|
|
|
6027
6027
|
'Tipo red producto': string;
|
|
6028
6028
|
'Teléfono Celular': string;
|
|
6029
6029
|
'Items Orden': ItemsOrdenScraperClaroVTRDTO[];
|
|
6030
|
-
|
|
6030
|
+
Inventory: MaterialesClaroDTO[];
|
|
6031
6031
|
}
|
|
6032
6032
|
|
|
6033
6033
|
declare class UbicaciontoaDTO {
|
package/dist/index.d.ts
CHANGED
|
@@ -6027,7 +6027,7 @@ declare class DataScraperClaroVTRENTITY {
|
|
|
6027
6027
|
'Tipo red producto': string;
|
|
6028
6028
|
'Teléfono Celular': string;
|
|
6029
6029
|
'Items Orden': ItemsOrdenScraperClaroVTRDTO[];
|
|
6030
|
-
|
|
6030
|
+
Inventory: MaterialesClaroDTO[];
|
|
6031
6031
|
}
|
|
6032
6032
|
|
|
6033
6033
|
declare class UbicaciontoaDTO {
|
package/dist/index.js
CHANGED
|
@@ -31584,7 +31584,7 @@ var DataScraperClaroVTRENTITY = class {
|
|
|
31584
31584
|
"Tipo red producto" = "";
|
|
31585
31585
|
"Tel\xE9fono Celular" = "";
|
|
31586
31586
|
"Items Orden" = [];
|
|
31587
|
-
|
|
31587
|
+
Inventory = [];
|
|
31588
31588
|
};
|
|
31589
31589
|
__decorateClass([
|
|
31590
31590
|
(0, import_class_transformer540.Expose)(),
|
|
@@ -31971,12 +31971,12 @@ __decorateClass([
|
|
|
31971
31971
|
(0, import_class_validator541.ValidateNested)({ each: true, message: "Cada elemento de Items Orden debe ser un objeto ItemsOrdenScraperClaroVTRDTO" })
|
|
31972
31972
|
], DataScraperClaroVTRENTITY.prototype, "Items Orden", 2);
|
|
31973
31973
|
__decorateClass([
|
|
31974
|
-
(0, import_class_transformer540.Expose)(
|
|
31974
|
+
(0, import_class_transformer540.Expose)(),
|
|
31975
31975
|
(0, import_class_validator541.IsDefined)({ message: "El campo Inventory es obligatorio." }),
|
|
31976
31976
|
(0, import_class_validator541.IsArray)(),
|
|
31977
31977
|
(0, import_class_validator541.ValidateNested)({ each: true }),
|
|
31978
31978
|
(0, import_class_transformer540.Type)(() => MaterialesClaroDTO)
|
|
31979
|
-
], DataScraperClaroVTRENTITY.prototype, "
|
|
31979
|
+
], DataScraperClaroVTRENTITY.prototype, "Inventory", 2);
|
|
31980
31980
|
|
|
31981
31981
|
// src/operativa/procesos/toa_movistar/shared/index.ts
|
|
31982
31982
|
var import_class_transformer544 = require("class-transformer");
|
package/dist/index.mjs
CHANGED
|
@@ -31147,7 +31147,7 @@ var DataScraperClaroVTRENTITY = class {
|
|
|
31147
31147
|
"Tipo red producto" = "";
|
|
31148
31148
|
"Tel\xE9fono Celular" = "";
|
|
31149
31149
|
"Items Orden" = [];
|
|
31150
|
-
|
|
31150
|
+
Inventory = [];
|
|
31151
31151
|
};
|
|
31152
31152
|
__decorateClass([
|
|
31153
31153
|
Expose538(),
|
|
@@ -31534,12 +31534,12 @@ __decorateClass([
|
|
|
31534
31534
|
ValidateNested312({ each: true, message: "Cada elemento de Items Orden debe ser un objeto ItemsOrdenScraperClaroVTRDTO" })
|
|
31535
31535
|
], DataScraperClaroVTRENTITY.prototype, "Items Orden", 2);
|
|
31536
31536
|
__decorateClass([
|
|
31537
|
-
Expose538(
|
|
31537
|
+
Expose538(),
|
|
31538
31538
|
IsDefined144({ message: "El campo Inventory es obligatorio." }),
|
|
31539
31539
|
IsArray182(),
|
|
31540
31540
|
ValidateNested312({ each: true }),
|
|
31541
31541
|
Type351(() => MaterialesClaroDTO)
|
|
31542
|
-
], DataScraperClaroVTRENTITY.prototype, "
|
|
31542
|
+
], DataScraperClaroVTRENTITY.prototype, "Inventory", 2);
|
|
31543
31543
|
|
|
31544
31544
|
// src/operativa/procesos/toa_movistar/shared/index.ts
|
|
31545
31545
|
import { Expose as Expose542, Type as Type354 } from "class-transformer";
|