sigo-entities 1.2.104 → 1.2.105
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
|
@@ -5930,7 +5930,7 @@ declare class ToaClaroENTITY {
|
|
|
5930
5930
|
Items_Orden: ItemsOrdenDTO[];
|
|
5931
5931
|
Tipo_red_producto: string;
|
|
5932
5932
|
Marca: string;
|
|
5933
|
-
|
|
5933
|
+
Inventory: MaterialesClaroDTO[];
|
|
5934
5934
|
}
|
|
5935
5935
|
|
|
5936
5936
|
declare class ItemsOrdenScraperClaroVTRDTO {
|
package/dist/index.d.ts
CHANGED
|
@@ -5930,7 +5930,7 @@ declare class ToaClaroENTITY {
|
|
|
5930
5930
|
Items_Orden: ItemsOrdenDTO[];
|
|
5931
5931
|
Tipo_red_producto: string;
|
|
5932
5932
|
Marca: string;
|
|
5933
|
-
|
|
5933
|
+
Inventory: MaterialesClaroDTO[];
|
|
5934
5934
|
}
|
|
5935
5935
|
|
|
5936
5936
|
declare class ItemsOrdenScraperClaroVTRDTO {
|
package/dist/index.js
CHANGED
|
@@ -31083,7 +31083,7 @@ var ToaClaroENTITY = class {
|
|
|
31083
31083
|
Items_Orden = [];
|
|
31084
31084
|
Tipo_red_producto = "";
|
|
31085
31085
|
Marca = "";
|
|
31086
|
-
|
|
31086
|
+
Inventory = [];
|
|
31087
31087
|
};
|
|
31088
31088
|
__decorateClass([
|
|
31089
31089
|
(0, import_class_validator538.IsString)({ message: "debe ser un texto" }),
|
|
@@ -31415,12 +31415,12 @@ __decorateClass([
|
|
|
31415
31415
|
(0, import_class_transformer537.Expose)()
|
|
31416
31416
|
], ToaClaroENTITY.prototype, "Marca", 2);
|
|
31417
31417
|
__decorateClass([
|
|
31418
|
-
(0, import_class_transformer537.Expose)(
|
|
31418
|
+
(0, import_class_transformer537.Expose)(),
|
|
31419
31419
|
(0, import_class_validator538.IsDefined)({ message: "El campo Inventory es obligatorio." }),
|
|
31420
31420
|
(0, import_class_validator538.IsArray)(),
|
|
31421
31421
|
(0, import_class_validator538.ValidateNested)({ each: true }),
|
|
31422
31422
|
(0, import_class_transformer537.Type)(() => MaterialesClaroDTO)
|
|
31423
|
-
], ToaClaroENTITY.prototype, "
|
|
31423
|
+
], ToaClaroENTITY.prototype, "Inventory", 2);
|
|
31424
31424
|
|
|
31425
31425
|
// src/operativa/procesos/toa_claro/data_scraper/index.ts
|
|
31426
31426
|
var import_class_validator541 = require("class-validator");
|
package/dist/index.mjs
CHANGED
|
@@ -30646,7 +30646,7 @@ var ToaClaroENTITY = class {
|
|
|
30646
30646
|
Items_Orden = [];
|
|
30647
30647
|
Tipo_red_producto = "";
|
|
30648
30648
|
Marca = "";
|
|
30649
|
-
|
|
30649
|
+
Inventory = [];
|
|
30650
30650
|
};
|
|
30651
30651
|
__decorateClass([
|
|
30652
30652
|
IsString431({ message: "debe ser un texto" }),
|
|
@@ -30978,12 +30978,12 @@ __decorateClass([
|
|
|
30978
30978
|
Expose535()
|
|
30979
30979
|
], ToaClaroENTITY.prototype, "Marca", 2);
|
|
30980
30980
|
__decorateClass([
|
|
30981
|
-
Expose535(
|
|
30981
|
+
Expose535(),
|
|
30982
30982
|
IsDefined141({ message: "El campo Inventory es obligatorio." }),
|
|
30983
30983
|
IsArray181(),
|
|
30984
30984
|
ValidateNested311({ each: true }),
|
|
30985
30985
|
Type350(() => MaterialesClaroDTO)
|
|
30986
|
-
], ToaClaroENTITY.prototype, "
|
|
30986
|
+
], ToaClaroENTITY.prototype, "Inventory", 2);
|
|
30987
30987
|
|
|
30988
30988
|
// src/operativa/procesos/toa_claro/data_scraper/index.ts
|
|
30989
30989
|
import { IsArray as IsArray182, IsDefined as IsDefined144, IsString as IsString434, ValidateNested as ValidateNested312 } from "class-validator";
|