sigo-entities 1.2.459 → 1.2.460

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
@@ -7688,7 +7688,7 @@ declare class MaterialesClaroDTO {
7688
7688
  cantidad: number;
7689
7689
  invsn: string;
7690
7690
  invtype: string;
7691
- invpool: string;
7691
+ invpool: InvPoolAction;
7692
7692
  }
7693
7693
 
7694
7694
  declare class ToaClaroENTITY {
@@ -7889,7 +7889,7 @@ declare class MaterialestoaDTO {
7889
7889
  cantidad: number;
7890
7890
  invsn: string;
7891
7891
  invtype: string;
7892
- invpool: string;
7892
+ invpool: InvPoolAction;
7893
7893
  ID_StockPersonal: number;
7894
7894
  }
7895
7895
 
@@ -7978,7 +7978,7 @@ declare class MaterialestoaDBDTO {
7978
7978
  cantidad: number;
7979
7979
  invsn: string;
7980
7980
  invtype: string;
7981
- invpool: string;
7981
+ invpool: InvPoolAction;
7982
7982
  ID_StockPersonal: number;
7983
7983
  }
7984
7984
 
@@ -8399,7 +8399,7 @@ declare class TOAOrderStockENTITY {
8399
8399
  itemCode: string;
8400
8400
  serial: string;
8401
8401
  quantity: number;
8402
- invpool: string;
8402
+ invpool: InvPoolAction;
8403
8403
  numero_de_peticion: string;
8404
8404
  stock_quantity_employee: StockQuantityEmployeeDTO[];
8405
8405
  state_consumption: StateInventory;
@@ -8472,7 +8472,7 @@ declare class MaterialeswinDBDTO {
8472
8472
  descripcion: string;
8473
8473
  cantidad: number;
8474
8474
  invsn: string;
8475
- invpool: string;
8475
+ invpool: InvPoolAction;
8476
8476
  ID_StockPersonal: number;
8477
8477
  }
8478
8478
  declare class HistorialEstadoswinDBDTO {
@@ -8586,7 +8586,7 @@ declare class MaterialesFibramasDBDTO {
8586
8586
  cantidad: number;
8587
8587
  invsn: string;
8588
8588
  invtype: string;
8589
- invpool: string;
8589
+ invpool: InvPoolAction;
8590
8590
  ID_StockPersonal: number;
8591
8591
  }
8592
8592
  declare class EECCFibramasDBDTO {
@@ -8680,7 +8680,7 @@ declare class OrderStockStoreENTITY {
8680
8680
  itemCode: string;
8681
8681
  serial: string;
8682
8682
  quantity: number;
8683
- invpool: string;
8683
+ invpool: InvPoolAction;
8684
8684
  numero_de_peticion: string;
8685
8685
  state_consumption: StateInventory;
8686
8686
  ID_StockAlmacen: number;
@@ -8757,7 +8757,7 @@ declare class TOAClaroOrderStockENTITY {
8757
8757
  itemCode: string;
8758
8758
  serial: string;
8759
8759
  quantity: number;
8760
- invpool: string;
8760
+ invpool: InvPoolAction;
8761
8761
  numero_de_peticion: string;
8762
8762
  stock_quantity_employee: StockQuantityEmployeeDTO[];
8763
8763
  state_consumption: StateInventory;
@@ -8917,7 +8917,7 @@ declare class MateterialesTuvesDTO {
8917
8917
  cantidad: number;
8918
8918
  invsn: string;
8919
8919
  invtype: string;
8920
- invpool: string;
8920
+ invpool: InvPoolAction;
8921
8921
  identificacion: string;
8922
8922
  documento: string;
8923
8923
  }
@@ -9216,7 +9216,7 @@ declare class TuvesOrderStockENTITY {
9216
9216
  itemCode: string;
9217
9217
  serial: string;
9218
9218
  quantity: number;
9219
- invpool: string;
9219
+ invpool: InvPoolAction;
9220
9220
  numero_de_peticion: string;
9221
9221
  state_consumption: StateInventory;
9222
9222
  state_replacement: StateInventory;
@@ -9517,7 +9517,7 @@ declare class MaterialesMifibraDBDTO {
9517
9517
  cantidad: number;
9518
9518
  invsn: string;
9519
9519
  invtype: string;
9520
- invpool: string;
9520
+ invpool: InvPoolAction;
9521
9521
  ID_StockPersonal: number;
9522
9522
  }
9523
9523
  declare class HistorialEstadosMifibraDBDTO {
package/dist/index.d.ts CHANGED
@@ -7688,7 +7688,7 @@ declare class MaterialesClaroDTO {
7688
7688
  cantidad: number;
7689
7689
  invsn: string;
7690
7690
  invtype: string;
7691
- invpool: string;
7691
+ invpool: InvPoolAction;
7692
7692
  }
7693
7693
 
7694
7694
  declare class ToaClaroENTITY {
@@ -7889,7 +7889,7 @@ declare class MaterialestoaDTO {
7889
7889
  cantidad: number;
7890
7890
  invsn: string;
7891
7891
  invtype: string;
7892
- invpool: string;
7892
+ invpool: InvPoolAction;
7893
7893
  ID_StockPersonal: number;
7894
7894
  }
7895
7895
 
@@ -7978,7 +7978,7 @@ declare class MaterialestoaDBDTO {
7978
7978
  cantidad: number;
7979
7979
  invsn: string;
7980
7980
  invtype: string;
7981
- invpool: string;
7981
+ invpool: InvPoolAction;
7982
7982
  ID_StockPersonal: number;
7983
7983
  }
7984
7984
 
@@ -8399,7 +8399,7 @@ declare class TOAOrderStockENTITY {
8399
8399
  itemCode: string;
8400
8400
  serial: string;
8401
8401
  quantity: number;
8402
- invpool: string;
8402
+ invpool: InvPoolAction;
8403
8403
  numero_de_peticion: string;
8404
8404
  stock_quantity_employee: StockQuantityEmployeeDTO[];
8405
8405
  state_consumption: StateInventory;
@@ -8472,7 +8472,7 @@ declare class MaterialeswinDBDTO {
8472
8472
  descripcion: string;
8473
8473
  cantidad: number;
8474
8474
  invsn: string;
8475
- invpool: string;
8475
+ invpool: InvPoolAction;
8476
8476
  ID_StockPersonal: number;
8477
8477
  }
8478
8478
  declare class HistorialEstadoswinDBDTO {
@@ -8586,7 +8586,7 @@ declare class MaterialesFibramasDBDTO {
8586
8586
  cantidad: number;
8587
8587
  invsn: string;
8588
8588
  invtype: string;
8589
- invpool: string;
8589
+ invpool: InvPoolAction;
8590
8590
  ID_StockPersonal: number;
8591
8591
  }
8592
8592
  declare class EECCFibramasDBDTO {
@@ -8680,7 +8680,7 @@ declare class OrderStockStoreENTITY {
8680
8680
  itemCode: string;
8681
8681
  serial: string;
8682
8682
  quantity: number;
8683
- invpool: string;
8683
+ invpool: InvPoolAction;
8684
8684
  numero_de_peticion: string;
8685
8685
  state_consumption: StateInventory;
8686
8686
  ID_StockAlmacen: number;
@@ -8757,7 +8757,7 @@ declare class TOAClaroOrderStockENTITY {
8757
8757
  itemCode: string;
8758
8758
  serial: string;
8759
8759
  quantity: number;
8760
- invpool: string;
8760
+ invpool: InvPoolAction;
8761
8761
  numero_de_peticion: string;
8762
8762
  stock_quantity_employee: StockQuantityEmployeeDTO[];
8763
8763
  state_consumption: StateInventory;
@@ -8917,7 +8917,7 @@ declare class MateterialesTuvesDTO {
8917
8917
  cantidad: number;
8918
8918
  invsn: string;
8919
8919
  invtype: string;
8920
- invpool: string;
8920
+ invpool: InvPoolAction;
8921
8921
  identificacion: string;
8922
8922
  documento: string;
8923
8923
  }
@@ -9216,7 +9216,7 @@ declare class TuvesOrderStockENTITY {
9216
9216
  itemCode: string;
9217
9217
  serial: string;
9218
9218
  quantity: number;
9219
- invpool: string;
9219
+ invpool: InvPoolAction;
9220
9220
  numero_de_peticion: string;
9221
9221
  state_consumption: StateInventory;
9222
9222
  state_replacement: StateInventory;
@@ -9517,7 +9517,7 @@ declare class MaterialesMifibraDBDTO {
9517
9517
  cantidad: number;
9518
9518
  invsn: string;
9519
9519
  invtype: string;
9520
- invpool: string;
9520
+ invpool: InvPoolAction;
9521
9521
  ID_StockPersonal: number;
9522
9522
  }
9523
9523
  declare class HistorialEstadosMifibraDBDTO {
package/dist/index.js CHANGED
@@ -39722,7 +39722,7 @@ var MaterialesClaroDTO = class {
39722
39722
  cantidad = 0;
39723
39723
  invsn = "";
39724
39724
  invtype = "";
39725
- invpool = "";
39725
+ invpool = "install" /* INSTALL */;
39726
39726
  };
39727
39727
  __decorateClass([
39728
39728
  (0, import_class_transformer717.Expose)({ name: "code" }),
@@ -39747,7 +39747,7 @@ __decorateClass([
39747
39747
  __decorateClass([
39748
39748
  (0, import_class_transformer717.Expose)({ name: "invpool" }),
39749
39749
  (0, import_class_validator694.IsDefined)({ message: "El campo invpool es obligatorio." }),
39750
- (0, import_class_validator694.IsString)()
39750
+ (0, import_class_validator694.IsEnum)(InvPoolAction, { message: `El campo invpool debe ser uno de: ${Object.values(InvPoolAction).join(", ")}.` })
39751
39751
  ], MaterialesClaroDTO.prototype, "invpool", 2);
39752
39752
 
39753
39753
  // src/operativa/procesos/toa_claro/shared/index.ts
@@ -40855,7 +40855,7 @@ var MaterialestoaDTO = class {
40855
40855
  cantidad = 0;
40856
40856
  invsn = "";
40857
40857
  invtype = "";
40858
- invpool = "";
40858
+ invpool = "install" /* INSTALL */;
40859
40859
  ID_StockPersonal = 0;
40860
40860
  };
40861
40861
  __decorateClass([
@@ -40891,7 +40891,7 @@ __decorateClass([
40891
40891
  __decorateClass([
40892
40892
  (0, import_class_transformer724.Expose)({ name: "invpool" }),
40893
40893
  (0, import_class_validator701.IsDefined)({ message: "El campo invpool es obligatorio." }),
40894
- (0, import_class_validator701.IsString)()
40894
+ (0, import_class_validator701.IsEnum)(InvPoolAction, { message: `El campo invpool debe ser uno de: ${Object.values(InvPoolAction).join(", ")}.` })
40895
40895
  ], MaterialestoaDTO.prototype, "invpool", 2);
40896
40896
  __decorateClass([
40897
40897
  (0, import_class_transformer724.Expose)({ name: "ID_StockPersonal" }),
@@ -41272,7 +41272,7 @@ var MaterialestoaDBDTO = class {
41272
41272
  cantidad = 0;
41273
41273
  invsn = "";
41274
41274
  invtype = "";
41275
- invpool = "";
41275
+ invpool = "install" /* INSTALL */;
41276
41276
  ID_StockPersonal = 0;
41277
41277
  };
41278
41278
  __decorateClass([
@@ -41308,7 +41308,7 @@ __decorateClass([
41308
41308
  __decorateClass([
41309
41309
  (0, import_class_transformer733.Expose)(),
41310
41310
  (0, import_class_validator710.IsDefined)({ message: "El campo invpool es obligatorio." }),
41311
- (0, import_class_validator710.IsString)()
41311
+ (0, import_class_validator710.IsEnum)(InvPoolAction, { message: `El campo invpool debe ser uno de: ${Object.values(InvPoolAction).join(", ")}.` })
41312
41312
  ], MaterialestoaDBDTO.prototype, "invpool", 2);
41313
41313
  __decorateClass([
41314
41314
  (0, import_class_transformer733.Expose)(),
@@ -43714,7 +43714,7 @@ var TOAOrderStockENTITY = class {
43714
43714
  itemCode;
43715
43715
  serial;
43716
43716
  quantity;
43717
- invpool = "";
43717
+ invpool = "install" /* INSTALL */;
43718
43718
  numero_de_peticion;
43719
43719
  stock_quantity_employee = [];
43720
43720
  state_consumption;
@@ -43752,7 +43752,7 @@ __decorateClass([
43752
43752
  __decorateClass([
43753
43753
  (0, import_class_transformer752.Expose)({ name: "invpool" }),
43754
43754
  (0, import_class_validator729.IsDefined)({ message: "El campo invpool es obligatorio." }),
43755
- (0, import_class_validator729.IsString)()
43755
+ (0, import_class_validator729.IsEnum)(InvPoolAction, { message: `El campo invpool debe ser uno de: ${Object.values(InvPoolAction).join(", ")}.` })
43756
43756
  ], TOAOrderStockENTITY.prototype, "invpool", 2);
43757
43757
  __decorateClass([
43758
43758
  (0, import_class_transformer752.Expose)({ name: "numero_de_peticion" }),
@@ -44060,7 +44060,7 @@ var MaterialeswinDBDTO = class {
44060
44060
  descripcion = "";
44061
44061
  cantidad = 0;
44062
44062
  invsn = "";
44063
- invpool = "";
44063
+ invpool = "install" /* INSTALL */;
44064
44064
  ID_StockPersonal = 0;
44065
44065
  };
44066
44066
  __decorateClass([
@@ -44092,7 +44092,7 @@ __decorateClass([
44092
44092
  __decorateClass([
44093
44093
  (0, import_class_transformer755.Expose)(),
44094
44094
  (0, import_class_validator732.IsDefined)({ message: "El campo invpool es obligatorio." }),
44095
- (0, import_class_validator732.IsString)()
44095
+ (0, import_class_validator732.IsEnum)(InvPoolAction, { message: `El campo invpool debe ser uno de: ${Object.values(InvPoolAction).join(", ")}.` })
44096
44096
  ], MaterialeswinDBDTO.prototype, "invpool", 2);
44097
44097
  __decorateClass([
44098
44098
  (0, import_class_transformer755.Expose)(),
@@ -44644,7 +44644,7 @@ var MaterialesFibramasDBDTO = class {
44644
44644
  cantidad = 0;
44645
44645
  invsn = "";
44646
44646
  invtype = "";
44647
- invpool = "";
44647
+ invpool = "install" /* INSTALL */;
44648
44648
  ID_StockPersonal = 0;
44649
44649
  };
44650
44650
  __decorateClass([
@@ -44681,7 +44681,7 @@ __decorateClass([
44681
44681
  __decorateClass([
44682
44682
  (0, import_class_transformer759.Expose)(),
44683
44683
  (0, import_class_validator736.IsDefined)({ message: "El campo invpool es obligatorio." }),
44684
- (0, import_class_validator736.IsString)()
44684
+ (0, import_class_validator736.IsEnum)(InvPoolAction, { message: `El campo invpool debe ser uno de: ${Object.values(InvPoolAction).join(", ")}.` })
44685
44685
  ], MaterialesFibramasDBDTO.prototype, "invpool", 2);
44686
44686
  __decorateClass([
44687
44687
  (0, import_class_transformer759.Expose)(),
@@ -45160,7 +45160,7 @@ var OrderStockStoreENTITY = class {
45160
45160
  itemCode;
45161
45161
  serial;
45162
45162
  quantity;
45163
- invpool = "";
45163
+ invpool = "install" /* INSTALL */;
45164
45164
  numero_de_peticion;
45165
45165
  state_consumption;
45166
45166
  ID_StockAlmacen = 0;
@@ -45195,7 +45195,7 @@ __decorateClass([
45195
45195
  __decorateClass([
45196
45196
  (0, import_class_transformer763.Expose)(),
45197
45197
  (0, import_class_validator740.IsDefined)({ message: "El campo invpool es obligatorio." }),
45198
- (0, import_class_validator740.IsString)()
45198
+ (0, import_class_validator740.IsEnum)(InvPoolAction, { message: `El campo invpool debe ser uno de: ${Object.values(InvPoolAction).join(", ")}.` })
45199
45199
  ], OrderStockStoreENTITY.prototype, "invpool", 2);
45200
45200
  __decorateClass([
45201
45201
  (0, import_class_transformer763.Expose)(),
@@ -45615,7 +45615,7 @@ var TOAClaroOrderStockENTITY = class {
45615
45615
  itemCode;
45616
45616
  serial;
45617
45617
  quantity;
45618
- invpool = "";
45618
+ invpool = "install" /* INSTALL */;
45619
45619
  numero_de_peticion;
45620
45620
  stock_quantity_employee = [];
45621
45621
  state_consumption;
@@ -45651,7 +45651,7 @@ __decorateClass([
45651
45651
  __decorateClass([
45652
45652
  (0, import_class_transformer767.Expose)(),
45653
45653
  (0, import_class_validator744.IsDefined)({ message: "El campo invpool es obligatorio." }),
45654
- (0, import_class_validator744.IsString)()
45654
+ (0, import_class_validator744.IsEnum)(InvPoolAction, { message: `El campo invpool debe ser uno de: ${Object.values(InvPoolAction).join(", ")}.` })
45655
45655
  ], TOAClaroOrderStockENTITY.prototype, "invpool", 2);
45656
45656
  __decorateClass([
45657
45657
  (0, import_class_transformer767.Expose)(),
@@ -46586,7 +46586,7 @@ var MateterialesTuvesDTO = class {
46586
46586
  cantidad = 0;
46587
46587
  invsn = "";
46588
46588
  invtype = "";
46589
- invpool = "";
46589
+ invpool = "install" /* INSTALL */;
46590
46590
  identificacion = "";
46591
46591
  documento = "";
46592
46592
  };
@@ -46623,7 +46623,7 @@ __decorateClass([
46623
46623
  __decorateClass([
46624
46624
  (0, import_class_transformer772.Expose)(),
46625
46625
  (0, import_class_validator749.IsDefined)({ message: "El campo invpool es obligatorio." }),
46626
- (0, import_class_validator749.IsString)()
46626
+ (0, import_class_validator749.IsEnum)(InvPoolAction, { message: `El campo invpool debe ser uno de: ${Object.values(InvPoolAction).join(", ")}.` })
46627
46627
  ], MateterialesTuvesDTO.prototype, "invpool", 2);
46628
46628
  __decorateClass([
46629
46629
  (0, import_class_transformer772.Expose)(),
@@ -48414,7 +48414,7 @@ var TuvesOrderStockENTITY = class {
48414
48414
  itemCode;
48415
48415
  serial;
48416
48416
  quantity;
48417
- invpool = "";
48417
+ invpool = "install" /* INSTALL */;
48418
48418
  numero_de_peticion;
48419
48419
  state_consumption;
48420
48420
  state_replacement;
@@ -48450,7 +48450,7 @@ __decorateClass([
48450
48450
  __decorateClass([
48451
48451
  (0, import_class_transformer781.Expose)(),
48452
48452
  (0, import_class_validator758.IsDefined)({ message: "El campo invpool es obligatorio." }),
48453
- (0, import_class_validator758.IsString)()
48453
+ (0, import_class_validator758.IsEnum)(InvPoolAction, { message: `El campo invpool debe ser uno de: ${Object.values(InvPoolAction).join(", ")}.` })
48454
48454
  ], TuvesOrderStockENTITY.prototype, "invpool", 2);
48455
48455
  __decorateClass([
48456
48456
  (0, import_class_transformer781.Expose)(),
@@ -49950,7 +49950,7 @@ var MaterialesMifibraDBDTO = class {
49950
49950
  cantidad = 0;
49951
49951
  invsn = "";
49952
49952
  invtype = "";
49953
- invpool = "";
49953
+ invpool = "install" /* INSTALL */;
49954
49954
  ID_StockPersonal = 0;
49955
49955
  };
49956
49956
  __decorateClass([