sigo-entities 1.2.130 → 1.2.131
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 +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.js +32 -32
- package/dist/index.mjs +32 -32
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -6970,6 +6970,14 @@ declare class EECCClienteWAOODTO {
|
|
|
6970
6970
|
RUC: string;
|
|
6971
6971
|
RazonSocial: string;
|
|
6972
6972
|
}
|
|
6973
|
+
declare class MaterialesClienteWAOODTO {
|
|
6974
|
+
codigo: string;
|
|
6975
|
+
descripcion: string;
|
|
6976
|
+
cantidad: number;
|
|
6977
|
+
invsn: string;
|
|
6978
|
+
invpool: string;
|
|
6979
|
+
ID_StockPersonal: number;
|
|
6980
|
+
}
|
|
6973
6981
|
declare class ClienteWAOOENTITY {
|
|
6974
6982
|
_id: string;
|
|
6975
6983
|
numero_de_peticion: string;
|
|
@@ -7016,14 +7024,6 @@ declare class ClienteWAOOENTITY {
|
|
|
7016
7024
|
inventory: MaterialesClienteWAOODTO[];
|
|
7017
7025
|
EECC: EECCClienteWAOODTO;
|
|
7018
7026
|
}
|
|
7019
|
-
declare class MaterialesClienteWAOODTO {
|
|
7020
|
-
codigo: string;
|
|
7021
|
-
descripcion: string;
|
|
7022
|
-
cantidad: number;
|
|
7023
|
-
invsn: string;
|
|
7024
|
-
invpool: string;
|
|
7025
|
-
ID_StockPersonal: number;
|
|
7026
|
-
}
|
|
7027
7027
|
|
|
7028
7028
|
declare class CodigoNombreDto {
|
|
7029
7029
|
codigo: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -6970,6 +6970,14 @@ declare class EECCClienteWAOODTO {
|
|
|
6970
6970
|
RUC: string;
|
|
6971
6971
|
RazonSocial: string;
|
|
6972
6972
|
}
|
|
6973
|
+
declare class MaterialesClienteWAOODTO {
|
|
6974
|
+
codigo: string;
|
|
6975
|
+
descripcion: string;
|
|
6976
|
+
cantidad: number;
|
|
6977
|
+
invsn: string;
|
|
6978
|
+
invpool: string;
|
|
6979
|
+
ID_StockPersonal: number;
|
|
6980
|
+
}
|
|
6973
6981
|
declare class ClienteWAOOENTITY {
|
|
6974
6982
|
_id: string;
|
|
6975
6983
|
numero_de_peticion: string;
|
|
@@ -7016,14 +7024,6 @@ declare class ClienteWAOOENTITY {
|
|
|
7016
7024
|
inventory: MaterialesClienteWAOODTO[];
|
|
7017
7025
|
EECC: EECCClienteWAOODTO;
|
|
7018
7026
|
}
|
|
7019
|
-
declare class MaterialesClienteWAOODTO {
|
|
7020
|
-
codigo: string;
|
|
7021
|
-
descripcion: string;
|
|
7022
|
-
cantidad: number;
|
|
7023
|
-
invsn: string;
|
|
7024
|
-
invpool: string;
|
|
7025
|
-
ID_StockPersonal: number;
|
|
7026
|
-
}
|
|
7027
7027
|
|
|
7028
7028
|
declare class CodigoNombreDto {
|
|
7029
7029
|
codigo: string;
|
package/dist/index.js
CHANGED
|
@@ -37088,6 +37088,38 @@ __decorateClass([
|
|
|
37088
37088
|
(0, import_class_transformer578.Expose)(),
|
|
37089
37089
|
(0, import_class_validator579.IsString)()
|
|
37090
37090
|
], EECCClienteWAOODTO.prototype, "RazonSocial", 2);
|
|
37091
|
+
var MaterialesClienteWAOODTO = class {
|
|
37092
|
+
codigo = "";
|
|
37093
|
+
descripcion = "";
|
|
37094
|
+
cantidad = 0;
|
|
37095
|
+
invsn = "";
|
|
37096
|
+
invpool = "";
|
|
37097
|
+
ID_StockPersonal = 0;
|
|
37098
|
+
};
|
|
37099
|
+
__decorateClass([
|
|
37100
|
+
(0, import_class_transformer578.Expose)(),
|
|
37101
|
+
(0, import_class_validator579.IsString)()
|
|
37102
|
+
], MaterialesClienteWAOODTO.prototype, "codigo", 2);
|
|
37103
|
+
__decorateClass([
|
|
37104
|
+
(0, import_class_transformer578.Expose)(),
|
|
37105
|
+
(0, import_class_validator579.IsString)()
|
|
37106
|
+
], MaterialesClienteWAOODTO.prototype, "descripcion", 2);
|
|
37107
|
+
__decorateClass([
|
|
37108
|
+
(0, import_class_transformer578.Expose)(),
|
|
37109
|
+
(0, import_class_validator579.IsNumber)()
|
|
37110
|
+
], MaterialesClienteWAOODTO.prototype, "cantidad", 2);
|
|
37111
|
+
__decorateClass([
|
|
37112
|
+
(0, import_class_transformer578.Expose)(),
|
|
37113
|
+
(0, import_class_validator579.IsString)()
|
|
37114
|
+
], MaterialesClienteWAOODTO.prototype, "invsn", 2);
|
|
37115
|
+
__decorateClass([
|
|
37116
|
+
(0, import_class_transformer578.Expose)(),
|
|
37117
|
+
(0, import_class_validator579.IsString)()
|
|
37118
|
+
], MaterialesClienteWAOODTO.prototype, "invpool", 2);
|
|
37119
|
+
__decorateClass([
|
|
37120
|
+
(0, import_class_transformer578.Expose)(),
|
|
37121
|
+
(0, import_class_validator579.IsNumber)()
|
|
37122
|
+
], MaterialesClienteWAOODTO.prototype, "ID_StockPersonal", 2);
|
|
37091
37123
|
var ClienteWAOOENTITY = class {
|
|
37092
37124
|
_id = "";
|
|
37093
37125
|
numero_de_peticion = "";
|
|
@@ -37367,38 +37399,6 @@ __decorateClass([
|
|
|
37367
37399
|
(0, import_class_validator579.ValidateNested)(),
|
|
37368
37400
|
(0, import_class_transformer578.Type)(() => EECCClienteWAOODTO)
|
|
37369
37401
|
], ClienteWAOOENTITY.prototype, "EECC", 2);
|
|
37370
|
-
var MaterialesClienteWAOODTO = class {
|
|
37371
|
-
codigo = "";
|
|
37372
|
-
descripcion = "";
|
|
37373
|
-
cantidad = 0;
|
|
37374
|
-
invsn = "";
|
|
37375
|
-
invpool = "";
|
|
37376
|
-
ID_StockPersonal = 0;
|
|
37377
|
-
};
|
|
37378
|
-
__decorateClass([
|
|
37379
|
-
(0, import_class_transformer578.Expose)(),
|
|
37380
|
-
(0, import_class_validator579.IsString)()
|
|
37381
|
-
], MaterialesClienteWAOODTO.prototype, "codigo", 2);
|
|
37382
|
-
__decorateClass([
|
|
37383
|
-
(0, import_class_transformer578.Expose)(),
|
|
37384
|
-
(0, import_class_validator579.IsString)()
|
|
37385
|
-
], MaterialesClienteWAOODTO.prototype, "descripcion", 2);
|
|
37386
|
-
__decorateClass([
|
|
37387
|
-
(0, import_class_transformer578.Expose)(),
|
|
37388
|
-
(0, import_class_validator579.IsNumber)()
|
|
37389
|
-
], MaterialesClienteWAOODTO.prototype, "cantidad", 2);
|
|
37390
|
-
__decorateClass([
|
|
37391
|
-
(0, import_class_transformer578.Expose)(),
|
|
37392
|
-
(0, import_class_validator579.IsString)()
|
|
37393
|
-
], MaterialesClienteWAOODTO.prototype, "invsn", 2);
|
|
37394
|
-
__decorateClass([
|
|
37395
|
-
(0, import_class_transformer578.Expose)(),
|
|
37396
|
-
(0, import_class_validator579.IsString)()
|
|
37397
|
-
], MaterialesClienteWAOODTO.prototype, "invpool", 2);
|
|
37398
|
-
__decorateClass([
|
|
37399
|
-
(0, import_class_transformer578.Expose)(),
|
|
37400
|
-
(0, import_class_validator579.IsNumber)()
|
|
37401
|
-
], MaterialesClienteWAOODTO.prototype, "ID_StockPersonal", 2);
|
|
37402
37402
|
|
|
37403
37403
|
// src/v2/dtos/CodigoNombre.ts
|
|
37404
37404
|
var import_class_transformer579 = require("class-transformer");
|
package/dist/index.mjs
CHANGED
|
@@ -36732,6 +36732,38 @@ __decorateClass([
|
|
|
36732
36732
|
Expose575(),
|
|
36733
36733
|
IsString471()
|
|
36734
36734
|
], EECCClienteWAOODTO.prototype, "RazonSocial", 2);
|
|
36735
|
+
var MaterialesClienteWAOODTO = class {
|
|
36736
|
+
codigo = "";
|
|
36737
|
+
descripcion = "";
|
|
36738
|
+
cantidad = 0;
|
|
36739
|
+
invsn = "";
|
|
36740
|
+
invpool = "";
|
|
36741
|
+
ID_StockPersonal = 0;
|
|
36742
|
+
};
|
|
36743
|
+
__decorateClass([
|
|
36744
|
+
Expose575(),
|
|
36745
|
+
IsString471()
|
|
36746
|
+
], MaterialesClienteWAOODTO.prototype, "codigo", 2);
|
|
36747
|
+
__decorateClass([
|
|
36748
|
+
Expose575(),
|
|
36749
|
+
IsString471()
|
|
36750
|
+
], MaterialesClienteWAOODTO.prototype, "descripcion", 2);
|
|
36751
|
+
__decorateClass([
|
|
36752
|
+
Expose575(),
|
|
36753
|
+
IsNumber382()
|
|
36754
|
+
], MaterialesClienteWAOODTO.prototype, "cantidad", 2);
|
|
36755
|
+
__decorateClass([
|
|
36756
|
+
Expose575(),
|
|
36757
|
+
IsString471()
|
|
36758
|
+
], MaterialesClienteWAOODTO.prototype, "invsn", 2);
|
|
36759
|
+
__decorateClass([
|
|
36760
|
+
Expose575(),
|
|
36761
|
+
IsString471()
|
|
36762
|
+
], MaterialesClienteWAOODTO.prototype, "invpool", 2);
|
|
36763
|
+
__decorateClass([
|
|
36764
|
+
Expose575(),
|
|
36765
|
+
IsNumber382()
|
|
36766
|
+
], MaterialesClienteWAOODTO.prototype, "ID_StockPersonal", 2);
|
|
36735
36767
|
var ClienteWAOOENTITY = class {
|
|
36736
36768
|
_id = "";
|
|
36737
36769
|
numero_de_peticion = "";
|
|
@@ -37011,38 +37043,6 @@ __decorateClass([
|
|
|
37011
37043
|
ValidateNested336(),
|
|
37012
37044
|
Type377(() => EECCClienteWAOODTO)
|
|
37013
37045
|
], ClienteWAOOENTITY.prototype, "EECC", 2);
|
|
37014
|
-
var MaterialesClienteWAOODTO = class {
|
|
37015
|
-
codigo = "";
|
|
37016
|
-
descripcion = "";
|
|
37017
|
-
cantidad = 0;
|
|
37018
|
-
invsn = "";
|
|
37019
|
-
invpool = "";
|
|
37020
|
-
ID_StockPersonal = 0;
|
|
37021
|
-
};
|
|
37022
|
-
__decorateClass([
|
|
37023
|
-
Expose575(),
|
|
37024
|
-
IsString471()
|
|
37025
|
-
], MaterialesClienteWAOODTO.prototype, "codigo", 2);
|
|
37026
|
-
__decorateClass([
|
|
37027
|
-
Expose575(),
|
|
37028
|
-
IsString471()
|
|
37029
|
-
], MaterialesClienteWAOODTO.prototype, "descripcion", 2);
|
|
37030
|
-
__decorateClass([
|
|
37031
|
-
Expose575(),
|
|
37032
|
-
IsNumber382()
|
|
37033
|
-
], MaterialesClienteWAOODTO.prototype, "cantidad", 2);
|
|
37034
|
-
__decorateClass([
|
|
37035
|
-
Expose575(),
|
|
37036
|
-
IsString471()
|
|
37037
|
-
], MaterialesClienteWAOODTO.prototype, "invsn", 2);
|
|
37038
|
-
__decorateClass([
|
|
37039
|
-
Expose575(),
|
|
37040
|
-
IsString471()
|
|
37041
|
-
], MaterialesClienteWAOODTO.prototype, "invpool", 2);
|
|
37042
|
-
__decorateClass([
|
|
37043
|
-
Expose575(),
|
|
37044
|
-
IsNumber382()
|
|
37045
|
-
], MaterialesClienteWAOODTO.prototype, "ID_StockPersonal", 2);
|
|
37046
37046
|
|
|
37047
37047
|
// src/v2/dtos/CodigoNombre.ts
|
|
37048
37048
|
import { Expose as Expose576 } from "class-transformer";
|