sigo-entities 1.2.103 → 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 CHANGED
@@ -5930,7 +5930,7 @@ declare class ToaClaroENTITY {
5930
5930
  Items_Orden: ItemsOrdenDTO[];
5931
5931
  Tipo_red_producto: string;
5932
5932
  Marca: string;
5933
- inventory: MaterialesClaroDTO[];
5933
+ Inventory: MaterialesClaroDTO[];
5934
5934
  }
5935
5935
 
5936
5936
  declare class ItemsOrdenScraperClaroVTRDTO {
@@ -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
- inventory: MaterialesClaroDTO[];
6030
+ Inventory: MaterialesClaroDTO[];
6031
6031
  }
6032
6032
 
6033
6033
  declare class UbicaciontoaDTO {
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
- inventory: MaterialesClaroDTO[];
5933
+ Inventory: MaterialesClaroDTO[];
5934
5934
  }
5935
5935
 
5936
5936
  declare class ItemsOrdenScraperClaroVTRDTO {
@@ -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
- inventory: MaterialesClaroDTO[];
6030
+ Inventory: MaterialesClaroDTO[];
6031
6031
  }
6032
6032
 
6033
6033
  declare class UbicaciontoaDTO {
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
- inventory = [];
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)({ name: "Inventory" }),
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, "inventory", 2);
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");
@@ -31584,7 +31584,7 @@ var DataScraperClaroVTRENTITY = class {
31584
31584
  "Tipo red producto" = "";
31585
31585
  "Tel\xE9fono Celular" = "";
31586
31586
  "Items Orden" = [];
31587
- inventory = [];
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)({ name: "Inventory" }),
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, "inventory", 2);
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
@@ -30646,7 +30646,7 @@ var ToaClaroENTITY = class {
30646
30646
  Items_Orden = [];
30647
30647
  Tipo_red_producto = "";
30648
30648
  Marca = "";
30649
- inventory = [];
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({ name: "Inventory" }),
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, "inventory", 2);
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";
@@ -31147,7 +31147,7 @@ var DataScraperClaroVTRENTITY = class {
31147
31147
  "Tipo red producto" = "";
31148
31148
  "Tel\xE9fono Celular" = "";
31149
31149
  "Items Orden" = [];
31150
- inventory = [];
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({ name: "Inventory" }),
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, "inventory", 2);
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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.103",
3
+ "version": "1.2.105",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",